Leonardo Ledda
593c9f3836
Android: Switch to Theme.Material3.DynamicColors
...
* This fixes some UI elements (3-dot menu background, status bar when scrolling down in settings) not following Material You colors.
* It doesn't cause any issues on Android versions without dynamic colors (tested on Android 9, 11, 16)
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com >
2026-01-01 14:11:37 +01:00
JMC47 and GitHub
8aabaf8b63
Merge pull request #14155 from Simonx22/android/remove-completable-future
...
Android: Remove CompletableFuture
2025-12-22 13:34:58 -05:00
JMC47 and GitHub
289814d0a8
Merge pull request #14144 from Simonx22/android/log-kotlin
...
Android: Convert Log to Kotlin
2025-12-22 13:32:08 -05:00
JMC47 and GitHub
f565c5450f
Merge pull request #14141 from Simonx22/android/controllerinterface-handlerthread
...
Android: Use Android's HandlerThread in ControllerInterface instead of our own implementation
2025-12-22 13:30:47 -05:00
JosJuice and GitHub
fa2a9e72f9
Merge pull request #14159 from JosJuice/android-retroachievements-login-gone
...
Android: Tweak dialog_login.xml layout
2025-11-25 20:52:29 +01:00
JosJuice
79d74a3df1
Android: Add LeaderboardTrackerEnabled and ChallengeIndicatorsEnabled
...
This is an Android port of 7ed61c50a1 . It looks like we don't have
descriptions for any of the RetroAchievements settings in the Android
GUI, so I haven't added descriptions for these two new settings either.
2025-11-23 11:17:16 +01:00
JosJuice
604e7fe833
Android: Use same margin above login text as below
...
This makes the login dialog look more balanced when "Logging In" or
"Login Failed" is visible.
2025-11-23 11:05:02 +01:00
JosJuice
738dcf86a6
Android: Remove unnecessary gravity in dialog_login.xml
...
Android Studio was complaining about these because their directions
didn't match the text alignment, but in this layout they have no effect
anyway.
2025-11-23 11:05:02 +01:00
JosJuice
9ec9b7d6f7
Android: Replace dialog_login.xml's invisible with gone
...
LoginDialog sets these to gone when a login starts or fails. Whether we
use gone or invisible needs to be consistent between LoginDialog and the
XML file, otherwise we'll blank space that shows up or disappears when
login starts or fails.
2025-11-23 11:03:09 +01:00
Simonx22
e78ece126e
Android: Format MainPresenter
2025-11-22 11:11:50 -05:00
Simonx22
01d2d0eea1
Android: Format ControllerInterface
2025-11-22 11:06:15 -05:00
JosJuice and GitHub
f4f7424a9f
Merge pull request #13583 from LillyJadeKatrin/retroachievements-android
...
Android Support for RetroAchievements
2025-11-22 17:00:03 +01:00
Simonx22
dd5f831262
Android: Remove CompletableFuture
...
We only use this class in one in one single function since its introduction with 12aa1071cb in 2021. If we do need it elsewhere we can always bring it back.
2025-11-21 21:47:09 -05:00
Simonx22
9f6400332f
Android: Convert Log to Kotlin
2025-11-19 16:53:10 -05:00
Jordan Woyak and GitHub
2d7ebe46e3
Merge pull request #14111 from Simonx22/android/native-library-kotlin
...
Android: Convert NativeLibrary to Kotlin
2025-11-19 15:27:41 -06:00
LillyJadeKatrin
ddced1a070
RetroAchievements - Android login callback
...
Modify the RetroAchievements login code in Android to pass in a callback, pop a message if login fails, close the login box if it succeeds.
2025-11-18 20:40:15 -05:00
Simonx22
00959738fe
Android: Use Android's HandlerThread in ControllerInterface instead of our own implementation
2025-11-18 16:10:57 -05:00
Jordan Woyak and GitHub
bd07d9dfd3
Merge pull request #14136 from Simonx22/android/compress-callback-kotlin
...
Android: Convert CompressCallback to Kotlin
2025-11-18 14:15:12 -06:00
Simonx22 and OatmealDome
d83c7c1a70
Android: Update Kotlin serialization plugin
...
I forgot to update this, which broke installing GPU drivers
Co-Authored-By: OatmealDome <OatmealDome@users.noreply.github.com >
2025-11-17 23:56:39 -05:00
Simonx22
0f7ee5b40f
Android: Convert CompressCallback to Kotlin
2025-11-17 22:44:50 -05:00
Jordan Woyak and GitHub
27f5c91624
Merge pull request #14131 from Simonx22/android/stereo-float-settings
...
Android: Convert stereo settings to floats
2025-11-17 15:45:24 -06:00
Simonx22
123b242e9b
Android: Convert BooleanSupplier to Kotlin
2025-11-17 15:31:30 -05:00
Simonx22
a3e7a47ded
Android: Convert stereo settings to floats to match C++ definitions
...
These settings were recently changed with 113c86f1b4 to be floats instead of ints.
This commit also changes the Android UI to use the direct convergence value instead of the percentage to match the Qt UI.
2025-11-17 15:01:00 -05:00
JosJuice and GitHub
0d22dc0392
Merge pull request #14106 from Simonx22/android/dependency-updates-11102544758
...
Android: Update dependencies
2025-11-17 20:29:21 +01:00
JosJuice and GitHub
f966c55e0c
Merge pull request #14097 from Simonx22/android/network-helper-kotlin
...
Android: Convert NetworkHelper to Kotlin
2025-11-17 20:28:20 +01:00