Philipp Crocoll
484a4732f8
fix https://github.com/PhilippC/keepass2android/issues/695 (missing fields on keyboard dialog)
2020-06-13 20:33:58 +02:00
Philipp Crocoll
be1cc06a4b
reuse WebDav client; forcing WebDav to use http1.1. This is a workaround to fix https://github.com/PhilippC/keepass2android/issues/747
2020-06-11 06:01:47 +02:00
Philipp Crocoll
8fbeb5c409
upgrading build tools and NuGet packages. switching to Xamarin's Biometric Bindings (even though this reverts from 1.0.1 to 1.0.0) because of build issues/incompatibilities
2020-03-02 10:07:55 +01:00
Philipp Crocoll
bd4c01c630
add missing files, ignore some files
2020-02-10 10:06:59 +01:00
Philipp Crocoll
0400ab3c53
upgrade okhttp-digest to 2.0 to fix #1032
2020-01-06 11:21:14 +01:00
Philipp Crocoll
97fb35db90
urldecode display name in WebDavStorage to close #792
2019-12-16 12:18:02 +01:00
Philipp Crocoll
683cde5a8b
update targetSdkVersion to 29 (Android 10/Q). Change canvas clipping in Soft keyboard to adhere to behavior changes in Android 10. Migrate to AndroidX. Migrate to using BiometricPrompt instead of FingerprintManager, keeping compatibility to SamsungPass API for devices like SGS5. Closes #795 , should close #626 , closes #910
2019-11-05 20:55:02 +01:00
Philipp Crocoll
e6049eca2c
upgrade OkHttp to 4.2.2
2019-10-27 22:11:03 +01:00
Philipp Crocoll
a0a494e724
fix bug in BinaryDictionary.java which lead to crashes with dictionary using on 64bit devices; enable multi-dex and increase heap size also for Release build
2019-10-04 20:10:58 +02:00
Philipp Crocoll
3f6f0b7430
Merge branch 'master' of c:/ph/keepass2android
2019-10-03 17:19:35 +02:00
Philipp Crocoll
b8d161ffee
add sha sources to repo
2019-10-03 17:18:11 +02:00
Philipp Crocoll
e27ff98517
remove Java implementation of OneDriveStorage2
2019-10-03 17:02:34 +02:00
Philipp Crocoll
db26fb6f39
first version of OneDrive implementation in C#
2019-09-30 10:42:27 +02:00
Philipp Crocoll
8d065255d6
update dropbox sdk and gson jars, upgrade to TargetFramework Android 9
2019-09-25 19:17:08 +02:00
Philipp Crocoll
989e397ee2
Integrate 64-bit native libraries (required by Google Play)
...
Therefore change the way Keyboard and KdbLibrary are built and add (updated) native files for Keyboard.
2019-09-23 11:52:24 +02:00
Philipp Crocoll
f99843737f
implement java side of OneDriveStorage2
2019-09-10 05:26:38 +02:00
Philipp Crocoll
95ce6878e6
avoid exception for invalid input of getDisplayName, fixes #771
2019-08-19 14:36:33 +02:00
Philipp Crocoll
0565a83085
update Dropbox SDK version to fix https://github.com/PhilippC/keepass2android/issues/793
2019-08-15 05:45:40 +02:00
Philipp Crocoll
e50cb41d1f
Merge branch 'master' of https://github.com/PhilippC/keepass2android
2019-08-05 06:36:56 +02:00
PhilippC
e5dbd86eb3
Merge pull request #835 from PhilippC/pcloud-help-dialog
...
PCloud improvements
2019-07-22 09:46:54 +02:00
Chih-Hsuan Yen
7d1eeb1e34
Use native Argon2 implementation
2019-07-16 21:07:26 +08:00
Chih-Hsuan Yen
e081a6aa2c
Build fixes
2019-07-16 21:07:26 +08:00
Gilbert Gilb's
02b8292a2e
Use new option to overwrite file in PCloud file storage.
2019-05-25 21:36:39 +02:00
Gilbert Gilb's
2d1909c227
Update PCloud SDK to 1.1.0.
2019-05-25 21:35:54 +02:00
Philipp Crocoll
b0f61038e3
fix potential crash in Google Drive storage
2019-04-10 06:01:22 +02:00
Philipp Crocoll
40f3066ee0
avoid potential crashes when opening child databases (caused by network on main thread or URLs without username/password), fixes https://github.com/PhilippC/keepass2android/issues/728
2019-03-18 03:56:34 +01:00
Philipp Crocoll
22c2b406db
more attempts to get OneDrive for business working
2019-03-11 09:43:42 +01:00
Philipp Crocoll
64d9cc00d1
Merge branch 'master' of https://github.com/PhilippC/keepass2android
2019-02-05 19:46:56 +01:00
Philipp Crocoll
cceb4c6677
increase timeout ( https://github.com/PhilippC/keepass2android/issues/339 ). still todo: test how KP2A behaves on write errors.
2019-02-05 12:14:52 +01:00
Philipp Crocoll
9f6ad37547
Revert "failing attempt to integrate ADAL authentication (for OneDrive for business)"
...
This reverts commit 6b69ad20ad .
2019-02-05 06:28:40 +01:00
Philipp Crocoll
a6b4a35973
added OneDriveStorage2 based on Graph SDK
2018-12-30 07:53:29 +01:00
Philipp Crocoll
6b69ad20ad
failing attempt to integrate ADAL authentication (for OneDrive for business)
2018-12-27 21:46:11 +01:00
Skycoder42
3157bac5f6
Add missing import
2018-12-03 18:40:01 +01:00
Skycoder42
5cb1709f5d
Correctly extract protected fields from intent
...
Fixes #627
2018-12-03 18:37:36 +01:00
PhilippC
b70a4ef428
Merge pull request #612 from adorokhine/gradle-build
...
Add Gradle build config to PluginQR and update to match source conventions.
2018-11-12 09:08:02 +01:00
Alexander Dorokhine
fa0e06df75
Add Gradle build config to PluginQR and update it to match new source conventions.
...
Version code is bumped because there was a minor code change to avoid a
fatal lint error complaining about a memory leak.
Fixes #489 .
2018-11-10 22:34:05 -08:00
Philipp Crocoll
c26ee7271b
Merge branch 'master' of https://github.com/PhilippC/keepass2android
2018-11-11 06:36:40 +01:00
Gilbert Gilb's
25d1b6b695
Fix PCloud not overwriting uploaded files.
...
When uploading an existing file into PCloud, it appends a version number
by default (e.g. "MyDb (2).kdbx", "MyDb (3).kdbx" and so on). This
behavior is not desirable in K2PA case. The workaroundfor this is to upload
the file with a temporary name and then rename it to its final name.
This may also avoid corruption with failed uploads depending on how
PCloud handles uploads.
See https://github.com/PhilippC/keepass2android/issues/512#issuecomment-435475365
2018-11-02 23:30:59 +01:00
Philipp Crocoll
6e225808a9
add support for Binary Resource dictionaries of AnySoftKeyboard, fixes #245
2018-09-18 04:27:07 +02:00
PhilippC
bbd3fc4d1d
Merge pull request #543 from PhilippC/1.07
...
first 1.07 features
2018-09-12 04:53:01 +02:00
Philipp Crocoll
b368e93061
fix potential crash in keyboard
2018-09-11 05:02:31 +02:00
Philipp Crocoll
381510d213
implement GUI for public key authentication with SFTP, closes #69
2018-09-11 04:19:40 +02:00
Philipp Crocoll
f5f99f5a04
attempt to integrate pulickey auth
2018-09-10 12:57:17 +02:00
Philipp Crocoll
fcf1214f80
implement publickey authentication in JavaFileStorage (not yet integrated in main app)
2018-09-10 12:56:03 +02:00
Philipp Crocoll
7e122529d2
implement prompt callbacks for JSch, fixes https://github.com/PhilippC/keepass2android/issues/519
2018-09-10 11:43:59 +02:00
Philipp Crocoll
600c3d21dc
Merge branch '1.06' into 1.07
2018-09-10 09:52:39 +02:00
Philipp Crocoll
135d7ebda5
keep old keyboard dialog for Android <= 8, fix bugs with keyboard labels, release 1.06f
2018-09-10 09:51:53 +02:00
Gilbert Gilb's
8d80295e07
Implement requiresSetup for PCloud.
...
Also consider error 2095 as a logout, so that the user can re-login.
2018-09-04 20:59:00 +02:00
Philipp Crocoll
26def9805f
avoid potential OutOfBounds exception
2018-08-28 20:47:50 +02:00
Philipp Crocoll
5429876cde
fix potential NullPointerExceptions
2018-08-28 05:39:28 +02:00