Commit Graph

367 Commits

Author SHA1 Message Date
Philipp Crocoll
3b1b1f5fee + ignores 2014-05-09 13:06:55 +02:00
Philipp Crocoll
2849620f55 Changelog: setCancellable(false)
AppTask: bugfix for read-only dbs
CopyToClipboardService: Can handle time-out for additional strings copied to clipboard; can update the Keyboard data
added comments
minor changes
2014-05-09 13:06:47 +02:00
Philipp Crocoll
dd557cb455 cleaned up PluginQR, added main screen 2014-05-09 13:02:49 +02:00
Philipp Crocoll
7ca44ab5ec changed to portrait mode 2014-05-07 15:46:36 +02:00
Philipp Crocoll
8cbb7dfc23 started to add QR scanning functionality 2014-05-07 15:30:52 +02:00
Philipp Crocoll
53dd47044b Plugins:
* EntryOutput is passed to CopyToClipboardService
* Modifications of EntryOutput are passed to plugins to enable actions on added fields
* PluginDatabase checks if Plugin is still installed and always updates the list of plugins (had an issue where a plugin had a request token but was not in pluginList)
* first version of QR plugin implemented
2014-05-07 06:02:56 +02:00
Philipp Crocoll
07038d7549 PluginHost-Test project: modified EntryActivity for receiving actions and fields 2014-05-05 06:15:19 +02:00
Philipp Crocoll
4697dbf41c + pluginhost test project 2014-04-22 06:27:13 +02:00
Philipp Crocoll
d1cc47057d removed compat library for faster building 2014-04-22 06:25:28 +02:00
Philipp Crocoll
0d88e5b5e8 moved icons to correct folder 2014-04-22 06:16:10 +02:00
Philipp Crocoll
b0def0925b Merge branch 'Branch_ab41043ff158c51b41fda8502a308682fde47380' 2014-04-15 20:29:34 +02:00
Philipp Crocoll
4ca49ddde1 Manifest for Offline-Release 0.9.3-r5 2014-04-15 20:26:53 +02:00
Philipp Crocoll
97e98f8804 Gdrive: fixed possible exception when listing files of root folder 2014-04-15 06:03:53 +02:00
Philipp Crocoll
740e642965 * Make OngoingNotificationsService foreground also when unlocked (to prevent the app from being killed)
* Allow to hide icon for QuickUnlock by using minimum priority notification (API level >= 16)
2014-04-15 06:03:22 +02:00
Philipp Crocoll
ab41043ff1 increased version code for release version 2014-04-07 06:26:51 +02:00
Philipp Crocoll
188097a13a + birthday icons 2014-04-04 05:40:13 +02:00
Philipp Crocoll
491ee1e497 updated translations from crowdin 2014-04-04 05:39:56 +02:00
Philipp Crocoll
5b1dcaa0f3 rename SkyDrive -> OneDrive 2014-04-02 09:51:19 +02:00
Philipp Crocoll
345b4e225b removed ART warning
added line to changelog
2014-04-02 06:13:48 +02:00
Philipp Crocoll
a1e17cced5 Strings, Changelog, Manifest for 0.9.3-r5 2014-04-01 07:26:50 +02:00
Philipp Crocoll
7b7a4eb8a5 added donate-reminder for birthday 2014-04-01 07:26:10 +02:00
Philipp Crocoll
5693970665 Added scope offline_access. According to the docs, this should solve the problem with repeated permission requests.
Added logging for SkyDriveFileStorage
2014-04-01 07:15:13 +02:00
Philipp Crocoll
074fea3539 Bug fix: after resuming from FileStorageSetupActivity, another load was started which was then used after sync (but with the old contents) 2014-03-31 07:24:02 +02:00
Philipp Crocoll
ec79ff8678 modified dimens.xml to hopefully fix a problem with incorrect keyboard size
modified Chinese alt-characters to fix problem with missing numbers
2014-03-31 07:22:21 +02:00
Philipp Crocoll
fa09d9cd62 Bug fix: retry initialization if it failed first time (allows to sync after enabling network again)
Further logging improvements
2014-03-27 05:59:30 +01:00
Philipp Crocoll
59525f8378 Added message that kdb-support is readonly 2014-03-25 06:15:05 +01:00
Philipp Crocoll
fd08518270 repo cleanup 2014-03-24 07:04:23 +01:00
Philipp Crocoll
b1bc866e48 + ReleaseNoNet configuration 2014-03-24 06:57:18 +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
Philipp Crocoll
8cb849365e Bug fixes:
- reload DB also works when viewing non-root group
 - Display of current group is refreshed after merging changes
