6419 Commits

Author SHA1 Message Date
Jeremy
1f84402c6f Change file element 2017-10-27 15:18:45 +02:00
J-Jamet
dddf65d119 Change password layouts 2017-10-26 00:10:46 +02:00
J-Jamet
0230295782 Change list_entries 2017-10-25 19:47:59 +02:00
J-Jamet
7f206c6a1d Change licence 2017-10-25 18:10:06 +02:00
J-Jamet
613a2b1aea Add close button 2017-10-25 17:54:00 +02:00
J-Jamet
b9182b83cc Remove SingleLine and Font 2017-10-25 17:15:21 +02:00
J-Jamet
62485a7bdb Add new launcher icons 2017-10-19 16:09:22 +02:00
Jeremy
d549257fce Add FAB and color StatusBar, solve style bugs 2017-10-18 19:25:00 +02:00
Jeremy
714245a5ba Add Material style and change layouts 2017-10-17 17:57:53 +02:00
Jeremy
c3e77b21ec Update configuration 2017-10-17 11:31:42 +02:00
Hans Cappelle
ff711182d7 added permission check for runtime permission required for storage 2017-10-09 18:01:39 +02:00
Hans Cappelle
886441d1a9 fixed multi database support having password and iv spec stored per database 2017-10-09 17:46:52 +02:00
Hans Cappelle
3153d83bd8 fixed nullpointer after some checks were changed in initFingerprintHelper 2017-10-09 16:23:27 +02:00
Hans Cappelle
72542af042 fixed compilation issue with deprecated setLatestEventInfo in EntryActivity by creating a new Notification instead
used support-v4 NotificationCompat builder for that, did have to upgrade minSdk from 3 to 4 because of that
2017-10-08 14:56:32 +02:00
Hans Cappelle
8e353b8172 fixed TODO tags
no runtime permission needed
fixed api level checks
added info when no password found in preferences and doesn't start listening unless input entered (for encryption)
2017-10-07 08:31:38 +02:00
Hans Cappelle
8ecdb5bbfd continue with restored password directly 2017-10-06 19:46:49 +02:00
Hans Cappelle
413f4d634f update layout with fingerprint icon next to password input field
added FingerPrintHelper class for fingerprint keystore handling
update targetSdk for fingerprint support
add fingerprint permission to manifest
update PasswordActivity for fingerprint handling
2017-10-06 19:38:14 +02:00
Igor Nedoboy
c2e97dbe2f Update strings.xml 2017-08-29 01:30:00 +03:00
Igor Nedoboy
6d2358445e Updated Russian 2017-08-29 01:21:04 +03:00
Credomo
91f0b4d1ec Updated fr (French) translation
Commit made via Stringlate
2017-08-19 00:13:24 +02:00
Steven Audette
3e5c688972 Add Multi Window support for Samsung devices
A single meta-data entry is enough to make KeepassDroid "Multi Window" aware on supported Samsung devices.
Tested and confirmed working on Samsung Note Pro 12.2 running Android 5.1.1.
2017-06-23 20:46:50 -06:00
Brian Pellin
4115746258 Add full kdbx4 read support
Abstract out KeyDerivatino
Add Argon2 and ChaCha20 support
Move to standard gradle plugin
2017-04-05 22:03:10 -05:00
Brian Pellin
ea2c0ebd90 Implement KDBX V4 read support 2017-03-29 22:35:30 -05:00
Brian Pellin
8bcf9b8978 Disable debugging 2017-03-29 22:22:24 -05:00
Brian Pellin
dbebc8a0b7 Update gradle build 2017-03-29 22:21:59 -05:00
Brian Pellin
9fa5eececf Switch from Bouncycastle to Spongycastle 2017-01-21 21:00:24 -06:00
Brian Pellin
a278ad9c03 Fix init bug 2017-01-21 16:53:27 -06:00
Brian Pellin
5d0b4b0d11 Make SAF changes work on older devices. 2017-01-21 16:53:06 -06:00
Maik Alms
a5fe606cad use SAF by default on API level 19 and up
this changes the default value for the "Storage Access Framework" setting
to true on kitkat and higher.
the legacy way of opening files(ACTION_GET_CONTENT) causes some problems
on modern android versions, and i think it would be a good idea to use
ACTION_OPEN_DOCUMENT if it is available.
2017-01-15 19:56:52 +01:00
Maik Alms
e92df8796d persist granted read and write permissions
this allows persistent access to selected files, and should prevent the
"File not found. Try reopening from your content provider" error
2017-01-15 18:05:51 +01:00
Brian Pellin
5307161698 Merge remote-tracking branch 'TwinProduction/master' 2017-01-05 21:57:42 -06:00
Brian Pellin
8d7f14eb9d Merge remote-tracking branch 'zygimantus/master' 2017-01-05 21:52:10 -06:00
Brian Pellin
089753c8ac Merge remote-tracking branch 'vhschlenker/master' 2017-01-05 21:45:52 -06:00
Brian Pellin
f28f20c548 Correct translation 2017-01-05 21:38:15 -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