Joshua Horton
aa1df337b1
Merge pull request #1924 from keymanapp/ios-modelless-inapp-banner
...
[iOS] Fixes banner display misalignments.
2019-08-02 14:04:13 +07:00
jahorton
79e9aa1282
Fixes banner display misalignments.
2019-08-02 13:21:19 +07:00
Marc Durdin
e489fbd8fc
Merge pull request #1922 from keymanapp/ios-fix-build
...
[ios] Fix build issues around certificates, profiles and broken architecture settings
2019-08-02 15:36:22 +10:00
Marc Durdin
872b82671b
Use appropriate certificates and profiles for release
2019-08-02 14:28:55 +10:00
Marc Durdin
d7a976299a
Working build on Marc's machine
2019-08-02 11:36:29 +10:00
Joshua Horton
516b934da1
Merge pull request #1920 from keymanapp/ios-tablet-settings
...
[iOS] Settings menu tablet access
2019-08-01 11:26:20 +07:00
jahorton
8b3a1469b7
Adds settings option to tablet navbar.
2019-08-01 10:06:38 +07:00
Joshua Horton
01fc91dfcf
Merge pull request #1918 from keymanapp/lmlayer-history-notes
...
[LMLayer] Initial history, history.md CI check support
2019-08-01 08:18:25 +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
Eddie Antonio Santos
41bf239f24
Merge pull request #1897 from keymanapp/lmlayer-specify-punctuation
...
[LMLayer] Allow model authors to specify quotes for keep message, and what to insert after a word
2019-07-31 09:59:35 -06:00
Eddie Antonio Santos
fd5173c882
Typo
...
Co-Authored-By: Marc Durdin <marc@durdin.net>
2019-07-31 09:40:09 -06:00
jahorton
59327fab81
Moved LMLayer history notes to KMW's history.md.
2019-07-31 14:49:33 +07:00
Eddie Antonio Santos
27e63e16b1
Be explicit about the type of punctuation defaults.
2019-07-30 10:20:36 -06:00
Eddie Antonio Santos
6c72c2acb3
Default punctuation is no longer specified in compiler.
2019-07-30 10:16:40 -06:00
Eddie Antonio Santos
5513503dd2
Clean-up unused interfaces in lexical model compiler.
2019-07-30 10:12:37 -06:00
Eddie Antonio Santos
3017300f33
Factor out some interfaces required both by compiler and by worker to their own file.
2019-07-30 10:07:11 -06:00
Eddie Antonio Santos
13c5a4cdd5
Trie to appease IE...
2019-07-30 09:47:15 -06:00
Eddie Antonio Santos
35152a5439
Merge pull request #1914 from keymanapp/developer-add-build.sh
...
[Developer] Add build.sh to developer/js
2019-07-30 09:24:01 -06:00
Eddie Antonio Santos
fe0a99c6e4
Merge branch 'master' into lmlayer-specify-punctuation
2019-07-30 09:22:34 -06:00
Eddie Antonio Santos
65136a06e2
Add set -eu to prevent further mistakes in build.sh.
...
This change is has not been approved by the UK parliament :p
2019-07-30 09:21:37 -06:00
rfaramir
d4cbe51310
Merge pull request #1917 from keymanapp/ios-ui-capitalheadings
...
[ios] Capitalize the heading for Keyboards and Language settings
2019-07-30 09:18:18 -05:00
Marc Durdin
c59a37f402
Merge pull request #1907 from keymanapp/android-crash-on-javascript-when-not-ready
...
[Android] If the keyboard view is not ready, calling javascript functions will crash
2019-07-30 16:06:21 +10:00
jahorton
a98c5cd33a
Establishes verification for lmlayer's history.md
2019-07-30 10:36:45 +07:00
jahorton
9c7b8cca78
Fleshes out LMLayer history
2019-07-30 10:36:28 +07:00
Joshua Horton
12b686aa4b
Merge pull request #1902 from keymanapp/lmlayer-worker-interface-docs
...
[LMLayer] Documents the methods of WorkerInternalModel
2019-07-30 08:40:42 +07:00
Joshua Horton
d8cd238e36
Update common/predictive-text/worker/worker-interfaces.ts
...
Co-Authored-By: Eddie Antonio Santos <easantos@ualberta.ca>
2019-07-30 08:40:00 +07:00
Eddie Antonio Santos
d99337bf39
Add punctuation to trie model.
2019-07-29 16:06:43 -06:00
Eddie Antonio Santos
eb12da683b
Test that the trie model exposes punctuation.
2019-07-29 16:04:41 -06:00
Eddie Antonio Santos
31650eba49
Allow for optional punctuation to be passed into options.
2019-07-29 15:55:17 -06:00
Eddie Antonio Santos
32a8dcb0c2
Convert determinePunctuationFromModel() to a static method.
2019-07-29 15:44:23 -06:00
Eddie Antonio Santos
b20541ea8b
Allow for the partial specification of punctuation, with more robust defaults selector thing.
2019-07-29 15:40:08 -06:00
Eddie Antonio Santos
5e2528a78c
Extract method: determinePunctuationFromModel().
2019-07-29 15:29:36 -06:00
Randy Boring
861f089632
capitalize the heading for Keyboards and Language settings in LanguageSettingsViewController
2019-07-29 16:18:15 -05:00
Randy Boring
2bea622993
fix infinite loop caused by KeyboardPickerViewController being a subclass of itself!
...
tidied up public and override of some variables and functions
the switcher superclass now has an empty showAddKeyboard so Manager doesn't have to contort itself
2019-07-29 10:55:25 -05:00
Randy Boring
93d6ae930e
flip the class dependency between KeyboardPickerViewController and KeyboardSwitcherViewController.
...
KeyboardSwitcherViewController is now the superclass that only switches,
KeyboardPickerViewController is now the subclass that also can add new keyboards and view info which can delete them.
2019-07-29 10:27:21 -05:00
Eddie Antonio Santos
930f4b9eb7
Correct some comments.
2019-07-29 09:19:49 -06:00
Eddie Antonio Santos
37e1dc34cf
[Developer] Add build.sh to developer/js.
2019-07-29 09:17:39 -06:00
Marc Durdin
e3683f4ab8
Merge pull request #1905 from keymanapp/android-kitkat-requirement
...
[Android] Force KitKat as minimum supported version
2019-07-29 21:38:45 +10:00
Marc Durdin
7d65efcedc
[Android] Remove commented code
2019-07-29 20:03:28 +10:00
Marc Durdin
eebeb5e8e6
[Android] javascript after load for system as well as inapp
2019-07-29 19:55:35 +10:00
Marc Durdin
277d849383
[Android] Don't fire finished event until after onload event; guarantees JS is ready
2019-07-29 19:54:22 +10:00
Randy Boring
f4fea16f40
remove unused code, add comments
2019-07-29 03:30:13 -05:00
Marc Durdin
96ad12a0fe
[Android] Move the loaded flag before the start of the page load
2019-07-29 15:17:08 +10:00
Marc Durdin
897ae3fee2
[Android] If the keyboard view is not ready, calling javascript functions will crash
2019-07-29 15:13:09 +10:00
Randy Boring
8071733da0
Merge branch 'master' of https://github.com/keymanapp/keyman into ios-ui-anti-globalism
...
had to pull
2019-07-28 21:54:04 -05:00
jahorton
8f374d24fc
Missed including this edit.
2019-07-29 08:11:06 +07:00
jahorton
efbeafa78e
PR review polish, round 1
2019-07-29 05:57:14 +07:00
Marc Durdin
7794370eb7
beta build number
2019-07-29 08:17:39 +10:00
Marc Durdin
269229565e
history.md
2019-07-29 08:08:53 +10:00
Marc Durdin
81023b7932
[Android] Force KitKat as minimum supported version
2019-07-29 08:07:30 +10:00