From: rmceoin Date: Fri, 16 Jan 2009 00:55:05 +0000 (+0000) Subject: Renamed various "Password Safe" to "OI Safe" and cleaned up some X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=2ccef1354e91eb348f59fd3f22e3a491d8920a84;p=android-vcpass-oisafe 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 --- diff --git a/assets/help.html b/assets/help.html index 1c4314a..135c035 100644 --- a/assets/help.html +++ b/assets/help.html @@ -49,12 +49,12 @@ body {

Master Password

-

When you run Password Safe for the very first time, you are +

When you run OI Safe for the very first time, you are prompted for a 'Master Password'. This password is used to encrypt a generated Master Key. The Master Key is in turn used to encrypt and decrypt all the password entries.

-

Each time that you launch Password Safe, the Master Password that +

Each time that you launch OI Safe, the Master Password that you type is used to decrypt, or unlock, the Master Key. The Master Key is used to decrypt/encrypt the password entries.

@@ -73,7 +73,7 @@ body {

Import and Export

-

You can import data into Password Safe using CSV files. It is easiest to +

You can import data into OI Safe using CSV files. It is easiest to create and manage a CSV within a spreadsheet program like Excel or OpenOffice. Create a file with the following columns in the first row.

@@ -88,10 +88,10 @@ body { -

Password Safe import is very sensitive about the first row, +

OI Safe import is very sensitive about the first row, so please specify the first row exactly like the above list. You may also find it helpful to - put some data into the Password Safe and perform an export first, so + put some data into the OI Safe and perform an export first, so that you can see what the CSV should look like.

Use the name 'passwordsafe.csv' for your filename. Connect the @@ -112,30 +112,30 @@ body {

Security Concerns

-

Password Safe was written to safely store your passwords so that nobody can see +

OI Safe was written to safely store your passwords so that nobody can see them other than you. - The password you use to unlock Password Safe is used to encrypt the data. + The password you use to unlock OI Safe is used to encrypt the data. Data is stored within a SQLite database within your phone. That database stays local. It does not get transferred to the Internet. In fact, the application doesn't have the security privileges to even access the Internet.

-

Because Password Safe cannot access the Internet, the data is not +

Because OI Safe cannot access the Internet, the data is not automatically backed up. In order to backup, you will need to use Menu -> Backup.

Locking

-

Any of the following actions will cause Password Safe to lock:

+

Any of the following actions will cause OI Safe to lock:

@@ -148,6 +148,8 @@ body {

Key Icon is Copyright David Vignoni, and licensed under the GNU LGPL V2.1

@@ -155,9 +157,9 @@ under the GNU L

More Information

For further information about this application, please visit the - Android Password Safe + OpenIntents project web page at - http://code.google.com/p/android-passwordsafe.

+ http://www.openintents.org/.

- \ No newline at end of file + diff --git a/res/layout/front_door.xml b/res/layout/front_door.xml index cb8dd93..2602385 100644 --- a/res/layout/front_door.xml +++ b/res/layout/front_door.xml @@ -74,7 +74,7 @@ android:layout_height="wrap_content" />