summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-28Remove APG from FAQ (#418)Vincent Breitmoser
APG is no longer in the Play Store, so this is probably no longer a FAQ :)
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-04-29Looking for a maintainer.Mohamed Zenadi
2018-04-01Added backers and sponsors on the README (#388)jess
2018-03-31add a signed build with autofill includedMohamed
2018-03-31upgrade gradle, dependencies and bump versionv1.2.0.75Mohamed
2018-03-07Adding Arabic i18n (#382)ButterflyOfFire
2018-02-04fix travis buildMohamed
2018-02-04inform the user that remembering ssh-key passphrase is insecureMohamed
see #378
2018-02-04build a signed APK for master branchMohamed
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
2018-01-06version bumpv1.2.0.74Mohamed
2018-01-06update versionMohamed
2018-01-06refactor support for application overlay in api v >= 26 (#364)Tarcio Saraiva
2018-01-06Update 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-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-25Fix <H3> markdown syntaxFabrice Laporte
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-19add a missing check that password clearing task is runningMohamed
fixes #351
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-19update travisv1.2.0.73Mohamed
2017-11-19bump versionMohamed
2017-11-19remove attribution for the iconMohamed
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 link to icon licenceMohamed Zenadi
2017-11-11add android:summary for accessibilityMohamed
2017-11-03replace the onclick by a listenerzeapo
2017-11-03make the generate replace the password rather than appendzeapo
2017-11-03update kotlin version and add google maven for gradlezeapo
2017-11-03fix typozeapo
2017-11-03add support for Application overlay in api version >= 26zeapo
2017-10-30add apkzeapo
2017-10-30update buildToolsVersion and traviszeapo
2017-10-30a bug fixes build, in alphav1.2.0.70-alphazeapo
2017-10-30seems like the info can be null toozeapo
2017-10-30fix a potential NPEzeapo
2017-10-30update gradle, support versions and target versionszeapo
2017-10-30code cleanup & refactorzeapo
2017-10-30fix the case where localDir does not existzeapo
which is the common situation..
2017-10-30Merge branch 'master' of https://github.com/zeapo/Android-Password-Storezeapo
2017-09-13check that the packagename is not nullMohamed
2017-09-13add missing recursion stop to depth 10Mohamed
2017-09-10ensure the fab is hidden when moving passwordszeapo
2017-09-10dismiss action mode after we've finished moving passwordszeapo
2017-09-10cleanup unused variableszeapo