Commit graph

583 commits

Author SHA1 Message Date
Darcy Wong
028d247110 Start refactoring help links 2019-09-05 16:23:58 +07:00
Darcy Wong
6c4a610071 Add FileProviderUtils to determine if app includes FileProvider 2019-09-04 16:20:16 +07:00
Darcy Wong
a36207ed79 Revert FileProvider to Keyman app
Starts to address #2039

Move FileProvider back to Keyman manifest and revert authority.

Added Toast notification if 3rd party app doesn't define FileProvider. (info pages fail to properly load)
2019-09-04 11:13:27 +07:00
Darcy Wong
513892d7ba Update history.md 2019-08-30 14:25:56 +07:00
Darcy Wong
d0da0838c0 Propagate custom help link to Model Info page 2019-08-30 11:07:03 +07:00
Darcy Wong
45283aa861 Fix keyboard settings menu and model info menu
* Make the entries consistent
* Move FileProvider to KMEA to launch help files
2019-08-30 07:52:04 +07:00
Darcy Wong
275bb5f486 Update history.md 2019-08-30 06:31:47 +07:00
Darcy Wong
3964ea1703 Disable the advanced view 2019-08-28 13:38:23 +07:00
Darcy Wong
19e0d4b138 Default to displaying advanced settings in file browser 2019-08-28 10:58:40 +07:00
Darcy Wong
734b656211 Clean up Main Activity (part 2)
Added wrong file in previous commit
2019-08-28 10:26:37 +07:00
Darcy Wong
118f491e13 Clean up MainActivity 2019-08-28 10:13:04 +07:00
Darcy Wong
d6bdcdd545 Start moving menu option to Settings Activity 2019-08-28 09:31:05 +07:00
Darcy Wong
e1399901b8 Merge remote-tracking branch 'origin/beta' into android-file-browser 2019-08-27 13:01:32 +07:00
Darcy Wong
ca8780b4d8 Update history.md 2019-08-27 12:44:52 +07:00
Darcy Wong
9a81ec2c28 Fix icons for hdpi and xhdpi densities
Fix ic_light_action_info icon dimensions to match other menu icons
2019-08-27 08:53:25 +07:00
Darcy Wong
bd5b989cf3 Use ic_info_outline icons for menu 2019-08-26 17:10:33 +07:00
Darcy Wong
0bc2470535 Use Storage Access Framework to browse for local .kmp files
Addresses: #629

Add menu option for user to launch a system file browser to navigate to local .kmp files.

Reference: 
http://www.androiddocs.com/guide/topics/providers/document-provider.html
2019-08-23 10:22:07 +07:00
Darcy Wong
94cc0fdd68 Update history.md 2019-08-22 14:20:46 +07:00
Darcy Wong
8a7d29639a Disable version and copyright text from flashing on splash screen
Addresses #1964
2019-08-22 14:15:20 +07:00
jahorton
f1ce24111d Moves system IME settings check to isolated class 2019-08-07 09:20:20 +07:00
jahorton
8d883b6e98 Incorporates most PR review concerns. 2019-08-07 08:58:30 +07:00
jahorton
a7320a6684 Merge branch 'beta' into android-checklist-issues 2019-08-07 08:47:21 +07:00
jahorton
c8d9430228 Fixes tablet suggestion text alignment issue 2019-08-06 16:17:03 +07:00
jahorton
8d26fd26b9 Integrates system IME adjustments in Settings UI 2019-08-06 15:51:15 +07:00
jahorton
f95ef1dee4 Fixes Language(s) Settings back button behavior 2019-08-06 12:04:14 +07:00
jahorton
56357ec0ea "Show Get Started" text now touchable. 2019-08-06 10:12:04 +07:00
Marc Durdin
9e6ebc93a9 Remove dates from alpha notes 2019-08-05 09:18:36 +10:00
Marc Durdin
b2b2622a06 Update history.md for beta 12.0/alpha 13.0 2019-08-05 09:18:35 +10: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
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
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
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
Joshua Horton
1576c1a124
Merge pull request #1881 from keymanapp/android-new-suggestions-quarantine
[Android] Comments out hooks for rotation suggestion.
2019-07-26 05:29:19 +07:00
Joshua Horton
307436e7c2
Merge pull request #1878 from keymanapp/android-settings-language-count
[Android] Corrects 'installed language' count.
2019-07-22 11:34:46 +07:00
jahorton
18201f3787 Comments out hooks for rotation suggestion. 2019-07-22 09:36:19 +07:00
jahorton
9ab99ccff0 'Model' -> 'Dictionary' in Android UI 2019-07-22 09:20:03 +07:00
jahorton
7647c8703d Corrects Android's 'installed language' count. 2019-07-22 08:44:40 +07:00
jahorton
6f6476ac59 Minor retool of 'Show Banner' preference. 2019-07-05 12:00:59 +07:00
jahorton
c86da5f237 Modeling settings can now apply immediately. 2019-07-05 11:46:20 +07:00
jahorton
5c34ea9fd1 Initial implementation of per-language prefs 2019-07-05 11:46:20 +07:00
jahorton
3ba576ecdd Further tweaks to help link; disables arrow when not available. 2019-07-02 12:11:30 +07:00
jahorton
612139b77f Patches up interactivity of model info. 2019-07-01 08:39:09 +07:00
Joshua Horton
ba8254fc6e
Merge pull request #1825 from keymanapp/android-resource-adapters
[Android] Infrastructure for reflexive/responsive settings UI
2019-06-29 08:36:46 +07:00
Darcy Wong
31d032b2ad Fix version number in history.md 2019-06-27 11:58:17 -05:00
Darcy Wong
0ed855def3 Cherrypick #1709 2019-06-27 11:39:50 -05:00