aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-06Version bumpv1.2.0.37Matthew Wong
2015-11-23Merge pull request #150 from svetlemodry/masterwongma7
updated Czech translation
2015-11-23updated Czech translationJaroslav Lichtblau
2015-11-22warn if the directory is not emptyzeapo
2015-11-22Merge pull request #149 from zeapo/fix/externalMohamed Zenadi
Add warnings to the user about storing the passwords on the sdcard
2015-11-22Add warnings to the user about storing the passwords on the sdcardzeapo
2015-11-21version bumpv1.2.0.36Matthew Wong
2015-11-21default to reasonable external directoryMatthew Wong
2015-11-07Request system_alert_window permission in android m, fix #138,Matthew Wong
2015-11-04cleanup: split autofill service into functionsMatthew Wong
2015-10-29 OpenPGP API v9 #143Matthew Wong
2015-10-28enable autofill for chrome & webview password fields (not useful yet)Matthew Wong
2015-10-28Version bump 55v1.2.0.35Matthew Wong
2015-10-28Fix #142Matthew Wong
2015-10-28Try to address #142Matthew Wong
2015-10-18If system alert dialog permission denied, autofill service will do nothing ↵Matthew Wong
instead of crash #138
2015-10-18Offer #135 behaviour: if show time set to 0, don't clear clipboard or hide ↵Matthew Wong
password for the user
2015-10-18Correct background color of 'app settings'Matthew Wong
2015-10-13version bumpv1.2.0.34Mohamed Zenadi
2015-10-13revert to old colors, blue/orange was indeed uglyMohamed Zenadi
2015-10-04Merge pull request #136 from svetlemodry/masterwongma7
Czech translation update
2015-10-04travis.yml: use sdk 23.0.1wongma7
2015-10-03Czech translation updateJaroslav Lichtblau
for android-password-store
2015-09-25Version bump 53v1.2.0.33Matthew Wong
2015-09-25buildToolsVersion "23.0.1"Matthew Wong
2015-09-16Use intent for ensuring commit after decrypt->edit button->saveMatthew Wong
2015-09-15Open dialog immediately at activity oncreate, can't open it after asynctask ↵Matthew Wong
(potential illegalstateexception)
2015-09-03Use openpgpapi correctly to address #128Matthew Wong
2015-09-03Merge pull request #125 from betheg/signed_releaseMohamed Zenadi
a way to generating signed release APK using gradle.
2015-08-29version bump 52: pgp npe crash!v1.2.0.32Matthew Wong
2015-08-29Merge pull request #126 from betheg/fix_npewongma7
PgpHandler: fix possible npe.
2015-08-29PgpHandler: fix possible npe.Michael
2015-08-29a way to generating signed release APK using gradle.Michael
2015-08-28Merge pull request #123 from betheg/httpclient_dependencywongma7
get rid of the WARNING: Dependency org.apache.httpcomponents:httpclie…
2015-08-28Merge pull request #124 from betheg/travisMohamed Zenadi
travis.yml: use sdk 23.0.0
2015-08-28travis.yml: use sdk 23.0.0Michael
2015-08-28get rid of the WARNING: Dependency org.apache.httpcomponents:httpclient...Michael
2015-08-27Some UI loading for #119Matthew Wong
2015-08-26Fix #120 -- editing not creating git commits and yet another version bumpv1.2.0.31Matthew Wong
2015-08-26UI cleanup & reformatMatthew Wong
2015-08-26SDK 23Matthew Wong
2015-08-26version bump 50Matthew Wong
2015-08-26Fix edit button crashing if pressed from encryptMatthew Wong
2015-08-26Disallow name change when editing passwordMatthew Wong
2015-08-26Revert asynctask cancelling; allow parallel asynctasksMatthew Wong
2015-08-25Password editing: action bar edit button replaces decrypt view with encrypt viewMatthew Wong
2015-08-25version bump 49v1.2.0.29Matthew Wong
2015-08-25Show which passwords are selectedMatthew Wong
2015-08-25Use support AlertDialog everywhereMatthew Wong
2015-08-25Generated password EditText to TextView + fix generation bugMatthew Wong