aboutsummaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Collapse)Author
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-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-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-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-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-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
2017-08-10Fix edit operation with latest changes in FILE_PATHMohamed Zenadi
2017-08-10wait a little bit more for decryptionMohamed Zenadi
2017-08-10rename to `fullPath` to avoid confusionMohamed Zenadi
2017-08-10discard parent_path and use only file_path as beforeMohamed Zenadi
2017-08-10fix rebase errorMohamed Zenadi
2017-08-10Ensure that we have a single `/`Mohamed Zenadi