]> hydra-www.ietfng.org Git - android-vcpass-oisafe/log
android-vcpass-oisafe
17 years agoOI Safe: Add default values to preferences.xml so a selection is shown the first...
peli0101 [Sun, 18 Jan 2009 00:36:13 +0000 (00:36 +0000)]
OI Safe: Add default values to preferences.xml so a selection is shown the first time.
Also clean up copyright notices in some .xml files.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1758 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoOne line change, big question:
isaac.jones [Sun, 18 Jan 2009 00:03:31 +0000 (00:03 +0000)]
One line change, big question:
src/org/openintents/safe/PassEdit.java

@@ -143,6 +143,7 @@
   @Override
   protected void onPause() {
         super.onPause();
+ saveState();
dbHelper.close();
dbHelper = null;
}

We now save the state on Pause. This allows the user's work to get
saved if they hit hte "Home" key, or if the application logs out
because of a timeout or because of the user selecting "log out" from
the notification area.

It also will save the data if the user hits the "back" key.

Is this OK?

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1757 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoModified some string values to be more explanitory to the user. ie,
isaac.jones [Sat, 17 Jan 2009 19:44:55 +0000 (19:44 +0000)]
Modified some string values to be more explanitory to the user. ie,
not just say "another application wants access" but explain why that
might be a good thing (to secure your data):

-    <string name="permdesc_service">Allows the application to encrypt and decrypt text, and access the passwords stored by OI Safe.</string>
+    <string name="permdesc_service">Allows the application to encrypt and decrypt text, and access the passwords they have stored in OI Safe.</string>

-       <string name="pref_summary_external_access">Allow other applications to access safe.</string>
+       <string name="pref_summary_external_access">Allow other applications to secure your data with OI Safe?</string>

-       <string name="dialog_title_external_access">External application tries to access OI Safe</string>
+       <string name="dialog_title_external_access">OI Safe: Another application requests access.</string>

-       <string name="dialog_summary_external_access">Allow other applications to access OI Safe.</string>
+       <string name="dialog_summary_external_access">Allow other applications to secure your data with OI Safe.</string>

-       <string name="dialog_comment_external_access">This can also be set in Menu / Preferences.</string>
+       <string name="dialog_comment_external_access">This can also be set in OI Safe\'s Menu / Preferences.</string>

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1754 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoOI Safe: Fix issue 170. Include a new dialog AllowExternalAccessDialog that is prompt...
peli0101 [Sat, 17 Jan 2009 16:38:06 +0000 (16:38 +0000)]
OI Safe: Fix issue 170. Include a new dialog AllowExternalAccessDialog that is prompted if an external application tries to access OI Safe. It is only asked after the password has been entered.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1753 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoOI Safe: Only show "About" dialog, if OI About (or compatible) is already installed.
peli0101 [Sat, 17 Jan 2009 13:27:41 +0000 (13:27 +0000)]
OI Safe: Only show "About" dialog, if OI About (or compatible) is already installed.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1752 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoOI Safe: Include EULA activity.
peli0101 [Sat, 17 Jan 2009 13:20:48 +0000 (13:20 +0000)]
OI Safe: Include EULA activity.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1750 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoOI Safe: Add OI About support. (somewhat redundant, because most info is included...
peli0101 [Sat, 17 Jan 2009 12:50:04 +0000 (12:50 +0000)]
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

17 years agoInclude direct connection via service.
peli0101 [Sat, 17 Jan 2009 10:15:54 +0000 (10:15 +0000)]
Include direct connection via service.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1746 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoOI Safe: Add ant build file and readme.txt.
peli0101 [Sat, 17 Jan 2009 08:37:19 +0000 (08:37 +0000)]
OI Safe: Add ant build file and readme.txt.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1745 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoOI Safe: Fix issue 179: getSetPassword was called before onResume(), therefore dbHelp...
peli0101 [Sat, 17 Jan 2009 06:31:58 +0000 (06:31 +0000)]
OI Safe: Fix issue 179: getSetPassword was called before onResume(), therefore dbHelper was still null.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1743 72b678ce-9140-0410-bee8-679b907dd61a

17 years agolock timeout preference now takes affect.
rmceoin [Fri, 16 Jan 2009 07:07:41 +0000 (07:07 +0000)]
lock timeout preference now takes affect.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1740 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoFixed issue where service timer failed to time out.
isaac.jones [Fri, 16 Jan 2009 06:44:31 +0000 (06:44 +0000)]
Fixed issue where service timer failed to time out.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1739 72b678ce-9140-0410-bee8-679b907dd61a

17 years agolisten for the log off broadcast receiver and lock and shut front door when received.
isaac.jones [Fri, 16 Jan 2009 05:26:22 +0000 (05:26 +0000)]
listen for the log off broadcast receiver and lock and shut front door when received.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1738 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoRenamed various "Password Safe" to "OI Safe" and cleaned up some
rmceoin [Fri, 16 Jan 2009 00:55:05 +0000 (00:55 +0000)]
Renamed various "Password Safe" to "OI Safe" and cleaned up some
layouts to use @string.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1734 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoWARNING! Renamed database name from "passwordsafe" to "safe".
peli0101 [Fri, 16 Jan 2009 00:04:53 +0000 (00:04 +0000)]
WARNING! Renamed database name from "passwordsafe" to "safe".
Changed APWS to OI Safe in some places.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1732 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoInclude new icon for OI Safe.
peli0101 [Thu, 15 Jan 2009 23:48:26 +0000 (23:48 +0000)]
Include new icon for OI Safe.
Center title in layout.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1731 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoObtain version number programmatically in AskPassword.
peli0101 [Thu, 15 Jan 2009 20:28:54 +0000 (20:28 +0000)]
Obtain version number programmatically in AskPassword.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1728 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoAdd nicer labels for intent filters.
peli0101 [Thu, 15 Jan 2009 20:12:54 +0000 (20:12 +0000)]
Add nicer labels for intent filters.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1727 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoChange application name in string resource.
peli0101 [Thu, 15 Jan 2009 19:30:21 +0000 (19:30 +0000)]
Change application name in string resource.

git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1725 72b678ce-9140-0410-bee8-679b907dd61a

17 years agoInitial import of Android Password Safe under the new name OI Safe.
peli0101 [Thu, 15 Jan 2009 19:15:33 +0000 (19:15 +0000)]
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