Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-07 | Adding Arabic i18n (#382) | ButterflyOfFire | |
2018-02-04 | inform the user that remembering ssh-key passphrase is insecure | Mohamed | |
see #378 | |||
2018-01-20 | Update Japanese assets (#372) | Shuhei YOSHIDA | |
* "張り付け" to "貼り付け" "Paste" is "貼り付け" in Japanese * Translate to Japanese | |||
2018-01-16 | Fix totp elements layout (#367) | Balasankar C | |
* Fix totp elements layout * Add missing rule * Make username copy button invisible by default * Fix totp copy button string * Don't show username fields if not set | |||
2017-12-27 | Password should be invisible to the accessibility services (#362) | mohammadnaseri | |
2017-12-26 | show age for passwords in detail view (#339) | Christoph Böhmwalder | |
* show age for passwords in detail view Implements #330. This fetches the latest commit where the respective password file was changed from the current HEAD and outputs the relative time since the last change on the decrypt page. * Move lastChanged logic out of PgpActivity This nicely encapsulates the lastChanged logic (and thus separates it from dependencies like git). The last changed date is now passed as a timestamp using the Intent's extra info. | |||
2017-11-19 | fix totp not showing if set in password without extra content | Mohamed | |
2017-11-19 | hide password label if password is empty | Mohamed | |
fix #295 | |||
2017-11-19 | Display TOTP code if entry contains OTP secret | Wiktor Kwapisiewicz | |
TOTP is calculated on display and on copy to clipboard from secret embedded in entry (either in password or in extra) and the current time. | |||
2017-11-14 | Update sizes | Chris Zuber | |
Minor changes to make more similar to original icon. If it becomes any smaller, definition & details may be lost. | |||
2017-11-14 | create new icon | Chris Zuber | |
Use https://gist.github.com/shgysk8zer0/9436084ca74adef73306f06fc2b697ed for icon in #352 - Create custom icon as SVG - Export in to all existing `drawable-*dpi/ic_launcher.png` in various sizes | |||
2017-11-11 | add android:summary for accessibility | Mohamed | |
2017-11-03 | replace the onclick by a listener | zeapo | |
2017-11-03 | fix typo | zeapo | |
2017-08-11 | more layout linting and string extraction | zeapo | |
2017-08-11 | lint use "sp" rather than "dp" for text size | zeapo | |
2017-08-11 | fix Chinese values name | zeapo | |
2017-08-11 | fix lint | zeapo | |
2017-08-10 | add a way to see the git status and abort a rebase | zeapo | |
2017-08-10 | extract string resource and fix phrasing | zeapo | |
2017-08-10 | add remember passphrase and clearing it from settings | zeapo | |
2017-08-10 | detect error during push | zeapo | |
fix #280 | |||
2017-08-10 | flatten encrypt layout | Mohamed Zenadi | |
2017-08-10 | Fix the context in layouts | Mohamed Zenadi | |
2017-08-10 | Extract Select folder (moving) into its own activity | Mohamed Zenadi | |
more work needed | |||
2017-08-10 | initial work on pgp activity | Mohamed Zenadi | |
2017-08-10 | extract string | 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-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 | 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-15 | update german translation (#314) | Felix Bechstein | |
2017-06-24 | add default android file picker for selecting ssh-key | zeapo | |
2017-06-24 | revert auto-sync and background git activity | Mohamed Zenadi | |
too buggy, no time to work on it correclty | |||
2017-06-13 | show version name in settings | Mohamed | |
2017-06-05 | add autoSync on startup | zeapo | |
2017-05-28 | do not translate git items | zeapo | |
2017-05-25 | no longer needed as it was fixed in OpenKeychain | Mohamed | |
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-02-20 | japanese translation (#273) | naofum | |
2017-01-24 | add preference option to export all passwords to an external dir | Mohamed Zenadi | |
2017-01-06 | check that package name is not null | Mohamed Zenadi | |
2017-01-02 | Pref i18n (#258) | Stéphane D'Alu | |
* preference i18n * wrong key | |||
2017-01-02 | improved/fixed translation (#257) | Stéphane D'Alu | |
2017-01-02 | added missing internatinalisation for pwgen (#256) | Stéphane D'Alu | |