2014-03-23 15:40:28 +01:00
Philipp Crocoll
4c68c0715c Added option to collect log output of JFS in file (/mnt/sdcard/keepass2android.cloud.log)
Added logging in GDrive-FS
removed classpath (problem with building after workspace modifications)
2014-03-23 15:12:34 +01:00
Philipp Crocoll
3159af19cb Fixed bug in IOConnection.cs: Errors when uploading data to http(s) were not handled correctly
Improved logging in CachingFileStorage
2014-03-23 15:04:46 +01:00
Philipp Crocoll
6391a00548 Bug fix: on Android 2.x, couldn't specify new http/ftp address (style problem, similar to search problem) 2014-03-16 03:35:07 +01:00
Philipp Crocoll
f91d144c48 Bug fix: search crashing on Android 2.x due to missing style (introduced when adding themes for 4.x) 2014-03-16 03:04:57 +01:00
Philipp Crocoll
d7b6490c2f Allow to enter password only once in Entry Edit Activity 2014-03-16 03:04:23 +01:00
Philipp Crocoll
a26f908bd8 Exported AttachmentContentProvider (defaults to false since API version 17) 2014-03-11 04:34:48 +01:00
Philipp Crocoll
e5dea1895d Clear clipboard when CopyToClipboardService is stopped (e.g. due to lock database)
-> https://keepass2android.codeplex.com/workitem/162
2014-03-10 08:02:01 +01:00
Philipp Crocoll
3c349f68bc added random string to tmp-file path to avoid collisions during simultaneous uploads from multiple devices 2014-03-07 04:05:31 +01:00
Philipp Crocoll
736bbd5ec3 * show toast for cache messages in the center of the screen to avoid hiding the keyboard when entering passwords
* Bug fix with FTP access
* Bug fix with Group editing/adding
* Integrated Input Language Selection for keyboard
-> 0.9.3-r3
2014-02-19 21:49:18 +01:00
Philipp Crocoll
ccde65d233 Translations from Crowdin (0.9.3 release) 2014-02-07 21:57:28 +01:00
Philipp Crocoll
2ed7766803 Fix for Theme: ActionBarStyle Buttons too small 2014-02-07 20:35:51 +01:00
Philipp Crocoll
ef9ab6bae5 tests and theme related workarounds for problems with ART 2014-02-06 20:37:27 +01:00
Philipp Crocoll
d546528e7b added missing translation file (bg-rBG) 2014-02-06 02:11:01 +01:00
Philipp Crocoll
057adadfb3 added missing files 2014-02-05 07:03:22 +01:00
Philipp Crocoll
2baf93eb3d - 0.9.3 pre 3 -
Switched back to linking but with disabled System.Core (problems with Certificate validation)
Added catch when Unregistering receivers (could throw after recreate?)
2014-02-03 00:30:52 +01:00
Philipp Crocoll
bc1d5fb5f2 fixed problems in certificate validation code (updates in Mono?) Also disabled linking in release to avoid problems. 2014-02-02 23:36:19 +01:00
Philipp Crocoll
a765bd125e fixed a few theme issues
implemented selection in preferences and recreation of activities
2014-02-02 07:04:27 +01:00
Philipp Crocoll
7312823eee add themes and icons from Holo-Dark Test project 2014-01-30 11:53:52 +01:00
Philipp Crocoll
8e53848094 add missing resource file, improved string in keyboard settings 2014-01-30 11:52:43 +01:00
Philipp Crocoll
2d53021f78 Added option to export database
Fixed problem with native key transform
2014-01-27 22:47:08 -08:00