summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-10fix travis buildMohamed Zenadi
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-10adding kotlinMohamed Zenadi
2017-08-05version bump to 88v1.2.0.68Mohamed 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-02typo =_=Mohamed Zenadi
2017-08-02downgrade commons-ioMohamed Zenadi
The current version generated ANRs such as: `Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 11. Wait queue head age: 8523.6ms.)` when listing / opening files
2017-08-01Update Russian translation (#327)Vladislav
2017-07-29version bumpv1.2.0.67Mohamed Zenadi
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-27version bumpv1.2.0.66Mohamed Zenadi
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-25Version bump to .65Mohamed 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-25Add missing build tool in travisv1.2.0.65Mohamed Zenadi
2017-07-25drop support for ICSMohamed Zenadi
This will reduce the specific code
2017-07-25no need to set versions globally as we've got no sub projectMohamed Zenadi
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