aboutsummaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2017-07-16externalize strings (#316)Felix Bechstein
2017-07-16Ignore .extensions directory (#315)Felix Bechstein
Ignore .extensions directory when traversing password tree.
2017-07-15update german translation (#314)Felix Bechstein
2017-06-24add default android file picker for selecting ssh-keyzeapo
2017-06-24one last thing left, do not finish on commitzeapo
2017-06-24one missing in the revertzeapo
2017-06-24revert auto-sync and background git activityMohamed Zenadi
too buggy, no time to work on it correclty
2017-06-23reuse git sync from gitactivityMohamed
2017-06-19fix stackoverflow case by limiting the depth of search to 10Mohamed
2017-06-15fix files not being committedMohamed
2017-06-15fix authentication dialog not showingMohamed
2017-06-15fix colorMohamed
2017-06-13re-enable locking for clone operationMohamed
2017-06-13show version name in settingsMohamed
2017-06-05Do not lock the interface for any operation in the gitactivityzeapo
2017-06-05add autoSync on startupzeapo
2017-06-05on sync add non-committed files toozeapo
2017-05-29getRootInActiveWindow throws an exception if it is unable to get rootMohamed
2017-05-28use a simpler email patternzeapo
2017-05-28do not translate git itemszeapo
2017-05-28fix new passwords no longer being addedzeapo
2017-05-25follow: remove progress bar when waiting for OpenKeychainMohamed
2017-05-25no longer needed as it was fixed in OpenKeychainMohamed
2017-05-25Fix an issue with the number of shortcutsMohamed
2017-05-08little refactor and version bumpv1.2.0.58zeapo
2017-05-01locale: Add zh_TW translation (#294)DanSnow
2017-04-27Make 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-17Make passwords sort case insensitive (#290)Łukasz Rutkowski
2017-03-27show extra content even if the password is emptyMohamed Zenadi
fixes #274
2017-03-27fix git rm and syncMohamed Zenadi
fixes #276 fixes #283
2017-03-02Added app shortcuts (#278)Hussein Mohammed
* Added app shortcuts Signed-off-by: Hussein Mohammed <zidhussein@gmail.com> * Added sdk25 to travis
2017-02-20japanese translation (#273)naofum
2017-01-24add preference option to export all passwords to an external dirMohamed Zenadi
2017-01-16fix the case where we're unable to clone if we specify the port 22Mohamed Zenadi
2017-01-16remove all mentions of getWorkTreeMohamed Zenadi
2017-01-06one getWorkTree less, we should remove them allMohamed Zenadi
2017-01-06check that package name is not nullMohamed Zenadi
2017-01-02Pref i18n (#258)Stéphane D'Alu
* preference i18n * wrong key
2017-01-02improved/fixed translation (#257)Stéphane D'Alu
2017-01-02added missing internatinalisation for pwgen (#256)Stéphane D'Alu
2016-12-31do not put anything in the clipboard when clearing itMohamed Zenadi
2016-12-31set the timer to clear the clipboard on copyMohamed Zenadi
fix #244
2016-12-31add the cause of jgit error to the messageMohamed Zenadi
2016-12-30sync command now tries to commit before pull/pushMohamed Zenadi
2016-12-28French translation (#253)Stéphane D'Alu
* French translation * fixed '
2016-12-26Use 500ms delay between 20x clipboard clearsMatthew Wong
2016-12-26Fix #247: avoid npe getting accessibility event package nameMatthew Wong
2016-12-25fix commit not being executedMohamed Zenadi
2016-12-11remove useless and confusing option from the preferencesMohamed Zenadi
2016-12-11Handle 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ˆ