Commit graph

480 commits

Author SHA1 Message Date
Marc Durdin
42dec63040 mtest 2019-06-05 15:05:12 +10:00
Marc Durdin
66d5ed4ff6 test 2019-06-05 14:36:57 +10:00
Marc Durdin
ca15f8eec7 test 2019-06-05 14:35:44 +10:00
Marc Durdin
92264af5e7 test 2019-06-05 13:55:31 +10:00
Marc Durdin
53c4f17794 tesT 2019-06-05 13:52:01 +10:00
Marc Durdin
47b647db7d test 2019-06-05 13:35:13 +10:00
Marc Durdin
5ef4c797d9 test 2019-06-05 13:30:05 +10:00
Marc Durdin
47ddb7b688 [Android] Dumping properties 2019-06-05 13:11:08 +10:00
Marc Durdin
b332635807
Merge pull request #1801 from keymanapp/android-firstvoices
[Android] FirstVoices app
2019-06-03 19:11:53 +10:00
Marc Durdin
92fd5d945c [Android] Add FV app to build scripts 2019-05-27 09:32:58 +10:00
Darcy Wong
2a06473125 More misc cleanup
* Default keyboard doesn't have "custom keyboard" setting so read it as optional parameter
* Don't notify "KEYBOARD_DOWNLOAD_FINISHED" when only downloading lexical model
* Removed registration of lexical model upon download (complications with async task)
2019-05-24 16:05:45 +07:00
Darcy Wong
029528c896 Don't register lexical model from "Model Picker Activity"
The activity is a background activity so it can't change the WebView height when registering the model
2019-05-24 12:59:37 +07:00
Darcy Wong
4315eca134 Register associated lexical model after adding it
Also fix deleteLexicalModel to not use modelKey
(Sencoten key has mix of `-` and `_` in the language ID and model ID)
2019-05-24 11:38:14 +07:00
Darcy Wong
56982bde4e Add two more fixes
* Fix determination of custom keyboard from package
* Add Toast notification when re-installing a lexical model.
2019-05-24 08:18:54 +07:00
Darcy Wong
a19db98e78 Merge remote-tracking branch 'origin/master' into android-download-model 2019-05-23 15:10:22 +07:00
Darcy Wong
1b87308eae Allow pre-existing models to be re-installed 2019-05-23 15:09:03 +07:00
Darcy Wong
086466808b Fix custom model param 2019-05-22 22:52:46 +07:00
Darcy Wong
8eecf9a6e9 Cleanup code 2019-05-22 17:19:32 +07:00
Darcy Wong
fcc45c8a99 Fix model download 2019-05-22 17:11:31 +07:00
Darcy Wong
48dd7a1779 Add hooks to download KMP lexical model from cloud 2019-05-21 16:19:53 +07:00
Darcy Wong
cf56de8008 Check language ID in model lists 2019-05-21 12:08:39 +07:00
Joshua Horton
1a80a3f182
Merge pull request #1778 from keymanapp/web-fat-fingering
[Web] Fat-finger detection + probability generation
2019-05-21 10:01:09 +07:00
Darcy Wong
fd3405ca8b Fix some parsing 2019-05-20 21:54:23 +07:00
Darcy Wong
852d82edd6 Attempt to populate lexical model info 2019-05-20 17:13:37 +07:00
Darcy Wong
4eeda9ac0e More wip changes 2019-05-20 11:53:04 +07:00
Darcy Wong
f4ab849989 Fix compilation errors 2019-05-18 09:13:11 +07:00
Darcy Wong
485f6f44a7 More updates to parse lexical model info 2019-05-17 16:25:09 +07:00
jahorton
ca7a7d4ef7 Improved code, but not yet complete. 2019-05-17 16:05:24 +07:00
jahorton
c21919676d Start of a predictive text submenu for Android. 2019-05-17 15:36:34 +07:00
Darcy Wong
a31125554b Rename ModelsPickerActivity to ModelListActivity 2019-05-17 11:37:26 +07:00
jahorton
ed5448ba98 Fixes Android regression within PR. 2019-05-17 11:09:16 +07:00
Darcy Wong
4f1f1dcb4e Fix exception when setting banner height 0 2019-05-17 09:26:27 +07:00
Darcy Wong
3411462961
Merge pull request #1770 from keymanapp/android-language-settings
[Android] Add "Language Settings" menu stub
2019-05-16 16:10:33 +07:00
Darcy Wong
99b4d3a885 Deregister model after uninstalling it 2019-05-16 15:24:58 +07:00
Darcy Wong
ec0508e315 Add code for deleting model 2019-05-16 14:02:00 +07:00
Darcy Wong
6aa743b04d Connect ModelInfo to ModelsPicker 2019-05-15 09:30:23 +07:00
Darcy Wong
301e7e8eb6 Connect ModelsPickerActivity to LanguageSettingsActivity 2019-05-15 08:58:12 +07:00
jahorton
e6bc5db912 Adds note where app longpress needs extension. 2019-05-14 16:21:39 +07:00
Darcy Wong
18328a694a Add keyboard picker to LanguageSettingsActivity 2019-05-14 14:36:31 +07:00
Joshua Horton
0df56cda01
Merge pull request #1773 from keymanapp/web-embed-banner-longpress
[Web, iOS, Android] Base for predictive text longpress
2019-05-14 13:07:04 +07:00
jahorton
1e6085ceed Cleans up Android changes. 2019-05-14 11:57:44 +07:00
Darcy Wong
51488df782 Clean up ConfirmDialogFragment
Introduce enum DialogType to specify the kind of confirmation dialog. Later, we'll add DOWNLOAD_MODEL and DELETE_MODEL.
2019-05-14 10:39:39 +07:00
jahorton
55204a2254 Reworks Android changes to use URI query semantics 2019-05-14 10:31:23 +07:00
Darcy Wong
70ab0d7dff Merge remote-tracking branch 'origin/master' into android-language-settings 2019-05-13 16:45:48 +07:00
jahorton
b5a31f4ace I accidentally a closing brace. 2019-05-13 16:36:20 +07:00
Darcy Wong
dca773ef10 Update ConfirmDialog to optionally dismiss calling activity 2019-05-13 16:11:00 +07:00
jahorton
6eb59e5bd7 Initial pred. text longpress support (Android) 2019-05-13 15:04:21 +07:00
Darcy Wong
2ce86ecee3 Insert more places for lexical models to be registered
Update KMManager to handle determining associated lexical models and registering accordingly.
The current lexical model info is kept so switching keyboards into the same language won't trigger a new model registration.

Model registration now also occurs on app / keyboard startup
2019-05-13 14:31:06 +07:00
Darcy Wong
1f6c968a61 Try to finish activity after confirmation dialog 2019-05-10 15:50:31 +07:00
Darcy Wong
2c60a607c9 Add Keyboard Settings
* Also updated ConfirmDialog to handle confirmation in downloading keyboards and deleting keyboards.
2019-05-10 14:58:44 +07:00