summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Collapse)Author
2023-06-05Android: Convert NVidiaShieldWorkaroundView to KotlinCharles Lombardo
2023-06-05Android: Convert TvMainActivity to KotlinCharles Lombardo
2023-06-05Android: Convert ThemeProvider to KotlinCharles Lombardo
2023-06-05Android: Convert MainView to KotlinCharles Lombardo
2023-06-05Android: Convert MainPresenter to KotlinCharles Lombardo
2023-06-05Android: Convert MainActivity to KotlinCharles Lombardo
2023-06-05Android: Convert CustomTitleView to KotlinCharles Lombardo
2023-06-05Android: Convert SettingsRowPresenter to KotlinCharles Lombardo
2023-06-05Android: Convert PlatformPagerAdapter to KotlinCharles Lombardo
2023-06-05Android: Convert InputOverlayPointer to KotlinCharles Lombardo
2023-06-05Android: Convert InputOverlayDrawableJoystick to KotlinCharles Lombardo
2023-06-05Android: Convert InputOverlayDrawableDpad to KotlinCharles Lombardo
2023-06-05Android: Convert InputOverlayDrawableButton to KotlinCharles Lombardo
2023-06-05Android: Convert InputOverlay to KotlinCharles Lombardo
2023-06-05Android: Convert AppLinkActivity to KotlinCharles Lombardo
2023-06-05Android: Convert CustomFilePickerActivity to KotlinCharles Lombardo
2023-06-05Android: Convert EmulationActivity to KotlinCharles Lombardo
2023-06-04Improved Skylanders Portal Window Navigationjnaidu360
Adds features to improve navigation of Skylanders portal menu, includes: -List of Skylanders and filters for searching -Improved buttons for faster loading options -Added default user folder for storing .sky files
2023-06-02Core: Assert that only the Host thread may call PauseAndLock().Admiral H. Curtiss
2023-06-01Android: Fix submenus for Wii Remote 2-4JosJuice
Accessing any of the submenus "Buttons", "Motion Simulation" or "Motion Input" for Wii Remotes 2-4 would actually lead to the corresponding submenu for Wii Remote 1.
2023-05-28Merge pull request #11835 from JosJuice/android-analytics-raceCharles Lombardo
Android: Don't show analytics dialog for destroyed activity
2023-05-28Android: Add Hashmap to IDCacheJoshua de Reeper
2023-05-28Android: Infinity Base UIJoshua de Reeper
Add a UI option for the Infinity Base within the Android Emulation Activity
2023-05-22Android: Don't show analytics dialog for destroyed activityJosJuice
Should fix one of the reported crashes on Google Play. The issue can happen if you leave the activity during directory initialization.
2023-05-15IOS/ES: Split ESDevice into ESCore and ESDevice.Admiral H. Curtiss
ESCore implements the core functionality that can also be used outside of emulation. ESDevice implements the IOS device and is only available during emulation.
2023-04-16Merge pull request #11742 from K0bin/document-provider-2Mai
Android: Document Provider improvements
2023-04-15Android: Fix various issues with the DocumentProviderRobin Kertels
Fixes copying & deleting folders and copy conflict handling.
2023-04-13Common/IniFile: Move interface into Common namespaceLioncash
Gets this out of the global namespace and into the Common namespace
2023-04-08Android: Give Debug and Benchmark builds unique namesRobin Kertels
on the launcher and for the DocumentsProvider
2023-03-29Merge pull request #11689 from K0bin/android-open-user-folderCharles Lombardo
Android: Make button in the settings open user folder
2023-03-26Android: Adjust user data text to match DocumentProviderRobin Kertels
2023-03-26JitInterface: Refactor to class, move to System.Admiral H. Curtiss
2023-03-24Android: Open DocumentProvider directly when tapping the File Manager buttonRobin Kertels
2023-03-22Android: Ignore input from invalid pointer identifierCharles Lombardo
2023-03-21Android: Fix long press action for leanback game cardsCharles Lombardo
2023-03-21Android: Remove deprecated use of launchWhenStarted/ResumedCharles Lombardo
2023-03-19Merge pull request #11662 from t895/kotlin-settingsJosJuice
Android: Convert Settings to Kotlin
2023-03-18Android: Translate C++ "w" to ParcelFileDescriptor "wt"JosJuice
Previously we were translating "w" to "w", which unlike in C++ doesn't truncate. See https://issuetracker.google.com/issues/180526528, and for reference, https://en.cppreference.com/w/cpp/io/c/fopen and https://en.cppreference.com/w/cpp/io/basic_filebuf/open. This issue was brought to my attention by the recently published issue CVE-2023-21036 in the screenshot editing tool on Pixel phones. I'm not aware of any code in Dolphin that actually uses "w" with an existing file on Android (when we ask the user for a location to save to using SAF, a new file is always created), but still, best to fix this.
2023-03-16Merge pull request #11659 from JosJuice/android-after-dirinit-runner-cleanupJosJuice
Android: Clean up AfterDirectoryInitializationRunner
2023-03-15Android: Upgrade Kotlin to 1.8.10Charles Lombardo
2023-03-15Android: Update gradle to 8.0Charles Lombardo
2023-03-15Android: Upgrade AGP to 7.4.2Charles Lombardo
2023-03-15Android: Upgrade dependenciesCharles Lombardo
Desugar JDK 2.0.0 -> 2.0.2 Androidx Appcompat 1.6.0 -> 1.6.1 Androidx Exif Interface 1.3.5 -> 1.3.6 Material Components 1.7.0 -> 1.8.0 Androidx recyclerview 1.2.1 -> 1.3.0 Androidx viewmodel ktx 2.5.1 -> 2.6.0 Androidx viewmodel 2.5.1 -> 2.6.0
2023-03-15Android: Remove unused benchmark flagsCharles Lombardo
2023-03-15Android: Update ndk version to 25.2.9519653Charles Lombardo
2023-03-15Android: Convert SettingsAdapter to KotlinCharles Lombardo
2023-03-15Android: Convert SettingsActivity to KotlinCharles Lombardo
2023-03-15Android: Convert SettingsFragment to KotlinCharles Lombardo
2023-03-15Android: Convert SettingsActivityPresenter to KotlinCharles Lombardo
2023-03-15Android: Convert SettingsFile to KotlinCharles Lombardo