Adam Smith
d5e4ddc939
Hard coded strings replaced with resources in PasswordStore
2014-10-31 11:37:52 +00:00
Adam Smith
af2c0ab0e1
Check that the string resources work
2014-10-30 22:11:31 +00:00
Mohamed Zenadi
9f9f99dc24
Merge pull request #28 from jbaiter/refresh-after-modification
...
Update password list after potential modifications
2014-10-30 22:05:02 +01:00
Johannes Baiter
88df56ea29
Update password list after potential modifications
2014-10-30 18:48:15 +01:00
Johannes Baiter
7560b81f03
Make decrypted Extra content selectable
2014-10-30 18:38:04 +01:00
zeapo
e33341da97
Merge pull request #24 from jbaiter/holo-icons
...
Previously most of the icons looked a bit cobbled together and not very Android-y. This PR replaces them with semantically equivalent icons from Google's Iconography recommendations.
This aligns Android-Password-Store more with Google's design recommendations and other Android apps.
2014-10-29 22:25:11 +01:00
zeapo
ca06b9626e
corrected an issue where after a filter the passwords are not shown back once we change category
2014-10-29 22:12:38 +01:00
zeapo
7ddc23ee83
corrected some issues with filtering and categories
2014-10-29 22:09:40 +01:00
zeapo
892cd1b4d3
Merge branch 'filterlist' of git://github.com/jbaiter/Android-Password-Store into jbaiter-filterlist
...
- Corrected some issues due to the lack of comments
2014-10-29 22:08:01 +01:00
Mohamed Zenadi
021bec9f92
Merge pull request #23 from jbaiter/copy-on-show
...
Add option to automatically copy password to clipboard after decryption
2014-10-29 12:38:11 +01:00
Johannes Baiter
741ce31abb
Fix namespaces for showAsAction attributes to icons show in ActioBar
2014-10-29 11:27:48 +01:00
Johannes Baiter
7d4b6683ef
Add option to automatically copy password to clipboard after decryption
2014-10-29 11:22:16 +01:00
Johannes Baiter
9822c097cb
Automatically copy password to clipboard after decryption
2014-10-29 11:14:32 +01:00
Johannes Baiter
a05a4a42df
Use Holo Dark search icon
2014-10-29 11:13:40 +01:00
Johannes Baiter
ac57d0d6d4
Fix filtering when loosening query
2014-10-29 02:55:26 +01:00
Johannes Baiter
4b4b65f4e9
Fix Typo in menu XML
2014-10-29 02:13:58 +01:00
Johannes Baiter
df1109cde5
Add filtering to password list
2014-10-29 02:05:45 +01:00
zeapo
9aea6560b0
Corrects issue where list was stacked again and again + clean up
2014-10-22 23:15:24 +02:00
zeapo
f134ca71f2
Fix #19
2014-10-20 00:06:34 +02:00
zeapo
0c5c694705
User can now delete passwords
2014-10-20 00:02:07 +02:00
zeapo
7469b865b6
users get directly onto the ssh-key selection screen rather than having to do it manually
2014-10-19 22:42:07 +02:00
zeapo
01a1522194
Improved layout of clone and made it similar to the rest of the application
2014-10-19 18:55:52 +02:00
zeapo
639031737f
nicer layout for pass list
2014-10-19 18:14:35 +02:00
zeapo
24892e6a95
Using RecyclerView rather than ListView
2014-10-19 16:45:54 +02:00
zeapo
83c3231ab0
UserPreference works now
2014-10-19 13:24:38 +02:00
zeapo
b8b5234e5b
First shot on Material design (prefrences not working)
2014-10-19 12:56:52 +02:00
knuthy
adbdad88b1
Merge branch 'jgit_beta'
2014-10-04 18:26:54 +02:00
knuthy
27ac841e6d
corrected some bugs in repository creation
2014-10-04 18:26:16 +02:00
knuthy
7ad91f5356
support non-physical keyboard for clone
2014-10-02 09:20:23 +02:00
knuthy
c11e6eab84
improved support of explicitly given port
2014-10-02 00:16:52 +02:00
knuthy
34999c2bd5
Improved clone screen and added preliminary support for custom ports, fix #14
2014-10-01 23:20:51 +02:00
knuthy
ff3c3f94d1
improves the clone screen
2014-10-01 11:47:23 +02:00
knuthy
7264494a02
corrected a nasty bug, resolves #18
2014-10-01 11:13:40 +02:00
knuthy
cc2883fe1b
a first draft, not complete yet
2014-09-30 00:46:58 +02:00
knuthy
2fd688bd27
show toast on copy and dismiss dialog if error on openkeychain
2014-09-29 22:04:47 +02:00
knuthy
2c929441a7
a simple solution to resolve #13
2014-09-29 21:47:29 +02:00
kLeZ
240bb9cd67
Added "Show Time" preference and changed default to 45 to match pass
2014-09-23 11:04:39 +02:00
kLeZ
a9126f7214
Some other Eclipse integration, modified AndroidManifest.xml to match build.gradle information (app version, sdk version)
2014-09-23 09:58:05 +02:00
knuthy
da8ec72655
Take into account subdirectories
...
Fix #9
2014-09-23 00:23:55 +02:00
knuthy
c9b4a5bac4
solves the issue where pwd store closes without having bound with openkeychain
2014-09-22 22:34:34 +02:00
knuthy
83b893bc8c
took off duplicate code CloneAsyncTask into GitAsyncTask
2014-09-21 18:29:37 +02:00
knuthy
3764db17c9
Corrected an issue on kitkat when opening ssh-key
...
This happens when you select a file using kitkat's file manager
2014-09-20 20:56:14 +02:00
knuthy
5c53fcb4a0
corrected a typo that made settings not working in clone screen
2014-09-20 20:43:52 +02:00
knuthy
c73517056c
corrected a major bug with kitkat when selecting sshkey
2014-09-20 20:30:24 +02:00
knuthy
ac6522cb94
a nasty bug!
2014-09-20 18:43:22 +02:00
knuthy
e9bf9c9369
unbind when leaving activity
...
This solves the issue where OpenKeyChain shows a dialog even if the application is hidden
2014-09-13 10:22:34 +02:00
knuthy
a690f47746
avoid reloading a new fragment when leaving the application
2014-09-13 10:20:18 +02:00
knuthy
aaee40b933
Z2 didn't recognize file filter "file/*" so changed to */*
2014-09-13 10:01:21 +02:00
knuthy
a44a38783c
drop support of http/https as it's not tested correctly
2014-09-06 18:15:32 +02:00
knuthy
34f288290d
Improved Starting ui
2014-09-06 18:14:39 +02:00