Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-05 | fix typo when changing the behaviour of get sshkey | Mohamed Zenadi | |
2017-08-02 | Fix more lint (#325) | Felix Bechstein | |
* fix/ignore lint errors, run lint on travis * fix/ignore some lint warnings | |||
2017-08-01 | Update Russian translation (#327) | Vladislav | |
2017-07-29 | fix password copy no longer working due to a typo | Mohamed Zenadi | |
2017-07-27 | revert deleted cases | Mohamed Zenadi | |
These are called after the user enters his/her passphrase, hence really needed… I messed up | |||
2017-07-27 | ensure data is not null | Mohamed Zenadi | |
2017-07-26 | Support 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-25 | Improve french translation | Mohamed Zenadi | |
2017-07-25 | remove the most probably the buggiest calls ever | Mohamed Zenadi | |
2017-07-25 | check that the data we get from OpenKeychain is not null | Mohamed Zenadi | |
2017-07-25 | remove guava dep | Mohamed Zenadi | |
2017-07-25 | Fix 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-22 | Parse 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-16 | Show 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-16 | externalize strings (#316) | Felix Bechstein | |
2017-07-16 | Ignore .extensions directory (#315) | Felix Bechstein | |
Ignore .extensions directory when traversing password tree. | |||
2017-07-15 | update german translation (#314) | Felix Bechstein | |
2017-06-24 | add default android file picker for selecting ssh-key | zeapo | |
2017-06-24 | one last thing left, do not finish on commit | zeapo | |
2017-06-24 | one missing in the revert | zeapo | |
2017-06-24 | revert auto-sync and background git activity | Mohamed Zenadi | |
too buggy, no time to work on it correclty | |||
2017-06-23 | reuse git sync from gitactivity | Mohamed | |
2017-06-19 | fix stackoverflow case by limiting the depth of search to 10 | Mohamed | |
2017-06-15 | fix files not being committed | Mohamed | |
2017-06-15 | fix authentication dialog not showing | Mohamed | |
2017-06-15 | fix color | Mohamed | |
2017-06-13 | re-enable locking for clone operation | Mohamed | |
2017-06-13 | show version name in settings | Mohamed | |
2017-06-05 | Do not lock the interface for any operation in the gitactivity | zeapo | |
2017-06-05 | add autoSync on startup | zeapo | |
2017-06-05 | on sync add non-committed files too | zeapo | |
2017-05-29 | getRootInActiveWindow throws an exception if it is unable to get root | Mohamed | |
2017-05-28 | use a simpler email pattern | zeapo | |
2017-05-28 | do not translate git items | zeapo | |
2017-05-28 | fix new passwords no longer being added | zeapo | |
2017-05-25 | follow: remove progress bar when waiting for OpenKeychain | Mohamed | |
2017-05-25 | no longer needed as it was fixed in OpenKeychain | 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-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-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 | 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-06 | one getWorkTree less, we should remove them all | Mohamed Zenadi | |