Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | 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 | |
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 | 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 | bump version | 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 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 | 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 | |
2017-09-13 | check that the packagename is not null | Mohamed | |
2017-09-13 | add missing recursion stop to depth 10 | Mohamed | |
2017-09-10 | ensure the fab is hidden when moving passwords | zeapo | |
2017-09-10 | dismiss action mode after we've finished moving passwords | zeapo | |
2017-09-10 | cleanup unused variables | zeapo | |
2017-09-10 | update the url when switching ssh <-> https | zeapo | |
2017-09-10 | ensure that the repository is indeed initialized before updating origin | zeapo | |
2017-09-10 | fix the logic behind empty dir | zeapo | |
2017-09-10 | when in action mode, hide the FAB | zeapo | |
2017-09-10 | do not show the clone screen if the store is "just" empty | zeapo | |
2017-09-10 | add a signed apk of the latest version | zeapo | |
2017-09-10 | remove trailing white space | Mohamed Zenadi | |
2017-08-11 | more layout linting and string extraction | zeapo | |