<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.openintents.safe" \r
- android:versionName="1.2.5beta1" android:versionCode="14">\r
+ android:versionName="1.2.5" android:versionCode="15">\r
<!-- History:
+ 1.2.5 [15]: 2010-04-03
1.2.4 [13]: 2009-11-27\r
1.2.3 [12]: 2009-11-23\r
1.2.2 [11]: 2009-10-29\r
<meta-data android:name="org.openintents.metadata.EMAIL"\r
android:value="@string/about_email" />\r
- <activity class=".FrontDoor" android:name="FrontDoor" android:label="@string/app_name"\r
+ <activity class=".Safe" android:name="Safe" android:label="@string/app_name"\r
android:theme="@android:style/Theme.Translucent.NoTitleBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
super.onCreate(icicle);
if (debug) Log.d(TAG,"onCreate("+icicle+")");
- frontdoor = new Intent(this, FrontDoor.class);
+ frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
restartTimerIntent = new Intent (CryptoIntents.ACTION_RESTART_TIMER);
if (debug) Log.d(TAG,"onResume()");
if (isSignedIn()==false) {
- Intent frontdoor = new Intent(this, FrontDoor.class);
+ Intent frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
startActivity(frontdoor);
return;
serviceIntent.setClass(this, ServiceDispatchImpl.class );
stopService(serviceIntent);
masterKey=null;
- Intent frontdoor = new Intent(this, FrontDoor.class);
+ Intent frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
startActivity(frontdoor);
}
if (debug) Log.d(TAG,"onCreate()");
- frontdoor = new Intent(this, FrontDoor.class);
+ frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
restartTimerIntent = new Intent (CryptoIntents.ACTION_RESTART_TIMER);
\r
if (debug) Log.d(TAG, "Original file path: " + originalFile);\r
if (CategoryList.isSignedIn()==false) {\r
- Intent frontdoor = new Intent(getContext(), FrontDoor.class);\r
+ Intent frontdoor = new Intent(getContext(), Safe.class);\r
frontdoor.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\r
getContext().startActivity(frontdoor); \r
throw new CryptoHelperException("Not logged in.");\r
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
- frontdoor = new Intent(this, FrontDoor.class);
+ frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
restartTimerIntent = new Intent (CryptoIntents.ACTION_RESTART_TIMER);
gotoPWS.setOnClickListener(new View.OnClickListener() {
public void onClick(View arg0) {
- Intent intent = new Intent(LogOffActivity.this, FrontDoor.class);
+ Intent intent = new Intent(LogOffActivity.this, Safe.class);
//intent.setClass (LogOffActivity.this, FrontDoor.class );
intent.addCategory(Intent.CATEGORY_LAUNCHER);
intent.setAction(Intent.ACTION_MAIN);
return;
}
- frontdoor = new Intent(this, FrontDoor.class);
+ frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
restartTimerIntent = new Intent (CryptoIntents.ACTION_RESTART_TIMER);
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
- frontdoor = new Intent(this, FrontDoor.class);
+ frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
restartTimerIntent = new Intent (CryptoIntents.ACTION_RESTART_TIMER);
return;
}
- frontdoor = new Intent(this, FrontDoor.class);
+ frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
restartTimerIntent = new Intent (CryptoIntents.ACTION_RESTART_TIMER);
if (debug) Log.d(TAG,"onCreate("+icicle+")");
- frontdoor = new Intent(this, FrontDoor.class);
+ frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
restartTimerIntent = new Intent (CryptoIntents.ACTION_RESTART_TIMER);
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
- frontdoor = new Intent(this, FrontDoor.class);
+ frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
restartTimerIntent = new Intent (CryptoIntents.ACTION_RESTART_TIMER);
firstTime = extras != null ? extras.getBoolean(Restore.KEY_FIRST_TIME) : false;
}
- frontdoor = new Intent(this, FrontDoor.class);
+ frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
restartTimerIntent = new Intent (CryptoIntents.ACTION_RESTART_TIMER);
\r
\r
/**\r
- * FrontDoor Activity\r
+ * Safe Activity\r
* \r
* This activity just makes sure we're entering the front door, not calling encrypt/decrypt\r
* or other intents.\r
* \r
* @author Steven Osborn - http://steven.bitsetters.com\r
*/\r
-public class FrontDoor extends Activity {\r
+public class Safe extends Activity {\r
\r
private static final String TAG = "FrontDoor";\r
private static final boolean debug = false;\r
getResources().getString(R.string.search);
setTitle(title);
- frontdoor = new Intent(this, FrontDoor.class);
+ frontdoor = new Intent(this, Safe.class);
frontdoor.setAction(CryptoIntents.ACTION_AUTOLOCK);
restartTimerIntent = new Intent (CryptoIntents.ACTION_RESTART_TIMER);
--- /dev/null
+Category,Description,Website,Username,Password,Notes\r
+Business,Amazon ,www.amazon.com,,123456,\r
+Cards,AMEX,,,,card #: 1234 5678\r
+Organizations,AAMC,,,,#: 1234546\r
+Personal,Driver's License,,,,#: 123456789\r