aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-12fix #187Matthew Wong
2016-06-12update build toolsMatthew Wong
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-05-14update gradleMatthew Wong
2016-04-28version bumpv1.2.0.43Mohamed Zenadi
2016-04-28fix an issue on android 6 where the passwords are centeredMohamed Zenadi
2016-04-28version bump 62v1.2.0.42Mohamed Zenadi
2016-04-27no confirmation/no deletion when using sd-card directoryMohamed Zenadi
2016-04-25Update README.mdv1.2.0.41Mohamed Zenadi