Commit Graph

1008 Commits

Author SHA1 Message Date
Brian Pellin
bb08d316d6 Update gradle plugin 2017-01-05 21:34:51 -06:00
Brian Pellin
eeaaac255c Track more info in the exception 2017-01-05 21:34:26 -06:00
zygimantus
05efd18f54 Lithuanian translation added 2016-12-11 20:20:36 +02:00
TwinProduction
d4b5466e4b Tidied up code 2016-11-26 14:56:17 -05:00
TwinProduction
25c79c8854 Tidied up code 2016-11-26 14:53:41 -05:00
TwinProduction
67e61cdefa Tidied up code 2016-11-26 14:51:17 -05:00
TwinProduction
e418d0132d Changed constants names to uppercase
Tidied up code + few extra comments + changed constants to uppercase
2016-11-26 14:49:31 -05:00
TwinProduction
89474eebde Update SetPasswordDialog.java 2016-11-26 14:40:39 -05:00
TwinProduction
ebf2445695 Tidied up code on AboutDialog.java
Tidied up code
2016-11-26 14:38:17 -05:00
TwinProduction
04f37e6f95 Tidied up code style on Database.java
Tidied up code style
2016-11-26 14:36:32 -05:00
TwinProduction
1a3384f074 Update KeePass.java
Useless spaces
2016-11-26 14:27:45 -05:00
Brian Pellin
d31f47284d Expose storage access framework option 2016-11-03 22:52:39 -05:00
Brian Pellin
5d5b03fd95 Remove prebuilt native libraries, and fix gradle library building 2016-11-03 21:53:14 -05:00
Brian Pellin
7decf30b53 Version bump 2016-10-31 21:24:29 -05:00
Brian Pellin
ea50135073 Prevent crash with empty path. 2016-10-31 21:07:11 -05:00
Brian Pellin
3d474f0642 Prevent crash on preference reading. 2016-10-31 21:02:48 -05:00
Brian Pellin
b93dd9a699 Add debugging info to exception. 2016-10-31 20:52:20 -05:00
Brian Pellin
236b26b9bd Prevent crash with empty filename 2016-10-31 20:33:25 -05:00
Brian Pellin
723fa40205 Version bump 2016-10-26 20:36:46 -05:00
Brian Pellin
ad1ed9a1d0 Remove string that shouldn't be translated 2016-10-26 20:35:43 -05:00
Brian Pellin
132b9d3033 Add keyfile in view intent support 2016-10-26 20:29:43 -05:00
Brian Pellin
6baa4a9ece Merge branch 'nfd-KeyfileInViewIntent' 2016-10-26 20:28:08 -05:00
Brian Pellin
0055f0615d Credit Lithuanian translations 2016-10-26 20:21:42 -05:00
Brian Pellin
44eb11b38e Merge remote-tracking branch 'zygimantus/master' 2016-10-26 20:17:33 -05:00
Brian Pellin
d1ed362ec1 Credit Portugese (Portugal) translations 2016-10-26 20:16:16 -05:00
Brian Pellin
e0504cdc33 Merge remote-tracking branch 'YSmhXQDd6Z/master' 2016-10-26 20:13:08 -05:00
Brian Pellin
a09c016ad9 Check in sha dependencies. 2016-10-26 19:58:11 -05:00
Brian Pellin
0fd5113de3 Update Gradle files and build files. 2016-10-26 19:58:04 -05:00
Brian Pellin
a2f293f848 Clean up sdcard paths in tests 2016-10-24 21:24:10 -05:00
zygimantus
793f64934c Lithuanian translation added 2016-10-05 12:10:47 +03:00
YSmhXQDd6Z
295afd8090 Update strings.xml 2016-07-02 17:35:14 +00:00
YSmhXQDd6Z
e197e4475b Update strings.xml 2016-06-30 22:40:55 +00:00
YSmhXQDd6Z
84a24cf39a Update strings.xml 2016-06-30 22:30:37 +00:00
YSmhXQDd6Z
6f6e775b87 Add portuguese (Portugal) translation 2016-06-30 16:54:55 +00:00
vhschlenker
49cee235d4 Replaced LockingListActivity with LockingActivity
Since we no longer need the specific ListActivity we can extend from the regular LockingActivity
2016-05-28 12:02:51 +02:00
vhschlenker
0e5b1dbbfc Replace ListActivity with regular Activity for GroupList 2016-05-28 12:02:34 +02:00
vhschlenker
2afc97ee9d Replace ListActivity with regular Activity for FileSelect 2016-05-28 11:58:36 +02:00
Brian Pellin
d2e2ff5bba Credit German translations. 2016-05-24 21:55:20 -05:00
Brian Pellin
c06968a614 Merge branch 'MaDill-master' 2016-05-24 21:54:23 -05:00
Brian Pellin
454de81c6d Move ClipData references to reflection. 2016-05-24 21:43:54 -05:00
Brian Pellin
c9ab0172ea Merge branch 'KeyfileInViewIntent' of https://github.com/nfd/keepassdroid into nfd-KeyfileInViewIntent 2016-05-24 20:49:43 -05:00
Brian Pellin
baa91026b2 Merge branch 'nfd-contentUriIntents' 2016-05-24 20:48:12 -05:00
Brian Pellin
67be6b9939 Credit launch immediately fix. 2016-05-24 20:47:49 -05:00
Brian Pellin
415246213f Merge branch 'contentUriIntents' of https://github.com/nfd/keepassdroid into nfd-contentUriIntents 2016-05-24 20:42:57 -05:00
Brian Pellin
d2cd228a09 Update build files. 2016-05-24 20:35:55 -05:00
Nicholas FitzRoy-Dale
a7eec1b0cf Support passing keyfile through ACTION_VIEW intent.
This requires using ClipData to preserve permissions.
2016-04-24 21:52:56 +01:00
Nicholas FitzRoy-Dale
b3e8cb5002 Read password from ACTION_VIEW intents
PasswordActivity reads password and launch_immediately from Intent
extras, but only if the intent is not ACTION_VIEW. This commit supports
these extras for ACTION_VIEW as well.
2016-04-18 14:14:27 +01:00
Nicholas FitzRoy-Dale
dbac7c8a4f Database: Log file open errors 2016-04-18 13:33:49 +01:00
Nicholas FitzRoy-Dale
34565efe7f Fix launch_immediately
Second parameter to loadDatabase is keyfile, not database.
2016-04-17 22:13:53 +01:00
MDL
b172627d4f Update German translation 2016-04-01 08:42:25 +02:00