Commit Graph

69 Commits

Author SHA1 Message Date
Philipp Crocoll
39579b0183 rename app project and associated file 2021-11-10 13:00:38 +01:00
Philipp Crocoll
caff2e25e2 update to build with Android 11 Build tools. Major reconfiguration of csproj file, simplifying PackageReferences. 2021-11-10 11:21:45 +01: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
69abcd0786 remove reference to old NetFtp, as this was exchanged for FluentFTP; fix issue with paths that need url encoding, closing #736, closing #615 2019-12-16 12:09:41 +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
4d246a250d remove AdalBindings project 2019-02-06 06:15:20 +01:00
Philipp Crocoll
381510d213 implement GUI for public key authentication with SFTP, closes #69 2018-09-11 04:19:40 +02:00
Philipp Crocoll
267d710c13 some changes to get the build working on VS2017 and to reduce APK size 2018-08-28 21:58:33 +02:00
Gilbert Gilb's
5dea97cce2 Add PCloud support. 2018-08-27 20:58:36 +02:00
Philipp Crocoll
0c185c78e3 update support libraries to 25er version, some progress on AutoFill service implementation 2017-12-26 11:59:05 +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
553d3021bb removed AncientIconSet from solution file 2017-10-23 20:50:57 +02:00
Philipp Crocoll
624271da8f removed unit test project from solution 2017-05-03 06:53:01 +02:00
Philipp Crocoll
3a8ddc02b9 remove more unused stuff, change unit test build target 2017-04-24 12:15:45 +02:00
Philipp Crocoll
84c350ca25 removed unused projects from solution file. add more notes in readme 2017-04-24 12:00:46 +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
497be64633 add missing File NetFtpFileStorage.cs, added HttpClient based Http implementation 2016-03-02 05:29:42 +01:00
Philipp Crocoll
c694ed0f96 started working on FTP(S) implementation using netftp and introduction of "server accounts" 2016-02-03 12:43:37 +01:00
Philipp Crocoll
91059a8349 Merge branch 'Branch_0.9.9-offline'
Conflicts:
	src/Kp2aBusinessLogic/Io/CachingFileStorage.cs
2016-01-31 18:46:00 +01:00
Philipp Crocoll
0e469c649b fixed projects files for building release apk 2016-01-31 18:40:20 +01:00
Philipp Crocoll
77dc5040a2 implemented "get regular version" button and kp2a-offline splash logo 2016-01-31 17:43:00 +01:00
Philipp Crocoll
0f46f18ca5 * don't crash when loading keyboard settings fails
* added "en" to white-list
* always show settings key
2016-01-17 21:01:22 +01:00
Philipp Crocoll
b67f5538ce implement Unlock by Samsung Fingerprint (Pass SDK) 2016-01-10 20:27:26 +01:00
Philipp Crocoll
b93d9095db update build tools for Android 6 and packages 2015-12-28 07:25:57 +01:00
Philipp Crocoll
169994eb06 add option to choose Icon Sets from other apk.
Created preliminary app for ancient icons
2015-12-21 21:23:28 +01:00
Philipp Crocoll
f11eabe13f fix design issues as requested by Stefano 2015-10-29 20:31:34 +01:00
Philipp Crocoll
f6d0778a46 First version of AutoFill Plugin 2015-10-09 13:08:11 +02:00
Philipp Crocoll
4fb1ae996a fixed SSL vulnerability in AuthorizationRequest.java
ported JavaFileStorage to Android Studio project/Gradle
2015-09-29 01:00:47 +02:00
Philipp Crocoll
7a21f26007 new icons, folder icons are used
changed resource ids to not be equal to layout ids (hint from stackoverflow)
2015-09-13 19:53:35 +02:00
Philipp Crocoll
3ac72950de intermediate checkin
working on improving material design
2015-09-08 19:58:20 +02:00
Philipp Crocoll
c7cf120c1d Merge branch 'master' into MaterialDesign
Conflicts:
	src/AndroidFileChooserBinding/AndroidFileChooserBinding.csproj
	src/JavaFileStorageBindings/JavaFileStorageBindings.csproj
	src/KP2AKdbLibraryBinding/KP2AKdbLibraryBinding.csproj
	src/KeePass.sln
	src/KeePassLib2Android/KeePassLib2Android.csproj
	src/PluginSdkBinding/PluginSdkBinding.csproj
	src/keepass2android/AboutActivity.cs
	src/keepass2android/ExportDatabaseActivity.cs
	src/keepass2android/GroupActivity.cs
	src/keepass2android/GroupBaseActivity.cs
	src/keepass2android/Properties/AndroidManifest_net.xml
	src/keepass2android/keepass2android.csproj
	src/keepass2android/search/SearchProvider.cs
