aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Collapse)Author
2018-10-12Migrate to AndroidX (#430)Harsh Shandilya
* Update gradle and external dependencies - Switch away from deprecated compile directive - Remove explicit buildToolsVersion, is defined by the gradle plugin now - Fix build in SelectFolderActivity Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Upgrade gradle plugin and wrapper to latest alpha Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Don't use alpha gradle plugin Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Migrate to AndroidX https://developer.android.com/jetpack/androidx/ Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Upgrade AndroidX dependencies to stable release Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Enable Jetifier Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * SelectFolderFragment: Fix build Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-10-12treewide: Cleanup relevant build warnings (#433)Harsh Shandilya
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-10-11Main view: open search view on keyboard press (#432)Markus Gräb
2018-10-11Cancel running DelayShow async tasks (#416) (#431)setine
These tasks were filling up the threadpool slots and leading to delays in executing further AsyncTasks after a while.
2018-10-11Update gradle and external dependencies (#429)Harsh Shandilya
* Update gradle and external dependencies - Switch away from deprecated compile directive - Remove explicit buildToolsVersion, is defined by the gradle plugin now - Fix build in SelectFolderActivity Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Upgrade gradle plugin and wrapper to latest alpha Signed-off-by: Harsh Shandilya <harsh@prjkt.io> * Don't use alpha gradle plugin Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
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-19don't show hidden files and directories (#424)Daniel Rose
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-02added support for adaptive icon (#402)حسين
Signed-off-by: Hussein Mohammed <zidhussein@gmail.com>
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-06refactor support for application overlay in api v >= 26 (#364)Tarcio Saraiva
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-03replace the onclick by a listenerzeapo
2017-11-03make the generate replace the password rather than appendzeapo
2017-11-03add support for Application overlay in api version >= 26zeapo
2017-10-30seems like the info can be null toozeapo
2017-10-30fix a potential NPEzeapo
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-10remove trailing white spaceMohamed Zenadi
2017-08-11suprress inflateParams lint error in dialogszeapo
2017-08-11Put the rebase abort in an async taskzeapo
uhum... there was network operation
2017-08-11introduce onSuccess/onErrorzeapo
2017-08-10add a way to see the git status and abort a rebasezeapo
2017-08-10add remember passphrase and clearing it from settingszeapo
2017-08-10detect error during pushzeapo
fix #280
2017-08-10no need to list files as a store can be emptyzeapo
2017-08-10the linter does not recognise our version checkzeapo
2017-08-10fix uncheckedzeapo
Also use File.listFiles rather than FileUtils
2017-08-10backport the fix of ssh key importzeapo
2017-08-10remove pgp handlerMohamed Zenadi
2017-08-10Fix edit operation with latest changes in FILE_PATHMohamed Zenadi
2017-08-10rename to `fullPath` to avoid confusionMohamed Zenadi