Philipp Crocoll
ca61fa9d1d
several changes to fix https://github.com/PhilippC/keepass2android/issues/1399 :
...
* adding a lock to avoid flickering/disappearing prompt
* returning a fill-response instead of a dataset from authentication activity
* immediately present one search result (if there is a match) as a dataset item in the autofill prompt
2021-01-02 12:31:19 +01:00
Philipp Crocoll
42eb8222fc
use special icon to indicate in search results if an entry is expired
2021-01-02 12:20:47 +01:00
Philipp Crocoll
301216fc2e
improve error logging
2020-12-18 20:11:02 +01:00
Philipp Crocoll
c3bef01fe9
add another supporter name
2020-12-17 19:27:25 +01:00
Philipp Crocoll
697b331a65
allow to disable DAL verification in Autofill for testing/debugging
2020-12-12 14:16:12 +01:00
Philipp Crocoll
3767450343
allow to disable check for secure screen to solve #1501
2020-12-12 14:14:05 +01:00
Philipp Crocoll
eee24819d5
add support for Argon2id (see https://github.com/keepassxreboot/keepassxc/issues/4317#issuecomment-738101431 )
2020-12-07 10:43:46 +01:00
Philipp Crocoll
b7e4bf0be5
fix strings.xml
2020-12-07 10:43:10 +01:00
Philipp Crocoll
849cb0c707
changelog for 1.08d
2020-11-30 12:25:12 +01:00
Philipp Crocoll
59a5bb0c89
add menu in SelectCurrentDbActivity, closes https://github.com/PhilippC/keepass2android/issues/988
2020-11-30 12:16:04 +01:00
Philipp Crocoll
29fca5c1f0
allow to export imported keyfiles, closes https://github.com/PhilippC/keepass2android/issues/599
2020-11-30 11:56:39 +01:00
Philipp Crocoll
fec0e7768a
add more logging output to diagnose an issue describe by a user where merge conflicts seem to be detected even if they are not there
2020-11-30 11:55:07 +01:00
Philipp Crocoll
3dcb8ed32b
update JSch to version 0.1.55, closes #1478
2020-11-30 10:10:13 +01:00
Philipp Crocoll
b85cb20177
improve logging on SwitchImeActivity
2020-11-16 12:14:42 +01:00
Philipp Crocoll
612c7927e9
fix to keyboard not opening on QuickUnlock screen, closes #1362
2020-11-16 11:35:09 +01:00
Philipp Crocoll
ad4b719f3f
Merge branch 'master' of https://github.com/PhilippC/keepass2android
2020-11-16 10:21:23 +01:00
Philipp Crocoll
24b690d19b
fix typo in changelog
2020-11-16 10:21:12 +01:00
Philipp Crocoll
57308b476d
add some logging to ChooseForAutofillActivity to diagnose a problem of a user
2020-11-02 10:02:57 +01:00
CommName
67e40bc284
Fixed typo
2020-10-29 15:28:15 +01:00
CommName
58a0f4d536
Added serbian translation
2020-10-29 15:24:38 +01:00
Philipp Crocoll
174c440813
Merge branch 'master' of https://github.com/PhilippC/keepass2android
2020-10-24 09:47:11 +02:00
Philipp Crocoll
1479ecf03f
allow to open .xml files (as unencrypted database) in read-only mode, closes https://github.com/PhilippC/keepass2android/issues/1450
2020-10-24 09:47:00 +02:00
Philipp Crocoll
b4e5b0107a
allow to immediately disable donation option if a certain string is typed in search; 1.08c-r1
2020-10-19 19:40:34 +02:00
Philipp Crocoll
8b072a3c3f
version and changelog for 1.08c-r0
2020-10-19 11:27:41 +02:00
Philipp Crocoll
7d98ea39e9
update jars in Xamarin build to account for updates in JavaFileStorage
2020-10-19 11:26:28 +02:00
Philipp Crocoll
170a86f433
Merge remote-tracking branch 'remotes/origin/l10n_master2'
2020-10-19 09:06:31 +02:00
Philipp Crocoll
7d4c8d3735
Merge branch 'master' of https://github.com/PhilippC/keepass2android
2020-10-19 09:05:36 +02:00
Philipp Crocoll
2d23f579e9
when storing package names of target apps in Password entries, no longer use the Url field or KP2A_URL_x fields, instead use AndroidAppX (X being a counter starting at 1), closes #657
2020-10-19 09:04:11 +02:00
PhilippC
7bda4095a6
New translations strings.xml (Turkish)
2020-10-17 12:00:11 +02:00
PhilippC
54dc7f46fb
New translations strings.xml (Turkish)
2020-10-17 12:00:09 +02:00
PhilippC
87ddfc92a3
New translations strings.xml (Russian)
2020-10-17 12:00:08 +02:00
PhilippC
df98ebeb3b
New translations strings.xml (Chinese Simplified)
2020-10-17 09:30:08 +02:00
Lewis Juggins
bbf3b40df8
Import
2020-10-16 13:11:41 +01:00
Lewis Juggins
a01e70012e
Update OkHttp to 4.10.0-RC1 to remove workaround for #747
2020-10-16 13:09:47 +01:00
PhilippC
48517665e2
New translations strings.xml (Slovenian)
2020-10-14 07:40:07 +02:00
PhilippC
387998a260
New translations strings.xml (Chinese Traditional)
2020-10-13 08:00:09 +02:00
PhilippC
ef194fe70c
New translations strings.xml (Swedish)
2020-10-12 21:10:10 +02:00
PhilippC
c74c718021
New translations strings.xml (Swedish)
2020-10-12 21:10:08 +02:00
Philipp Crocoll
c8f29bd424
include all strings.xml files in keepass2android.csproj, fixes unused translations, closes https://github.com/PhilippC/keepass2android/issues/1338
2020-10-12 21:05:12 +02:00
Philipp Crocoll
64e26fe372
changes to locking of the database: implement an alternative to alarm-based timeout (using a timeout variables checked when resuming), closes https://github.com/PhilippC/keepass2android/issues/1346
2020-10-12 11:57:58 +02:00
PhilippC
da213a1172
New translations strings.xml (Persian)
2020-10-12 10:40:52 +02:00
PhilippC
0e19dc9d17
New translations strings.xml (Slovenian)
2020-10-12 10:40:31 +02:00
Philipp Crocoll
27f9625d4e
close SelectCurrentDbActivity after locking, i.e. we don't bring up QuickUnlock dialog anymore, causing trouble in several cases (locking when screen is turned off, face unlock immediately unlocking again), closes https://github.com/PhilippC/keepass2android/issues/1373 , closes https://github.com/PhilippC/keepass2android/issues/1291
2020-10-12 10:11:16 +02:00
Philipp Crocoll
1a02741f95
add first mentioning of financial supporter from Github sponsoring
2020-10-12 10:03:29 +02:00
Philipp Crocoll
35c69fcb3a
fix bug with potentially not correctly stopping the fingerprint prompt, might cause https://github.com/PhilippC/keepass2android/issues/1423 and https://github.com/PhilippC/keepass2android/issues/1312
2020-10-12 09:34:12 +02:00
Philipp Crocoll
561ff54afd
add dates for Oktoberfest 2022-2024
2020-10-12 08:45:54 +02:00
PhilippC
f50c6ea3b9
New translations strings.xml (Finnish)
2020-10-03 01:00:08 +02:00
PhilippC
40f6f5a72e
New translations strings.xml (Finnish)
2020-10-03 00:00:08 +02:00
PhilippC
700bedfe81
New translations strings.xml (Finnish)
2020-10-02 23:00:08 +02:00
PhilippC
2b50407127
New translations strings.xml (Italian)
2020-09-30 14:40:10 +02:00