Philipp Crocoll
177b36d869
fix bug preventing screen protection to work, closes #1543
2021-01-17 03:13:24 +01:00
Philipp Crocoll
cd484c0398
remove no longer valid note regarding pCloud
2021-01-17 03:12:51 +01:00
Philipp Crocoll
430db12d6f
re-add Dutch translations to close #1526 . They had been removed because of invalid strings causing crashes, these are now fixed.
2021-01-16 12:27:42 +01:00
Philipp Crocoll
a4219bb9c7
Merge branch 'master' of https://github.com/PhilippC/keepass2android
2021-01-16 11:50:43 +01:00
Philipp Crocoll
7609260218
fix incorrect Unregister/RegisterReceiver calls, closes #1539
2021-01-16 11:50:31 +01:00
Philipp Crocoll
6cc007e47e
changelog and manifest for 1.08d-r3
2021-01-13 21:49:47 +01:00
Philipp Crocoll
cd1877d34d
fix issue with selecting one of multiple entries for autofill as reported on #1399 ; also another attempt to work-around the buggy Firefox Autofill
2021-01-13 21:36:56 +01:00
Philipp Crocoll
c46b7be051
support SHA256 and SHA512 hash algorithm for otpauth:// TOTPs, closes https://github.com/PhilippC/keepass2android/issues/1155
2021-01-12 17:08:55 +01:00
Philipp Crocoll
7df048263b
add compatibility to Keepass 2.47 TimeOTP-Secret values (but not supporting {TIMEOTP} placeholder)
2021-01-12 12:14:34 +01:00
Philipp Crocoll
d9bcac600c
support for Keyfiles like in Keepass 2.47
2021-01-12 07:31:18 +01:00
Philipp Crocoll
533021da3f
Manifest for 1.08d-r2
2021-01-12 07:30:44 +01:00
Philipp Crocoll
1b8e290b30
Merge branch 'master' of c:/ph/keepass2android
2021-01-10 22:45:07 +01:00
Philipp Crocoll
a90fd17bea
fix issue with incorrect launching of PasswordActivity for AutoExecItems leading to incorrect behavior when launching the app from Autofill (when child databases are opened)
2021-01-10 22:44:33 +01:00
Philipp Crocoll
3fb358ca85
further improvements for Autofill for usability with Firefox (see https://github.com/PhilippC/keepass2android/issues/1399 ), also fix security bug (closes https://github.com/PhilippC/keepass2android/issues/1527 )
2021-01-10 15:25:26 +01:00
Philipp Crocoll
730af8b9ac
make sure autofill only returns results when database is unlocked
2021-01-09 11:42:38 +01:00
Philipp Crocoll
7fb070c5fc
manifest for 1.08d-r1
2021-01-08 06:45:52 +01:00
Philipp Crocoll
710e0f9bba
Merge branch 'master' of https://github.com/PhilippC/keepass2android
...
# Conflicts:
# src/keepass2android/Resources/values/strings.xml
2021-01-08 06:37:57 +01:00
Philipp Crocoll
84efc14b00
changelog for 1.08d-r1
2021-01-08 06:36:23 +01:00
Philipp Crocoll
ddb58119be
update to pCloud SDK 1.2.0 and implement support for different dataHosts (depending on data server location). Closes #1257
2021-01-08 06:35:49 +01:00
Philipp Crocoll
9372cb7190
avoid potential crash
2021-01-06 18:05:55 +01:00
Philipp Crocoll
bf3a5891e3
bug fixes to activity behavior of PasswordActivity/SelectCurrentDbActivity:
...
* when a PasswordActivity was still in stopped state and the user triggered opening from Share URL or Autofill and had a child database, the child would not be opened correctly because the child IOC was delivered in OnNewIntent (but not correctly loaded from there)
* when locking the database from the SelectCurrentDbActivity, the activity would remain active (not really a big problem, DB was locked anyway, but bad UI)
2021-01-06 18:05:35 +01:00
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
abf32cf499
manifest and chanelog for 1.08d-r0
2020-12-07 11:03:23 +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
219932258c
Merge branch 'master' of https://github.com/PhilippC/keepass2android
2020-11-30 12:23:24 +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
PhilippC
cdcbe148c9
Merge pull request #1472 from joschahenningsen/readme-patch
...
Remove Google+ group from readme
2020-11-21 19:20:46 +01:00
Joscha Henningsen
fea28640b5
update readme
2020-11-20 16:47:39 +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
PhilippC
90ae1bd7d7
Merge pull request #1459 from CommName/SerbianTranslation
...
Serbian translation
2020-10-30 15:57:47 +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
PhilippC
c8ac6ec972
Add 2 FAQs regarding Google Drive
2020-10-24 09:20:04 +02:00
Philipp Crocoll
b4e5b0107a
allow to immediately disable donation option if a certain string is typed in search; 1.08c-r1
1.08c-r1
2020-10-19 19:40:34 +02:00