Commit graph

5118 commits

Author SHA1 Message Date
jahorton
bdc4b98b3d Fullscreens some Settings views. 2019-06-26 11:54:55 +07:00
jahorton
f2758f9e70 Merge branch 'android-resource-adapters' into android-settings-ui-rework 2019-06-25 13:01:22 +07:00
jahorton
e6bb8d018f Merge branch 'master' into android-resource-adapters 2019-06-25 13:00:51 +07:00
jahorton
f71aea1c59 Polish + addresses PR review. 2019-06-24 08:57:36 +07:00
Marc Durdin
b01ccdd3d3
Merge pull request #1833 from keymanapp/windows-build-locale-to-bin
[Windows] Ensure locale files are copied to bin folder during build
2019-06-21 06:49:57 +10:00
Eddie Antonio Santos
aee00874cd
Merge pull request #1837 from keymanapp/web-update-trie
[LMLayer][Web] Automatically copy trie from common/predictive-text to web/ in web UI build.
2019-06-20 09:22:32 -06:00
jahorton
89e1f53a2b Ugly hack to avoid large-ish last-minute refactor. 2019-06-20 08:43:45 +07:00
Eddie Antonio Santos
b7b420da2e
Move model copying to LMLayer chunk of code. 2019-06-19 09:31:57 -06:00
jahorton
bbf36c272d Fixes the KeyboardPickerAdapter. 2019-06-19 13:33:29 +07:00
jahorton
d481432fe0 Removes the now-defunct KMListAdapter. 2019-06-19 10:53:08 +07:00
jahorton
2168eb5ad8 A round of polish for good measure. 2019-06-19 10:44:51 +07:00
jahorton
194f7ce07d Settings menu update on new installations 2019-06-19 10:15:53 +07:00
jahorton
758f56e509 UI update bug fixed - bad notify from async thread 2019-06-19 10:05:44 +07:00
jahorton
fd3336adb6 Minor tweak to last commit. 2019-06-19 09:47:20 +07:00
jahorton
873d87b629 Retools the LanguagesSettingsActivity. 2019-06-19 09:00:12 +07:00
Eddie Antonio Santos
39e55e752c
Make sure build fails if the copy fails. 2019-06-18 13:35:22 -06:00
Eddie Antonio Santos
4aee81cb95
Automatically copy trie from common/predictive-text to web/ in web UI build. 2019-06-17 09:45:19 -06:00
jahorton
717d120382 Cleans out now-legacy code after last commit 2019-06-17 13:20:04 +07:00
jahorton
7b3a9d4f33 Reworks LanguageListActivity to use new structures 2019-06-17 13:02:30 +07:00
jahorton
2e107825a8 Language settings screen refinement 2019-06-17 11:53:34 +07:00
Darcy Wong
a68a08a37d
Merge pull request #1834 from keymanapp/common-unicode-12-cherrypick
[Common] Update to Unicode 12.0
2019-06-17 10:46:08 +07:00
Darcy Wong
82ede629f8 Update to Unicode 12.0
* Update to Unicode 12.0 characters from ftp://ftp.unicode.org/Public/12.0.0/ucd
* Remove unused Unihan.txt
2019-06-16 21:28:54 -05:00
Marc Durdin
fbbd3c4057 [Windows] Ensure locale files are copied to bin folder during build 2019-06-17 10:10:24 +10:00
Eddie Antonio Santos
75155306f4
Merge pull request #1830 from keymanapp/lmlayer-trie-sum-weights
[LMLayer] Extract sum weights from trie to model compiler.
2019-06-16 14:26:10 -06:00
jahorton
4ce013f4d5 Language Settings now uses local-storage Dataset 2019-06-14 08:52:06 +07:00
jahorton
e5a4ec7485 Language-specific keyboard downloader wired up! 2019-06-14 08:30:54 +07:00
rfaramir
b54fdddaa0
Merge pull request #1814 from keymanapp/mac-kbdl-error2
[Mac] keyboard download page error
2019-06-13 19:23:05 -05:00
Eddie Antonio Santos
9eca54b8bd
Haha, nevermind, that might crash on an empty array :( 2019-06-13 09:19:51 -06:00
Eddie Antonio Santos
6270b110b4
Remove unnecessary optional argument to reduce. 2019-06-13 09:15:06 -06:00
Eddie Antonio Santos
33201b2e25
Remove over-specified types for lambdas. 2019-06-13 09:11:42 -06:00
Eddie Antonio Santos
6b51abf67b
Remove now unnecessary @ts-ignore. 2019-06-13 09:09:32 -06:00
jahorton
fcf1a523f2 Reworks KeyboardListActivity with new setup 2019-06-13 10:33:57 +07:00
Eddie Antonio Santos
c938767da7
Fix in-browser test. 2019-06-12 15:26:52 -06:00
Eddie Antonio Santos
41375e4731
Extract sum weights from trie to model compiler. 2019-06-12 15:06:13 -06:00
jahorton
f28147ffb0 Corrected lexical model query + caching 2019-06-12 16:08:05 +07:00
jahorton
9629739c84 Infrastructure to handle repo item caching 2019-06-12 13:52:02 +07:00
Marc Durdin
ab758e3709
Merge pull request #1826 from keymanapp/windows-xsl-meta-tweak
[Windows] Add meta x-ua-compatible to all remaining XSL templates
2019-06-12 11:11:10 +10:00
Marc Durdin
af11d39bf3 [Windows] Add meta x-ua-compatible to all remaining XSL templates to avoid conflicts with system config of IE 2019-06-12 09:28:32 +10:00
jahorton
b22520ecc4 Connects ModelPickerActivity and CloudRepository 2019-06-11 12:28:32 +07:00
jahorton
690ba23a8d Minor cleanup before proceeding. 2019-06-11 12:17:38 +07:00
jahorton
97c5526fb9 Roots out bad entangled adapter setup. 2019-06-11 10:27:38 +07:00
jahorton
2ebd3dbaa2 Partially addressing performance issues 2019-06-11 09:47:49 +07:00
Marc Durdin
2738e40879
Merge pull request #1813 from keymanapp/windows-crash-on-exit-of-sumatrapdf-1723
[Windows] Keyman32/keyman64 should detach without cleanup on process termination
2019-06-11 09:18:28 +10:00
jahorton
2843672e07 Rework of AdapterFilter, but no optimization yet 2019-06-10 13:13:14 +07:00
jahorton
45f81a15ef Initial use of keyboards in CloudRepository obj 2019-06-10 13:12:59 +07:00
Eddie Antonio Santos
a8dfaaa5aa
Merge pull request #1817 from keymanapp/lmlayer-string-normalize
[LMLayer] Partial workaround for lack of  String.prototype.normalize() support.
2019-06-07 08:53:19 -06:00
jahorton
9b69b09790 Lexical model checkbox management 2019-06-07 13:47:22 +07:00
jahorton
6131932399 Tweaks image resource management. 2019-06-07 13:22:18 +07:00
jahorton
8e600e2270 Fixes bugs + refines Lexical settings menu 2019-06-07 12:51:20 +07:00
Randy Boring
d1b96a831b added notes explaining how versions are managed 2019-06-06 23:00:20 -05:00