mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
A mirror for futokb (https://gitlab.futo.org/keyboard)
bdf7d6f56d
This is a follow up CL to my previous CL [1], which enabled us to test
Direct-Reply with EditTextVariations.
What this CL does are:
* Specyfing min_sdk_version to avoid INSTALL_FAILED_OLDER_SDK error
when installing on older devices.
* Avoiding NoSuchMethodError on pre-O devices where
Notification.Builder does not have a constructor that takes
notification channel.
* Fixing a race condition where notification can be sent before
notification channel is created.
[1]: Iafffcc7d138b0f502116a5e557f0c3f17e9d0b73
|
||
---|---|---|
common | ||
dictionaries | ||
gradle/wrapper | ||
java | ||
native | ||
tests | ||
tools | ||
.gitignore | ||
Android.bp | ||
build.gradle | ||
CleanSpec.mk | ||
gradlew | ||
gradlew.bat | ||
MODULE_LICENSE_APACHE2 | ||
NOTICE | ||
OWNERS |