]> hydra-www.ietfng.org Git - android-vcpass-oisafe/log
android-vcpass-oisafe
17 years agoAdded PassView
rmceoin [Mon, 19 Jan 2009 23:32:40 +0000 (23:32 +0000)]
Added PassView

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

17 years agoUpdated test filenames.
rmceoin [Mon, 19 Jan 2009 21:09:53 +0000 (21:09 +0000)]
Updated test filenames.

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

17 years agoUpdated backup to handle package access.
rmceoin [Mon, 19 Jan 2009 20:59:54 +0000 (20:59 +0000)]
Updated backup to handle package access.

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

17 years agoUpdated backup with unique_name. Removed legacy code from DBHelper
rmceoin [Mon, 19 Jan 2009 20:06:24 +0000 (20:06 +0000)]
Updated backup with unique_name.  Removed legacy code from DBHelper
and finally implemented lastdatetimeedit on passwords.

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

17 years agoUpdated backup/restore to use OISafe for naming.
rmceoin [Mon, 19 Jan 2009 19:45:37 +0000 (19:45 +0000)]
Updated backup/restore to use OISafe for naming.
Updated filenames to use OISafe.

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

17 years agoReplace About dialog by new intent call to OI About. Clean up resource files.
peli0101 [Sun, 18 Jan 2009 03:13:37 +0000 (03:13 +0000)]
Replace About dialog by new intent call to OI About. Clean up resource files.

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

17 years agoDiscard actually discards now.
rmceoin [Sun, 18 Jan 2009 02:56:53 +0000 (02:56 +0000)]
Discard actually discards now.

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

17 years agoAdded "Discard changes" to PassEdit.
rmceoin [Sun, 18 Jan 2009 01:57:44 +0000 (01:57 +0000)]
Added "Discard changes" to PassEdit.
Added Id to propset for all java and xml.

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

17 years agounregister the reciever.
isaac.jones [Sun, 18 Jan 2009 01:45:33 +0000 (01:45 +0000)]
unregister the reciever.

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

17 years agoSwitched to using a BroadcastIntent for restarting the timer. Simplifies things a...
isaac.jones [Sun, 18 Jan 2009 01:43:08 +0000 (01:43 +0000)]
Switched to using a BroadcastIntent for restarting the timer. Simplifies things a bit.

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

17 years agoCreated intent for restarting the timer, and called this intent from a
isaac.jones [Sun, 18 Jan 2009 01:12:55 +0000 (01:12 +0000)]
Created intent for restarting the timer, and called this intent from a
few places within the code, notibly on PassList and CategoryList when
items were selected or edited.

This stops the timer from timing out surprisingly while the user is
editing stuff.

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

17 years agoFix bug where item gets created twice when user hits "save" since the
isaac.jones [Sun, 18 Jan 2009 01:01:39 +0000 (01:01 +0000)]
Fix bug where item gets created twice when user hits "save" since the
item is saved during onPause as well as saved. Repaired by setting the
row id when adding the password for the first time since this prevents
the 2nd time around from adding it again.

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

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