]> hydra-www.ietfng.org Git - android-vcpass-oisafe/commit
Initial import of Android Password Safe under the new name OI Safe.
authorpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Thu, 15 Jan 2009 19:15:33 +0000 (19:15 +0000)
committerpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Thu, 15 Jan 2009 19:15:33 +0000 (19:15 +0000)
commit3d01e9e05852868d52f34610490de5a4ac11568a
tree28790508f7f91fcd46cb50067cc68196c7c995ee
Initial import of Android Password Safe under the new name OI Safe.

Original location: Revision 98 of android-passwordsafe at Google Code from the branch "service": http://code.google.com/p/android-passwordsafe/source/browse/?r=98#svn/branches/service

The namespace has been changed from com.bitsetters.android.passwordsafe to org.openintents.safe.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1724 72b678ce-9140-0410-bee8-679b907dd61a
60 files changed:
.classpath [new file with mode: 0644]
.project [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
NOTES [new file with mode: 0644]
README [new file with mode: 0644]
assets/help.html [new file with mode: 0644]
res/anim/cycle_7.xml [new file with mode: 0644]
res/anim/shake.xml [new file with mode: 0644]
res/drawable/passicon.png [new file with mode: 0644]
res/layout-land/front_door.xml [new file with mode: 0644]
res/layout/cat_edit.xml [new file with mode: 0644]
res/layout/cat_list.xml [new file with mode: 0644]
res/layout/chg_pass.xml [new file with mode: 0644]
res/layout/front_door.xml [new file with mode: 0644]
res/layout/help.xml [new file with mode: 0644]
res/layout/log_off.xml [new file with mode: 0644]
res/layout/pass_edit.xml [new file with mode: 0644]
res/layout/pass_gen.xml [new file with mode: 0644]
res/layout/pass_list.xml [new file with mode: 0644]
res/layout/pass_row.xml [new file with mode: 0644]
res/layout/restore.xml [new file with mode: 0644]
res/values/arrays.xml [new file with mode: 0644]
res/values/colors.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/xml/preferences.xml [new file with mode: 0644]
src/org/openintents/intents/CryptoIntents.java [new file with mode: 0644]
src/org/openintents/safe/AskPassword.java [new file with mode: 0644]
src/org/openintents/safe/Backup.java [new file with mode: 0644]
src/org/openintents/safe/CSVReader.java [new file with mode: 0644]
src/org/openintents/safe/CSVWriter.java [new file with mode: 0644]
src/org/openintents/safe/CategoryEdit.java [new file with mode: 0644]
src/org/openintents/safe/CategoryEntry.java [new file with mode: 0644]
src/org/openintents/safe/CategoryList.java [new file with mode: 0644]
src/org/openintents/safe/ChangePass.java [new file with mode: 0644]
src/org/openintents/safe/CryptoHelper.java [new file with mode: 0644]
src/org/openintents/safe/CryptoHelperException.java [new file with mode: 0644]
src/org/openintents/safe/DBHelper.java [new file with mode: 0644]
src/org/openintents/safe/FrontDoor.java [new file with mode: 0644]
src/org/openintents/safe/Help.java [new file with mode: 0644]
src/org/openintents/safe/LogOffActivity.java [new file with mode: 0644]
src/org/openintents/safe/PassEdit.java [new file with mode: 0644]
src/org/openintents/safe/PassEntry.java [new file with mode: 0644]
src/org/openintents/safe/PassGen.java [new file with mode: 0644]
src/org/openintents/safe/PassList.java [new file with mode: 0644]
src/org/openintents/safe/Preferences.java [new file with mode: 0644]
src/org/openintents/safe/Restore.java [new file with mode: 0644]
src/org/openintents/safe/RestoreDataSet.java [new file with mode: 0644]
src/org/openintents/safe/RestoreHandler.java [new file with mode: 0644]
src/org/openintents/safe/service/ServiceDispatch.aidl [new file with mode: 0644]
src/org/openintents/safe/service/ServiceDispatchImpl.java [new file with mode: 0644]
src/org/openintents/safe/service/ServiceNotification.java [new file with mode: 0644]
tests/NOTES [new file with mode: 0644]
tests/passwordsafe-test1.csv [new file with mode: 0644]
tests/passwordsafe-test2.csv [new file with mode: 0644]
tests/passwordsafe-test3.csv [new file with mode: 0644]
tests/passwordsafe-test4.csv [new file with mode: 0644]
tests/passwordsafe-test5.csv [new file with mode: 0644]
tests/passwordsafe-test6.csv [new file with mode: 0644]