aboutsummaryrefslogtreecommitdiff
path: root/src/android
AgeCommit message (Collapse)Author
2023-06-12android: settings: Disable force_max_clock by default.bunnei
2023-06-12android: settings: Add reactive flushing as a default-disabled setting.bunnei
2023-06-12android: res: Remove translated strings that no longer exist.bunnei
2023-06-12Merge pull request #10743 from FearlessTobi/translationsbunnei
android: Add translation files manually
2023-06-12Merge pull request #10705 from german77/updatesbunnei
android: Add update and DLC support
2023-06-13android: Add translation files manuallyFearlessTobi
2023-06-12Merge pull request #10728 from t895/game-hashbunnei
android: Use autogenerated hash code function for Game class
2023-06-11android: Add update supportNarr the Reg
2023-06-11android: Use autogenerated hash code function for Game classCharles Lombardo
2023-06-11android: Use autoVersion when gradle property is setCharles Lombardo
2023-06-11Merge pull request #10713 from t895/gradle-updatesbunnei
android: Gradle updates
2023-06-11android: Update dependenciesCharles Lombardo
2023-06-11android: Differentiate build types with new namesCharles Lombardo
Change the applicationIdSuffix and app launcher title based on build type
2023-06-11Android: Remove unused relWithVersionCode build typeCharles Lombardo
2023-06-11android: Use ContentResolver to get file extensionCharles Lombardo
Fixes an issue where we try to resolve file extension from URIs. Sometimes the URI will not contain the file name at all and instead a string of numbers. Here we query the content resolver and guarantee that we get a file name every time.
2023-06-10android: Fix screen orientation & blurriness.bunnei
2023-06-09Merge pull request #10691 from t895/nro-checkbunnei
android: Add proper homebrew check
2023-06-09android: Add proper homebrew checkCharles Lombardo
2023-06-09android: Fix input overlay version checkCharles Lombardo
2023-06-08android: EmulationActivity: Fix orientation on Mi Pad 5.bunnei
2023-06-07Merge pull request #10650 from qurious-pixel/android_tvbunnei
Android TV banner
2023-06-07remove version code declarationqurious-pixel
2023-06-06Android TV bannerLive session user
2023-06-06android: Set version codeNarr the Reg
2023-06-06android: Improve Gradle build configurationAbandoned Cart
2023-06-05Merge pull request #10633 from t895/variable-surface-ratiobunnei
android: Use a custom view for changing emulation aspect ratio
2023-06-05Merge pull request #10578 from PabloG02/lime-firmware&logsbunnei
Add UI to import firmware and share logs
2023-06-05android: HomeSettingsFragment: Use string resource for "Share log".bunnei
2023-06-05android: Use a custom view for changing emulation aspect ratioCharles Lombardo
Credit to the Skyline team for the FixedRatioSurfaceView.
2023-06-05Merge pull request #10618 from t895/licensesbunnei
android: Add licenses page
2023-06-06Address feedbackPabloG02
2023-06-05android: Create licenses pageCharles Lombardo
2023-06-04Merge pull request #10613 from t895/settings-changesbunnei
android: String and settings organization changes
2023-06-04android: Move settings to debug submenuCharles Lombardo
2023-06-04android: Load settings at the start of each activityCharles Lombardo
2023-06-04Attempt to move the unzip coroutine to a ViewModelPabloG02
2023-06-04android: update stringsPabloG02
2023-06-04android: add option to share logPabloG02
2023-06-04android: add option to install firmwarePabloG02
2023-06-04android: move unzip function to FileUtil and use SecurityExceptionPabloG02
2023-06-04android: Several string changesCharles Lombardo
2023-06-04android: Resolve a couple Gradle warningsAbandoned Cart
2023-06-03android: Add support for split foldable viewAbandoned Cart
2023-06-03android: Replace deprecated and Java codeAbandoned Cart
2023-06-03android: Fix crash on importing invalid saveCharles Lombardo
2023-06-03android: Rename "Input Overlay" to "Overlay Options"Charles Lombardo
2023-06-03android: Adjust import/export saves dialogCharles Lombardo
2023-06-03android: Warning dialogs for key errorsCharles Lombardo
2023-06-03android: EmulationFragment: Remove unnecessary surface destroy on pause.bunnei
2023-06-03android: renderer_vulkan: Fix crash with surface recreation.bunnei