summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Collapse)Author
2023-08-25Android: Convert CoreDevice to KotlinCharles Lombardo
2023-08-25Android: Convert EmulatedController to KotlinCharles Lombardo
2023-08-25Android: Convert ControlReference to KotlinCharles Lombardo
2023-08-25Android: Convert ControlGroup to KotlinCharles Lombardo
2023-08-25Android: Convert Control to KotlinCharles Lombardo
2023-08-25Android: Convert ControlGroupEnabledSetting to KotlinCharles Lombardo
2023-08-15Android: Move DirectoryInitialization toast to UI threadJosJuice
You're not allowed to just show toasts on any thread you want.
2023-07-28Android: Fix SettingsActivity.onActivityResultJosJuice
`or` is the bitwise or operator. Fixes file pickers in the settings not saving your choice.
2023-07-21Add Enable WiiLink checkbox to Android GUISketchMaster2001
2023-06-28Merge pull request #11989 from JosJuice/android-title-on-shutdownCharles Lombardo
Android: Handle game shutdown in onTitleChanged
2023-06-26Merge pull request #11929 from t895/gradle-updatesJosJuice
Android: Gradle updates
2023-06-25Merge pull request #11952 from K0bin/no-per-game-driverJosJuice
Android: Remove GPU driver from per-game settings
2023-06-23Android: Handle game shutdown in onTitleChangedJosJuice
2023-06-23Android: Remove GPU driver from per-game settingsRobin Kertels
2023-06-21Android: Declare host thread when generating analytics IDJosJuice
Another instance of the host thread check failing.
2023-06-20Merge pull request #11964 from JosJuice/android-hide-infinityCharles Lombardo
Android: Hide Infinity Base in MenuFragment when not relevant
2023-06-19Merge pull request #11935 from nitanmarcel/patch-1JosJuice
Use getCacheDir if getExternalCacheDir returns null.
2023-06-19Merge pull request #11926 from JosJuice/android-host-checkJosJuice
Android: Re-add host thread check
2023-06-17Android: Hide Infinity Base in MenuFragment when not relevantJosJuice
2023-06-13Use getCacheDir if getExternalCacheDir returns null.Marcel Alexandru Nitan
2023-06-13Android: Fix overlay d-pad not working until finger movesJosJuice
A switch case fallthrough was overlooked when translating from Java to Kotlin.
2023-06-13Android: Fix pressing up on overlay d-padJosJuice
2023-06-12Android: Add HostThreadLock where necessaryJosJuice
2023-06-12Android: And Lock and Unlock wrappers to HostThreadLockJosJuice
This way we can ensure DeclareAsHostThread and UndeclareAsHostThread are called when locking and unlocking.
2023-06-12Android: Move host thread lock to a separate fileJosJuice
2023-06-11Android: Target Java 17Charles Lombardo
2023-06-11Android: Update Kotlin to 1.8.21Charles Lombardo
Additionally updates the serialization plugin to match
2023-06-11Android: Update dependenciesCharles Lombardo
2023-06-11Android: Upgrade to AGP 8.0.2Charles Lombardo
2023-06-11Android: Fix use of deprecated JVM flagCharles Lombardo
2023-06-11Merge pull request #11928 from K0bin/adrenotools-release-build-fixCharles Lombardo
Android: Fix Adrenotools in release builds
2023-06-11Merge pull request #11927 from JosJuice/android-custom-file-extension-localeCharles Lombardo
Android: Check file name extensions locale-independently
2023-06-11Android: Fix Adrenotools in release buildsRobin Kertels
2023-06-11Merge pull request #11867 from K0bin/adrenotoolsJMC47
Implement loading custom drivers on Android
2023-06-11Android: Check file name extensions locale-independentlyJosJuice
A very minor bug that became more obvious when this code was translated to Kotlin.
2023-06-11Android: Implement a UI for AdrenotoolsRobin Kertels
2023-06-11VideoBackends:Vulkan: Allow loading custom drivers on AndroidRobin Kertels
... using libadrenotools
2023-06-11Android: Convert SaveLoadStateFragment to KotlinCharles Lombardo
2023-06-11Android: Convert MenuFragment to KotlinCharles Lombardo
2023-06-11Android: Convert EmulationFragment to KotlinCharles Lombardo
2023-06-11Android: Convert CustomFilePickerFragment to KotlinCharles Lombardo
2023-06-06Merge pull request #11694 from jnaidu360/skylanders-portal-windowAdmiral H. Curtiss
Skylanders Portal Menu Navigational Improvements
2023-06-06android: Fix compilation error from Kotlin changesCharles Lombardo
Since the ThemeProvider interface changed `fun getThemeId()` to `var themeId`, I had to adjust how it was used in the EmulationActivity. Similar case for `fun getConfiguredControllerType()`.
2023-06-06Merge pull request #11873 from AdmiralCurtiss/pause-and-lock-hostJosJuice
Core: Assert that only the Host thread may call PauseAndLock().
2023-06-06Merge pull request #11892 from t895/kotlin-adaptersJosJuice
Android: Convert "adapters" package to Kotlin
2023-06-06Merge pull request #11884 from t895/kotlin-overlayJosJuice
Android: Convert InputOverlay to Kotlin
2023-06-06Merge pull request #11886 from t895/kotlin-uiJosJuice
Android: Convert "ui" package to Kotlin
2023-06-05Android: Convert PlatformGamesView to KotlinCharles Lombardo
2023-06-05Android: Convert PlatformGamesFragment to KotlinCharles Lombardo
2023-06-05Android: Convert Platform to KotlinCharles Lombardo