aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-14More tweaks of dialog dismissal behaviourMatthew Wong
2015-08-14Fix recursive filter; don't act twice on focus+click eventMatthew Wong
2015-08-14Handle click events as well (useful when password field is the only ↵Matthew Wong
focusable view)
2015-08-14Autofill per-app settings dialog opens on click on suggestion or on existing appMatthew Wong
2015-08-14Add searching for apps in autofill settings pageMatthew Wong
2015-08-14Add per-app settings pageMatthew Wong
2015-08-14Initialize the repository automatically, don't require the app to do it ↵Matthew Wong
after a restart
2015-08-14Ignore focus only when it is from a successful performActionMatthew Wong
2015-08-14Dialog dismissal behaviour. (com.android.inputmethod, the keyboard, is a ↵Matthew Wong
TYPE_WINDOW_STATE_CHANGED, so needs an exception)
2015-08-14Change dialog appearance, smaller (wraps content)Matthew Wong
2015-08-14Dismiss dialog if non password field or window change (the accessibility ↵Matthew Wong
events already needed to be handled)
2015-08-14Fill in field immediately after user unlocksMatthew Wong
2015-08-14Only try again paste/set after decryption if the correct password was ↵Matthew Wong
entered and not e.g. cancel button pressed
2015-08-14Create app autofill service: a dialog pops up for all password fields & has ↵Matthew Wong
a button to paste/set a password found in the store with name matching app's
2015-08-14Move UI things to UI threadMatthew Wong
2015-08-12initialize & getRepositoryDirectory take context arguments so that service ↵Matthew Wong
can use them too
2015-08-12show the full category of the passwordMohamed Zenadi
with a small style revamp
2015-08-12Fix #118: use File.equalsMatthew Wong
2015-08-11Open password deletion dialogs one-by-one instead of all at once, don't rely ↵Matthew Wong
on the order of opening (potentially prevent #115)
2015-08-11Keep selectedItems up-to-date safely (behaviour was undefined before?)Matthew Wong
2015-08-11a test apk build for #116Mohamed Zenadi
2015-08-11add a way to get the password repo dir without worktreeMohamed Zenadi
2015-08-11Fix passwords appearing like they have been selected after exiting 'delete mode'Matthew Wong
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