Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-25 | version bumpv1.2.0.59 | Mohamed | |
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-05-08 | update gradle | zeapo | |
2017-05-01 | locale: Add zh_TW translation (#294) | DanSnow | |
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-04-11 | Update README.md (#287) | Hussein Mohammed | |
Fix URL for gitter chat svg | |||
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-02-20 | japanese translation (#273) | naofum | |
2017-01-24 | version bumpv1.2.0.57 | Mohamed Zenadi | |
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-11 | add bitcoin donation | 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 | |
2017-01-02 | Pref i18n (#258) | Stéphane D'Alu | |
* preference i18n * wrong key | |||
2017-01-02 | improved/fixed translation (#257) | Stéphane D'Alu | |
2017-01-02 | added missing internatinalisation for pwgen (#256) | Stéphane D'Alu | |
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 | version bump 1.2.0.56v1.2.0.56 | Mohamed Zenadi | |
2016-12-30 | sync command now tries to commit before pull/push | Mohamed Zenadi | |
2016-12-28 | French translation (#253) | Stéphane D'Alu | |
* French translation * fixed ' | |||
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 | version bumpv1.2.0.55 | Mohamed Zenadi | |
2016-12-25 | fix commit not being executed | Mohamed Zenadi | |
2016-12-11 | version bumpv1.2.0.54 | 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-27 | Add Chinese Translation (#239) | Kevin Sicong Jiang | |
2016-10-25 | request sd-card access when importing the ssh-key | Mohamed Zenadi | |
2016-10-25 | gradle update | Mohamed Zenadi | |
2016-10-17 | Russian translation (#234) | Vladislav | |
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 | added version 23 of the build tools | Mohamed Zenadi | |
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 the license error in travis | Mohamed Zenadi | |
2016-10-16 | try to fix the travis build :/ | Mohamed Zenadi | |
2016-10-16 | update travis build tools | Mohamed Zenadi | |
2016-10-16 | fix list not being refreshed after a sync | Mohamed Zenadi | |
2016-10-16 | sdk and libs version update | Mohamed Zenadi | |
2016-10-16 | Gradle update | 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. |