summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2018-01-06update versionMohamed
2018-01-06refactor support for application overlay in api v >= 26 (#364)Tarcio Saraiva
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-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-19bump versionMohamed
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-03make the generate replace the password rather than appendzeapo
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
2017-09-10update the url when switching ssh <-> httpszeapo
2017-09-10ensure that the repository is indeed initialized before updating originzeapo
2017-09-10fix the logic behind empty dirzeapo
2017-09-10when in action mode, hide the FABzeapo
2017-09-10do not show the clone screen if the store is "just" emptyzeapo
2017-09-10add a signed apk of the latest versionzeapo
2017-09-10remove trailing white spaceMohamed Zenadi
2017-08-11more layout linting and string extractionzeapo
2017-08-11lint use "sp" rather than "dp" for text sizezeapo
2017-08-11suprress inflateParams lint error in dialogszeapo
2017-08-11fix Chinese values namezeapo
2017-08-11Put the rebase abort in an async taskzeapo
uhum... there was network operation
2017-08-11fix lintzeapo
2017-08-11introduce onSuccess/onErrorzeapo
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-10version bumpv1.2.0.69zeapo
2017-08-10go back to a newer version of commons-io as the ANR has been fixedzeapo