summaryrefslogtreecommitdiffstats
path: root/src/android (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-16android: Expose audio output engine settingCharles Lombardo7-21/+59
2023-06-16android: Expose CPU debugging optionCharles Lombardo5-23/+30
2023-06-16android: Expose fastmem optionCharles Lombardo4-29/+59
2023-06-16android: Support changing multiple settings at onceCharles Lombardo2-1/+17
2023-06-16android: Fix aspect ratio when rotating screenAbandoned Cart2-28/+20
2023-06-16android: Apply ktlint codestyleCharles Lombardo53-278/+476
2023-06-16Android: Use ktlint for Kotlin code styleCharles Lombardo1-0/+20
2023-06-16android: Enable android lintingCharles Lombardo2-11/+1
2023-06-16android: fs: Fix Exists / IsFile for SAF.bunnei2-0/+23
2023-06-14android: Move overlays to their own layoutAbandoned Cart5-108/+117
2023-06-14android: Initialize defaults for each orientationsAbandoned Cart6-173/+187
2023-06-14android: Display FPS with emulation on hingeAbandoned Cart2-17/+13
2023-06-14android: Remove PiP reliance on fragmentAbandoned Cart5-63/+69
2023-06-14android: Set layout by fragment, not viewAbandoned Cart3-63/+63
2023-06-14android: Add a separate foldable layout setAbandoned Cart3-206/+222
2023-06-14android: Set portrait default control paramsAbandoned Cart4-17/+186
2023-06-14android: Actually implement portrait controlsAbandoned Cart2-33/+82
2023-06-14android: Enable automated portrait controlsAbandoned Cart2-81/+40
2023-06-14android: Add Picture in Picture / OrientationAbandoned Cart15-66/+336
2023-06-14android: Adapt EmulationActivity to navigation componentCharles Lombardo9-74/+86
2023-06-13android: Declare languages in locales_config.xmlFearlessTobi2-0/+18
This is required to make per-app language swithcing possible on Android 13.
2023-06-13android: Fix touch inputgerman771-2/+4
2023-06-13android: settings: Disable force_max_clock by default.bunnei3-5/+5
2023-06-13android: settings: Add reactive flushing as a default-disabled setting.bunnei5-0/+24
2023-06-13android: res: Remove translated strings that no longer exist.bunnei14-106/+0
2023-06-13android: Add translation files manuallyFearlessTobi14-0/+4816
2023-06-12android: Add update supportNarr the Reg6-5/+182
2023-06-12android: Use autogenerated hash code function for Game classCharles Lombardo1-7/+12
2023-06-12android: Use autoVersion when gradle property is setCharles Lombardo1-1/+15
2023-06-11android: Update dependenciesCharles Lombardo1-4/+4
2023-06-11android: Differentiate build types with new namesCharles Lombardo2-2/+7
Change the applicationIdSuffix and app launcher title based on build type
2023-06-11Android: Remove unused relWithVersionCode build typeCharles Lombardo1-10/+0
2023-06-11android: Use ContentResolver to get file extensionCharles Lombardo3-11/+28
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-11android: Fix screen orientation & blurriness.bunnei2-48/+0
2023-06-10android: Add proper homebrew checkCharles Lombardo6-12/+37
2023-06-09android: Fix input overlay version checkCharles Lombardo1-12/+14
2023-06-09android: EmulationActivity: Fix orientation on Mi Pad 5.bunnei1-1/+2
2023-06-07remove version code declarationqurious-pixel1-1/+0
2023-06-06Android TV bannerLive session user3-14/+9
2023-06-06android: Set version codeNarr the Reg1-0/+1
2023-06-06android: Improve Gradle build configurationAbandoned Cart1-1/+2
2023-06-06android: HomeSettingsFragment: Use string resource for "Share log".bunnei1-1/+1
2023-06-06android: Use a custom view for changing emulation aspect ratioCharles Lombardo3-1/+62
Credit to the Skyline team for the FixedRatioSurfaceView.
2023-06-06Address feedbackPabloG024-19/+28
2023-06-05android: Create licenses pageCharles Lombardo10-4/+918
2023-06-05android: Move settings to debug submenuCharles Lombardo4-26/+38
2023-06-05android: Load settings at the start of each activityCharles Lombardo4-6/+19
2023-06-04Attempt to move the unzip coroutine to a ViewModelPabloG023-27/+94
2023-06-04android: update stringsPabloG021-5/+5
2023-06-04android: add option to share logPabloG023-0/+36
2023-06-04android: add option to install firmwarePabloG025-1/+124
2023-06-04android: move unzip function to FileUtil and use SecurityExceptionPabloG022-32/+34
2023-06-04android: Several string changesCharles Lombardo5-78/+78
2023-06-04android: Resolve a couple Gradle warningsAbandoned Cart1-1/+4
2023-06-04android: Add support for split foldable viewAbandoned Cart3-1/+55
2023-06-03android: Replace deprecated and Java codeAbandoned Cart1-27/+20
2023-06-03android: Fix crash on importing invalid saveCharles Lombardo1-3/+5
2023-06-03android: Rename "Input Overlay" to "Overlay Options"Charles Lombardo1-1/+1
2023-06-03android: Adjust import/export saves dialogCharles Lombardo3-15/+21
2023-06-03android: Warning dialogs for key errorsCharles Lombardo3-31/+95
2023-06-03android: EmulationFragment: Remove unnecessary surface destroy on pause.bunnei1-3/+0
2023-06-03android: renderer_vulkan: Fix crash with surface recreation.bunnei1-0/+1
2023-06-03android: Fix presentation layout on foldable and tablet devices.bunnei4-14/+47
2023-06-03android: Enable overlay scale/opacity dialogCharles Lombardo10-65/+182
2023-06-03Add image to card_game.xml to preview in the Layout EditorPabloG021-1/+2
2023-06-03Save the position of buttons as a percentagePabloG021-80/+136
2023-06-03android: Don't crash the app when selecting a zip that causes a SecurityExceptionCharles Lombardo1-1/+5
2023-06-03android: ForegroundService: Handle null intent.bunnei1-1/+4
2023-06-03android: ImportExportSavesFragment: Cleanup strings.bunnei2-7/+10
2023-06-03Update src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/ImportExportSavesFragment.ktbunnei1-1/+1
2023-06-03Remove `?.`PabloG021-1/+1
2023-06-03Check if folder exists before letting the user import/export savesPabloG021-9/+17
2023-06-03Add save import/export in UIPabloG025-0/+247
2023-06-03android: Fix FPS text getting cut off by rounded display cornersCharles Lombardo2-7/+20
2023-06-03android: Prevent deleting the settings file while a game is runningCharles Lombardo3-2/+7
2023-06-03android: Fix link text color for base theme dialogCharles Lombardo1-0/+1
2023-06-03android: Various fixes for CI.bunnei25-50/+111
2023-06-03android: externals: Update libadrenotools, use useLegacyPackaging.bunnei1-0/+5
2023-06-03android: Re-enable service notificationCharles Lombardo4-24/+29
2023-06-03android: Ensure keys are loaded before populating games listCharles Lombardo1-0/+3
2023-06-03android: Use dialog fragment for the reset settings dialogCharles Lombardo2-12/+37
2023-06-03android: Upgrade AGP to 8.0.2Charles Lombardo1-2/+2
2023-06-03android: Show notification permission page during setupCharles Lombardo4-59/+151
2023-06-03android: DIsable FPS counter by defaultCharles Lombardo1-1/+1
2023-06-03android: Improve searches with one characterCharles Lombardo1-1/+2
The Jaccard algorithm is great for searches with 2 or more characters but nothing is returned for searches with one character. To get around this, just search with JaroWinkler for single character searches.
2023-06-03android: Stop building x86 packages in APKsCharles Lombardo1-1/+1
This was really only meant for building the app to run in an emulator. If this is necessary, just add manually.
2023-06-03android: Add FPS toggleCharles Lombardo4-10/+37
2023-06-03android: Clean up app build.gradleCharles Lombardo1-22/+2
Removes the conflicting declaration of "version" and changes to versionCode that did nothing.
2023-06-03android: config: Expose VSync as a configurable setting.bunnei5-9/+44
2023-06-03android: GPU: Enable async presentation, increase frames in flight.bunnei1-1/+3
2023-06-03android: Enable onBackInvokedCallbackCharles Lombardo1-1/+2
For now this enables the ability to see the new Android 13 back gesture animations but later we can create custom animations that follow the back gesture.
2023-06-03android: Remove deprecated use of onBackPressed()Charles Lombardo1-1/+16
2023-06-03android: Add option for touch overlay hapticsCharles Lombardo6-4/+51
Disabled by default
2023-06-03android: Improve missing game handlingCharles Lombardo2-1/+19
Previously the app would crash if you selected a game that no longer existed. Now we show an error message and reload the games list to remove any invalid games from the list.
2023-06-03android: Clean up dependenciesCharles Lombardo1-7/+3
Additionally updates material and androidx core libraries
2023-06-03android: Delete java code style fileCharles Lombardo1-241/+0
2023-06-03android: Settings UI tweaksCharles Lombardo6-23/+24
New spacing and fonts for list items
2023-06-03android: Simplify setup in search and games fragmentsCharles Lombardo2-57/+62
2023-06-03android: Use collapsing toolbar layout in settingsCharles Lombardo3-11/+26
2023-06-03android: Remove unnecessary JvmStatic/JvmField annotationsCharles Lombardo11-17/+0
2023-06-03android: Fix navigation rail animation in rtl layoutCharles Lombardo1-4/+14
2023-06-03android: Use cutout insets on setup fragmentCharles Lombardo1-5/+6
2023-06-03android: Button to reset all settingsCharles Lombardo21-23/+138
2023-06-03android: Use proguard file in relWithDebInfoCharles Lombardo1-0/+4
2023-06-03android: Fix background color within inset areasCharles Lombardo2-2/+4
2023-06-03android: Shortcut to settings activity on reselectionCharles Lombardo1-2/+11
2023-06-03android: Expose custom RTC settingCharles Lombardo9-31/+72
2023-06-03android: Reset setting on long pressCharles Lombardo16-7/+89
2023-06-03android: Fix issues with ea/main icons and version codesCharles Lombardo7-28/+19
Now all yuzu icon variants are taken care of and now we have a build variant that uses the versioning we need for the play store.
2023-06-03android: Move theme options out of advanced settingsCharles Lombardo4-9/+17
2023-06-03android: Check if cached games are validCharles Lombardo1-1/+9
Fixes bug when you close yuzu, delete games, and reopen to an instant crash.
2023-06-03android: Invert rotation to match phone orientationgerman771-5/+27
2023-06-03android: config: Use default anisotropic filtering.bunnei1-1/+4
2023-06-03android: Remove top padding from in game menu itemsCharles Lombardo1-20/+12
2023-06-03android: Use different icons for mainline/eaCharles Lombardo10-5/+835
2023-06-03android: Add early access upgrade fragmentCharles Lombardo13-2/+419
We now have a second build flavor that will determine whether the "Get Early Access" button appears.
2023-06-03android: settings: Use mailbox vsync by default.bunnei2-2/+5
2023-06-03android: video_core: Disable problematic compute shaders.bunnei2-2/+4
- Fixes #104.
2023-06-03android: Update progard to fix settings crashCharles Lombardo1-0/+8
R8 full mode was removing important classes from Wini that would cause a crash on saving settings. This keeps the relevant classes and suppresses warnings about irrelevant ones.
2023-06-03android: vulkan: Recreate surface after suspension & adapt to async. presentation.bunnei3-11/+4
2023-06-03android: Game data cacheCharles Lombardo8-17/+63
2023-06-03android: Update to Kotlin 1.8.21Charles Lombardo1-1/+1
2023-06-03android: Disable jetifierCharles Lombardo1-2/+1
We no longer depend on any legacy libraries that required this flag
2023-06-03android: Update dependenciesCharles Lombardo1-2/+2
2023-06-03android: Migrate to AGP 8.0.1Charles Lombardo4-6/+17
2023-06-03android: Enable non-transitive R classesCharles Lombardo4-5/+15
New default going forward for new android projects. Best to follow the new standard.
2023-06-03android: config: Enable asynchronous presentation by default on Android.bunnei2-0/+8
2023-06-03android: fix deadzone calculationgerman771-4/+12
2023-06-03android: Fix background color when starting emulationCharles Lombardo1-0/+1
2023-06-03android: Persistent scrollbars on home settings fragmentCharles Lombardo2-5/+14
2023-06-03android: Use short build hashCharles Lombardo1-1/+1
2023-06-03android: Use navigation bar shade viewCharles Lombardo4-49/+54
2023-06-03android: About fragmentCharles Lombardo10-3/+415
2023-06-03android: Use x-axis animation for navigation railCharles Lombardo3-3/+23
2023-06-03android: Sort games alphabetically by defaultCharles Lombardo1-2/+9
2023-06-03android: New icons for navigation barCharles Lombardo7-4/+47
2023-06-03android: New icons for home settings fragmentCharles Lombardo4-21/+11
2023-06-03android: Add navigation railCharles Lombardo14-93/+208
2023-06-03android: Search FragmentCharles Lombardo20-189/+551
2023-06-03android: Fix potential zip traversal exploitCharles Lombardo1-3/+9
2023-06-03android: Add dedicated show overlay checkboxgerman773-6/+30
2023-06-03android: Add user directory shortcutCharles Lombardo6-25/+140
2023-06-03android: Fix inline keyboard inputgerman771-5/+7
2023-06-03android: Fix grammatical mistake in video core error messageCharles Lombardo1-1/+1
2023-06-03android: Adjust wording on GPU driver install buttonCharles Lombardo1-1/+1
2023-06-03android: Add deadzone to stick inputNarr the Reg1-19/+45
2023-06-03android: Move motion listener to emulation activitygerman772-64/+71
2023-06-03core: hid: Finish linking motion from virtual controllersNarr the Reg1-0/+2
2023-06-03android: Change wording for "Add Games" button (#100)Charles Lombardo2-4/+6
Co-authored-by: bunnei <bunneidev@gmail.com>
2023-06-03android: Scroll shortcut for games listCharles Lombardo3-1/+34
If you reselect the "Games" menu item in the bottom navigation menu, the list smoothly scrolls to the top.
2023-06-03android: Setup screen hotfixCharles Lombardo3-12/+32
Added help button link for add games warning and a check for whether a task was completed on a given screen.
2023-06-03android: Swap Default and Install buttons for GPU driver installation dialogCharles Lombardo1-2/+2
2023-06-03android: Add warnings to setup screensCharles Lombardo4-13/+149
2023-06-03android: Allow search bar to scroll offscreenCharles Lombardo3-15/+8
2023-06-03android: Update app iconCharles Lombardo2-34/+30
Small icon updates from Flam
2023-06-03android: Change organization of the settings tab in the home screenCharles Lombardo7-44/+44
2023-06-03android: Properly pop setup fragment from the back stackCharles Lombardo1-1/+3
2023-06-03android: Vertically scalable setup pagesCharles Lombardo2-23/+45
Previously the setup pages would remain at a fixed height but now the icon and two text boxes will give up space as a device gets shorter. This eliminates the need for a scrolling view further problems with padding.
2023-06-03android: Fix setup rotation bugCharles Lombardo2-4/+26
If you rotated the device at the "Add Games" screen the buttons would disappear until you trigged them from the beginning page swap. Now button state is saved across recreation.
2023-06-03android: Temporarily switch for a fixed version code for testingCharles Lombardo1-1/+1
2023-06-03android: Fix alignment of SwipeRefreshLayoutCharles Lombardo1-5/+9
2023-06-03android: Shape/spacing adjustments to game cardCharles Lombardo3-58/+64
Ripple effect now reaches into rounded corners, icon size changed, company text removed, title font adjusted, and spacing around the card was adjusted as well. Text also doesn't get cut off anymore and instead scrolls indefinitely on one line.
2023-06-03android: Manual tweaks for dialog colorsCharles Lombardo6-2/+21
Small fix for Flam
2023-06-03android: Fix black backgrounds bugCharles Lombardo1-6/+18
Start using a specific night mode check because black backgrounds could apply incorrectly when using the light app mode, dark system mode, and black backgrounds. Launching the settings activity will show light mode colors/navigation bars but with black backgrounds.
2023-06-03android: Use navigation bar shade view for settings activityCharles Lombardo2-3/+20
2023-06-03android: Disable editing themes during emulationCharles Lombardo1-3/+3
2023-06-03android: Prevent situation where binding is called on a null viewCharles Lombardo1-0/+3
2023-06-03android: Add black backgrounds toggleCharles Lombardo6-1/+42
2023-06-03android: Add theme mode pickerCharles Lombardo5-11/+76
2023-06-03android: Add theme pickerCharles Lombardo7-3/+127
2023-06-03android: Prevent potential abstract settings crashCharles Lombardo1-0/+4
2023-06-03android: Fix cast for abstract settingsCharles Lombardo4-5/+5
2023-06-03android: Create xml for Material You themeCharles Lombardo2-0/+58
2023-06-03android: Remove check for API 29 in themesCharles Lombardo2-15/+4
2023-06-03android: Adjustments to home option cardCharles Lombardo1-4/+10
Several spacing/color adjustments provided by Flam
2023-06-03android: Use different colors for logo in options menuCharles Lombardo2-3/+3
Reverting to the official logo colors
2023-06-03android: New default theme colorsCharles Lombardo2-30/+34
2023-06-03android: Use libnx default iconCharles Lombardo4-1/+1
Credit to jaames for the original icon
2023-06-03android: enable LTOLiam1-1/+2
2023-06-03android: Show error if invalid keys file is selectedCharles Lombardo2-0/+23
There aren't MIME types specific enough for filtering out files that aren't amiibo or production keys. So here we just check for the extensions "bin" or "keys" where appropriate and stop the process if incorrect. Previously you could select any document and it could cause the app to hang.
2023-06-03android: Fix first time setup scrolling bugCharles Lombardo2-18/+17
If you quickly scrolled from the second page to the first and then back, the next/back buttons would disappear.
2023-06-03android: Fix A button preference keyCharles Lombardo1-1/+1
2023-06-03android: First time setup screenCharles Lombardo19-163/+769
2023-06-03android: Prevent editing unsafe settings at runtimeCharles Lombardo5-14/+35
There currently isn't a visual "disabled" cue for any of the view holders that aren't the switch setting. This will be improved in the future.
2023-06-03android: Abstract settingsCharles Lombardo24-363/+418
Previously we could only add settings that would change our ini file. Now we can create abstract settings in our presenter to alter things like shared preferences for theme support!
2023-06-03android: Implement gamepad inputgerman776-11/+510
2023-06-03android: Bump minimum version to Android 11Charles Lombardo1-1/+1
2023-06-03android: Decouple status bar shade from navigation bar visibilityCharles Lombardo3-14/+34
2023-06-03android: Enable code minificationCharles Lombardo5-22/+18
2023-06-03android: Switch from a colored status bar to a custom viewCharles Lombardo4-23/+35
Allows for smoother transitions with the search bar
2023-06-03android: Adjustments to card_gameCharles Lombardo1-20/+5
Removed a currently unused text view and moved to material text views.
2023-06-03android: MainActivity overhaulCharles Lombardo32-626/+1031
This moves several parts of the main activity into fragments that manage themselves to react to changes. UI changes like the appearance of a new search view or when the games list changes now gets updated via multiple view models. This also starts a conversion to the androidx navigation component which furthers the goals mentioned previously with more fragment responsibility. This will eventually allow us to use one activity with interchanging fragments and multiple view models that are stored within that central activity. fdas
2023-06-03android: Enforce Vulkan 1.1 support as minimumCharles Lombardo1-3/+4
2023-06-03android: Update gradle version to 8.1Charles Lombardo1-1/+1
2023-06-03android: Update app dependenciesCharles Lombardo1-5/+5
2023-06-03android: Convert gradle scripts to Kotlin DSLCharles Lombardo5-201/+241
2023-06-03android: settings: Add scaling filter & anti-aliasing options. (#66)bunnei4-0/+75
2023-06-03android: video_core: Add support for disk shader cache. (#64)bunnei12-4/+258
2023-06-03android: config: Change docked mode and GPU accuracy to favor performance on Android.bunnei3-7/+11
2023-06-03android: Initialize account managergerman771-0/+5
2023-06-03android: Remove unsafe null checkgerman771-4/+2
2023-06-03android: Scale input overlay independently of system display scaleCharles Lombardo2-30/+41
2023-06-03android: Use apply instead of commit for shared preferencesCharles Lombardo3-4/+3
Previously we were operating on the assumption that apply'd settings wouldn't be visible immediately. This isn't true and settings will be accessible via memory before being stored to disk. This reduces any potential stutters caused by saving to shared preferences.
2023-06-03android: Add DPad slide toggleCharles Lombardo5-2/+14
2023-06-03android: Add relative stick center toggleCharles Lombardo3-0/+13
2023-06-03android: Make hash and branch accessible from BuildConfigCharles Lombardo1-0/+25
2023-06-03android: Backup shared preferences where applicableCharles Lombardo2-0/+12
2023-06-03android: Enable retaining app data after uninstallCharles Lombardo1-1/+2
2023-06-03android: Remove unused doFrame functionCharles Lombardo1-2/+0
2023-06-03android: Convert NativeLibrary to KotlinCharles Lombardo15-766/+523
2023-06-03android: Remove LocalBroadcastManagerCharles Lombardo11-225/+17
This causes a couple of minor changes to directory initialization. We don't have a lengthy initialization step so we could spend less time creating state receivers and just run initialization on the main thread. We also don't have a situation where external storage will be a concern so checks are removed in favor of a binary check to see if initialization is ready. This additionally removes the unused DoFrame callback.
2023-06-03android: Remove game databaseCharles Lombardo18-773/+154
The content provider + database solution was excessive and is now replaced with the simple file checks from before but turned into an array list held within a viewmodel.
2023-06-03android: Adjust game icon loadingCharles Lombardo1-15/+9
2023-06-03android: Remove unused dimensions filesCharles Lombardo2-9/+0
2023-06-03android: Slightly reduce game card sizeCharles Lombardo2-3/+3
2023-06-03android: Only show company text view if it has contentCharles Lombardo1-5/+8
2023-06-03android: Fix check for ok text in software keyboardCharles Lombardo1-1/+1
2023-06-03android: Implement amiibo reading from nfc tagNarr the Reg13-4/+303
2023-06-03android: Add toggle controls option to input overlayCharles Lombardo5-6/+62
2023-06-03android: Do not update FPS text on null viewCharles Lombardo1-1/+1
2023-06-03android: Convert keyboard applet to kotlin and refactorCharles Lombardo6-279/+255
2023-06-03android: Implement basic software keyboard applet.bunnei12-152/+625
2023-06-03android: config: Disable shader cache by default on Android.bunnei1-0/+4
2023-06-03android: Fix fps counter not showing upgerman774-11/+13
2023-06-03android: Prevent showing games on an invalid viewCharles Lombardo1-0/+3
2023-06-03android: Re-implement overlay editingCharles Lombardo5-25/+245
2023-06-03android: Fix popup menu going out of boundsCharles Lombardo2-20/+11
2023-06-03android: Use autofit grid for games fragmentCharles Lombardo3-28/+72
2023-06-03android: Prevent updating empty game list text on invalid viewCharles Lombardo1-0/+3
2023-06-03android: Persist settings across configuration changesCharles Lombardo9-93/+51
Mostly things get refactored here to remove previous assumptions made about how the activity/fragment lifecycles would operate. The important change for persistence is removing the assumption that the user will be at the first settings fragment on recreation when deciding whether or not to reload settings. Now we check a flag in Settings to know if we loaded the settings within this lifecycle.
2023-06-03android: Store settings object in viewmodelCharles Lombardo7-57/+45
2023-06-03android: Remove configChanges exceptionsCharles Lombardo1-1/+0
2023-06-03Android: Enable resizeable activitiesCharles Lombardo1-6/+2
2023-06-03android: Fix emulation fragment commentsCharles Lombardo1-2/+2
2023-06-03android: Use modal navigation drawer as in game menuCharles Lombardo17-373/+343
2023-06-03android: Make Game class parcelableCharles Lombardo1-1/+4
2023-06-03android: Add kotlin parcelize pluginCharles Lombardo1-0/+1
2023-06-03android: Remove deprecated use of onActivityResultCharles Lombardo2-139/+107
2023-06-03android: Fix RTL layoutsCharles Lombardo3-1/+6
2023-06-03android: Use ellipsis characterCharles Lombardo1-1/+1
2023-06-03android: Move all array strings to main strings fileCharles Lombardo2-48/+109
2023-06-03android: Remove unused stringsCharles Lombardo1-9/+0
2023-06-03android: Remove unused colorsCharles Lombardo2-6/+0
2023-06-03android: Remove citra date time pickerCharles Lombardo1-22/+0
2023-06-03android: Remove unused premium header layoutCharles Lombardo1-42/+0
2023-06-03android: Remove unused fragment animationsCharles Lombardo2-41/+0
2023-06-03android: Remove unused string arraysCharles Lombardo1-34/+0
2023-06-03android: Remove unused integer xmlsCharles Lombardo4-13/+0
2023-06-03android: Refactor ic_launcher.xml to drawablesCharles Lombardo3-3/+3
2023-06-03android: Suppress lint in InsetsHelperCharles Lombardo1-0/+2
2023-06-03android: Add data extraction rulesCharles Lombardo3-2/+56
2023-06-03android: Remove requestLegacyExternalStorage attributeCharles Lombardo1-3/+1
2023-06-03android: Remove unused permissionsCharles Lombardo1-3/+0
2023-06-03android: Inset input overlay based on system cutoutsCharles Lombardo5-59/+94
2023-06-03android: Stop updating fps counter when emulation stopsCharles Lombardo1-1/+4
2023-06-03android: Move driver installation off of main threadCharles Lombardo4-21/+42
Additionally creates an indeterminate loading dialog during installation
2023-06-03android: Fix crash when decodeGameIcon creates a null BitmapCharles Lombardo1-1/+1
2023-06-03android: Use view bindingCharles Lombardo16-284/+189
2023-06-03android: Enable view bindingCharles Lombardo1-0/+2
2023-06-03android: Refactor CheckBoxSetting to SwitchSettingCharles Lombardo5-14/+14
2023-06-03android: EmulationActivity: Fix variable shadowing in fragment creation.bunnei1-2/+2
2023-06-03android: res: fragment_emulation: Ensure FPS counter is shown.bunnei1-7/+7
2023-06-03build: only enable adrenotools on arm64Liam3-4/+10
2023-06-03android: Use Skyline's document providerCharles Lombardo3-4/+319
2023-06-03android: Use androidx splash screenCharles Lombardo4-2/+12
2023-06-03android: Replace Picasso with CoilCharles Lombardo7-138/+41
2023-06-03android: New swipe to refresh color schemeCharles Lombardo1-1/+9
2023-06-03android: New settings fragment animationsCharles Lombardo12-163/+80
2023-06-03android: Use edge to edgeCharles Lombardo9-21/+110
2023-06-03android: Use Material 3 componentsCharles Lombardo23-174/+268
2023-06-03android: Modernize theme systemCharles Lombardo8-94/+130
2023-06-03android: Use vector iconsCharles Lombardo42-9/+27
2023-06-03android: Use adaptive iconCharles Lombardo13-3/+24
2023-06-03android: settings: Dynamically evaluate valueAsStringbunnei4-4/+4
Co-Authored-By: bunnei <bunneidev@gmail.com>
2023-06-03android: Add license identifierCharles Lombardo66-5/+199
2023-06-03android: Convert YuzuApplication to KotlinCharles Lombardo2-59/+56
2023-06-03android: Convert Action1 to KotlinCharles Lombardo2-5/+5
2023-06-03android: Convert GameViewHolder to KotlinCharles Lombardo2-44/+32
2023-06-03android: Remove ThemeUtilCharles Lombardo1-34/+0
2023-06-03android: Convert StartupHandler to KotlinCharles Lombardo2-45/+45
2023-06-03android: Convert Log to KotlinCharles Lombardo2-39/+42
2023-06-03android: Convert GpuDriverMetadata to KotlinCharles Lombardo2-45/+44
2023-06-03android: Convert GpuDriverHelper to KotlinCharles Lombardo2-130/+145
2023-06-03android: Convert GameIconRequestHandler to KotlinCharles Lombardo2-29/+22
2023-06-03android: Convert ForegroundService to KotlinCharles Lombardo2-63/+56
2023-06-03android: Convert FileUtil to KotlinCharles Lombardo2-296/+292
2023-06-03android: Convert FileBrowserHelper to KotlinCharles Lombardo2-25/+26
2023-06-03android: Convert EmulationMenuSettings to KotlinCharles Lombardo2-78/+59
2023-06-03android: Convert DocumentsTree to KotlinCharles Lombardo2-125/+110
2023-06-03android: Convert DirectoryStateReceiver to KotlinCharles Lombardo2-22/+15
2023-06-03android: Convert DirectoryInitialization to KotlinCharles Lombardo2-72/+66
2023-06-03android: Convert ControllerMappingHelper to KotlinCharles Lombardo1-25/+24
2023-06-03android: Convert BiMap to KotlinCharles Lombardo2-22/+22
2023-06-03android: Convert AddDirectoryHelper to KotlinCharles Lombardo2-38/+27
2023-06-03android: Convert PlatformGamesView to KotlinCharles Lombardo1-6/+6
2023-06-03android: Convert PlatformGamesPresenter to KotlinCharles Lombardo2-42/+30
2023-06-03android: Convert PlatformGamesFragment to KotlinCharles Lombardo2-105/+94
2023-06-03android: Convert MainView to KotlinCharles Lombardo1-8/+6
2023-06-03android: Convert MainPresenter to KotlinCharles Lombardo2-81/+66
2023-06-03android: Convert InputOverlayDrawableJoystick to KotlinCharles Lombardo2-243/+205
2023-06-03android: Convert MainActivity to KotlinCharles Lombardo3-250/+229
2023-06-03android: Remove ExampleInstrumentedTestCharles Lombardo1-3/+0
2023-06-03android: Remove TwoPaneOnBackPressedCallbackCharles Lombardo1-37/+0
Leftover UI code for dolphin's cheat system. Removing for now.
2023-06-03android: Convert InputOverlayDrawableDpad to KotlinCharles Lombardo2-276/+232
2023-06-03android: Convert InputOverlayDrawableButton to KotlinCharles Lombardo2-139/+118
2023-06-03android: Convert InputOverlay to KotlinCharles Lombardo2-656/+886
2023-06-03android: Remove DividerItemDecorationCharles Lombardo1-130/+0
Removed in favor of material components version
2023-06-03android: Inherit from Material 3 themesCharles Lombardo1-8/+4
Partially breaks the UI for now but is necessary to use new material components.
2023-06-03android: Convert MinimalDocumentFile to KotlinCharles Lombardo2-28/+8
2023-06-03android: Convert GameProvider to KotlinCharles Lombardo2-138/+127
2023-06-03android: Convert GameDatabase to KotlinCharles Lombardo2-275/+260
2023-06-03android: Convert Game to KotlinCharles Lombardo2-76/+56
2023-06-03android: Convert EmulationFragment to KotlinCharles Lombardo2-375/+348
2023-06-03android: Convert SettingsFile to KotlinCharles Lombardo2-272/+245
2023-06-03android: Convert SettingsFrameLayout to KotlinCharles Lombardo2-48/+43
2023-06-03android: Convert SettingsFragmentView to KotlinCharles Lombardo1-18/+15
2023-06-03android: Convert SettingsFragmentPresenter to KotlinCharles Lombardo2-184/+333
2023-06-03android: Convert SettingsFragment to KotlinCharles Lombardo2-136/+120
2023-06-03android: Convert SettingsActivityView to KotlinCharles Lombardo1-27/+20
2023-06-03android: Convert SettingsActivityPresenter to KotlinCharles Lombardo2-122/+99
2023-06-03android: Convert SettingsActivity to KotlinCharles Lombardo2-209/+186
2023-06-03android: Convert SubmenuViewHolder to KotlinCharles Lombardo2-45/+35
2023-06-03android: Convert SliderViewHolder to KotlinCharles Lombardo2-45/+34
2023-06-03android: Convert SingleChoiceViewHolder to KotlinCharles Lombardo2-62/+54
2023-06-03android: Convert SettingViewHolder to KotlinCharles Lombardo2-49/+38
2023-06-03android: Convert HeaderViewHolder to KotlinCharles Lombardo2-32/+28
2023-06-03android: Convert DateTimeViewHolder to KotlinCharles Lombardo2-47/+35
2023-06-03android: Convert CheckBoxSettingViewHolder to KotlinCharles Lombardo2-54/+41
2023-06-03android: Convert StringSetting to KotlinCharles Lombardo2-23/+9
2023-06-03android: Convert SettingSection to KotlinCharles Lombardo2-55/+34
2023-06-03android: Convert Setting to KotlinCharles Lombardo1-24/+6
2023-06-03android: Convert IntSetting to KotlinCharles Lombardo2-23/+9
2023-06-03android: Convert FloatSetting to KotlinCharles Lombardo2-23/+9
2023-06-03android: Convert BooleanSetting to KotlinCharles Lombardo2-23/+9
2023-06-03android: Convert SubmenuSetting to KotlinCharles Lombardo2-21/+15
2023-06-03android: Convert StringSingleChoiceSetting to KotlinCharles Lombardo2-82/+61
2023-06-03android: Convert SliderSetting to KotlinCharles Lombardo2-101/+72
2023-06-03android: Convert SingleChoiceSetting to KotlinCharles Lombardo2-60/+44
2023-06-03android: Convert SettingsItem to KotlinCharles Lombardo2-100/+30
2023-06-03android: Convert HeaderSetting to KotlinCharles Lombardo2-14/+12
2023-06-03android: Convert DateTimeSetting to KotlinCharles Lombardo2-40/+35
2023-06-03android: Convert CheckBoxSetting to KotlinCharles Lombardo2-80/+91
2023-06-03android: Convert GameAdapter to KotlinCharles Lombardo2-244/+178
2023-06-03android: Convert SettingsAdapter to KotlinCharles Lombardo3-366/+315
Update SettingsAdapter.kt
2023-06-03android: Convert EmulationActivity to KotlinCharles Lombardo2-347/+286
2023-06-03android: Use material slider in settings dialogCharles Lombardo1-20/+20
2023-06-03android: Convert Settings to KotlinCharles Lombardo2-127/+145
2023-06-03android: Use androidx preferencesCharles Lombardo1-0/+2
2023-06-03android: frontend: Add unique error strings for Vulkan initialization errors.bunnei2-19/+25
2023-06-03android: Use the center of the object and reduce draw callsgerman778-59/+76
2023-06-03android: Replace old buttons with vectorsgerman77149-71/+613
2023-06-03android: Enable Kotlin supportCharles Lombardo4-26/+30
2023-06-03android: Upgrade java version to 11Charles Lombardo1-2/+2
2023-06-03android: Upgrade dependenciesCharles Lombardo1-4/+4
2023-06-03android: Upgrade to AGP 7.4.2Charles Lombardo1-1/+1
2023-06-03android: Replace lintOptions with lintCharles Lombardo1-1/+1
2023-06-03android: Move namespace to app module build.gradleCharles Lombardo2-2/+3
2023-06-03android: bump compile/target sdk to 33Charles Lombardo1-2/+2
2023-06-03android: Upgrade gradle to 8.0.1Charles Lombardo1-1/+1
2023-06-03CMake: fix pkg-config behavior when building for Androidliushuyu1-0/+1
2023-06-03CI: add Android build systemsliushuyu1-0/+0
2023-06-03android: build.gradle: Cleanup build types.bunnei1-7/+1
2023-06-03android: frontend: settings: Add graphics debugging.bunnei4-6/+18
2023-06-03android: jni: Ensure system is only initialized once.bunnei4-8/+8
- Fixes likelihood that fastmem allocation succeeds.
2023-06-03android: frontend: Cleanup framerate counter.bunnei2-4/+3
2023-06-03android: vulkan: Implement adrenotools turbo mode.bunnei5-1/+13
2023-06-03android: frontend: Add support for GPU driver selection.bunnei9-3/+251
2023-06-03android: native: Add support for custom Vulkan driver loading.bunnei6-44/+109
2023-06-03android: EmulationFragment: Always reset overlay.bunnei1-1/+2
- Ensures correct placement until we have better overlay configuration.
2023-06-03android: Add motion sensorNarr the Reg2-20/+65
2023-06-03android: Hook jni input properlyNarr the Reg5-90/+104
2023-06-03android: cleanup touch update loopNarr the Reg1-28/+50
2023-06-03android: Clean joystick overlayNarr the Reg3-135/+131
2023-06-03android: Clean dpad overlayNarr the Reg2-192/+174
2023-06-03android: Clean button overlayNarr the Reg2-195/+65
2023-06-03android: Add all buttons to screen controllerNarr the Reg4-209/+104
2023-06-03android: Apply clang formatNarr the Reg2-9/+9
2023-06-03android: frontend: Implement game grid view. (#9)bunnei15-174/+272
2023-06-03android: Replace notification icon with yuzugerman773-0/+0
2023-06-03android: strings: Refresh key dumping URL.bunnei1-1/+1
2023-06-03android: frontend: Modify ROM load messaging for invalid keys.bunnei2-7/+11
2023-06-03android: frontend: Integrate key installation for SAF.bunnei18-19/+100
2023-06-03android: jni: Add function to reload keys.bunnei3-2/+14
2023-06-03android: EmulationActivity: Temporarily disable running notification.bunnei2-7/+12
2023-06-03android: Implement SAF support & migrate to SDK 31. (#4)bunnei32-688/+615
2023-06-03android: Harden emulation shutdown when loader fails.bunnei1-6/+12
2023-06-03android: SettingsFragmentPresenter: Fix default renderer backend.bunnei1-1/+1
2023-06-03android: jni: native: Add lock around HaltEmulation, tighten run loop.bunnei1-1/+3
2023-06-03android: jni: native: Refactor locking for is_running.bunnei1-8/+21
2023-06-03android: jni: native: Remove unnecessary atomic for is_running.bunnei1-6/+5
2023-06-03android: jni: native: Tighten up emulation start/stop signaling.bunnei1-58/+64
2023-06-03android: jni: native: Consolidate emulation state into EmulationSession singleton.bunnei1-67/+164
- Fixes state management issues across multiple boots. - Fixes crashes related to unsafe access of perf stats.
2023-06-03android: Frontend: Fix rendering aspect ratio & add a setting for it.bunnei6-1/+24
2023-06-03android: Integrate settings frontend with yuzu & remove unused code.bunnei25-1759/+949
2023-06-03android: Minimize frontend & convert to yuzu.bunnei128-2509/+934
2023-06-03android: Minimal JNI for yuzu.bunnei7-0/+640
2023-06-03android: Add Citra frontend.bunnei319-0/+13799