aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2017-07-25remove the most probably the buggiest calls everMohamed Zenadi
2017-07-25check that the data we get from OpenKeychain is not nullMohamed Zenadi
2017-07-25drop support for ICSMohamed Zenadi
This will reduce the specific code
2017-07-25remove copyLibs gradle fileMohamed Zenadi
2017-07-25upgrade apache commons versionMohamed Zenadi
2017-07-25remove guava depMohamed Zenadi
2017-07-25Fix lint warnings (#319)Felix Bechstein
* Fix lint errors/warnings Fix a lot of lint errors and warnings. Most things are automatically applied fixes done with android studio: * externalize strings * remove unused code / classes / layouts / imports * migrate some fields to local variables * Remove dead code from comments Removed code that is commented out long ago. * remove unused resources * colors * strings * drawables * layouts * menus
2017-07-22Parse username from password entry, refs #192 (#318)Felix Bechstein
This is a first step of letting APS handle usernames from password entries. It shows the username in PgpHandler and allows to copy it to the clipboard.
2017-07-16Show extra content w/o copy password, fixes #288 (#317)Felix Bechstein
Show extra content even if password is not copied to clipboard. Add toggle to preferences as well.
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-24bump version to 84v1.2.0.64zeapo
revert the git background task
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-18simple version bump, f-droid does not support suffixesv1.2.0.63Mohamed Zenadi
2017-06-15bump to 82v1.2.0.62-alphaMohamed
Fix majore issue with git failing silently
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-05version bumpv1.2.0.61zeapo
- Added auto sync - Added background git tasks
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-28v59 play apkv1.2.0.60zeapo
2017-05-28version bumpzeapo
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-25version bumpv1.2.0.59Mohamed
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-24version bumpv1.2.0.57Mohamed Zenadi
2017-01-24add preference option to export all passwords to an external dirMohamed Zenadi