Commit graph

70 commits

Author SHA1 Message Date
jahorton
7e9b0def23 Hides correct toggle instead of disabling 2019-09-23 12:08:45 +07:00
jahorton
8ec2d849fb Disables correct toggle when predict disabled 2019-09-18 14:41:29 +07:00
Joshua Horton
7ddfe9a411
Merge pull request #2011 from keymanapp/ios-default-keyboard-delete
[iOS] Allows deletion of default keyboard
2019-08-30 06:39:32 +07:00
jahorton
4e178c4517 Allows slide-deletion of default keyboard 2019-08-29 09:47:55 +07:00
jahorton
3b967d24d9 Parsing of the lex model KMP; model now installs 2019-08-29 08:46:04 +07:00
jahorton
4bcfc9ed7c Minor cleanup. 2019-08-26 14:44:20 +07:00
jahorton
4dde877724 Quick regression fix. 2019-08-26 14:42:16 +07:00
jahorton
2868dc8909 Merge branch 'beta' into ios-resource-download-manager 2019-08-26 13:36:21 +07:00
Joshua Horton
970392ce81
Merge pull request #1976 from keymanapp/ios-settings-status-bar
[iOS] Settings notification bar refactor/prep
2019-08-26 13:34:45 +07:00
jahorton
aedcd96825 Allows deletion of default keyboard. 2019-08-26 13:18:01 +07:00
jahorton
cc60a6eee3 Cleans up new warnings from the branch 2019-08-23 12:03:52 +07:00
jahorton
a6787ba39e Allows bypassing master language list 2019-08-23 09:38:00 +07:00
jahorton
89afc04379 Fixes iOS Get Started 2019-08-22 12:14:21 +07:00
jahorton
d00acc3e7d More robust download state handling 2019-08-22 09:26:17 +07:00
jahorton
942e69b392 Strips picker of updates, fixes Get Started option 2019-08-21 13:24:52 +07:00
jahorton
391e2ab312 Adds and utilizes batch update notifications 2019-08-21 12:50:20 +07:00
jahorton
e4b95cd6b9 Functional updates! Notifications still need work 2019-08-21 10:44:07 +07:00
jahorton
20ed8f3bda API Keyboard download refactor 2019-08-16 12:48:04 +07:00
jahorton
95c9eba1f4 Start of ResourceDownloadManager, pre-refactor 2019-08-15 10:24:13 +07:00
jahorton
e68049ff15 New UIToolbar subclass for the settings status bar 2019-08-14 15:45:23 +07:00
jahorton
b587012a97 More progress on update relocation 2019-08-14 15:44:02 +07:00
jahorton
65a955386f GUI work to support updates from settings 2019-08-14 15:44:02 +07:00
jahorton
f416e583e9 Settings status bar prep for upcoming work 2019-08-14 15:42:46 +07:00
Marc Durdin
9a6b2e53fa
Merge pull request #1957 from keymanapp/ios-installed-language-count-delayed
[ios] reload table data so deletion or addition shows immediately
2019-08-12 14:27:04 +10:00
jahorton
72496bb894 Moves swipe-deletion from picker to lang settings 2019-08-09 15:12:38 +07:00
Joshua Horton
64d41f7670
Merge pull request #1947 from keymanapp/ios-toggle-constraints
[iOS] UI Toggle Constraints
2019-08-09 07:27:08 +07:00
Randy Boring
4b3ac6a401 reload table data in loadUserLanguages so deletion or addition shows right away 2019-08-08 19:11:48 -05:00
Randy Boring
4aa2d1470e one language or count languages 2019-08-08 02:22:26 -05:00
jahorton
59a26cd1a2 More Settings menu adjustments. 2019-08-08 11:51:18 +07:00
jahorton
2a6d5788a9 Fixes toggles on language screen. 2019-08-08 11:39:15 +07:00
jahorton
6b729f9c95 Fixes main Settings menu toggles. 2019-08-08 10:00:45 +07:00
rfaramir
245e801ebe
Merge pull request #1900 from keymanapp/ios-ui-anti-globalism
[ios] slimmed down keyboard picker
2019-07-31 12:56:22 -05:00
Randy Boring
861f089632 capitalize the heading for Keyboards and Language settings in LanguageSettingsViewController 2019-07-29 16:18:15 -05:00
Randy Boring
f4fea16f40 remove unused code, add comments 2019-07-29 03:30:13 -05:00
rfaramir
01dda40512
Merge pull request #1885 from keymanapp/ios-ui-language-add-lm
[ios] ui language add lexical model
2019-07-26 02:04:08 -04:00
Randy Boring
67917d7d95 added notes and fixed a typo 2019-07-25 20:32:46 -05:00
jahorton
1c03dae60b Enacts predict/correct settings in embedded KMW 2019-07-25 11:52:37 +07:00
jahorton
a9af23f06a Establishes iOS correct/predict prefs storage 2019-07-25 10:34:22 +07:00
Randy Boring
c393616fce remove unreachable code, especially isUpdate class variable
pass false for update parameter when downloading a lexical model
2019-07-24 22:05:57 -04:00
Randy Boring
1750da8100 use Dictionary instead of Lexical Model for user strings 2019-07-24 11:39:52 -04:00
Randy Boring
4d21aa6cd4 proper info.log text, removed commented-out code 2019-07-24 11:14:58 -04:00
Randy Boring
641f3c271a show more of the lm name by removing boilerplate text in front of it 2019-07-23 12:37:38 -04:00
Randy Boring
1e85c4c6cc use dictionaray instead of lexical model for user strings
show the name of the model installed when there is only one
2019-07-23 12:33:33 -04:00
Randy Boring
7b92acc9df send the language to the controller showing the lexical models for this language 2019-07-23 11:50:31 -04:00
Randy Boring
42fb61cc3a document installed2API and make available to outside code 2019-07-23 11:46:10 -04:00
Randy Boring
777bbe3e1e merge and improve 2019-07-18 22:33:21 -05:00
Randy Boring
7c6eec266d Language Settings can now add a new keyboard via LanguageSpecificViewController, a subclass of LanguageViewController
LanguageViewController made more easily subclassable so languages variable doesn't have to be exposed
2019-07-16 15:07:54 -05:00
Randy Boring
a6f7cd3891 add Plus button to add a keyboard 2019-07-15 12:55:45 -05:00
Randy Boring
1929193634 finish adding keyboard and lexical model callbacks so the UI doesn't stay unusable 2019-07-08 22:50:47 -05:00
Randy Boring
fee3a6d9fc a couple javadoc comments 2019-07-01 01:42:12 -05:00