• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョンe05391d47317c1b6b49562050fd4e48d43be1b79 (tree)
日時2012-09-08 02:10:33
作者Kodakana <kodakana@user...>
コミッターKodakana

ログメッセージ

README 作成。

変更サマリ

差分

--- /dev/null
+++ b/README
@@ -0,0 +1,59 @@
1+Snapping Camera
2+----------------------------------
3+##これは何か
4+
5+Snapping Camera は Android 用の写真送信支援ツールです。このアプリからカメラを起動し、写真を撮影すると、
6+そのまま流れ作業的に、その写真を添付してメールを作成することができます。
7+
8+##注意
9+
10+Snapping Camera は現在のところベータ版です。機種やアプリの組み合わせによってはうまく動かない場合が
11+あるかもしれません。実際の目的に使用する前に、十分に動作を確認してください。
12+
13+##動作要件
14+
15+カメラを内蔵し、Android 1.6 以上を搭載した機器、及び有効なSDカードなどの拡張記憶領域。
16+
17+##使い方
18+
19+Snapping Camera を起動すると、最も大きく表示されるのがカメラを呼び出すボタンです。このボタンを押すと
20+カメラアプリが起動します。他のアプリからの要求による写真撮影に対応したアプリが複数インストールされている場合は、
21+まず選択肢が表示されます。ここでいつも使うアプリが決まっている場合は、選択肢のうちの一つを常に呼び出すように
22+設定できます。
23+
24+撮影後の操作は、カメラアプリによって異なりますが、[OK]や[保存]などのボタンを押すと、撮影した写真が保存され、
25+その後、その写真が、メーラーなど画像を送信することができる他のアプリに渡ります。画像の送信に対応したアプリが複数
26+インストールされている場合は、ここでまた選択肢が表示されます。
27+
28+カメラを呼び出す前に、画面上部の入力欄に文字列を記入しておくと、撮影後にメーラーを呼び出した際、それが自動的に
29+件名として入力されます。また、本アプリの設定画面で、アドレスを入力しておくと、これもまた自動的に入力されます。
30+これにより、決まった宛先や件名で連続して写真を送信することが容易になります。
31+
32+##オプションメニュー
33+
34+メニューから以下の操作を実行できます。
35+
36+ * 「撮らない」 写真を撮らずにメールを作成します。
37+ * 「ファイルから…」 すでに存在するファイルを選んで送信します。この機能の実行には OI File Manager が必要です。
38+ * 「設定…」 本アプリの設定画面を呼び出します。メールの宛先(To、CC、BCC)を予め入力しておくことができます。
39+
40+##権限
41+
42+Snapping Camera はSDカードへの書き込みのための権限を要求します。
43+Android のバージョンによっては、インストール時にこれ以外の権限を許可するように表示される場合がありますが、
44+互換性のために OS によって要求されるものであり、Kigo はそれらの権限は使用しません。
45+
46+##許諾条件
47+
48+このプログラムはフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された
49+GNU 一般公衆利用許諾書(バージョン3か、それ以降のバージョンのうちどれか)が定める条件の下で
50+再頒布または改変することができます。
51+
52+このプログラムは有用であることを願って頒布されますが、*全くの無保証*です。商業可能性の保証や
53+特定目的への適合性は、言外に示されたものも含め、全く存在しません。
54+詳しくは[GNU 一般公衆利用許諾書]( http://www.gnu.org/copyleft/gpl.html )をご覧ください。
55+
56+##ソースコード
57+
58+このプログラムのソースコードは http://sourceforge.jp/users/kodakana/pf/snapping_camera/scm/ から
59+取得できます。
--- /dev/null
+++ b/README_EN
@@ -0,0 +1,54 @@
1+Snapping Camera
2+----------------------------------
3+##What is this?
4+
5+Snapping Camera is a support tool for sending photos.
6+Launch the camera from this app, if you take a picture, you can be like a conveyor system as it is, to create an email and attach a photo.
7+
8+##Note
9+
10+Snapping Camera is in beta currently.
11+There may be cases in which the combination of the model and the application do not work well.
12+Before you can use practically, please fully check the circuit operation.
13+
14+##System Requirements
15+
16+Built-in camera,SD card, with Android 1.6 or higher.
17+
18+##Usage
19+
20+When you start the Snapping Camera, appears largest is the button to call a camera.
21+Camera app is launched by pressing this button.
22+If the application that corresponds to the photo shoot with the requirements of the other apps are installed multiple choices will be displayed first.
23+If you always use the app has been decided here, you can always set up to call one of the choices.
24+
25+Operation after shooting, which varies depending on the camera app, press the button and the [OK], such as [Save], photos taken will be saved.
26+And then, the photo is passed to mailer, or other app can send images.
27+If the app corresponding to transmission of image is multiple installations choices are displayed here also.
28+
29+When call a camera before, and you have to fill the string in the input field at the top of the screen, called the mailer after the shooting, it is automatically entered as the subject.
30+In addition, in the setting screen of this app, if you enter the address, it is automatically entered in this also.
31+This allows you to send your photos continuously at the same subject and/or address easier.
32+
33+##Option Menu
34+
35+You can do the following from the menu.
36+
37+ * [Not Take] Create a mail without taking photo.
38+ * [From File...] Choose to send a file that already exists. OI File Manager is required to perform this function.
39+ * [Settings...] Invoked the setting screen of this app. You can beforehand enter the email address.
40+
41+##Permissions
42+
43+Snapping Camera to request permission to write to the SD card.
44+Depending on the version of Android, which may be displayed to allow the permissions other than this during the installation, it is one that is required by the OS for compatibility, Snapping Camera are those permissions are not used.
45+
46+##License
47+
48+This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
49+
50+This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For more information, please read the [GNU General Public License]( http://www.gnu.org/copyleft/gpl.html ).
51+
52+##Source Code
53+
54+Can be obtained from http://sourceforge.jp/users/kodakana/pf/snapping_camera/scm/ The source code of this program.
--- /dev/null
+++ b/README_EN~
@@ -0,0 +1,55 @@
1+Snapping Camera
2+Kodakana<kodakana.hws@gmail.com>
3+----------------------------------
4+##What is this?
5+
6+Snapping Camera is a support tool for sending photos.
7+Launch the camera from this app, if you take a picture, you can be like a conveyor system as it is, to create an email and attach a photo.
8+
9+##Note
10+
11+Snapping Camera is in beta currently.
12+There may be cases in which the combination of the model and the application do not work well.
13+Before you can use practically, please fully check the circuit operation.
14+
15+##System Requirements
16+
17+Built-in camera,SD card, with Android 1.6 or higher.
18+
19+##Usage
20+
21+When you start the Snapping Camera, appears largest is the button to call a camera.
22+Camera app is launched by pressing this button.
23+If the application that corresponds to the photo shoot with the requirements of the other apps are installed multiple choices will be displayed first.
24+If you always use the app has been decided here, you can always set up to call one of the choices.
25+
26+Operation after shooting, which varies depending on the camera app, press the button and the [OK], such as [Save], photos taken will be saved.
27+And then, the photo is passed to mailer, or other app can send images.
28+If the app corresponding to transmission of image is multiple installations choices are displayed here also.
29+
30+When call a camera before, and you have to fill the string in the input field at the top of the screen, called the mailer after the shooting, it is automatically entered as the subject.
31+In addition, in the setting screen of this app, if you enter the address, it is automatically entered in this also.
32+This allows you to send your photos continuously at the same subject and/or address easier.
33+
34+##Option Menu
35+
36+You can do the following from the menu.
37+
38+ * [Not Take] Create a mail without taking photo.
39+ * [From File...] Choose to send a file that already exists. OI File Manager is required to perform this function.
40+ * [Settings...] Invoked the setting screen of this app. You can beforehand enter the email address.
41+
42+##Permissions
43+
44+Snapping Camera to request permission to write to the SD card.
45+Depending on the version of Android, which may be displayed to allow the permissions other than this during the installation, it is one that is required by the OS for compatibility, Snapping Camera are those permissions are not used.
46+
47+##License
48+
49+This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
50+
51+This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For more information, please read the [GNU General Public License]( http://www.gnu.org/copyleft/gpl.html ).
52+
53+##Source Code
54+
55+Can be obtained from http://sourceforge.jp/users/kodakana/pf/snapping_camera/scm/ The source code of this program.
--- /dev/null
+++ b/README~
@@ -0,0 +1,60 @@
1+Snapping Camera
2+Kodakana<kodakana.hws@gmail.com>
3+----------------------------------
4+##これは何か
5+
6+Snapping Camera は Android 用の写真送信支援ツールです。このアプリからカメラを起動し、写真を撮影すると、
7+そのまま流れ作業的に、その写真を添付してメールを作成することができます。
8+
9+##注意
10+
11+Snapping Camera は現在のところベータ版です。機種やアプリの組み合わせによってはうまく動かない場合が
12+あるかもしれません。実際の目的に使用する前に、十分に動作を確認してください。
13+
14+##動作要件
15+
16+カメラを内蔵し、Android 1.6 以上を搭載した機器、及び有効なSDカードなどの拡張記憶領域。
17+
18+##使い方
19+
20+Snapping Camera を起動すると、最も大きく表示されるのがカメラを呼び出すボタンです。このボタンを押すと
21+カメラアプリが起動します。他のアプリからの要求による写真撮影に対応したアプリが複数インストールされている場合は、
22+まず選択肢が表示されます。ここでいつも使うアプリが決まっている場合は、選択肢のうちの一つを常に呼び出すように
23+設定できます。
24+
25+撮影後の操作は、カメラアプリによって異なりますが、[OK]や[保存]などのボタンを押すと、撮影した写真が保存され、
26+その後、その写真が、メーラーなど画像を送信することができる他のアプリに渡ります。画像の送信に対応したアプリが複数
27+インストールされている場合は、ここでまた選択肢が表示されます。
28+
29+カメラを呼び出す前に、画面上部の入力欄に文字列を記入しておくと、撮影後にメーラーを呼び出した際、それが自動的に
30+件名として入力されます。また、本アプリの設定画面で、アドレスを入力しておくと、これもまた自動的に入力されます。
31+これにより、決まった宛先や件名で連続して写真を送信することが容易になります。
32+
33+##オプションメニュー
34+
35+メニューから以下の操作を実行できます。
36+
37+ * 「撮らない」 写真を撮らずにメールを作成します。
38+ * 「ファイルから…」 すでに存在するファイルを選んで送信します。この機能の実行には OI File Manager が必要です。
39+ * 「設定…」 本アプリの設定画面を呼び出します。メールの宛先(To、CC、BCC)を予め入力しておくことができます。
40+
41+##権限
42+
43+Snapping Camera はSDカードへの書き込みのための権限を要求します。
44+Android のバージョンによっては、インストール時にこれ以外の権限を許可するように表示される場合がありますが、
45+互換性のために OS によって要求されるものであり、Kigo はそれらの権限は使用しません。
46+
47+##許諾条件
48+
49+このプログラムはフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された
50+GNU 一般公衆利用許諾書(バージョン3か、それ以降のバージョンのうちどれか)が定める条件の下で
51+再頒布または改変することができます。
52+
53+このプログラムは有用であることを願って頒布されますが、*全くの無保証*です。商業可能性の保証や
54+特定目的への適合性は、言外に示されたものも含め、全く存在しません。
55+詳しくは[GNU 一般公衆利用許諾書]( http://www.gnu.org/copyleft/gpl.html )をご覧ください。
56+
57+##ソースコード
58+
59+このプログラムのソースコードは http://sourceforge.jp/users/kodakana/pf/snapping_camera/scm/ から
60+取得できます。
Binary files a/bin/Snapping Camera.apk and b/bin/Snapping Camera.apk differ
Binary files a/bin/classes.dex and b/bin/classes.dex differ
Binary files a/bin/classes/org/pulpdust/snappingcamera/MainActivity.class and b/bin/classes/org/pulpdust/snappingcamera/MainActivity.class differ
Binary files a/bin/resources.ap_ and b/bin/resources.ap_ differ
--- a/src/org/pulpdust/snappingcamera/MainActivity.java
+++ b/src/org/pulpdust/snappingcamera/MainActivity.java
@@ -196,11 +196,15 @@ public class MainActivity extends Activity {
196196 mailint.setType("image/jpeg");
197197 mailint.putExtra(Intent.EXTRA_STREAM, imguri);
198198 try {
199+ Thread.sleep(500);
199200 startActivity(mailint);
200201 } catch (ActivityNotFoundException e){
201202 Toast.makeText(this, R.string.err_not_mail, Toast.LENGTH_LONG).show();
202203 Log.e(TAG, e.getMessage());
203- }
204+ } catch (InterruptedException e) {
205+ // TODO Auto-generated catch block
206+ e.printStackTrace();
207+ }
204208 } else {
205209 File fl = new File(imguri.toString());
206210 try {