aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
AgeCommit message (Collapse)Author
2018-09-25Clean paths (#425)Joakim Lundborg
* Clean path display This removes slashes from end of directories in the label, and the start and end slash of the item headline. * Item icon alignment Change icon alignment to bottom, which makes the display look cleaner when there is no path.
2018-09-25Display HOTP code if password contains HOTP secret, unify HOTP and TOTP code ↵Joel Beckmeyer
(#413) * Display HOTP code if password contains HOTP secret, unify HOTP and TOTP code * Add ability to show HOTP instead of showing every decrypt * Fix off by 1 error * fix return intent logic so that edits and HOTP increments are properly committed * fix linting errors * Fix broken logic for case when a password is created * add ability to choose if password entry will be updated on HOTP code calculation
2018-09-11Clear clipboard 20 times fix (#423)alexlab2017
* Fix clear clipboard 20 times As described in issue #419 there was a bug when clearing clipboard 20 times because from "0" to "< 19" there are 19 numbers, not 20. 19 is never reached because of "less than" operator. This could be also fixed by changing the operator from "=" to "<=" but I think is better to change the number of times to 20. * Fixed clear clipboard 20 times hint Fixed the hint to match what really happens, consecutive numbers are stored in the clipboard 20 times.
2018-08-20change the sort order of password items (#421)حسين
2018-05-16fix zh_rCN string translate. (#407)cpdyj
2018-05-02added support for adaptive icon (#402)حسين
Signed-off-by: Hussein Mohammed <zidhussein@gmail.com>
2018-03-07Adding Arabic i18n (#382)ButterflyOfFire
2018-02-04inform the user that remembering ssh-key passphrase is insecureMohamed
see #378
2018-01-20Update Japanese assets (#372)Shuhei YOSHIDA
* "張り付け" to "貼り付け" "Paste" is "貼り付け" in Japanese * Translate to Japanese
2018-01-16Fix 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-27Password should be invisible to the accessibility services (#362)mohammadnaseri
2017-12-26show 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-19fix totp not showing if set in password without extra contentMohamed
2017-11-19hide password label if password is emptyMohamed
fix #295
2017-11-19Display TOTP code if entry contains OTP secretWiktor 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-14Update sizesChris Zuber
Minor changes to make more similar to original icon. If it becomes any smaller, definition & details may be lost.
2017-11-14create new iconChris 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-11add android:summary for accessibilityMohamed
2017-11-03replace the onclick by a listenerzeapo
2017-11-03fix typozeapo
2017-08-11more layout linting and string extractionzeapo
2017-08-11lint use "sp" rather than "dp" for text sizezeapo
2017-08-11fix Chinese values namezeapo
2017-08-11fix lintzeapo
2017-08-10add a way to see the git status and abort a rebasezeapo
2017-08-10extract string resource and fix phrasingzeapo
2017-08-10add remember passphrase and clearing it from settingszeapo
2017-08-10detect error during pushzeapo
fix #280
2017-08-10flatten encrypt layoutMohamed Zenadi
2017-08-10Fix the context in layoutsMohamed 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-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-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-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-15update german translation (#314)Felix Bechstein
2017-06-24add default android file picker for selecting ssh-keyzeapo
2017-06-24revert auto-sync and background git activityMohamed Zenadi
too buggy, no time to work on it correclty
2017-06-13show version name in settingsMohamed
2017-06-05add autoSync on startupzeapo
2017-05-28do not translate git itemszeapo
2017-05-25no longer needed as it was fixed in OpenKeychainMohamed
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