1
0
Fork 0
Commit Graph

17 Commits

Author SHA1 Message Date
Eoin Mcloughlin 9e408fd5fb Update target SDK version; requirement to upload to Google Play. 2023-05-06 13:21:50 +01:00
Eoin Mcloughlin 69c0ab2cf6 Bump version to 4.5 2023-05-06 13:03:48 +01:00
Eoin Mcloughlin 9d951e6ee6 Tested with SDK version 21.
Some things like EditText.hint don't work, but basic app functionality seems to be fine.
2023-05-06 12:55:03 +01:00
Davide Panaroni ba89585b5e Make the app run on Android 5 (API 22)
This requires a deprecated `AudioTrack` constructor, but devices with
API 23 or above should not see any changes. The `minSdkVersion` could
probably go to 21, but I can't test it.
2023-01-20 13:35:10 +01:00
Eoin Mcloughlin 054cdd2580 Bump build version for upload to Play store 2022-08-28 19:23:10 +01:00
Eoin Mcloughlin d6cfc78298 Prepare for version bump to 44 2022-08-28 16:41:58 +01:00
Eoin Mcloughlin 6cbfc379e7 Bump version 2022-04-30 14:42:10 +01:00
Eoin Mcloughlin f149ad805a Fix bug where bluetooth keyboards don't work in sounder. Fixes #6 2022-04-17 11:59:28 +01:00
Eoin Mcloughlin 94218f6705 Bump version to 4.1, add changelogs for F-Droid 2022-02-24 22:21:44 +00:00
Eoin Mcloughlin 53fb418975 Bump version to 4.0
Added correction feedback after a lesson
Improved icons and visual style
Tweak audio generation to avoid popping
Fix bug where "sounder" keyboard did not always appear
2022-01-23 15:44:13 +00:00
Eoin Mcloughlin 14c3983038 Improved visual styling on main activity
Replace buttons with combination text and icons
2022-01-23 15:44:13 +00:00
Eoin Mcloughlin ba9cde8c10 Bump version 2020-06-20 10:06:31 +01:00
Eoin Mcloughlin 3a8d18fb34 Changes required for PlayStore upload 2020-06-13 17:09:49 +01:00
Eoin Mcloughlin 84cc9f5516 Rename com.example to es.eoinrul.es.
Brings in some questionable auto-formatting by Android Studio
2020-05-15 18:42:40 +01:00
Eoin Mcloughlin b8602d4677 Activity for level selection; has some unnecessary classes for fragments 2020-05-14 21:41:01 +01:00
Eoin Mcloughlin cf89b9b4f3 Start on preferences screen 2020-05-13 20:04:18 +01:00
Eoin Mcloughlin 632fd007e7 Basic app layout, with a sounder mode 2020-05-13 18:18:37 +01:00