aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-10bump version to 48v1.2.0.28Mohamed Zenadi
2015-08-10check that we have a repository before cloningMohamed Zenadi
2015-08-09Use getAdapterPosition instead of position variable set in onBindViewHolderMatthew Wong
2015-08-08Ensure positions of passwords after deleted password are updated (attempt to ↵Matthew Wong
fix #115)
2015-08-03fix potential NPEv1.2.0.27Mohamed Zenadi
2015-08-03update of libs and version bumpMohamed Zenadi
2015-08-02Merge pull request #113 from svetlemodry/masterMohamed Zenadi
Czech translation updated
2015-08-02Czech translation updatedJaroslav Lichtblau
for Android-Password-Store
2015-07-26prompt for an external dir if none is selectedMohamed Zenadi
2015-07-22Don't ask for ssh key passphrase if key is not encrypted with one #106Matthew Wong
2015-07-21Add 'clear clipboard 20 times' preferenceMatthew Wong
2015-07-21disable proguard in releasev1.2.0.26Mohamed Zenadi
2015-07-21fix release build crashMatthew Wong
2015-07-21version bumpMatthew Wong
2015-07-19Version bump (oops...)Matthew Wong
2015-07-19ssh keys with empty passphrase should not be written as "encrypted" (said ↵Matthew Wong
keys still worked)
2015-07-19Revert change that causes 'copy' to crash appv1.2.0.25Matthew Wong
2015-07-19update readme with the newly added ssh key genMohamed Zenadi
2015-07-19enable proguard and versions bumpsv1.2.0.24Mohamed Zenadi
2015-07-19addd missing strings into the cs lang (no translation yet)Mohamed Zenadi
2015-07-19handle rotation in password list and password decryptMohamed Zenadi
2015-07-19Merge pull request #103 from wongma7/masterMohamed Zenadi
SSH key generator
2015-07-19fix some issues where the password repository was not initializedMohamed Zenadi
2015-07-18Set result & finish so that if the user presses generate when prompted for ↵Matthew Wong
generate/import, operation is resumed just like if user presses import
2015-07-19fix #100 where passwords were not copied if we didn't show themMohamed Zenadi
2015-07-18Remove fontfamily xmlMatthew Wong
2015-07-18v.find vs getDialog.find consistency and fix more textview/edittextMatthew Wong
2015-07-18Merge remote-tracking branch 'upstream/master'Matthew Wong
Conflicts: app/src/main/java/com/zeapo/pwdstore/pwgenDialogFragment.java
2015-07-18Set correct monospace font, fix more textview/edittext confusionMatthew Wong
2015-07-18fix a typo, the generate edit text is in the dialog not in the fragmentMohamed Zenadi
2015-07-18Use monospace font and add show passphrase checkboxMatthew Wong
2015-07-18use a normal button rather than an image buttonMohamed Zenadi
2015-07-18use monospaced font for passwordsMohamed Zenadi
fix EditText being cast to textview
2015-07-17Use strings and clean up margins in ssh keygenMatthew Wong
2015-07-17Use android support library (for fab)Matthew Wong
2015-07-16Make the generated public key viewer a dialog instead of fragment and add a ↵Matthew Wong
"preference" that opens the dialog.
2015-07-15Make AsyncTask for ssh key generation and show a progress dialog. Show the ↵Matthew Wong
exception if it fails
2015-07-14Change 'No SSH key' dialog to have options for import or generate. Also add ↵Matthew Wong
all the strings...
2015-07-14Add preference to start ssh keygenMatthew Wong
2015-07-14Create ssh keygen activity with two fragments: the keygen & a screen to show ↵Matthew Wong
the generated public key
2015-07-11Merge pull request #101 from wongma7/masterMohamed Zenadi
Adding support for password generation
2015-07-11Set default preferences (length 20, .etc) on first use of generator, only ↵Matthew Wong
save preferences when they've been used to generate i.e. Generate pressed
2015-07-11Undo lambda-ingMatthew Wong
2015-07-11Use string resourcesMatthew Wong
2015-07-10Append password from dialog, not a newly generated oneMatthew Wong
2015-07-10Apply PRNGFixes from ↵Matthew Wong
http://android-developers.blogspot.ca/2013/08/some-securerandom-thoughts.html
2015-07-10Open password generation dialog when button pressedMatthew Wong
2015-07-10Create password generation dialogMatthew Wong
2015-07-10Import pwgen classesMatthew Wong
2015-07-04Merge pull request #99 from wongma7/masterMohamed Zenadi
Multi-select (for password deletion)