summaryrefslogtreecommitdiff
path: root/src/android/app
AgeCommit message (Expand)Author
2023-09-20android: Allow importing saves even if no saves are foundCharles Lombardo
2023-09-19android: Add import/export buttons for user dataCharles Lombardo
2023-09-19Merge pull request #11542 from t895/touch-offset-fixliamwhite
2023-09-19android: Don't pause emulation when entering PiPCharles Lombardo
2023-09-19android: Fix showing input overlay in PiPCharles Lombardo
2023-09-19android: Properly update emulation surfaceCharles Lombardo
2023-09-17android: Export PiP receiver on API 33 and laterCharles Lombardo
2023-09-17android: Set up signing config for release buildsCharles Lombardo
2023-09-16android: Collect task state once view is createdCharles Lombardo
2023-09-16Merge pull request #11492 from lat9nq/c-numeric-conversionsliamwhite
2023-09-14android: Remove settings interface specifically for audio muteCharles Lombardo
2023-09-14Merge pull request #11507 from t895/emulation-stop-fixCharles Lombardo
2023-09-14Merge pull request #11506 from t895/icon-fixCharles Lombardo
2023-09-14android: Return the correct status code on emulation stopCharles Lombardo
2023-09-14Merge pull request #11505 from t895/config-patchCharles Lombardo
2023-09-14android: Use resource as shortcut intermediaryCharles Lombardo
2023-09-14Merge pull request #11504 from t895/emu-argsCharles Lombardo
2023-09-14android: Don't reinitialize settings on emulation startCharles Lombardo
2023-09-14android: Fix emulation to settings navigation argsCharles Lombardo
2023-09-14android: Delay collecting UI state in games fragmentCharles Lombardo
2023-09-14android: Refactor menu tags to enumCharles Lombardo
2023-09-14android: Use StateFlow instead of LiveDataCharles Lombardo
2023-09-13android/config: Remove uncaught usage of stoullat9nq
2023-09-10am: Implement UserChannel parametersFearlessTobi
2023-08-30android: Fix game content installerCharles Lombardo
2023-08-30android: Combine LongMessageDialogFragment with MessageDialogFragmentCharles Lombardo
2023-08-30android: Support dynamic app shortcutsCharles Lombardo
2023-08-30android: Separate emulation states from emulation mutexCharles Lombardo
2023-08-30android: Game loading/shutting down indicatorsCharles Lombardo
2023-08-30android: Create custom game icon loaderCharles Lombardo
2023-08-29Merge pull request #11380 from t895/settings-integrationCharles Lombardo
2023-08-29android: Don't reload settings when stopping settings activityCharles Lombardo
2023-08-29android: Add optional androidDefault property to settingsCharles Lombardo
2023-08-29android: Proper state restoration on settings dialogsCharles Lombardo
2023-08-29android: Add search for settingsCharles Lombardo
2023-08-29android: Implement paired settingsCharles Lombardo
2023-08-29android: Prevent infinite switch toggle loopCharles Lombardo
2023-08-29android: Migrate settings to navigation componentCharles Lombardo
2023-08-29android: Trim settings enums and itemsCharles Lombardo
2023-08-29android: Expose interface for getting settings from native codeCharles Lombardo
2023-08-29android: Support intents to emulation activityCharles Lombardo
2023-08-27android: Don't set a default emulation orientationCharles Lombardo
2023-08-27android: Properly adjust emulation surface aspect ratioCharles Lombardo
2023-08-26Merge pull request #11356 from lat9nq/console-mode-pgliamwhite
2023-08-25android: Use appCategory to specify the app is a gameCharles Lombardo
2023-08-25Merge pull request #11357 from liamwhite/lime-vfsbunnei
2023-08-23Merge pull request #11352 from t895/recurse-subfoldersliamwhite
2023-08-23android: Set default build variant to mainlineRelWithDebInfo (#11358)Charles Lombardo
2023-08-22android: jni: ensure NCAs from loaded filepath are registered in manual conte...Liam
2023-08-22native: Use Docked Mode helperlat9nq