Age | Commit message (Expand) | Author |
2015-08-14 | Add searching for apps in autofill settings page | Matthew Wong |
2015-08-14 | Add per-app settings page | Matthew Wong |
2015-08-14 | Initialize the repository automatically, don't require the app to do it after... | Matthew Wong |
2015-08-14 | Ignore focus only when it is from a successful performAction | Matthew Wong |
2015-08-14 | Dialog dismissal behaviour. (com.android.inputmethod, the keyboard, is a TYPE... | Matthew Wong |
2015-08-14 | Change dialog appearance, smaller (wraps content) | Matthew Wong |
2015-08-14 | Dismiss dialog if non password field or window change (the accessibility even... | Matthew Wong |
2015-08-14 | Fill in field immediately after user unlocks | Matthew Wong |
2015-08-14 | Only try again paste/set after decryption if the correct password was entered... | Matthew Wong |
2015-08-14 | Create app autofill service: a dialog pops up for all password fields & has a... | Matthew Wong |
2015-08-14 | Move UI things to UI thread | Matthew Wong |
2015-08-12 | initialize & getRepositoryDirectory take context arguments so that service ca... | Matthew Wong |
2015-08-12 | show the full category of the password... | Mohamed Zenadi |
2015-08-12 | Fix #118: use File.equals | Matthew Wong |
2015-08-11 | Open password deletion dialogs one-by-one instead of all at once, don't rely ... | Matthew Wong |
2015-08-11 | Keep selectedItems up-to-date safely (behaviour was undefined before?) | Matthew Wong |
2015-08-11 | add a way to get the password repo dir without worktree | Mohamed Zenadi |
2015-08-11 | Fix passwords appearing like they have been selected after exiting 'delete mode' | Matthew Wong |
2015-08-10 | check that we have a repository before cloning | Mohamed Zenadi |
2015-08-09 | Use getAdapterPosition instead of position variable set in onBindViewHolder | Matthew Wong |
2015-08-08 | Ensure positions of passwords after deleted password are updated (attempt to ... | Matthew Wong |
2015-08-03 | fix potential NPEv1.2.0.27 | Mohamed Zenadi |
2015-07-26 | prompt for an external dir if none is selected | Mohamed Zenadi |
2015-07-22 | Don't ask for ssh key passphrase if key is not encrypted with one #106 | Matthew Wong |
2015-07-21 | Add 'clear clipboard 20 times' preference | Matthew Wong |
2015-07-19 | ssh keys with empty passphrase should not be written as "encrypted" (said key... | Matthew Wong |
2015-07-19 | Revert change that causes 'copy' to crash appv1.2.0.25 | Matthew Wong |
2015-07-19 | Merge pull request #103 from wongma7/master... | Mohamed Zenadi |
2015-07-19 | fix some issues where the password repository was not initialized | Mohamed Zenadi |
2015-07-18 | Set result & finish so that if the user presses generate when prompted for ge... | Matthew Wong |
2015-07-19 | fix #100 where passwords were not copied if we didn't show them | Mohamed Zenadi |
2015-07-18 | Remove fontfamily xml | Matthew Wong |
2015-07-18 | v.find vs getDialog.find consistency and fix more textview/edittext | Matthew Wong |
2015-07-18 | Merge remote-tracking branch 'upstream/master'... | Matthew Wong |
2015-07-18 | Set correct monospace font, fix more textview/edittext confusion | Matthew Wong |
2015-07-18 | fix a typo, the generate edit text is in the dialog not in the fragment | Mohamed Zenadi |
2015-07-18 | Use monospace font and add show passphrase checkbox | Matthew Wong |
2015-07-18 | use monospaced font for passwords... | Mohamed Zenadi |
2015-07-17 | Use android support library (for fab) | Matthew Wong |
2015-07-16 | Make the generated public key viewer a dialog instead of fragment and add a "... | Matthew Wong |
2015-07-15 | Make AsyncTask for ssh key generation and show a progress dialog. Show the ex... | Matthew Wong |
2015-07-14 | Change 'No SSH key' dialog to have options for import or generate. Also add a... | Matthew Wong |
2015-07-14 | Add preference to start ssh keygen | Matthew Wong |
2015-07-14 | Create ssh keygen activity with two fragments: the keygen & a screen to show ... | Matthew Wong |
2015-07-11 | Set default preferences (length 20, .etc) on first use of generator, only sav... | Matthew Wong |
2015-07-11 | Undo lambda-ing | Matthew Wong |
2015-07-11 | Use string resources | Matthew Wong |
2015-07-10 | Append password from dialog, not a newly generated one | Matthew Wong |
2015-07-10 | Apply PRNGFixes from http://android-developers.blogspot.ca/2013/08/some-secur... | Matthew Wong |
2015-07-10 | Open password generation dialog when button pressed | Matthew Wong |