aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
AgeCommit message (Collapse)Author
2017-06-13show version name in settingsMohamed
2017-06-05add autoSync on startupzeapo
2017-05-28do not translate git itemszeapo
2017-05-25no longer needed as it was fixed in OpenKeychainMohamed
2017-05-01locale: Add zh_TW translation (#294)DanSnow
2017-04-27Make git username and email configurable (#289)shanavas
* Gather git config data and save in preferences * Align text box properly * Apply git configs from settings * Validate email address
2017-02-20japanese translation (#273)naofum
2017-01-24add preference option to export all passwords to an external dirMohamed Zenadi
2017-01-06check that package name is not nullMohamed Zenadi
2017-01-02Pref i18n (#258)Stéphane D'Alu
* preference i18n * wrong key
2017-01-02improved/fixed translation (#257)Stéphane D'Alu
2017-01-02added missing internatinalisation for pwgen (#256)Stéphane D'Alu
2016-12-28French translation (#253)Stéphane D'Alu
* French translation * fixed '
2016-12-11remove useless and confusing option from the preferencesMohamed Zenadi
2016-12-11Handle jgit errors (#243)Mohamed Zenadi
* initial work on the git error handling * remove throws exception and handle the jsch one correctly * move the commit task into its own operation * get rid of the interface and rely on the abstract class GitOperation * add error message to the pull command * add error message to the push command * add error message to the sync operationˆ
2016-10-27Add Chinese Translation (#239)Kevin Sicong Jiang
2016-10-17Russian translation (#234)Vladislav
2016-10-17Added the ability to make an invisible password visible using a button, and ↵Daniël van den Berg
added some rough translations. (#230)
2016-09-09Czech translation (#220)Jaroslav Lichtblau
updated with adding new strings
2016-09-09Added the ability to move passwords around. (#210)Daniël van den Berg
* Added the ability to move passwords around. * Generified the PasswordRecyclerAdapter and the FolderRecyclerAdapter into EntryRecyclerAdapter
2016-08-27Added the ability to share a password as plaintext using any app, including ↵Daniël van den Berg
ones like BluetoothToPc. (#213)
2016-08-18Fixed crash when ellipsing line. (#208)Daniël van den Berg
* Fixed crash when ellipsing line. See https://github.com/zeapo/Android-Password-Store/issues/207. * Added the ability to move passwords around. * Revert "Added the ability to move passwords around." This reverts commit 458f5ea1d9c85be78edf8d7d2d8077b20b12f168. * Removed maxlines:1
2016-07-02Fix & refine weird editing behaviourMatthew Wong
2016-06-20Merge pull request #191 from svetlemodry/masterMohamed Zenadi
Czech translation updated
2016-06-19Use material icons in actionbarDSIW
2016-06-19Add german translation and extract some string as string resourceDSIW
2016-06-18Czech translation updatedJaroslav Lichtblau
for android pw store Czech translation updated for android pw store typo fix
2016-06-10Restyle new password formularDSIW
2016-06-10Restyle password entry activityDSIW
2016-06-10Fix multiple selection with RecyclerViewDSIW
2016-06-10Add icons to list itemDSIW
2016-06-10Remove CardView and use divider for separationDSIW
2016-06-10Restyle password cardsDSIW
2016-05-14Switch positions of edit and delete buttonsMatthew Wong
2016-05-14add edit long press actionMatthew Wong
2016-04-28fix an issue on android 6 where the passwords are centeredMohamed Zenadi
2016-04-27no confirmation/no deletion when using sd-card directoryMohamed Zenadi
2016-04-25fix a confusion on which button does whatMohamed Zenadi
2016-04-25add translations to cz values as they are lackingMohamed Zenadi
need to be translated
2015-12-31Merge branch 'upstream' into webviewMatthew Wong
Conflicts: app/build.gradle
2015-12-31Delete option for websitesMatthew Wong
2015-12-31Use URL as package name for app/website settings and match Chrome using URL. ↵Matthew Wong
But use site title for automatching attempts when URL match not found
2015-12-30Get the URL in ChromeMatthew Wong
2015-12-30add always show dialog preference.Matthew Wong
2015-12-30Fix stringMatthew Wong
2015-12-30Add websites to autofill preferencesMatthew Wong
2015-12-27Don't use ResolveInfo for app settings uiMatthew Wong
2015-11-23updated Czech translationJaroslav Lichtblau
2015-11-22Add warnings to the user about storing the passwords on the sdcardzeapo
2015-11-07set and pick from multiple passwords per appMatthew Wong