Darcy Wong
d32607388b
chore(android): Move version string to bottom of page
...
* Also fix label size on larger devices
2020-09-14 09:54:08 +07:00
Darcy Wong
b2c4d0407a
fix(android/app): Pass keyboard to StepperAdapter
...
Pass keyboard so SelectLanguageFragment can display correct keyboard info
2020-09-08 15:09:38 +07:00
Darcy Wong
df7e3a0796
fix(android): Try to disable for SelectLanguageActivity
2020-09-08 14:08:43 +07:00
Darcy Wong
3f45186c94
fix(android): Disable "INSTALL" button if no languages selected
2020-09-08 10:16:02 +07:00
Darcy Wong
b76afe88ad
fix(android/app): Add landscape dimension
2020-09-08 10:11:35 +07:00
Darcy Wong
ea941720dc
fix(android/app): Modify Info Activity to use titlebar styling
2020-09-07 21:24:25 +07:00
Darcy Wong
345d952b05
Merge pull request #3550 from keymanapp/fix/android/anr
...
fix(android): Re-enable monitoring of Application Not Responding (ANR)
2020-09-02 16:17:41 +07:00
Darcy Wong
79abfced96
Merge pull request #3546 from keymanapp/fix/android/notifications
...
fix(android/engine): Remove notification after installing kbd package
2020-09-02 15:37:10 +07:00
Darcy Wong
18061ef19a
fix(android/app): Remove unused intent ACTION_GET_USERDATA
2020-09-02 13:29:32 +07:00
Darcy Wong
fa1fd68d3f
fix(android): Re-enable monitoring of Application Not Responding (ANR)
2020-09-02 11:20:27 +07:00
Darcy Wong
5954568e92
fix(android/engine): Set notifications to auto cancel
2020-09-01 14:32:30 +07:00
Darcy Wong
1b1d343e68
fix(android/engine): Remove notification after installing kbd package
2020-09-01 08:43:11 +07:00
Darcy Wong
6c5064b632
fix(android/engine): Fix package filename when downloading from cloud
2020-08-31 11:08:30 +07:00
Darcy Wong
4e7145f0f9
Merge pull request #3532 from keymanapp/fix/android/menu-overflow
...
fix(android/app): Fix overflow menu for hdpi devices
2020-08-28 13:27:33 +07:00
Darcy Wong
f604eaa06a
fix(android/app): Fix overflow menu for hdpi devices
2020-08-28 12:30:12 +07:00
Darcy Wong
4a963533c0
fix(android/app): Inject meta viewport tag for viewing help
...
Fixes #3522 by injecting a meta viewport tag if the help document in WebViewFragment doesn't contain it.
This replaces the 200% zoom.
2020-08-27 09:21:53 +07:00
Darcy Wong
970c2ca5f3
Merge pull request #3498 from keymanapp/feat/android/stepper
...
feat(android): Use Stepper for navigating package installation steps
2020-08-27 08:36:32 +07:00
Darcy Wong
add7edd25c
chore(android): Cleanup more strings
...
Per review comments:
* Include keyboard name in toast notification on keyboard install
* Remove label_complete and use "OK" button when complete
2020-08-26 15:06:10 +07:00
Darcy Wong
47fab2d3a2
fix(android/engine): Check asset package version before installing
...
Fixes #3500
When KMManager is copying asset kmp files, check if the asset package is a downgrade before installing it.
2020-08-26 14:13:02 +07:00
Darcy Wong
6d98103f75
fix(android): Update titlebar styling
...
Per review comments
* Use ellipsis to truncate long titles
* Use Keyman styling during installation, but keep green accent line for Settings
2020-08-25 13:26:10 +07:00
Darcy Wong
b5f7084d08
feat(android): Pass optional language tag to language picker
2020-08-25 07:42:32 +07:00
Darcy Wong
95c05ec9b8
fix(android): Use consistent styling for titlebar text
2020-08-24 16:32:06 +07:00
Darcy Wong
80fb43afda
fix(android): Fix crashes involving Keyboard Picker
...
This fixes the null-pointer-exceptions reported in Crashlytics
* [MapCompat](https://console.firebase.google.com/u/0/project/kmapro-ee779/crashlytics/app/android:com.tavultesoft.kmapro/issues/d1bbc6248a6cf73a4a2607646670a73b?time=last-seven-days&sessionId=5F43249600B0000169B855CBEB66027A_DNE_0_v2 )
* [KeyboardPickerActivity](https://console.firebase.google.com/u/0/project/kmapro-ee779/crashlytics/app/android:com.tavultesoft.kmapro/issues/f0e89e2ad194b4d55394461f07dbed92?time=last-seven-days&sessionId=5F42B17B01DB00011DEB0D57B0E2AF4E_DNE_0_v2 )
2020-08-24 13:34:55 +07:00
Darcy Wong
5ef7eab5f3
chore(android): Revert selectLanguageFragment - no longer needed
2020-08-24 10:33:10 +07:00
Darcy Wong
4c355aa002
chore(android): Revert some lines
2020-08-24 10:27:54 +07:00
Darcy Wong
542a4db3d5
chore(android): Tweak languages strings
2020-08-24 08:33:09 +07:00
Darcy Wong
90bdd1f260
fix(android): Add SelectLanguageActivity for SelectPackageActivity
2020-08-22 21:13:45 +07:00
Darcy Wong
617073cc71
feat(android): Start adjusting steps and buttons
2020-08-21 21:52:17 +07:00
Darcy Wong
92b9d1734b
feat(android): Incorporate Stepper for installing packages
2020-08-21 15:10:52 +07:00
Darcy Wong
79812e2e74
Merge pull request #3481 from keymanapp/feat/android/package-processor-keyboard-info
...
feat(android/app): Add language picker for keyboard package installation
2020-08-21 10:01:17 +07:00
Darcy Wong
d8123c5ea9
fix(android): Incorporate review suggestions
...
* Rename var `tempPath` to `isInstallingPackage`
* Tweak install dictionary title (and size of titlebar)
* Change "NEXT ->" button to "INSTALL ->" on language picker page
2020-08-21 08:43:38 +07:00
Darcy Wong
981a72ac6f
fix(android): Fix util to getting the tier on CI builds
...
The regex in KMManager.getTier() is incorrect for CI versions because of an extra `-`.
A local development version string `14.0.248-alpha-local` would correctly return Tier.ALPHA, but a CI build `14.0.248-alpha` would return Tier.STABLE
2020-08-19 09:02:37 +07:00
Darcy Wong
cf7f8a83b5
fix(android): Fix nav bar alignment so it's not covered
2020-08-18 15:24:41 +07:00
Darcy Wong
3d7c7f6bc0
feat(android): Allow user to select multiple languages
2020-08-18 13:58:10 +07:00
Darcy Wong
8f5d63a549
chore(android): More cleanup
2020-08-18 10:38:10 +07:00
Darcy Wong
fa46d03ed2
chore(android): Cleanup
2020-08-18 10:26:16 +07:00
Darcy Wong
64b723a565
fix(android): Use bottom nav bar
2020-08-18 10:17:02 +07:00
Darcy Wong
9578679970
fix(android): Using forward arrows for now
...
We'll want to use Material Design steppers for navigating through the kmp install.
In the meantime, this adds the "NEXT"/"INSTALL" button right of the title bar
2020-08-17 15:02:54 +07:00
Darcy Wong
bb45346c5d
fix(android): Adjust titlebar UI
2020-08-17 09:46:49 +07:00
Darcy Wong
cd1daf4c7e
feat(android): Use language lists for processing KMP
2020-08-17 07:51:00 +07:00
Darcy Wong
d34e568607
fix(android): UI changes for SelectLanguageActivity
...
* Sort by language name
* Show language picker when a keyboard package has 1 keyboard with multiple languages
* Don't display the BCP 47 language ID or right arrows
2020-08-17 07:50:45 +07:00
Darcy Wong
ef44b4268f
fix(android): Use CustomHelpLink
...
Use CustomHelpLink which will contain offline help
2020-08-14 08:02:52 +07:00
Darcy Wong
a368e1abc1
fix(android): UI changes
...
* Move button to below title bar
* Update title strings
* Use back button for "Cancel" action
* Use index for PackageProcesor utilities
2020-08-13 15:32:25 +07:00
Darcy Wong
69e0454009
feat(android/app): Add UX to pick language when installing keyboard pkg
2020-08-13 15:07:15 +07:00
Darcy Wong
c1913d7f04
Merge pull request #3471 from keymanapp/fix/android/remove-obsolete-api
...
fix(android): Update sentry plugin to remove obsolete API use
2020-08-10 06:22:20 +07:00
Darcy Wong
de21237ec8
fix(android): Update sentry plugin to remove obsolete API use
...
Fixes #3460
2020-08-07 13:07:46 +07:00
Darcy Wong
eab137950e
fix(android): Add CI script to publish to Play Store
...
This adds a CI script to publish specified APKs to the Play Store.
2020-08-07 09:28:48 +07:00
Darcy Wong
f75187d02b
fix(android): Update Gradle wrapper to 5.6.4
...
This updates the gradle-wrappers for KMEA, KMAPro, and FV app. Gradle version kept at 5.6.4
gradle files auto-generated with:
```
./gradlew wrapper --gradle-version 5.6.4
```
(And changing shebang to `#!/bin/bash`)
2020-08-07 08:51:01 +07:00
Darcy Wong
371bf27101
Merge pull request #3462 from keymanapp/fix/android/version-environment
...
fix(android/app): Fix environment portion of app version string
2020-08-06 11:45:53 +07:00
Darcy Wong
f7b17640f2
chore(android): Include XML comments for additional context
2020-08-06 11:25:25 +07:00