aboutsummaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
2017-08-10the linter does not recognise our version checkzeapo
2017-08-10fix uncheckedzeapo
Also use File.listFiles rather than FileUtils
2017-08-10check that encryption workszeapo
2017-08-10backport the fix of ssh key importzeapo
2017-08-10initial work on encrypt testingMohamed Zenadi
2017-08-10flatten encrypt layoutMohamed Zenadi
2017-08-10remove pgp handlerMohamed Zenadi
2017-08-10remove useless codeMohamed Zenadi
2017-08-10Fix edit operation with latest changes in FILE_PATHMohamed Zenadi
2017-08-10wait a little bit more for decryptionMohamed Zenadi
2017-08-10rename to `fullPath` to avoid confusionMohamed Zenadi
2017-08-10discard parent_path and use only file_path as beforeMohamed Zenadi
2017-08-10fix rebase errorMohamed Zenadi
2017-08-10Ensure that we have a single `/`Mohamed Zenadi
2017-08-10add copy and clipboard clearing testsMohamed Zenadi
this would have avoided the regression in .66 :)
2017-08-10decrypt test finally workingMohamed Zenadi
2017-08-10Add Espresso for testingMohamed Zenadi
2017-08-10remove useless tests before writing new onesMohamed Zenadi
2017-08-10Reduce duplicate codeMohamed Zenadi
2017-08-10Call the new pgp activityMohamed Zenadi
2017-08-10add getkeyids supportMohamed Zenadi
2017-08-10Fix the context in layoutsMohamed Zenadi
2017-08-10no longer pgphandler in the main activityMohamed Zenadi
2017-08-10fix wrong class being usedMohamed Zenadi
2017-08-10Add support of EDIT from the selection menuMohamed Zenadi
2017-08-10Extract Select folder (moving) into its own activityMohamed Zenadi
more work needed
2017-08-10initial work on pgp activityMohamed Zenadi
2017-08-10extract stringMohamed Zenadi
2017-08-10get rid of double bangMohamed Zenadi
2017-08-10switch UserPreference to kotlinMohamed Zenadi
2017-08-05fix typo when changing the behaviour of get sshkeyMohamed Zenadi
2017-08-02Fix more lint (#325)Felix Bechstein
* fix/ignore lint errors, run lint on travis * fix/ignore some lint warnings
2017-08-01Update Russian translation (#327)Vladislav
2017-07-29fix password copy no longer working due to a typoMohamed Zenadi
2017-07-27revert deleted casesMohamed Zenadi
These are called after the user enters his/her passphrase, hence really needed… I messed up
2017-07-27ensure data is not nullMohamed Zenadi
2017-07-26Support pasting username with autofill, fixes #192 (#321)Felix Bechstein
* Support pasting username with autofill, fixes #192 The workflow for pasting usernames is as follows: 1. Select password field 2. Select password store entry with username and paste it 3. Select any other editable field 4. Paste username * Show toast when username is available for pasting
2017-07-25Improve french translationMohamed Zenadi
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-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-24one last thing left, do not finish on commitzeapo
2017-06-24one missing in the revertzeapo