Mohamed Zenadi
902cbd78b0
extract string
2017-08-10 11:10:29 +02:00
Felix Bechstein
e169235d96
Fix more lint ( #325 )
...
* fix/ignore lint errors, run lint on travis
* fix/ignore some lint warnings
2017-08-02 10:15:31 +01:00
Felix Bechstein
2f75f99108
Support pasting username with autofill, fixes #192 ( #321 )
...
* Support pasting username with autofill, fixes #192
The workflow for pasting usernames is as follows:
1. Select password field
2. Select password store entry with username and paste it
3. Select any other editable field
4. Paste username
* Show toast when username is available for pasting
2017-07-26 08:04:45 +01:00
Felix Bechstein
5da9e67545
Fix lint warnings ( #319 )
...
* Fix lint errors/warnings
Fix a lot of lint errors and warnings.
Most things are automatically applied fixes done with android studio:
* externalize strings
* remove unused code / classes / layouts / imports
* migrate some fields to local variables
* Remove dead code from comments
Removed code that is commented out long ago.
* remove unused resources
* colors
* strings
* drawables
* layouts
* menus
2017-07-25 14:23:50 +01:00
Felix Bechstein
5cba6c62d7
Parse username from password entry, refs #192 ( #318 )
...
This is a first step of letting APS handle usernames from password
entries. It shows the username in PgpHandler and allows to copy it to
the clipboard.
2017-07-22 12:09:34 +02:00
Felix Bechstein
6ce31056c9
Show extra content w/o copy password, fixes #288 ( #317 )
...
Show extra content even if password is not copied to clipboard.
Add toggle to preferences as well.
2017-07-16 16:41:47 +02:00
Felix Bechstein
8e6ab25572
externalize strings ( #316 )
2017-07-16 16:38:30 +02:00
Mohamed Zenadi
7b8ad7ca0f
revert auto-sync and background git activity
...
too buggy, no time to work on it correclty
2017-06-24 12:24:28 +02:00
zeapo
bbd7f66191
add autoSync on startup
2017-06-05 14:30:19 +02:00
zeapo
3745a845cf
do not translate git items
2017-05-28 18:55:59 +02:00
shanavas
2d1a9f7a44
Make git username and email configurable ( #289 )
...
* Gather git config data and save in preferences
* Align text box properly
* Apply git configs from settings
* Validate email address
2017-04-27 18:12:50 +02:00
Stéphane D'Alu
43cb468dd4
Pref i18n ( #258 )
...
* preference i18n
* wrong key
2017-01-02 19:32:36 +01:00
Stéphane D'Alu
982f641142
added missing internatinalisation for pwgen ( #256 )
2017-01-02 16:21:23 +01:00
Mohamed Zenadi
737d281927
Handle jgit errors ( #243 )
...
* 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-12-11 16:57:17 +01:00
Daniël van den Berg
d93692414a
Added the ability to make an invisible password visible using a button, and added some rough translations. ( #230 )
2016-10-17 13:00:58 +02:00
Daniël van den Berg
86083f03f5
Added the ability to share a password as plaintext using any app, including ones like BluetoothToPc. ( #213 )
2016-08-27 15:21:21 +02:00
Matthew Wong
5a509af320
Fix & refine weird editing behaviour
2016-07-02 13:30:59 -04:00
DSIW
d32b03baa5
Add german translation and extract some string as string resource
2016-06-19 16:40:29 +02:00
Mohamed Zenadi
53f2962e5d
fix a confusion on which button does what
2016-04-25 22:56:48 +02:00
Matthew Wong
ba1ef7a38e
Merge branch 'upstream' into webview
...
Conflicts:
app/build.gradle
2015-12-31 06:24:05 -05:00
Matthew Wong
1d9e3b50a5
Delete option for websites
2015-12-31 04:28:42 -05:00
Matthew Wong
1c3a4fe763
Use URL as package name for app/website settings and match Chrome using URL. But use site title for automatching attempts when URL match not found
2015-12-31 03:47:51 -05:00
Matthew Wong
ebd565ec37
add always show dialog preference.
2015-12-30 01:18:42 -05:00
Matthew Wong
5263ed10bb
Fix string
2015-12-30 00:22:53 -05:00
Matthew Wong
8c884bcba8
Add websites to autofill preferences
2015-12-30 00:15:08 -05:00
zeapo
6e789a38f1
Add warnings to the user about storing the passwords on the sdcard
2015-11-22 14:19:06 +01:00
Matthew Wong
ce59194228
More instructions/information
2015-08-16 15:01:32 -04:00
Matthew Wong
ebe1f831e7
strings & enable service preference
2015-08-14 17:38:18 -04:00
Matthew Wong
4b15ea3ae9
Initialize the repository automatically, don't require the app to do it after a restart
2015-08-14 17:36:46 -04:00
Matthew Wong
02bfcf6c3f
Create app autofill service: a dialog pops up for all password fields & has a button to paste/set a password found in the store with name matching app's
2015-08-14 17:36:44 -04:00
Mohamed Zenadi
58d93d757d
show the full category of the password
...
with a small style revamp
2015-08-12 22:33:48 +02:00
Matthew Wong
d95286660a
Add 'clear clipboard 20 times' preference
2015-07-21 16:15:36 -04:00
Matthew Wong
01b7b2102d
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
app/src/main/java/com/zeapo/pwdstore/pwgenDialogFragment.java
2015-07-18 15:57:19 -04:00
Matthew Wong
b5faaed496
Use monospace font and add show passphrase checkbox
2015-07-18 14:14:00 -04:00
Mohamed Zenadi
5cd34a3427
use a normal button rather than an image button
2015-07-18 20:11:39 +02:00
Matthew Wong
9817760c4b
Use strings and clean up margins in ssh keygen
2015-07-17 22:19:18 -04:00
Matthew Wong
61ae170f6c
Make the generated public key viewer a dialog instead of fragment and add a "preference" that opens the dialog.
2015-07-16 03:16:25 -04:00
Matthew Wong
e0954cd400
Change 'No SSH key' dialog to have options for import or generate. Also add all the strings...
2015-07-14 22:43:54 -04:00
Matthew Wong
5c46fea58d
Use string resources
2015-07-11 12:22:56 -04:00
Mohamed Zenadi
1db4f7bbc3
Add the option for not showing the passwords after decrypt
...
fixes #90
2015-06-17 21:18:26 +02:00
Mohamed Zenadi
37ebae303c
fix missing spaces between the file committed and the commit msg
2015-06-10 00:09:30 +02:00
Johannes Wienke
c6d7e22e70
Fix spelling and remove exclamation mark
...
Fix a spelling error and remove an unnecessary exclamation mark in
settings.
2015-05-31 23:15:41 +02:00
Mohamed Zenadi
771d8a9415
Add a Sync command that calls Pull then Push
...
Fixes #78
2015-04-19 20:27:30 +02:00
zeapo
6922652173
set title when cloning/editing the server info
2015-01-04 21:47:38 +01:00
zeapo
1c2b000847
some tweak, and forgot strings
2015-01-04 18:58:59 +01:00
zeapo
f48bd5faa0
git tasks refactoring (clone working)
2015-01-04 14:53:58 +01:00
zeapo
3f1caf89aa
Added preference to disable recursive filtering
2014-12-06 18:03:43 +01:00
zeapo
112d71588c
enable the users to delete the repository
2014-12-06 01:19:56 +01:00
zeapo
d98a30ee48
Add the possibility to edit git server information
...
Also uses jgit 3.6
2014-12-04 21:43:27 +01:00
zeapo
489273678f
allow the user to select https (not working yet)
2014-11-23 11:51:57 +01:00