Commit Graph

8 Commits

Author SHA1 Message Date
Philipp Crocoll 996d0f10b8 fixed target sdk in debug manifest to 21, now status bar color is working also in Debug 2015-09-14 05:58:57 +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 15f73257fa 0.9.8-pre2 2015-08-12 06:40:14 +02:00
Philipp Crocoll 6c3795ff1a Improvements to PasswordActivity:
* Refactoring (removed duplicate code for loading Challenge/OTP aux files)
 * Added possibility to select aux file location manually if automatic "detection" (by constructing file paths) doesn't work. This is required so that aux files can be used with SAF which doesn't allow file path construction (maybe with OPEN_DOCUMENT_TREE, but that would involve additional user action and would require more permissions than required).
 Manually selected aux file location is stored in preferences
 * Fixed bug that OTP/Challenge mode wasn't correctly remembered
2015-06-10 22:13:44 +02:00
Philipp Crocoll 8816954ef6 added Wiktor Lakski as contributor,
include keyboard in debug version
2014-12-29 07:18:37 +01:00
Philipp Crocoll e7a0393ddd use Android 5 as target framework
set notification visibility for Android 5 lock screen
fix wrong permission in debug manifest
2014-12-28 06:44:22 +01:00
Philipp Crocoll be3bce47b1 added new native library for key transformation -> fix crash on Lollipop/Nexus 5 2014-12-03 06:38:35 +01:00
Philipp Crocoll 964cd76bca Bugfix: Correct display of filenames/database names when using GDrive
updated ART warning
added debug-Manifest (different package name)
commit Manifest for last offline release
removed Internet permissions (not required for Offline version) in KdbLibrary
2014-03-23 16:57:52 +01:00