Philipp Crocoll
a61a44edc9
update translations from crowdin
2018-01-23 20:42:52 +01:00
Philipp Crocoll
074b63d68d
move AccService-Library to plugin repo
2018-01-05 05:51:58 +01:00
Philipp Crocoll
45cadb9cfb
update gson to avoid xpp3 dependency, should fix gradle build errors
2017-12-28 09:31:53 +01:00
Philipp Crocoll
9bab31514e
add google Maven repo to build.gradle
2017-12-28 03:22:32 +01:00
Philipp Crocoll
6e13320f36
update build tools versions
2017-12-28 03:20:50 +01:00
Philipp Crocoll
7720e8005e
start working on Oreo AutofillService (issue #9 ):
...
* upgraded target version to 26
* added service, parses autofill structure but does not yet retrieve/fill passwords
2017-12-19 22:25:16 +01:00
Philipp Crocoll
4a738990ae
explicitly use IME_ACTION_NEXT instead of relying on actionId which seems to be incorrect/not set on latest Chrome versions. Fixes #89 .
2017-12-06 05:35:13 +01:00
Philipp Crocoll
f7e8f25b70
update build tools for keyboard
2017-12-06 05:33:53 +01:00
Philipp Crocoll
4a5402db0f
fix link to AutoFillService description, add missing translation files from crowdin
2017-11-27 12:35:36 +01:00
Philipp Crocoll
d0b80492c7
update translations from crowdin
2017-11-27 11:45:59 +01:00
Philipp Crocoll
135f2617f6
* improvements to Plugin handling and AccessibilityService based AutoFill:
...
* don't forget plugin scopes (fixes #136 ), improves workflow to setup AutoFill plugin
* fix display issues with scopes
* make sure credentials are not filled several times but always show notification
* removed unnecessary permission
2017-11-27 11:32:14 +01:00
Philipp Crocoll
9f7eaf22b0
move accservice based auto fill plugin into own apk to distribte outside Google Play, closes #111
2017-11-20 12:14:49 +01:00
Philipp Crocoll
85ae4cae34
removed iml files from repo
2017-11-13 11:27:21 +01:00
Philipp Crocoll
e491463862
Merge branch 'master' into 1.03
...
Conflicts:
src/java/android-filechooser-AS/app/android-filechooser.iml
2017-10-24 06:37:59 +02:00
Philipp Crocoll
f34bdd57b3
upgrade okhttp3 version to 3.9.0 to fix https://github.com/PhilippC/keepass2android/issues/44
2017-10-24 06:36:41 +02:00
Philipp Crocoll
9d4757a737
remove .iml file
2017-10-24 05:35:49 +02:00
Philipp Crocoll
b2539f7036
clean up repo
2017-10-23 11:48:57 +02:00
Philipp Crocoll
914cc6c819
restore PluginSDK
2017-10-23 11:30:18 +02:00
Philipp Crocoll
521ed70944
restore JavaFileStorage
2017-10-23 11:19:36 +02:00
Philipp Crocoll
2d0bde844b
removed unused stuff
2017-10-23 11:08:19 +02:00
Philipp Crocoll
2fabdfc881
1.02 release
2017-10-16 11:54:05 +02:00
Philipp Crocoll
bd07030ef4
build java libraries with updated resources, integrate new resource into project
2017-10-16 10:59:07 +02:00
Philipp Crocoll
d54c67c348
update translations from crowdin
2017-10-16 10:30:26 +02:00
Philipp Crocoll
6cee382f8c
add some build system config files, improve .gitignore
2017-10-16 10:26:35 +02:00
Philipp Crocoll
15065fb5a0
detect com.android.launcher3 as launcher (previously only com.android.systemui),
...
also detect launcher from root.getPackageName(), see #19
support for Samsung Browser
2017-10-04 22:44:17 +02:00
Philipp Crocoll
af67e09293
change links from Codeplex to github, little cleanup
2017-09-22 00:22:39 +02:00
Philipp Crocoll
1c9fab9c9c
extend proguard.cfg to avoid class-not-found-error in Kp2aKeyboard, make Kp2aKeyboardBinding.csproj point to the up-to-date aar
2017-09-18 11:12:55 +02:00
Philipp Crocoll
c82fc7d772
allow to export when working offline
2017-07-10 11:44:04 +02:00
Philipp Crocoll
6f43565baf
switch to DropboxSDK 3.0.3 to ensure future compatability
...
enable proguard on the main app in order not to hit the DEX limit 64k
2017-07-10 11:33:03 +02:00
Philipp Crocoll
7c4d303dd3
avoid using method which is API level 23 to prevent crash when opening settings
2017-06-30 05:34:43 +02:00
Philipp Crocoll
0fd5758566
improved behavior for keyboard/autofill service activation (don't activate keyboard if looking up for autofill, ask autofill/keyboard before bringing up keyboard activation)
...
added preference to install keyboardswap
adjusted keyboardswap package name
2017-06-27 06:49:41 +02:00
Philipp Crocoll
f2994295d8
consider all passwords fields, not only empty ones. Seems like current Chrome returns 8 dots always which makes AutoFill fail.
2017-06-26 13:33:07 +02:00
Philipp Crocoll
2751dfd95b
increase heap size to speed up builds
2017-06-26 13:32:06 +02:00
Philipp Crocoll
9cdf8d877e
fixed build error with current Xamarin version by disabling minification in android-filechooser release build
2017-06-26 10:38:59 +02:00
Philipp Crocoll
d2144d5128
updated Build Tools, Gradle, JDK
2017-05-22 12:02:35 +02:00
Philipp Crocoll
9cf1574b90
added SamsungPass to solution file, removed unnecessary dependencies, added build-scripts and build-notes
2017-04-24 11:22:11 +02:00
Philipp Crocoll
3fe7de6950
Merge branch 'master' of C:\ph\keepass2android
2017-04-11 02:53:43 +02:00
Philipp Crocoll
2c2dc5f627
add some files for building
2017-04-11 02:51:50 +02:00
Philipp Crocoll
fba8befd22
Merge branch 'master' of C:\ph\keepass2android
2017-04-11 02:36:39 +02:00
Philipp Crocoll
43bb27a55d
add gradle wrapper for JavaFileStorageTest
2017-04-11 02:36:06 +02:00
Philipp Crocoll
0730135be1
Merge branch 'master' of C:\ph\keepass2android
2017-04-11 02:26:34 +02:00
Philipp Crocoll
862f78387c
add Android Studio / gradle version of PluginSDK
2017-04-11 02:26:17 +02:00
Philipp Crocoll
dfeb8a174f
Merge branch 'master' of C:\ph\keepass2android
...
Conflicts:
src/java/KP2ASoftkeyboard_AS/.gradle/2.2.1/taskArtifacts/fileHashes.bin
src/java/KP2ASoftkeyboard_AS/.gradle/2.2.1/taskArtifacts/fileSnapshots.bin
src/java/KP2ASoftkeyboard_AS/.gradle/2.2.1/taskArtifacts/taskArtifacts.bin
2017-04-11 02:22:54 +02:00
Philipp Crocoll
3ea36f02de
remove build files from git
2017-04-11 02:20:18 +02:00
Philipp Crocoll
ff422f0d32
add Java testing app for file storage implementations
2017-04-11 02:10:26 +02:00
Philipp Crocoll
dfbebd5d0d
1.01-g offline release
2017-03-22 07:22:47 +01:00
Philipp Crocoll
d41f8cdef5
add more diagnostics logging for fingerprint issue
...
OneDrive: backward compatible parsing of paths
2017-02-06 11:15:41 +01:00
Philipp Crocoll
c36ff24e38
fix feedback type in AccService, fix crash on Android < 5.0 by disabling accessibility service there
2017-02-05 04:21:01 +01:00
Philipp Crocoll
c1f8e91a3f
several fixes for potential crashes -> 1.01f
2017-02-05 04:20:14 +01:00
Philipp Crocoll
44b0a7b898
fix crash in OneDriveStorage when accessing shared folders. Release 1.01-d
2017-01-31 11:11:10 +01:00