Last 7 days
-
ImportExport (How-to Import/Export your password data into Android Passwor...) Wiki page commented on by gunderstorm
-
Earlier this year
-
-
issue 34
(Have the ability to have a text field, not just a "user name...) commented on by krank13
-
-
issue 37
(Safe should be locked when app closes or phone is going into...) reported by felix.knecht
-
-
-
issue 34
(Have the ability to have a text field, not just a "user name...) commented on by felix.knecht
-
-
-
issue 15
(Make Android Password Safe useful to other applications) commented on by egaskill
-
-
-
issue 34
(Have the ability to have a text field, not just a "user name...) reported by krank13
-
-
issue 33
(Possibility to user keyboard-less authentication?) commented on by catslaugh
-
-
r98
(Added PreferencesActivity with two preferences: external_acc...) committed by rmceoin
- Added PreferencesActivity with two preferences: external_access
and lock_timeout
Added PreferencesActivity with two preferences: external_access
and lock_timeout
-
r97
(Merged trunk revisions 80, 82 and 85.
) committed by rmceoin
- Merged trunk revisions 80, 82 and 85.
Merged trunk revisions 80, 82 and 85.
-
issue 33
(Possibility to user keyboard-less authentication?) Labels changed by rmceoin
-
Labels:
Type-Enhancement
−Type-Defect
Labels:
Type-Enhancement
−Type-Defect
-
r96
(Update CryptoIntents) committed by peli0101
- Update CryptoIntents
-
r95
(Add new broadcast action when user is logged out of service.) committed by peli0101
- Add new broadcast action when user is logged out of service.
Add new broadcast action when user is logged out of service.
-
-
-
-
issue 31
(Error "First line is missing fields" when importing csv file) Labels changed by rmceoin
-
Labels:
Type-Other
−Type-Defect
Labels:
Type-Other
−Type-Defect
-
r94
(updated diagrams with new extra names, permission lists, and...) committed by isaac.jones
- updated diagrams with new extra names, permission lists, and EXTRA_TEXT_ARRAY
updated diagrams with new extra names, permission lists, and EXTRA_TEXT_ARRAY
-
-
r93
(Removed the ugly hack of using category for package name, ad...) committed by isaac.jones
- Removed the ugly hack of using category for package name, added permission list, which involvd lots
of changes.
Added some fields to the database:
- one for passwords, unique_name, which should eventually be guarenteed to be unique, so the client
can look up names by, ie "org.syntaxpolice.opensocial"
- A table for PACKAGE_ACCESS, a pairing of id to string indicating a list of packages which have
access to the given password.
Plus lots of plumbing to make this work.
Changd some EXTRA names and removed category from extra:
org.openintents.extra.UNIQUE_NAME
Category is now Application Data.
Bumped database version to 4, not sure if that's the right thing to do?
DATABASE_VERSION = 4;
Removed the ugly hack of using category for package name, added permission list, which involvd lots
of changes.
Added some fields to the database:
- one for passwords, unique_name, which should eventually be guarenteed to be unique, so the client
can look up names by, ie "org.syntaxpolice.opensocial"
- A table for PACKAGE_ACCESS, a pairing of id to string indicating a list of packages which have
access to the given password.
Plus lots of plumbing to make this work.
Changd some EXTRA names and removed category from extra:
org.openintents.extra.UNIQUE_NAME
Category is now Application Data.
Bumped database version to 4, not sure if that's the right thing to do?
DATABASE_VERSION = 4;
-
-
issue 31
(Error "First line is missing fields" when importing csv file) reported by nigel.c.lee
-
-
r92
(Adjust lock layout. Finish on lock through notification.) committed by peli0101
- Adjust lock layout. Finish on lock through notification.
Adjust lock layout. Finish on lock through notification.
-
r91
(slightly better screenshot) committed by isaac.jones
- slightly better screenshot
slightly better screenshot
-
r90
(screenshot for encrypting a note) committed by isaac.jones
- screenshot for encrypting a note
screenshot for encrypting a note
-
r89
(diagrams explaining the intents, using dia format.) committed by isaac.jones
- diagrams explaining the intents, using dia format.
diagrams explaining the intents, using dia format.
-
r88
(Update intents class in test app.) committed by peli0101
- Update intents class in test app.
Update intents class in test app.
-
r87
(Added support for EXTRA_TEXT_ARRAY, so that multiple strings...) committed by peli0101
- Added support for EXTRA_TEXT_ARRAY, so that multiple strings can be encrypted / decrypted in a
single intent call.
Added support for EXTRA_TEXT_ARRAY, so that multiple strings can be encrypted / decrypted in a
single intent call.
-
r86
(Added screen for the notification activity to log the user o...) committed by isaac.jones
- Added screen for the notification activity to log the user out.
There's still an issue with the category list remembering the password
at this point, and we need to make it forget because the "back" button
allows you to get to the passwords still.
Added screen for the notification activity to log the user out.
There's still an issue with the category list remembering the password
at this point, and we need to make it forget because the "back" button
allows you to get to the passwords still.
-
-
r85
(Added an Alert to ask user if they want to delete the CSV
af...) committed by rmceoin
- Added an Alert to ask user if they want to delete the CSV
after a successful import. Addresses I26.
Added an Alert to ask user if they want to delete the CSV
after a successful import. Addresses I26.
-
r84
(Added explanation in the case where apws is started remotely...) committed by isaac.jones
- Added explanation in the case where apws is started remotely,
<string name="remote_ask">Another application is asking to use the master key. Please type in your
password to unlock it.</string>
Added explanation in the case where apws is started remotely,
<string name="remote_ask">Another application is asking to use the master key. Please type in your
password to unlock it.</string>
-
Older
-
r82
(Updated Help to talk about Master Password.
Changed labels ...) committed by rmceoin
- Updated Help to talk about Master Password.
Changed labels to use 'Master Password'.
Updated Help to talk about Master Password.
Changed labels to use 'Master Password'.
-
r81
(Merged r64 from the service branch.
) committed by rmceoin
- Merged r64 from the service branch.
Merged r64 from the service branch.
-
issue 28
(Allow moving password entries between categories) Status changed by rmceoin
-
-
issue 28
(Allow moving password entries between categories) commented on by rmceoin
-
-
r80
(Added the ability to move passwords to another category.
) committed by rmceoin
- Added the ability to move passwords to another category.
Added the ability to move passwords to another category.
-
r79
(Add notification symbol to notification bar while user is lo...) committed by peli0101
- Add notification symbol to notification bar while user is logged in.
Add notification symbol to notification bar while user is logged in.
-
r78
(Move service classes to separate package.) committed by peli0101
- Move service classes to separate package.
Move service classes to separate package.
-
r77
(Move intents actions and extras into the OpenIntents package...) committed by peli0101
- Move intents actions and extras into the OpenIntents package name space.Remove "text/plain"
requirement in crypto intents. getType() usually refers to the type passed in getData(), but in this
case, extras are used with well-defined type.
Also, in FrontDoor, when returning an intent, make sure that all additional extras passed in the
first place are returned unmodified. This makes it possible for third party applications to add
additional information about the text that has been encrypted.
Move intents actions and extras into the OpenIntents package name space.Remove "text/plain"
requirement in crypto intents. getType() usually refers to the type passed in getData(), but in this
case, extras are used with well-defined type.
Also, in FrontDoor, when returning an intent, make sure that all additional extras passed in the
first place are returned unmodified. This makes it possible for third party applications to add
additional information about the text that has been encrypted.
-
issue 15
(Make Android Password Safe useful to other applications) commented on by isaac.jones
-
-
issue 15
(Make Android Password Safe useful to other applications) commented on by isaac.jones
-
-
r76
(added special case for empty username and password to delete...) committed by isaac.jones
- added special case for empty username and password to delete the given password.
added special case for empty username and password to delete the given password.
-
r75
(Added SetPassword implementation.
Open question: Should we ...) committed by isaac.jones
- Added SetPassword implementation.
Open question: Should we provide extras for all of the fields for a
password entry?
Modified addCategory to dbHelper to NOT add a category if one with the
same name already exists. This simplified the logic in some spots.
Test driver has new fields to set description / usernmae /
password. You can use these with 'set' button to add a password, then
query it with "get".
Added SetPassword implementation.
Open question: Should we provide extras for all of the fields for a
password entry?
Modified addCategory to dbHelper to NOT add a category if one with the
same name already exists. This simplified the logic in some spots.
Test driver has new fields to set description / usernmae /
password. You can use these with 'set' button to add a password, then
query it with "get".
-
issue 30
(add version info in help screen) changed by rmceoin
-
Status:
Accepted
Labels:
Type-Enhancement
−Type-Defect
Status:
Accepted
Labels:
Type-Enhancement
−Type-Defect
-
|