aboutsummaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Expand)Author
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
2017-11-19fix totp not showing if set in password without extra contentMohamed
2017-11-19hide password label if password is empty...Mohamed
2017-11-19add a missing check that password clearing task is running...Mohamed
2017-11-19Display TOTP code if entry contains OTP secret...Wiktor Kwapisiewicz
2017-11-14Update sizes...Chris Zuber
2017-11-14create new icon...Chris Zuber
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-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 exist...zeapo
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-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 task...zeapo
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 push...zeapo
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 unchecked...zeapo
2017-08-10check that encryption workszeapo
2017-08-10backport the fix of ssh key importzeapo
2017-08-10initial work on encrypt testingMohamed Zenadi
2017-08-10flatten encrypt layoutMohamed Zenadi
2017-08-10remove pgp handlerMohamed Zenadi
2017-08-10remove useless codeMohamed Zenadi