aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-25version bumpv1.2.0.55Mohamed Zenadi
2016-12-25fix commit not being executedMohamed Zenadi
2016-12-11version bumpv1.2.0.54Mohamed Zenadi
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-11-12detect wrong ssh-key passphraseMohamed Zenadi
2016-10-27Add Chinese Translation (#239)Kevin Sicong Jiang
2016-10-25request sd-card access when importing the ssh-keyMohamed Zenadi
2016-10-25gradle updateMohamed Zenadi
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-10-17added version 23 of the build toolsMohamed Zenadi
2016-10-17makes a copy of an other password, do not clear the clipboard from the first ↵Mohamed Zenadi
copy fix #228
2016-10-16fix the license error in travisMohamed Zenadi
2016-10-16try to fix the travis build :/Mohamed Zenadi
2016-10-16update travis build toolsMohamed Zenadi
2016-10-16fix list not being refreshed after a syncMohamed Zenadi
2016-10-16sdk and libs version updateMohamed Zenadi
2016-10-16Gradle updateMohamed Zenadi
2016-09-21Allow for manual copying or sharing of the password without showing it. (#222)Daniël van den Berg
* Allow for manual copying or sharing of the password without showing it, see #218. * Cache the password in a variable for copying and sending, instead of using the textview.
2016-09-11use a file selector to get the ssh-keyMohamed Zenadi
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-30Merge pull request #201 from crosser/oisafe2pstoreMohamed Zenadi
oisafe2pstore.hs: script to migrate from OI Safe
2016-07-29version bump 52v1.2.0.52Matthew Wong
2016-07-29Catch IOExceptionMatthew Wong
2016-07-29Don't show the 'directory already exists' error if it's just a .git folder & ↵Matthew Wong
show all exceptions to the user (e.g. invalid private key)
2016-07-24version bump 51 (fdroid issue?)v1.2.0.51Matthew Wong
2016-07-23oisafe2pstore.hs: script to migrate from OI SafeEugene Crosser
Quick and dirty Haskell script that converts OI Safe export CSV format into the password-store repository format. After conversion, you will need to `git add` the newly generated files, commit and push them to the server. Then pull or sync on the Android device. Signed-off-by: Eugene Crosser <crosser@average.org>
2016-07-21version bump 50v1.2.0.50Matthew Wong
2016-07-21Use support library fragment (to avoid onAttach deprecation problems, etc)Matthew Wong
2016-07-19version bump 69v1.2.0.49Matthew Wong
2016-07-19fix crash sorry everyoneMatthew Wong
2016-07-17version bump 68v1.2.0.48Matthew Wong
2016-07-08Fix back button behaviourMatthew Wong
2016-07-04rebumpv1.2.0.47Mohamed Zenadi
mistake on the play store
2016-07-04version bumpMohamed Zenadi
2016-07-04fix crash on lollipopMohamed Zenadi
2016-07-02version bump 65v1.2.0.45Matthew Wong
2016-07-02Only clear the clipboard if we automatically copied the password to itMatthew Wong
2016-07-02Fix & refine weird editing behaviourMatthew Wong
2016-06-30version bump 64v1.2.0.44Matthew Wong
2016-06-30Add systemui exception to autofillMatthew Wong
2016-06-30use runOnUiThread in autofill preferences activityMatthew Wong
2016-06-20Merge pull request #191 from svetlemodry/masterMohamed Zenadi
Czech translation updated
2016-06-20Merge pull request #189 from DSIW/masterMohamed Zenadi
Some restyling
2016-06-19update build toolsMohamed Zenadi
2016-06-19Fix background color for selected list itemsDSIW