Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-25 | Fix an issue with the number of shortcuts | Mohamed | |
2017-05-08 | little refactor and version bumpv1.2.0.58 | zeapo | |
2017-04-27 | Make git username and email configurable (#289) | shanavas | |
* Gather git config data and save in preferences * Align text box properly * Apply git configs from settings * Validate email address | |||
2017-04-17 | Make passwords sort case insensitive (#290) | Łukasz Rutkowski | |
2017-03-27 | show extra content even if the password is empty | Mohamed Zenadi | |
fixes #274 | |||
2017-03-27 | fix git rm and sync | Mohamed Zenadi | |
fixes #276 fixes #283 | |||
2017-03-02 | Added app shortcuts (#278) | Hussein Mohammed | |
* Added app shortcuts Signed-off-by: Hussein Mohammed <zidhussein@gmail.com> * Added sdk25 to travis | |||
2017-01-24 | add preference option to export all passwords to an external dir | Mohamed Zenadi | |
2017-01-16 | fix the case where we're unable to clone if we specify the port 22 | Mohamed Zenadi | |
2017-01-16 | remove all mentions of getWorkTree | Mohamed Zenadi | |
2017-01-06 | one getWorkTree less, we should remove them all | Mohamed Zenadi | |
2017-01-06 | check that package name is not null | Mohamed Zenadi | |
2016-12-31 | do not put anything in the clipboard when clearing it | Mohamed Zenadi | |
2016-12-31 | set the timer to clear the clipboard on copy | Mohamed Zenadi | |
fix #244 | |||
2016-12-31 | add the cause of jgit error to the message | Mohamed Zenadi | |
2016-12-30 | sync command now tries to commit before pull/push | Mohamed Zenadi | |
2016-12-26 | Use 500ms delay between 20x clipboard clears | Matthew Wong | |
2016-12-26 | Fix #247: avoid npe getting accessibility event package name | Matthew Wong | |
2016-12-25 | fix commit not being executed | Mohamed Zenadi | |
2016-12-11 | remove useless and confusing option from the preferences | Mohamed Zenadi | |
2016-12-11 | Handle jgit errors (#243) | Mohamed Zenadi | |
* initial work on the git error handling * remove throws exception and handle the jsch one correctly * move the commit task into its own operation * get rid of the interface and rely on the abstract class GitOperation * add error message to the pull command * add error message to the push command * add error message to the sync operationˆ | |||
2016-11-12 | detect wrong ssh-key passphrase | Mohamed Zenadi | |
2016-10-25 | request sd-card access when importing the ssh-key | Mohamed Zenadi | |
2016-10-17 | Added the ability to make an invisible password visible using a button, and ↵ | Daniël van den Berg | |
added some rough translations. (#230) | |||
2016-10-17 | makes a copy of an other password, do not clear the clipboard from the first ↵ | Mohamed Zenadi | |
copy fix #228 | |||
2016-10-16 | fix list not being refreshed after a sync | Mohamed Zenadi | |
2016-09-21 | Allow for manual copying or sharing of the password without showing it. (#222) | Daniël van den Berg | |
* Allow for manual copying or sharing of the password without showing it, see #218. * Cache the password in a variable for copying and sending, instead of using the textview. | |||
2016-09-11 | use a file selector to get the ssh-key | Mohamed Zenadi | |
2016-09-09 | Added the ability to move passwords around. (#210) | Daniël van den Berg | |
* Added the ability to move passwords around. * Generified the PasswordRecyclerAdapter and the FolderRecyclerAdapter into EntryRecyclerAdapter | |||
2016-08-27 | Added the ability to share a password as plaintext using any app, including ↵ | Daniël van den Berg | |
ones like BluetoothToPc. (#213) | |||
2016-07-29 | Catch IOException | Matthew Wong | |
2016-07-29 | Don't show the 'directory already exists' error if it's just a .git folder & ↵ | Matthew Wong | |
show all exceptions to the user (e.g. invalid private key) | |||
2016-07-21 | Use support library fragment (to avoid onAttach deprecation problems, etc) | Matthew Wong | |
2016-07-19 | fix crash sorry everyone | Matthew Wong | |
2016-07-08 | Fix back button behaviour | Matthew Wong | |
2016-07-04 | fix crash on lollipop | Mohamed Zenadi | |
2016-07-02 | Only clear the clipboard if we automatically copied the password to it | Matthew Wong | |
2016-07-02 | Fix & refine weird editing behaviour | Matthew Wong | |
2016-06-30 | Add systemui exception to autofill | Matthew Wong | |
2016-06-30 | use runOnUiThread in autofill preferences activity | Matthew Wong | |
2016-06-20 | Merge pull request #189 from DSIW/master | Mohamed Zenadi | |
Some restyling | |||
2016-06-19 | Fix background color for selected list items | DSIW | |
2016-06-19 | Add german translation and extract some string as string resource | DSIW | |
2016-06-12 | fix #187 | Matthew Wong | |
2016-06-10 | Restyle new password formular | DSIW | |
2016-06-10 | Fix multiple selection with RecyclerView | DSIW | |
2016-06-10 | Add icons to list item | DSIW | |
2016-06-10 | Remove CardView and use divider for separation | DSIW | |
2016-06-10 | Restyle password cards | DSIW | |
2016-05-14 | add edit long press action | Matthew Wong | |