Commit Graph

1050 Commits

Author SHA1 Message Date
Fabian Loewe
e2e4c97300 Update How-to-create-a-plug-in_.md
The code parts weren't correctly marked and indented.
2017-11-03 16:46:18 +01:00
Philipp Crocoll
635d06df87 fix suggestions link to point to github, closes #7 2017-10-30 09:48:32 +01:00
Philipp Crocoll
fcc7d126f9 make loading of databases through third party app possible again (Android < 7) or hide third party app (Android >= 7) 2017-10-29 06:33:34 +01:00
Philipp Crocoll
fa152a908b Merge branch 'master' of https://github.com/PhilippC/keepass2android 2017-10-25 22:04:17 +02:00
PhilippC
230887bea3 Merge pull request #72 from svenluijten/patch-1
fix link to plugin file
2017-10-25 22:03:23 +02:00
Sven Luijten
8677aa1bca fix link to plugin file 2017-10-25 20:11:25 +02:00
Philipp Crocoll
6eee282fa4 add missing files to complete integration of KeeTrayOTP, fixes https://github.com/PhilippC/keepass2android/issues/43 and https://github.com/PhilippC/keepass2android/issues/34 2017-10-24 06:57:47 +02: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
721bf97def update Totp-Code using changes from KeeTrayTotp to support Steam 2017-10-24 06:37:12 +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
6f47163591 Add build status in README.md 2017-10-24 04:46:23 +02:00
Philipp Crocoll
54e2eb3c4c update translation from crowdin 2017-10-23 21:28:14 +02:00
Philipp Crocoll
553d3021bb removed AncientIconSet from solution file 2017-10-23 20:50:57 +02:00
Philipp Crocoll
73c0d6a9e4 removed nuget check for Xamarin Insights which was removed. fixed library build type. 2017-10-23 20:26:18 +02:00
Philipp Crocoll
99c7a00659 update project files to link to up-to-date aars 2017-10-23 11:49:18 +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
bcd0b1e66e ignore more items 2017-10-20 06:24:39 +02:00
Philipp Crocoll
92a691232b Merge branch 'master' of https://github.com/PhilippC/keepass2android 2017-10-20 06:23:47 +02:00
Philipp Crocoll
82fa7eaf9f logging controllable through preferences, option to send logged data 2017-10-16 12:57:30 +02:00
Philipp Crocoll
c7bad6f9a0 Merge branch 'master' into 1.03 2017-10-16 11:54:39 +02:00
Philipp Crocoll
2fabdfc881 1.02 release v1.02 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
472b5ec4fe remove unused text 2017-10-16 09:56:24 +02:00
Philipp Crocoll
d93b213199 remove unused string, update string for better understandability 2017-10-16 07:58:58 +02:00
Philipp Crocoll
852e837a4f improve strings 2017-10-16 07:57:36 +02:00
Philipp Crocoll
911c630b91 start implementing KeepassXC Challenge-Response support (see #4), currently waiting for https://github.com/keepassxreboot/keepassxc/issues/1060), also missing support for saving at the moment and mem-leaking PasswordActivity 2017-10-16 07:36:49 +02:00
Philipp Crocoll
dbca918f07 variable rename 2017-10-10 21:36:14 +02:00
Philipp Crocoll
9a05a47122 remove unused string, update string for better understandability 2017-10-10 06:18:28 +02:00
Philipp Crocoll
bceb6749af integrate custom image viewer, closes #36 2017-10-09 12:45:15 +02:00
Philipp Crocoll
50396f0c9b update tools version in AncientIconSet.csproj 2017-10-09 10:54:36 +02:00
Philipp Crocoll
a16ff7f706 change version to 1.02-pre4 2017-10-09 10:54:17 +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
2da577bc94 avoid multiple initialization of fingerprint as described in #3 2017-10-04 22:30:11 +02:00
Philipp Crocoll
96a894ec56 avoid multiple initialization of Samsung Fingerprint API 2017-10-03 06:42:57 +02:00
Philipp Crocoll
f9978dca82 fixed issue with Samsung fingerprint, not working after introducing proguard 2017-10-02 19:49:48 +02:00
Philipp Crocoll
af67e09293 change links from Codeplex to github, little cleanup 2017-09-22 00:22:39 +02:00
Philipp Crocoll
41f30da738 release 1.02-pre3: fix ClassNotFoundError by adding a line to proguard.cfg 2017-09-22 00:21:18 +02:00
Philipp Crocoll
ca6ff16845 file cleanup 2017-09-22 00:19:35 +02:00
Philipp Crocoll
b1ced80eca rename files and fix links 2017-09-21 23:54:01 +02:00
Philipp Crocoll
80fd232417 fix links 2017-09-21 23:51:06 +02:00
Philipp Crocoll
847ccac6b7 documentation, exported from Codeplex and updated 2017-09-21 23:41:56 +02:00
Philipp Crocoll
138064b53c add next Oktoberfest dates 2017-09-18 20:10:46 +02:00
Philipp Crocoll
f408b2da9d change display name of debug build app 2017-09-18 20:10:30 +02:00
Philipp Crocoll
31dbdd5828 1.02-pre2 release 2017-09-18 20:10:06 +02:00