summaryrefslogtreecommitdiffstats
path: root/src/android (follow)
Commit message (Collapse)AuthorAgeFilesLines
* android: fix links to re-dumping guidesValeri Ochinski2023-07-161-1/+1
|
* android: Visualize disabled home optionsCharles Lombardo2023-07-114-53/+84
| | | | | | Allow for displaying options in the home options that are disabled with messages that explain why they are disabled. This includes reasoning for the GPU driver installation button.
* android: Don't prompt to save user data on uninstallCharles Lombardo2023-07-101-1/+1
| | | | While this can be convenient in some scenarios, this will be a big problem for users trying to sideload different APK versions. If they forget the last one they had installed, they could have problems installing a new copy.
* Merge pull request #11006 from german77/nfc_nfcliamwhite2023-07-051-0/+1
|\ | | | | service: nfc: Ensure controller is in the correct mode
| * android: Reintroduce launch mode as single topgerman772023-07-031-0/+1
| |
* | android: Version the input overlayCharles Lombardo2023-07-0311-170/+751
|/ | | | | | Now within the Input Overlay file, there is a version that will determine when the overlay will be reset. This is intended for breaking changes like the ones we had with the additions of percentage based layouts or the addition of foldable/portrait layouts. This also includes versions for each individual layout so we don't have to reset every layout if only one is broken. Additionally, this includes new L3/R3 buttons.
* Merge pull request #10949 from t895/memory-requirementsliamwhite2023-07-024-44/+114
|\ | | | | android: Rework MemoryUtil
| * android: Show memory warning onceCharles Lombardo2023-06-302-13/+24
| |
| * android: Rework MemoryUtilCharles Lombardo2023-06-303-25/+85
| | | | | | | | Uses string templates and rounds up memory amount for potentially inaccurate checks now
| * android: Make MemoryUtil an objectCharles Lombardo2023-06-292-13/+12
| |
* | android: Suppress a known incompatibilityAbandoned Cart2023-06-291-0/+3
|/ | | | Android Gradle plugin 8.0.2 is designed for API 33, but a newer plugin hasn't been released yet. The warning message is rather extravagant, but also suggests adding this property if you are aware of the risks.
* android: Android 14 supportCharles Lombardo2023-06-282-3/+6
| | | | Specifies the permissions needed for the changes to foreground services in Android 14.
* Merge pull request #10888 from 8bitDream/nativeliamwhite2023-06-261-44/+47
|\ | | | | android: (native) Parameter types from Android Studio
| * android: define [[maybe_unused]] (const) autoAbandoned Cart2023-06-231-41/+43
| |
| * android: Parameter types from Android StudioAbandoned Cart2023-06-231-4/+5
| | | | | | | | Android Studio marked these parameters as errors because it is an instance, not a class, that is being passed from Java.
* | Merge pull request #10865 from t895/extension-memeliamwhite2023-06-265-50/+19
|\ \ | |/ |/| android: Clean up file extension checks
| * android: Clean up file extension checksCharles Lombardo2023-06-265-50/+19
| |
* | Merge pull request #10811 from 8bitDream/pip_muteliamwhite2023-06-239-255/+148
|\ \ | | | | | | android: Add a PiP interface to mute / unmute
| * | android: Refactor native and corresponding variablesAbandoned Cart2023-06-226-22/+25
| | |
| * | Fix JNI and expose mute settings to AndroidAbandoned Cart2023-06-227-277/+99
| | |
| * | android: Add a PiP interface to mute / unmuteAbandoned Cart2023-06-214-0/+68
| | |
* | | Merge pull request #10794 from 8bitDream/multiplesbunnei2023-06-223-40/+154
|\ \ \ | | | | | | | | android: Add support for multiple installs
| * | | android: Generalize string message dialogAbandoned Cart2023-06-222-11/+11
| | | |
| * | | android: Add support for concurrent installsAbandoned Cart2023-06-223-40/+154
| |/ /
* | | Merge pull request #10878 from GPUCode/log-droidMorph2023-06-221-0/+1
|\ \ \ | | | | | | | | android: Log settings
| * | | android: Log settingsGPUCode2023-06-221-0/+1
| |/ /
* | | android: Convert memory sizes to resourceAbandoned Cart2023-06-223-11/+21
| | |
* | | android: Add a notice when RAM inadequateAbandoned Cart2023-06-223-1/+75
|/ /
* / android: Don't show custom driver button on mali and x86Charles Lombardo2023-06-213-71/+123
|/
* Merge pull request #10808 from t895/settings-stuffsbunnei2023-06-1712-74/+165
|\ | | | | android: Expose settings
| * android: Expose audio output engine settingCharles Lombardo2023-06-167-21/+59
| |
| * android: Expose CPU debugging optionCharles Lombardo2023-06-165-23/+30
| |
| * android: Expose fastmem optionCharles Lombardo2023-06-164-29/+59
| |
| * android: Support changing multiple settings at onceCharles Lombardo2023-06-162-1/+17
| |
* | android: Bump ktlint version to 0.47.1Charles Lombardo2023-06-161-1/+1
| |
* | android: Disable import-ordering ktlint checkCharles Lombardo2023-06-161-1/+2
|/
* android: Fix aspect ratio when rotating screenAbandoned Cart2023-06-162-28/+20
|
* android: Apply ktlint codestyleCharles Lombardo2023-06-1653-278/+476
|
* Android: Use ktlint for Kotlin code styleCharles Lombardo2023-06-161-0/+20
|
* android: Enable android lintingCharles Lombardo2023-06-162-11/+1
|
* android: fs: Fix Exists / IsFile for SAF.bunnei2023-06-162-0/+23
|
* android: Move overlays to their own layoutAbandoned Cart2023-06-145-108/+117
|
* android: Initialize defaults for each orientationsAbandoned Cart2023-06-146-173/+187
|
* android: Display FPS with emulation on hingeAbandoned Cart2023-06-142-17/+13
|
* android: Remove PiP reliance on fragmentAbandoned Cart2023-06-145-63/+69
|
* android: Set layout by fragment, not viewAbandoned Cart2023-06-143-63/+63
|
* android: Add a separate foldable layout setAbandoned Cart2023-06-143-206/+222
|
* android: Set portrait default control paramsAbandoned Cart2023-06-144-17/+186
|
* android: Actually implement portrait controlsAbandoned Cart2023-06-142-33/+82
|
* android: Enable automated portrait controlsAbandoned Cart2023-06-142-81/+40
|
* android: Add Picture in Picture / OrientationAbandoned Cart2023-06-1415-66/+336
|
* android: Adapt EmulationActivity to navigation componentCharles Lombardo2023-06-149-74/+86
|
* Merge pull request #10760 from FearlessTobi/translationsCharles Lombardo2023-06-132-0/+18
|\ | | | | android: Declare languages in locales_config.xml
| * android: Declare languages in locales_config.xmlFearlessTobi2023-06-132-0/+18
| | | | | | | | This is required to make per-app language swithcing possible on Android 13.
* | Merge pull request #10751 from german77/touchCharles Lombardo2023-06-131-2/+4
|\ \ | | | | | | android: Fix touch input
| * | android: Fix touch inputgerman772023-06-131-2/+4
| | |
* | | android: settings: Disable force_max_clock by default.bunnei2023-06-133-5/+5
| | |
* | | android: settings: Add reactive flushing as a default-disabled setting.bunnei2023-06-135-0/+24
| | |
* | | android: res: Remove translated strings that no longer exist.bunnei2023-06-1314-106/+0
|/ /
* | Merge pull request #10743 from FearlessTobi/translationsbunnei2023-06-1314-0/+4816
|\| | | | | android: Add translation files manually
| * android: Add translation files manuallyFearlessTobi2023-06-1314-0/+4816
| |
* | Merge pull request #10705 from german77/updatesbunnei2023-06-136-5/+182
|\ \ | |/ |/| android: Add update and DLC support
| * android: Add update supportNarr the Reg2023-06-126-5/+182
| |
* | Merge pull request #10728 from t895/game-hashbunnei2023-06-121-7/+12
|\ \ | | | | | | android: Use autogenerated hash code function for Game class
| * | android: Use autogenerated hash code function for Game classCharles Lombardo2023-06-121-7/+12
| | |
* | | android: Use autoVersion when gradle property is setCharles Lombardo2023-06-121-1/+15
|/ /
* | Merge pull request #10713 from t895/gradle-updatesbunnei2023-06-112-16/+11
|\ \ | | | | | | android: Gradle updates
| * | android: Update dependenciesCharles Lombardo2023-06-111-4/+4
| | |
| * | android: Differentiate build types with new namesCharles Lombardo2023-06-112-2/+7
| | | | | | | | | | | | Change the applicationIdSuffix and app launcher title based on build type
| * | Android: Remove unused relWithVersionCode build typeCharles Lombardo2023-06-111-10/+0
| |/
* / android: Use ContentResolver to get file extensionCharles Lombardo2023-06-113-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.
* android: Fix screen orientation & blurriness.bunnei2023-06-112-48/+0
|
* Merge pull request #10691 from t895/nro-checkbunnei2023-06-106-12/+37
|\ | | | | android: Add proper homebrew check
| * android: Add proper homebrew checkCharles Lombardo2023-06-106-12/+37
| |
* | android: Fix input overlay version checkCharles Lombardo2023-06-091-12/+14
|/
* android: EmulationActivity: Fix orientation on Mi Pad 5.bunnei2023-06-091-1/+2
|
* Merge pull request #10650 from qurious-pixel/android_tvbunnei2023-06-082-14/+8
|\ | | | | Android TV banner
| * remove version code declarationqurious-pixel2023-06-071-1/+0
| |
| * Android TV bannerLive session user2023-06-063-14/+9
| |
* | android: Set version codeNarr the Reg2023-06-061-0/+1
|/
* android: Improve Gradle build configurationAbandoned Cart2023-06-061-1/+2
|
* Merge pull request #10633 from t895/variable-surface-ratiobunnei2023-06-063-1/+62
|\ | | | | android: Use a custom view for changing emulation aspect ratio
| * android: Use a custom view for changing emulation aspect ratioCharles Lombardo2023-06-063-1/+62
| | | | | | | | Credit to the Skyline team for the FixedRatioSurfaceView.
* | Merge pull request #10578 from PabloG02/lime-firmware&logsbunnei2023-06-069-33/+270
|\ \ | | | | | | Add UI to import firmware and share logs
| * | android: HomeSettingsFragment: Use string resource for "Share log".bunnei2023-06-061-1/+1
| | |
| * | Address feedbackPabloG022023-06-064-19/+28
| | |
| * | Attempt to move the unzip coroutine to a ViewModelPabloG022023-06-043-27/+94
| | |
| * | android: update stringsPabloG022023-06-041-5/+5
| | |
| * | android: add option to share logPabloG022023-06-043-0/+36
| | |
| * | android: add option to install firmwarePabloG022023-06-045-1/+124
| | |
| * | android: move unzip function to FileUtil and use SecurityExceptionPabloG022023-06-042-32/+34
| | |
* | | Merge pull request #10618 from t895/licensesbunnei2023-06-0610-4/+918
|\ \ \ | |_|/ |/| | android: Add licenses page
| * | android: Create licenses pageCharles Lombardo2023-06-0510-4/+918
| | |
* | | Merge pull request #10613 from t895/settings-changesbunnei2023-06-057-104/+116
|\ \ \ | | | | | | | | android: String and settings organization changes
| * | | android: Move settings to debug submenuCharles Lombardo2023-06-054-26/+38
| | | |
| * | | android: Several string changesCharles Lombardo2023-06-045-78/+78
| | | |
* | | | android: Load settings at the start of each activityCharles Lombardo2023-06-054-6/+19
| |/ / |/| |
* | | android: Resolve a couple Gradle warningsAbandoned Cart2023-06-041-1/+4
|/ /
* | android: Add support for split foldable viewAbandoned Cart2023-06-043-1/+55
| |
* | android: Replace deprecated and Java codeAbandoned Cart2023-06-031-27/+20
|/
* android: Fix crash on importing invalid saveCharles Lombardo2023-06-031-3/+5
|
* android: Rename "Input Overlay" to "Overlay Options"Charles Lombardo2023-06-031-1/+1
|
* android: Adjust import/export saves dialogCharles Lombardo2023-06-033-15/+21
|
* android: Warning dialogs for key errorsCharles Lombardo2023-06-033-31/+95
|
* android: EmulationFragment: Remove unnecessary surface destroy on pause.bunnei2023-06-031-3/+0
|
* android: renderer_vulkan: Fix crash with surface recreation.bunnei2023-06-031-0/+1
|
* android: Fix presentation layout on foldable and tablet devices.bunnei2023-06-034-14/+47
|
* android: Enable overlay scale/opacity dialogCharles Lombardo2023-06-0310-65/+182
|
* Add image to card_game.xml to preview in the Layout EditorPabloG022023-06-031-1/+2
|
* Save the position of buttons as a percentagePabloG022023-06-031-80/+136
|
* android: Don't crash the app when selecting a zip that causes a SecurityExceptionCharles Lombardo2023-06-031-1/+5
|
* android: ForegroundService: Handle null intent.bunnei2023-06-031-1/+4
|
* android: ImportExportSavesFragment: Cleanup strings.bunnei2023-06-032-7/+10
|
* Update src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/ImportExportSavesFragment.ktbunnei2023-06-031-1/+1
|
* Remove `?.`PabloG022023-06-031-1/+1
|
* Check if folder exists before letting the user import/export savesPabloG022023-06-031-9/+17
|
* Add save import/export in UIPabloG022023-06-035-0/+247
|
* android: Fix FPS text getting cut off by rounded display cornersCharles Lombardo2023-06-032-7/+20
|
* android: Prevent deleting the settings file while a game is runningCharles Lombardo2023-06-033-2/+7
|
* android: Fix link text color for base theme dialogCharles Lombardo2023-06-031-0/+1
|
* android: Various fixes for CI.bunnei2023-06-0325-50/+111
|
* android: externals: Update libadrenotools, use useLegacyPackaging.bunnei2023-06-031-0/+5
|
* android: Re-enable service notificationCharles Lombardo2023-06-034-24/+29
|
* android: Ensure keys are loaded before populating games listCharles Lombardo2023-06-031-0/+3
|
* android: Use dialog fragment for the reset settings dialogCharles Lombardo2023-06-032-12/+37
|
* android: Upgrade AGP to 8.0.2Charles Lombardo2023-06-031-2/+2
|
* android: Show notification permission page during setupCharles Lombardo2023-06-034-59/+151
|
* android: DIsable FPS counter by defaultCharles Lombardo2023-06-031-1/+1
|
* android: Improve searches with one characterCharles Lombardo2023-06-031-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.
* android: Stop building x86 packages in APKsCharles Lombardo2023-06-031-1/+1
| | | | This was really only meant for building the app to run in an emulator. If this is necessary, just add manually.
* android: Add FPS toggleCharles Lombardo2023-06-034-10/+37
|
* android: Clean up app build.gradleCharles Lombardo2023-06-031-22/+2
| | | | Removes the conflicting declaration of "version" and changes to versionCode that did nothing.
* android: config: Expose VSync as a configurable setting.bunnei2023-06-035-9/+44
|
* android: GPU: Enable async presentation, increase frames in flight.bunnei2023-06-031-1/+3
|
* android: Enable onBackInvokedCallbackCharles Lombardo2023-06-031-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.
* android: Remove deprecated use of onBackPressed()Charles Lombardo2023-06-031-1/+16
|
* android: Add option for touch overlay hapticsCharles Lombardo2023-06-036-4/+51
| | | | Disabled by default
* android: Improve missing game handlingCharles Lombardo2023-06-032-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.
* android: Clean up dependenciesCharles Lombardo2023-06-031-7/+3
| | | | Additionally updates material and androidx core libraries
* android: Delete java code style fileCharles Lombardo2023-06-031-241/+0
|
* android: Settings UI tweaksCharles Lombardo2023-06-036-23/+24
| | | | New spacing and fonts for list items
* android: Simplify setup in search and games fragmentsCharles Lombardo2023-06-032-57/+62
|
* android: Use collapsing toolbar layout in settingsCharles Lombardo2023-06-033-11/+26
|
* android: Remove unnecessary JvmStatic/JvmField annotationsCharles Lombardo2023-06-0311-17/+0
|
* android: Fix navigation rail animation in rtl layoutCharles Lombardo2023-06-031-4/+14
|
* android: Use cutout insets on setup fragmentCharles Lombardo2023-06-031-5/+6
|
* android: Button to reset all settingsCharles Lombardo2023-06-0321-23/+138
|
* android: Use proguard file in relWithDebInfoCharles Lombardo2023-06-031-0/+4
|
* android: Fix background color within inset areasCharles Lombardo2023-06-032-2/+4
|
* android: Shortcut to settings activity on reselectionCharles Lombardo2023-06-031-2/+11
|
* android: Expose custom RTC settingCharles Lombardo2023-06-039-31/+72
|
* android: Reset setting on long pressCharles Lombardo2023-06-0316-7/+89
|
* android: Fix issues with ea/main icons and version codesCharles Lombardo2023-06-037-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.
* android: Move theme options out of advanced settingsCharles Lombardo2023-06-034-9/+17
|
* android: Check if cached games are validCharles Lombardo2023-06-031-1/+9
| | | | Fixes bug when you close yuzu, delete games, and reopen to an instant crash.
* android: Invert rotation to match phone orientationgerman772023-06-031-5/+27
|
* android: config: Use default anisotropic filtering.bunnei2023-06-031-1/+4
|
* android: Remove top padding from in game menu itemsCharles Lombardo2023-06-031-20/+12
|
* android: Use different icons for mainline/eaCharles Lombardo2023-06-0310-5/+835
|
* android: Add early access upgrade fragmentCharles Lombardo2023-06-0313-2/+419
| | | | We now have a second build flavor that will determine whether the "Get Early Access" button appears.
* android: settings: Use mailbox vsync by default.bunnei2023-06-032-2/+5
|
* android: video_core: Disable problematic compute shaders.bunnei2023-06-032-2/+4
| | | | - Fixes #104.
* android: Update progard to fix settings crashCharles Lombardo2023-06-031-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.
* android: vulkan: Recreate surface after suspension & adapt to async. presentation.bunnei2023-06-033-11/+4
|
* android: Game data cacheCharles Lombardo2023-06-038-17/+63
|
* android: Update to Kotlin 1.8.21Charles Lombardo2023-06-031-1/+1
|
* android: Disable jetifierCharles Lombardo2023-06-031-2/+1
| | | | We no longer depend on any legacy libraries that required this flag
* android: Update dependenciesCharles Lombardo2023-06-031-2/+2
|
* android: Migrate to AGP 8.0.1Charles Lombardo2023-06-034-6/+17
|
* android: Enable non-transitive R classesCharles Lombardo2023-06-034-5/+15
| | | | New default going forward for new android projects. Best to follow the new standard.
* android: config: Enable asynchronous presentation by default on Android.bunnei2023-06-032-0/+8
|
* android: fix deadzone calculationgerman772023-06-031-4/+12
|
* android: Fix background color when starting emulationCharles Lombardo2023-06-031-0/+1
|
* android: Persistent scrollbars on home settings fragmentCharles Lombardo2023-06-032-5/+14
|
* android: Use short build hashCharles Lombardo2023-06-031-1/+1
|
* android: Use navigation bar shade viewCharles Lombardo2023-06-034-49/+54
|
* android: About fragmentCharles Lombardo2023-06-0310-3/+415
|
* android: Use x-axis animation for navigation railCharles Lombardo2023-06-033-3/+23
|
* android: Sort games alphabetically by defaultCharles Lombardo2023-06-031-2/+9
|
* android: New icons for navigation barCharles Lombardo2023-06-037-4/+47
|
* android: New icons for home settings fragmentCharles Lombardo2023-06-034-21/+11
|
* android: Add navigation railCharles Lombardo2023-06-0314-93/+208
|
* android: Search FragmentCharles Lombardo2023-06-0320-189/+551
|
* android: Fix potential zip traversal exploitCharles Lombardo2023-06-031-3/+9
|
* android: Add dedicated show overlay checkboxgerman772023-06-033-6/+30
|
* android: Add user directory shortcutCharles Lombardo2023-06-036-25/+140
|
* android: Fix inline keyboard inputgerman772023-06-031-5/+7
|
* android: Fix grammatical mistake in video core error messageCharles Lombardo2023-06-031-1/+1
|
* android: Adjust wording on GPU driver install buttonCharles Lombardo2023-06-031-1/+1
|
* android: Add deadzone to stick inputNarr the Reg2023-06-031-19/+45
|
* android: Move motion listener to emulation activitygerman772023-06-032-64/+71
|
* core: hid: Finish linking motion from virtual controllersNarr the Reg2023-06-031-0/+2
|
* android: Change wording for "Add Games" button (#100)Charles Lombardo2023-06-032-4/+6
| | | Co-authored-by: bunnei <bunneidev@gmail.com>
* android: Scroll shortcut for games listCharles Lombardo2023-06-033-1/+34
| | | | If you reselect the "Games" menu item in the bottom navigation menu, the list smoothly scrolls to the top.
* android: Setup screen hotfixCharles Lombardo2023-06-033-12/+32
| | | | Added help button link for add games warning and a check for whether a task was completed on a given screen.
* android: Swap Default and Install buttons for GPU driver installation dialogCharles Lombardo2023-06-031-2/+2
|
* android: Add warnings to setup screensCharles Lombardo2023-06-034-13/+149
|
* android: Allow search bar to scroll offscreenCharles Lombardo2023-06-033-15/+8
|
* android: Update app iconCharles Lombardo2023-06-032-34/+30
| | | | Small icon updates from Flam
* android: Change organization of the settings tab in the home screenCharles Lombardo2023-06-037-44/+44
|
* android: Properly pop setup fragment from the back stackCharles Lombardo2023-06-031-1/+3
|
* android: Vertically scalable setup pagesCharles Lombardo2023-06-032-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.
* android: Fix setup rotation bugCharles Lombardo2023-06-032-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.
* android: Temporarily switch for a fixed version code for testingCharles Lombardo2023-06-031-1/+1
|
* android: Fix alignment of SwipeRefreshLayoutCharles Lombardo2023-06-031-5/+9
|
* android: Shape/spacing adjustments to game cardCharles Lombardo2023-06-033-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.
* android: Manual tweaks for dialog colorsCharles Lombardo2023-06-036-2/+21
| | | | Small fix for Flam
* android: Fix black backgrounds bugCharles Lombardo2023-06-031-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.
* android: Use navigation bar shade view for settings activityCharles Lombardo2023-06-032-3/+20
|
* android: Disable editing themes during emulationCharles Lombardo2023-06-031-3/+3
|
* android: Prevent situation where binding is called on a null viewCharles Lombardo2023-06-031-0/+3
|
* android: Add black backgrounds toggleCharles Lombardo2023-06-036-1/+42
|
* android: Add theme mode pickerCharles Lombardo2023-06-035-11/+76
|
* android: Add theme pickerCharles Lombardo2023-06-037-3/+127
|
* android: Prevent potential abstract settings crashCharles Lombardo2023-06-031-0/+4
|
* android: Fix cast for abstract settingsCharles Lombardo2023-06-034-5/+5
|
* android: Create xml for Material You themeCharles Lombardo2023-06-032-0/+58
|
* android: Remove check for API 29 in themesCharles Lombardo2023-06-032-15/+4
|
* android: Adjustments to home option cardCharles Lombardo2023-06-031-4/+10
| | | | Several spacing/color adjustments provided by Flam
* android: Use different colors for logo in options menuCharles Lombardo2023-06-032-3/+3
| | | | Reverting to the official logo colors
* android: New default theme colorsCharles Lombardo2023-06-032-30/+34
|
* android: Use libnx default iconCharles Lombardo2023-06-034-1/+1
| | | | Credit to jaames for the original icon
* android: enable LTOLiam2023-06-031-1/+2
|
* android: Show error if invalid keys file is selectedCharles Lombardo2023-06-032-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.
* android: Fix first time setup scrolling bugCharles Lombardo2023-06-032-18/+17
| | | | If you quickly scrolled from the second page to the first and then back, the next/back buttons would disappear.
* android: Fix A button preference keyCharles Lombardo2023-06-031-1/+1
|
* android: First time setup screenCharles Lombardo2023-06-0319-163/+769
|
* android: Prevent editing unsafe settings at runtimeCharles Lombardo2023-06-035-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.
* android: Abstract settingsCharles Lombardo2023-06-0324-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!
* android: Implement gamepad inputgerman772023-06-036-11/+510
|
* android: Bump minimum version to Android 11Charles Lombardo2023-06-031-1/+1
|
* android: Decouple status bar shade from navigation bar visibilityCharles Lombardo2023-06-033-14/+34
|
* android: Enable code minificationCharles Lombardo2023-06-035-22/+18
|
* android: Switch from a colored status bar to a custom viewCharles Lombardo2023-06-034-23/+35
| | | | Allows for smoother transitions with the search bar
* android: Adjustments to card_gameCharles Lombardo2023-06-031-20/+5
| | | | Removed a currently unused text view and moved to material text views.
* android: MainActivity overhaulCharles Lombardo2023-06-0332-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
* android: Enforce Vulkan 1.1 support as minimumCharles Lombardo2023-06-031-3/+4
|
* android: Update gradle version to 8.1Charles Lombardo2023-06-031-1/+1
|
* android: Update app dependenciesCharles Lombardo2023-06-031-5/+5
|
* android: Convert gradle scripts to Kotlin DSLCharles Lombardo2023-06-035-201/+241
|
* android: settings: Add scaling filter & anti-aliasing options. (#66)bunnei2023-06-034-0/+75
|
* android: video_core: Add support for disk shader cache. (#64)bunnei2023-06-0312-4/+258
|
* android: config: Change docked mode and GPU accuracy to favor performance on Android.bunnei2023-06-033-7/+11
|
* android: Initialize account managergerman772023-06-031-0/+5
|
* android: Remove unsafe null checkgerman772023-06-031-4/+2
|
* android: Scale input overlay independently of system display scaleCharles Lombardo2023-06-032-30/+41
|
* android: Use apply instead of commit for shared preferencesCharles Lombardo2023-06-033-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.
* android: Add DPad slide toggleCharles Lombardo2023-06-035-2/+14
|
* android: Add relative stick center toggleCharles Lombardo2023-06-033-0/+13
|
* android: Make hash and branch accessible from BuildConfigCharles Lombardo2023-06-031-0/+25
|
* android: Backup shared preferences where applicableCharles Lombardo2023-06-032-0/+12
|
* android: Enable retaining app data after uninstallCharles Lombardo2023-06-031-1/+2
|
* android: Remove unused doFrame functionCharles Lombardo2023-06-031-2/+0
|
* android: Convert NativeLibrary to KotlinCharles Lombardo2023-06-0315-766/+523
|
* android: Remove LocalBroadcastManagerCharles Lombardo2023-06-0311-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.
* android: Remove game databaseCharles Lombardo2023-06-0318-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.
* android: Adjust game icon loadingCharles Lombardo2023-06-031-15/+9
|
* android: Remove unused dimensions filesCharles Lombardo2023-06-032-9/+0
|
* android: Slightly reduce game card sizeCharles Lombardo2023-06-032-3/+3
|
* android: Only show company text view if it has contentCharles Lombardo2023-06-031-5/+8
|
* android: Fix check for ok text in software keyboardCharles Lombardo2023-06-031-1/+1
|
* android: Implement amiibo reading from nfc tagNarr the Reg2023-06-0313-4/+303
|
* android: Add toggle controls option to input overlayCharles Lombardo2023-06-035-6/+62
|
* android: Do not update FPS text on null viewCharles Lombardo2023-06-031-1/+1
|
* android: Convert keyboard applet to kotlin and refactorCharles Lombardo2023-06-036-279/+255
|
* android: Implement basic software keyboard applet.bunnei2023-06-0312-152/+625
|
* android: config: Disable shader cache by default on Android.bunnei2023-06-031-0/+4
|
* android: Fix fps counter not showing upgerman772023-06-034-11/+13
|
* android: Prevent showing games on an invalid viewCharles Lombardo2023-06-031-0/+3
|
* android: Re-implement overlay editingCharles Lombardo2023-06-035-25/+245
|
* android: Fix popup menu going out of boundsCharles Lombardo2023-06-032-20/+11
|
* android: Use autofit grid for games fragmentCharles Lombardo2023-06-033-28/+72
|
* android: Prevent updating empty game list text on invalid viewCharles Lombardo2023-06-031-0/+3
|
* android: Persist settings across configuration changesCharles Lombardo2023-06-039-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.
* android: Store settings object in viewmodelCharles Lombardo2023-06-037-57/+45
|
* android: Remove configChanges exceptionsCharles Lombardo2023-06-031-1/+0
|
* Android: Enable resizeable activitiesCharles Lombardo2023-06-031-6/+2
|
* android: Fix emulation fragment commentsCharles Lombardo2023-06-031-2/+2
|
* android: Use modal navigation drawer as in game menuCharles Lombardo2023-06-0317-373/+343
|
* android: Make Game class parcelableCharles Lombardo2023-06-031-1/+4
|
* android: Add kotlin parcelize pluginCharles Lombardo2023-06-031-0/+1
|
* android: Remove deprecated use of onActivityResultCharles Lombardo2023-06-032-139/+107
|
* android: Fix RTL layoutsCharles Lombardo2023-06-033-1/+6
|
* android: Use ellipsis characterCharles Lombardo2023-06-031-1/+1
|
* android: Move all array strings to main strings fileCharles Lombardo2023-06-032-48/+109
|
* android: Remove unused stringsCharles Lombardo2023-06-031-9/+0
|
* android: Remove unused colorsCharles Lombardo2023-06-032-6/+0
|
* android: Remove citra date time pickerCharles Lombardo2023-06-031-22/+0
|
* android: Remove unused premium header layoutCharles Lombardo2023-06-031-42/+0
|
* android: Remove unused fragment animationsCharles Lombardo2023-06-032-41/+0
|
* android: Remove unused string arraysCharles Lombardo2023-06-031-34/+0
|
* android: Remove unused integer xmlsCharles Lombardo2023-06-034-13/+0
|
* android: Refactor ic_launcher.xml to drawablesCharles Lombardo2023-06-033-3/+3
|
* android: Suppress lint in InsetsHelperCharles Lombardo2023-06-031-0/+2
|
* android: Add data extraction rulesCharles Lombardo2023-06-033-2/+56
|
* android: Remove requestLegacyExternalStorage attributeCharles Lombardo2023-06-031-3/+1
|
* android: Remove unused permissionsCharles Lombardo2023-06-031-3/+0
|
* android: Inset input overlay based on system cutoutsCharles Lombardo2023-06-035-59/+94
|
* android: Stop updating fps counter when emulation stopsCharles Lombardo2023-06-031-1/+4
|
* android: Move driver installation off of main threadCharles Lombardo2023-06-034-21/+42
| | | | Additionally creates an indeterminate loading dialog during installation
* android: Fix crash when decodeGameIcon creates a null BitmapCharles Lombardo2023-06-031-1/+1
|
* android: Use view bindingCharles Lombardo2023-06-0316-284/+189
|
* android: Enable view bindingCharles Lombardo2023-06-031-0/+2
|
* android: Refactor CheckBoxSetting to SwitchSettingCharles Lombardo2023-06-035-14/+14
|
* android: EmulationActivity: Fix variable shadowing in fragment creation.bunnei2023-06-031-2/+2
|
* android: res: fragment_emulation: Ensure FPS counter is shown.bunnei2023-06-031-7/+7
|
* build: only enable adrenotools on arm64Liam2023-06-033-4/+10
|
* android: Use Skyline's document providerCharles Lombardo2023-06-033-4/+319
|
* android: Use androidx splash screenCharles Lombardo2023-06-034-2/+12
|
* android: Replace Picasso with CoilCharles Lombardo2023-06-037-138/+41
|
* android: New swipe to refresh color schemeCharles Lombardo2023-06-031-1/+9
|
* android: New settings fragment animationsCharles Lombardo2023-06-0312-163/+80
|
* android: Use edge to edgeCharles Lombardo2023-06-039-21/+110
|
* android: Use Material 3 componentsCharles Lombardo2023-06-0323-174/+268
|
* android: Modernize theme systemCharles Lombardo2023-06-038-94/+130
|
* android: Use vector iconsCharles Lombardo2023-06-0342-9/+27
|
* android: Use adaptive iconCharles Lombardo2023-06-0313-3/+24
|
* android: settings: Dynamically evaluate valueAsStringbunnei2023-06-034-4/+4
| | | | Co-Authored-By: bunnei <bunneidev@gmail.com>
* android: Add license identifierCharles Lombardo2023-06-0366-5/+199
|
* android: Convert YuzuApplication to KotlinCharles Lombardo2023-06-032-59/+56
|
* android: Convert Action1 to KotlinCharles Lombardo2023-06-032-5/+5
|
* android: Convert GameViewHolder to KotlinCharles Lombardo2023-06-032-44/+32
|
* android: Remove ThemeUtilCharles Lombardo2023-06-031-34/+0
|
* android: Convert StartupHandler to KotlinCharles Lombardo2023-06-032-45/+45
|
* android: Convert Log to KotlinCharles Lombardo2023-06-032-39/+42
|
* android: Convert GpuDriverMetadata to KotlinCharles Lombardo2023-06-032-45/+44
|
* android: Convert GpuDriverHelper to KotlinCharles Lombardo2023-06-032-130/+145
|
* android: Convert GameIconRequestHandler to KotlinCharles Lombardo2023-06-032-29/+22
|
* android: Convert ForegroundService to KotlinCharles Lombardo2023-06-032-63/+56
|
* android: Convert FileUtil to KotlinCharles Lombardo2023-06-032-296/+292
|
* android: Convert FileBrowserHelper to KotlinCharles Lombardo2023-06-032-25/+26
|
* android: Convert EmulationMenuSettings to KotlinCharles Lombardo2023-06-032-78/+59
|
* android: Convert DocumentsTree to KotlinCharles Lombardo2023-06-032-125/+110
|
* android: Convert DirectoryStateReceiver to KotlinCharles Lombardo2023-06-032-22/+15
|
* android: Convert DirectoryInitialization to KotlinCharles Lombardo2023-06-032-72/+66
|
* android: Convert ControllerMappingHelper to KotlinCharles Lombardo2023-06-031-25/+24
|
* android: Convert BiMap to KotlinCharles Lombardo2023-06-032-22/+22
|
* android: Convert AddDirectoryHelper to KotlinCharles Lombardo2023-06-032-38/+27
|
* android: Convert PlatformGamesView to KotlinCharles Lombardo2023-06-031-6/+6
|
* android: Convert PlatformGamesPresenter to KotlinCharles Lombardo2023-06-032-42/+30
|
* android: Convert PlatformGamesFragment to KotlinCharles Lombardo2023-06-032-105/+94
|
* android: Convert MainView to KotlinCharles Lombardo2023-06-031-8/+6
|
* android: Convert MainPresenter to KotlinCharles Lombardo2023-06-032-81/+66
|
* android: Convert InputOverlayDrawableJoystick to KotlinCharles Lombardo2023-06-032-243/+205
|
* android: Convert MainActivity to KotlinCharles Lombardo2023-06-033-250/+229
|
* android: Remove ExampleInstrumentedTestCharles Lombardo2023-06-031-3/+0
|
* android: Remove TwoPaneOnBackPressedCallbackCharles Lombardo2023-06-031-37/+0
| | | | Leftover UI code for dolphin's cheat system. Removing for now.
* android: Convert InputOverlayDrawableDpad to KotlinCharles Lombardo2023-06-032-276/+232
|
* android: Convert InputOverlayDrawableButton to KotlinCharles Lombardo2023-06-032-139/+118
|
* android: Convert InputOverlay to KotlinCharles Lombardo2023-06-032-656/+886
|
* android: Remove DividerItemDecorationCharles Lombardo2023-06-031-130/+0
| | | | Removed in favor of material components version
* android: Inherit from Material 3 themesCharles Lombardo2023-06-031-8/+4
| | | | Partially breaks the UI for now but is necessary to use new material components.
* android: Convert MinimalDocumentFile to KotlinCharles Lombardo2023-06-032-28/+8
|
* android: Convert GameProvider to KotlinCharles Lombardo2023-06-032-138/+127
|
* android: Convert GameDatabase to KotlinCharles Lombardo2023-06-032-275/+260
|
* android: Convert Game to KotlinCharles Lombardo2023-06-032-76/+56
|
* android: Convert EmulationFragment to KotlinCharles Lombardo2023-06-032-375/+348
|
* android: Convert SettingsFile to KotlinCharles Lombardo2023-06-032-272/+245
|
* android: Convert SettingsFrameLayout to KotlinCharles Lombardo2023-06-032-48/+43
|
* android: Convert SettingsFragmentView to KotlinCharles Lombardo2023-06-031-18/+15
|
* android: Convert SettingsFragmentPresenter to KotlinCharles Lombardo2023-06-032-184/+333
|
* android: Convert SettingsFragment to KotlinCharles Lombardo2023-06-032-136/+120
|
* android: Convert SettingsActivityView to KotlinCharles Lombardo2023-06-031-27/+20
|
* android: Convert SettingsActivityPresenter to KotlinCharles Lombardo2023-06-032-122/+99
|
* android: Convert SettingsActivity to KotlinCharles Lombardo2023-06-032-209/+186
|
* android: Convert SubmenuViewHolder to KotlinCharles Lombardo2023-06-032-45/+35
|
* android: Convert SliderViewHolder to KotlinCharles Lombardo2023-06-032-45/+34
|
* android: Convert SingleChoiceViewHolder to KotlinCharles Lombardo2023-06-032-62/+54
|
* android: Convert SettingViewHolder to KotlinCharles Lombardo2023-06-032-49/+38
|
* android: Convert HeaderViewHolder to KotlinCharles Lombardo2023-06-032-32/+28
|
* android: Convert DateTimeViewHolder to KotlinCharles Lombardo2023-06-032-47/+35
|
* android: Convert CheckBoxSettingViewHolder to KotlinCharles Lombardo2023-06-032-54/+41
|
* android: Convert StringSetting to KotlinCharles Lombardo2023-06-032-23/+9
|
* android: Convert SettingSection to KotlinCharles Lombardo2023-06-032-55/+34
|
* android: Convert Setting to KotlinCharles Lombardo2023-06-031-24/+6
|
* android: Convert IntSetting to KotlinCharles Lombardo2023-06-032-23/+9
|
* android: Convert FloatSetting to KotlinCharles Lombardo2023-06-032-23/+9
|
* android: Convert BooleanSetting to KotlinCharles Lombardo2023-06-032-23/+9
|
* android: Convert SubmenuSetting to KotlinCharles Lombardo2023-06-032-21/+15
|
* android: Convert StringSingleChoiceSetting to KotlinCharles Lombardo2023-06-032-82/+61
|
* android: Convert SliderSetting to KotlinCharles Lombardo2023-06-032-101/+72
|
* android: Convert SingleChoiceSetting to KotlinCharles Lombardo2023-06-032-60/+44
|
* android: Convert SettingsItem to KotlinCharles Lombardo2023-06-032-100/+30
|
* android: Convert HeaderSetting to KotlinCharles Lombardo2023-06-032-14/+12
|
* android: Convert DateTimeSetting to KotlinCharles Lombardo2023-06-032-40/+35
|
* android: Convert CheckBoxSetting to KotlinCharles Lombardo2023-06-032-80/+91
|
* android: Convert GameAdapter to KotlinCharles Lombardo2023-06-032-244/+178
|
* android: Convert SettingsAdapter to KotlinCharles Lombardo2023-06-033-366/+315
| | | | Update SettingsAdapter.kt
* android: Convert EmulationActivity to KotlinCharles Lombardo2023-06-032-347/+286
|
* android: Use material slider in settings dialogCharles Lombardo2023-06-031-20/+20
|
* android: Convert Settings to KotlinCharles Lombardo2023-06-032-127/+145
|
* android: Use androidx preferencesCharles Lombardo2023-06-031-0/+2
|
* android: frontend: Add unique error strings for Vulkan initialization errors.bunnei2023-06-032-19/+25
|
* android: Use the center of the object and reduce draw callsgerman772023-06-038-59/+76
|
* android: Replace old buttons with vectorsgerman772023-06-03149-71/+613
|
* android: Enable Kotlin supportCharles Lombardo2023-06-034-26/+30
|
* android: Upgrade java version to 11Charles Lombardo2023-06-031-2/+2
|
* android: Upgrade dependenciesCharles Lombardo2023-06-031-4/+4
|
* android: Upgrade to AGP 7.4.2Charles Lombardo2023-06-031-1/+1
|
* android: Replace lintOptions with lintCharles Lombardo2023-06-031-1/+1
|
* android: Move namespace to app module build.gradleCharles Lombardo2023-06-032-2/+3
|
* android: bump compile/target sdk to 33Charles Lombardo2023-06-031-2/+2
|
* android: Upgrade gradle to 8.0.1Charles Lombardo2023-06-031-1/+1
|
* CMake: fix pkg-config behavior when building for Androidliushuyu2023-06-031-0/+1
|
* CI: add Android build systemsliushuyu2023-06-031-0/+0
|
* android: build.gradle: Cleanup build types.bunnei2023-06-031-7/+1
|
* android: frontend: settings: Add graphics debugging.bunnei2023-06-034-6/+18
|
* android: jni: Ensure system is only initialized once.bunnei2023-06-034-8/+8
| | | | - Fixes likelihood that fastmem allocation succeeds.
* android: frontend: Cleanup framerate counter.bunnei2023-06-032-4/+3
|
* android: vulkan: Implement adrenotools turbo mode.bunnei2023-06-035-1/+13
|
* android: frontend: Add support for GPU driver selection.bunnei2023-06-039-3/+251
|
* android: native: Add support for custom Vulkan driver loading.bunnei2023-06-036-44/+109
|
* android: EmulationFragment: Always reset overlay.bunnei2023-06-031-1/+2
| | | | - Ensures correct placement until we have better overlay configuration.
* android: Add motion sensorNarr the Reg2023-06-032-20/+65
|
* android: Hook jni input properlyNarr the Reg2023-06-035-90/+104
|
* android: cleanup touch update loopNarr the Reg2023-06-031-28/+50
|
* android: Clean joystick overlayNarr the Reg2023-06-033-135/+131
|
* android: Clean dpad overlayNarr the Reg2023-06-032-192/+174
|
* android: Clean button overlayNarr the Reg2023-06-032-195/+65
|
* android: Add all buttons to screen controllerNarr the Reg2023-06-034-209/+104
|
* android: Apply clang formatNarr the Reg2023-06-032-9/+9
|
* android: frontend: Implement game grid view. (#9)bunnei2023-06-0315-174/+272
|
* android: Replace notification icon with yuzugerman772023-06-033-0/+0
|
* android: strings: Refresh key dumping URL.bunnei2023-06-031-1/+1
|
* android: frontend: Modify ROM load messaging for invalid keys.bunnei2023-06-032-7/+11
|
* android: frontend: Integrate key installation for SAF.bunnei2023-06-0318-19/+100
|
* android: jni: Add function to reload keys.bunnei2023-06-033-2/+14
|
* android: EmulationActivity: Temporarily disable running notification.bunnei2023-06-032-7/+12
|
* android: Implement SAF support & migrate to SDK 31. (#4)bunnei2023-06-0332-688/+615
|
* android: Harden emulation shutdown when loader fails.bunnei2023-06-031-6/+12
|
* android: SettingsFragmentPresenter: Fix default renderer backend.bunnei2023-06-031-1/+1
|
* android: jni: native: Add lock around HaltEmulation, tighten run loop.bunnei2023-06-031-1/+3
|
* android: jni: native: Refactor locking for is_running.bunnei2023-06-031-8/+21
|
* android: jni: native: Remove unnecessary atomic for is_running.bunnei2023-06-031-6/+5
|
* android: jni: native: Tighten up emulation start/stop signaling.bunnei2023-06-031-58/+64
|
* android: jni: native: Consolidate emulation state into EmulationSession singleton.bunnei2023-06-031-67/+164
| | | | | - Fixes state management issues across multiple boots. - Fixes crashes related to unsafe access of perf stats.
* android: Frontend: Fix rendering aspect ratio & add a setting for it.bunnei2023-06-036-1/+24
|
* android: Integrate settings frontend with yuzu & remove unused code.bunnei2023-06-0325-1759/+949
|
* android: Minimize frontend & convert to yuzu.bunnei2023-06-03128-2509/+934
|
* android: Minimal JNI for yuzu.bunnei2023-06-037-0/+640
|
* android: Add Citra frontend.bunnei2023-06-03319-0/+13799