2015-09-04 05:34:27 +02:00
Philipp Crocoll
0e388547d9 removed old projects 2015-09-04 05:12:30 +02:00
Philipp Crocoll
fad8dc8b22 fixed bugs:
- work around Mono bug in GZipStream (see http://sourceforge.net/p/keepass/bugs/1373/) by including a custom GZipStream implementation
 - fixed issue with export database to System file picker location
 - fixed issues with preference options crashing with ActivityNotFound (due to changes in Xamarin 5.1, see https://bugzilla.xamarin.com/show_bug.cgi?id=33617
updated manifest/changelog
2015-09-03 22:03:28 +02:00
Philipp Crocoll
617e2b782b update project files 2015-09-02 23:15:12 +02:00
Philipp Crocoll
6c4afaaaa1 project/solution files update 2015-08-26 21:36:55 +02:00
Philipp Crocoll
59014bde22 trying to get search working, intermediate state 2015-08-25 20:42:49 +02:00
Philipp Crocoll
af02ca7599 implemented action items for move and delete (includes extension of apptasks to delete/move multiple items)
fixed display issue in QuickUnlock
fixed text color of recent files
2015-08-19 07:03:12 +02:00
Philipp Crocoll
15f73257fa 0.9.8-pre2 2015-08-12 06:40:14 +02:00
Philipp Crocoll
8f630c9b6c test projects for Material Design 2015-06-25 21:11:15 +02:00
Philipp Crocoll
95f5524425 added option to disable "clear password on leave" (eg. for switching between KP2A and Google Authenticator)
directly load db when enter key is pressed
2015-02-17 06:05:48 +01:00
Philipp Crocoll
db5357ce84 added contributions
improved changelog
2014-12-30 06:20:40 +01:00
Philipp Crocoll
ecd78ffbaf using new icons from Stefano (updated launcher icon, nicer notification icons)
added combined notification (keyboard/clipboard; Android 4.1+)
2014-12-28 05:51:34 +01:00
Philipp Crocoll
ac55c1fd86 changed to Google Play Services (ICS) component and up-to-date Support V4 library 2014-11-30 21:43:38 +01:00
Philipp Crocoll
415049af7a moved logic of StorageSelectionActivity to testable base class
added tests for StorageSelectionActivity, fixed bugs
if database is read-only, no edit buttons are displayed
2014-11-24 18:21:45 +01:00
Philipp Crocoll
97bcf753a4 + binary JavaFileStorage 2014-07-30 06:25:37 +02:00
Philipp Crocoll
d93946ed05 + first version of MasterKee plugin 2014-07-13 20:58:10 +02:00
Philipp Crocoll
258e769ae7 0.9.4-offline release 2014-07-03 07:38:11 +02:00
Philipp Crocoll
bc99d6e04f PluginSDK: Add Action moved to base class. rename classes for simpler binding 2014-05-30 20:51:07 +02:00
Philipp Crocoll
87fe6abd38 added option whether the group name should be displayed in Entry View or not
minor refactoring in AppTask
changed AppTask.StartInGroupActivity to OnResume because this is always called, also when a new app task is retrieved from Activity Result
2014-05-28 17:24:43 +02:00
Philipp Crocoll
54f2abdb31 Revert changes in project files 2014-05-28 11:01:20 +02:00