summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java
AgeCommit message (Expand)Author
2023-03-14Android: Clean up outdated comment in AfterDirectoryInitializationRunnerJosJuice
2023-03-14Merge pull request #11641 from JosJuice/android-remove-old-configMai
2023-03-14Merge pull request #11651 from JosJuice/android-profile-off-by-onePierre Bourdon
2023-03-13Android: Fix per-game profile setting off-by-oneJosJuice
2023-03-11Merge pull request #11524 from K0bin/document-providerJosJuice
2023-03-11Android: Remove SettingsActivityView parameters from SettingsJosJuice
2023-03-11Android: Rework the "global" settings functionsJosJuice
2023-03-11Android: Don't require Settings object for reading a settingJosJuice
2023-03-11Android: Remove support for the old config systemJosJuice
2023-03-11Migrate game INI profile setting to new config systemJosJuice
2023-03-11Merge pull request #11385 from JosJuice/android-input-overhaulJosJuice
2023-03-08Android: Implement DocumentProviderRobin Kertels
2023-03-08Android: Only show divider in settings for headersRobin Kertels
2023-03-07Android: Use coroutine for system updatesCharles Lombardo
2023-03-07Android: Switch to indeterminate progress bar on system update cancelCharles Lombardo
2023-03-07Android: Remove hardcoded strings from system update dialogsCharles Lombardo
2023-03-07Android: Remove orientation lock on system update dialogCharles Lombardo
2023-03-07Android: Convert OnlineUpdateRegionSelectDialogFragment to KotlinCharles Lombardo
2023-03-07Android: Convert SystemMenuNotInstalledDialogFragment to KotlinCharles Lombardo
2023-03-07Android: Convert SystemUpdateResultFragment to KotlinCharles Lombardo
2023-03-07Android: Convert WiiUtils to KotlinCharles Lombardo
2023-03-07Android: Convert SystemUpdateViewModel to KotlinCharles Lombardo
2023-03-07Android: Convert SystemUpdateProgressBarDialogFragment to KotlinCharles Lombardo
2023-03-07Android: Disable input device sensor input due to crashJosJuice
2023-03-07Android: Add "more settings" button to overlay control setting dialogJosJuice
2023-03-07Android: Change how the overlay controller setting works, part 2JosJuice
2023-03-07Android: Change how the overlay controller setting worksJosJuice
2023-03-07Android: Remove the in-emulation IR sensitivity optionsJosJuice
2023-03-07Android: Remove the in-emulation motion control optionsJosJuice
2023-03-07Android: Allow changing controller settings during emulationJosJuice
2023-03-07Android: Add the advanced input mapping dialogJosJuice
2023-03-03Android: Add selecting input profile per gameJosJuice
2023-03-03Android: Add input profile managementJosJuice
2023-03-03Android: Show warning when using old pre-defined controller INIsJosJuice
2023-03-03Android: Add Default and Clear actions for controllersJosJuice
2023-03-03Android: Prevent showing mapping dialog with no device selectedJosJuice
2023-03-03Android: Add "Create mappings for other devices"JosJuice
2023-03-03Android: Add input device selectionJosJuice
2023-03-03Android: Implement enabling/disabling control groupsJosJuice
2023-03-03Android: Move Sideways Wii Remote setting one submenu upJosJuice
2023-03-03Android: Split Wii Remote settings into submenusJosJuice
2023-03-03Android: Add extension selectionJosJuice
2023-03-03Android: Add NumericSetting supportJosJuice
2023-03-03Android: Add new input mapping implementationJosJuice
2023-03-03Android: Remove old input mapping implementationJosJuice
2023-03-03Android: Remove copyAsset's overwrite parameterJosJuice
2023-03-03Android: Stop extracting pre-defined controller INIsJosJuice
2023-03-03ControllerInterface/Android: Implement rumbleJosJuice
2023-03-03ControllerInterface/Android: Automatically suspend sensorsJosJuice
2023-03-03ControllerInterface/Android: Implement sensor input for InputDevicesJosJuice