]> hydra-www.ietfng.org Git - android-vcpass-oisafe/commit
OI Safe: Add OI About support. (somewhat redundant, because most info is included...
authorpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Sat, 17 Jan 2009 12:50:04 +0000 (12:50 +0000)
committerpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Sat, 17 Jan 2009 12:50:04 +0000 (12:50 +0000)
commit88142a28d6fa9acb31537b60530b7f5be89b4997
treeb9d3cde3ae47a8f48f88b2985b50be691c1a20f9
parentc49745220132199ea1f07ec3059ff124b6d0cfc5
OI Safe: Add OI About support. (somewhat redundant, because most info is included in the Help box?)
Prepare for inclusion of more dialogs.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1749 72b678ce-9140-0410-bee8-679b907dd61a
19 files changed:
AndroidManifest.xml
res/drawable/ic_launcher_folder_small.png [new file with mode: 0644]
res/layout/dialog_filename.xml [new file with mode: 0644]
res/layout/eula.xml [new file with mode: 0644]
res/raw/license_short.txt [new file with mode: 0644]
res/values/strings_and_arrays_about_info.xml [new file with mode: 0644]
res/values/strings_distribution.xml [new file with mode: 0644]
src/org/openintents/distribution/AboutDialog.java [new file with mode: 0644]
src/org/openintents/distribution/EulaActivity.java [new file with mode: 0644]
src/org/openintents/distribution/GetFromMarketDialog.java [new file with mode: 0644]
src/org/openintents/distribution/RD.java [new file with mode: 0644]
src/org/openintents/distribution/UpdateMenu.java [new file with mode: 0644]
src/org/openintents/intents/AboutMiniIntents.java [new file with mode: 0644]
src/org/openintents/intents/FileManagerIntents.java [new file with mode: 0644]
src/org/openintents/safe/CategoryList.java
src/org/openintents/safe/FrontDoor.java
src/org/openintents/safe/dialog/DialogHostingActivity.java [new file with mode: 0644]
src/org/openintents/safe/dialog/FilenameDialog.java [new file with mode: 0644]
src/org/openintents/util/IntentUtils.java [new file with mode: 0644]