| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-02-10 | Drop support for Android versions below 3.0 | Jules Aguillon | 1 | -4/+0 | |
| Android 3.0 (API level 11) was released in Feb 2011. These versions were already unsupported due to unavoidable calls to: - MotionEvent.getActionMasked() (API 8) And avoidable calls to: - SharedPreferences.Editor.putStringSet() (API 11) | |||||
| 2023-12-30 | Bring the voice IME chooser with a long press | Jules Aguillon | 1 | -0/+10 | |
| 2023-12-30 | Voice IME chooser popup | Jules Aguillon | 1 | -0/+143 | |
| Bring a popup for choosing the voice IME when the voice key is pressed for the first time or the list of voice IMEs installed on the device change. A preference stores the last selected IME and the last seen list of IMEs. | |||||
