Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-19 | don't show hidden files and directories (#424) | Daniel Rose | |
2018-09-13 | remove maintainer msg | Mohamed Zenadi | |
2018-09-11 | Clear 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-20 | Allow installation to external media (SD card) (#420) | leggewie | |
This change will enable installation of the app to external as well as internal flash memory which is important for devices where internal memory is limited but external memory is cheap and abundant in form of micro SD cards. More information at https://developer.android.com/guide/topics/data/install-location | |||
2018-08-20 | change the sort order of password items (#421) | حسين | |
2018-07-28 | Remove APG from FAQ (#418) | Vincent Breitmoser | |
APG is no longer in the Play Store, so this is probably no longer a FAQ :) | |||
2018-05-16 | fix zh_rCN string translate. (#407) | cpdyj | |
2018-05-02 | added support for adaptive icon (#402) | حسين | |
Signed-off-by: Hussein Mohammed <zidhussein@gmail.com> | |||
2018-04-29 | Looking for a maintainer. | Mohamed Zenadi | |
2018-04-01 | Added backers and sponsors on the README (#388) | jess | |
2018-03-31 | add a signed build with autofill included | Mohamed | |
2018-03-31 | upgrade gradle, dependencies and bump versionv1.2.0.75 | Mohamed | |
2018-03-07 | Adding Arabic i18n (#382) | ButterflyOfFire | |
2018-02-04 | fix travis build | Mohamed | |
2018-02-04 | inform the user that remembering ssh-key passphrase is insecure | Mohamed | |
see #378 | |||
2018-02-04 | build a signed APK for master branch | Mohamed | |
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 | |||
2018-01-06 | version bumpv1.2.0.74 | Mohamed | |
2018-01-06 | update version | Mohamed | |
2018-01-06 | refactor support for application overlay in api v >= 26 (#364) | Tarcio Saraiva | |
2018-01-06 | Update README.md (#368) | Igor Ovsiannikov | |
I suggest to make picture width 320px. Currently it is very big and does not even fit the screen. And it seems, `style` does not work for some reason. | |||
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-25 | Fix <H3> markdown syntax | Fabrice Laporte | |
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 | add a missing check that password clearing task is running | Mohamed | |
fixes #351 | |||
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-19 | update travisv1.2.0.73 | Mohamed | |
2017-11-19 | bump version | Mohamed | |
2017-11-19 | remove attribution for the icon | Mohamed | |
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 link to icon licence | Mohamed Zenadi | |
2017-11-11 | add android:summary for accessibility | Mohamed | |
2017-11-03 | replace the onclick by a listener | zeapo | |
2017-11-03 | make the generate replace the password rather than append | zeapo | |
2017-11-03 | update kotlin version and add google maven for gradle | zeapo | |
2017-11-03 | fix typo | zeapo | |
2017-11-03 | add support for Application overlay in api version >= 26 | zeapo | |
2017-10-30 | add apk | zeapo | |
2017-10-30 | update buildToolsVersion and travis | zeapo | |
2017-10-30 | a bug fixes build, in alphav1.2.0.70-alpha | zeapo | |
2017-10-30 | seems like the info can be null too | zeapo | |
2017-10-30 | fix a potential NPE | zeapo | |
2017-10-30 | update gradle, support versions and target versions | zeapo | |
2017-10-30 | code cleanup & refactor | zeapo | |
2017-10-30 | fix the case where localDir does not exist | zeapo | |
which is the common situation.. | |||
2017-10-30 | Merge branch 'master' of https://github.com/zeapo/Android-Password-Store | zeapo | |