Wiktor Lawski
08105d98de
KP2ASoftKeyboard2: Fix keyboard settings theme
...
The rest of application activities can use both light and dark themes.
This change improves consistency (keyboard settings will also update
their theme) despite the fact that it is not exactly the same theme.
Using Afc theme would require duplicating of resources. Additionally
added missing copyright lines.
2014-09-17 20:07:28 +02:00
Wiktor Lawski
f367bdfe33
.gitignore: Do not track R.java files
...
These files are automatically generated by aapt tool from resources.
There is no point to track their changes in version control system.
Already tracked files were removed from version control system.
2014-09-13 16:12:12 +02:00
Philipp Crocoll
e77c8f9ce5
JavaFileStorage: restore UserInteractionRequiredException
...
DropboxFileStorage: correctly throw UserInteractionRequiredException
GoogleDriveFileStorage:
* extended logging
* fix: extended try block in upload (constructing path might fail)
* fix: correctly finish initialize process in initializeAccount if partially initialized
2014-08-01 04:21:21 +02:00
Philipp Crocoll
4c4ba93c89
added library files for simpler build process
2014-07-30 18:25:35 +02:00
Philipp Crocoll
8708ce2bb2
updated JavaFileStorageBindings (added PrepareFileUsage method without UI)
...
deleted livesdk.jar, is now included in JavaFileStorage
added javafilestorage.jar, allows simpler build process
2014-07-30 18:14:59 +02:00
Philipp Crocoll
97bcf753a4
+ binary JavaFileStorage
2014-07-30 06:25:37 +02:00
Philipp Crocoll
7fa3dd191f
* directly integrated LiveSDK files to allow modification and simplify build
...
* added initializeSynchronous method to LiveSDK
* added UserInteractionRequiredException, now thrown by GDrive+SkyDrive
2014-07-30 06:02:35 +02:00
Philipp Crocoll
458e0a3d90
* GoogleDrive: remove full path check, display only filename
...
* added method prepareFileUsage() without Activity parameter
2014-07-20 08:32:32 +02:00
Philipp Crocoll
d93946ed05
+ first version of MasterKee plugin
2014-07-13 20:58:10 +02:00
Philipp Crocoll
f0be160588
new jar for PluginSDK
2014-07-07 06:03:54 +02:00
Philipp Crocoll
fab45ba25c
fixed comparison by reference
2014-07-07 06:03:16 +02:00
Philipp Crocoll
9f8f00bb26
KeeChallenge: revert to previous version
...
update strings from Crowdin
new release for regular version
2014-06-19 16:13:00 +02:00
Philipp Crocoll
54a60aeb99
+ .jar file for simpler compilation by other developers
2014-06-07 06:41:01 +02:00
Philipp Crocoll
904d15e039
current pluginsdk jar
2014-06-06 06:36:13 +02:00
Philipp Crocoll
3c93a28b4d
added more translations
...
fixed a bug with KeeChallenge
2014-06-06 06:23:36 +02:00
Philipp Crocoll
d0a4803de1
updates to sample plugin and PluginSDK
2014-06-05 21:37:17 +02:00
Philipp Crocoll
8869dc0edb
PluginQR: added menu option to display license information
2014-06-01 21:23:20 +02:00
Philipp Crocoll
4d623b4039
updated translations from Crowdin
2014-06-01 07:33:43 +02:00
Philipp Crocoll
52c5c5aa89
+InputStick plugin
...
+ "PluginA" (sample plugin)
+ icons and updated text for PluginQR
2014-06-01 07:06:58 +02:00
Philipp Crocoll
0b87c6f839
fixed bug: lock database from keyboard was not possible because of wrong action string (after recent modification)
2014-06-01 06:59:36 +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
85fb4ba9f8
Add strings for db actions
...
Broadcast database actions
2014-05-29 20:28:49 +02:00
Philipp Crocoll
948f9bd67d
+ .jar file for easier building after check out
2014-05-25 05:42:39 +02:00
Philipp Crocoll
b2baa66b71
Added query and open functionality to PluginSDK
...
First working version of QR Plugin
2014-05-21 06:44:42 +02:00
Philipp Crocoll
7a40368ed3
Merge branch 'pluginhosttest'
...
Conflicts:
.gitignore
2014-05-16 17:17:43 +02:00
Philipp Crocoll
f613206dab
Plugins: transferring list of protected fields
...
CreateDatabaseActivity: Passing app task to next activity
Keepass.cs: added documentation on Activities and AppTasks
SearchActivity.cs: passing appTask to next activity, using ForwardResult to pass ActivityResult back to previous activity
FileSelectActivity: pass AppTask to CreateDatabaseActivity, Recreate instead of Start+Finish (to have correct handling of ActivityResults)
2014-05-14 07:25:27 +02:00
Philipp Crocoll
9008785c69
Integrated new EntryActivity to KP2A
2014-05-11 07:52:38 +02:00
Philipp Crocoll
8a6ee5623d
PluginDetailsActivity can show an accept/deny mode
2014-05-09 21:49:49 +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
ed6aae24ca
+ JavaFileStorageTest (test project for FileStorage implementations in Java)
2014-04-23 20:38:21 +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
97e98f8804
Gdrive: fixed possible exception when listing files of root folder
2014-04-15 06:03:53 +02:00
Philipp Crocoll
ab41043ff1
increased version code for release version
2014-04-07 06:26:51 +02:00
Philipp Crocoll
491ee1e497
updated translations from crowdin
2014-04-04 05:39:56 +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
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
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
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
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
Philipp Crocoll
d7109fc630
reorganized and updated text for Keyboard settings
2014-01-27 18:14:51 -08:00
Philipp Crocoll
437d3033d2
Release 0.9.3-pre2
2014-01-27 08:03:58 -08:00