Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11767 from t895/gradle-stuff | Charles Lombardo | 2023-10-13 | 2 | -9/+8 |
|\ | | | | | android: Update dependencies | ||||
| * | android: Remove unnecessary flag to extract native libs in AndroidManifest.xml | Charles Lombardo | 2023-10-13 | 1 | -1/+0 |
| | | |||||
| * | android: Update dependencies | Charles Lombardo | 2023-10-13 | 1 | -7/+7 |
| | | | | | | | | Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core | ||||
| * | android: Update ndk to 26.1.10909125 | Charles Lombardo | 2023-10-13 | 1 | -1/+1 |
| | | | | | | | | The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds | ||||
* | | android: Fix incorrect assumption for driver installation validation | Charles Lombardo | 2023-10-13 | 1 | -12/+13 |
| | | | | | | | | The driver was assumed to be installed at this point before I made a refactor. Now we just check if the copy operation was successful and delete the file if it fails. | ||||
* | | Merge pull request #11649 from t895/driver-manager | liamwhite | 2023-10-13 | 36 | -299/+1039 |
|\ \ | |/ |/| | android: Driver manager | ||||
| * | android: Add GPU driver management fragment | Charles Lombardo | 2023-10-12 | 32 | -263/+1010 |
| | | | | | | | | Implements a GPU driver manager that saves all drivers to the user data directory and asynchronously installs drivers when they're needed. | ||||
| * | android: Use application context for all FileUtil functions | Charles Lombardo | 2023-10-01 | 8 | -41/+34 |
| | | |||||
* | | vk_present_manager: recreate surface on any surface loss | Liam | 2023-10-03 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #11604 from t895/only-install-nsp | liamwhite | 2023-09-28 | 1 | -4/+0 |
|\ | | | | | Frontend: Remove ability to install xci files | ||||
| * | android: Remove ability to install xci files | Charles Lombardo | 2023-09-27 | 1 | -4/+0 |
| | | |||||
* | | Merge pull request #11613 from t895/fragment-exception-change | Charles Lombardo | 2023-09-28 | 3 | -17/+40 |
|\ \ | | | | | | | android: Various play store fixes | ||||
| * | | android: Prevent crash when trying to change pages in setup fragment | Charles Lombardo | 2023-09-27 | 1 | -2/+6 |
| | | | | | | | | | | | | Sometimes when we want to change the current setup page, the current view isn't available and we try to alter the current view. This adds a guard to prevent that issue. | ||||
| * | | android: Prevent setup fragment crash in background | Charles Lombardo | 2023-09-27 | 1 | -2/+4 |
| | | | | | | | | | | | | Sometimes during onSaveInstanceState, the SetupFragment would crash the app in the background if we tried to store the state of a view. | ||||
| * | | android: Don't update views if binding is null in onConfigurationChanged | Charles Lombardo | 2023-09-27 | 1 | -0/+4 |
| | | | |||||
| * | | android: Don't wait for post to update input overlay visibility | Charles Lombardo | 2023-09-27 | 1 | -9/+3 |
| | | | |||||
| * | | android: Close activity with toast if emulation has no game | Charles Lombardo | 2023-09-27 | 2 | -4/+23 |
| |/ | |||||
* | | Merge pull request #11616 from t895/save-error | Charles Lombardo | 2023-09-27 | 1 | -1/+2 |
|\ \ | | | | | | | android: Correctly reload settings file during reset | ||||
| * | | android: Correctly reload settings file during reset | Charles Lombardo | 2023-09-27 | 1 | -1/+2 |
| |/ | | | | | | | Previously the config file wasn't being recreated when resetting all settings. Now just call into native code to recreate the settings file and reload all defaults. | ||||
* | | Merge pull request #11603 from t895/consolidate-installs | Charles Lombardo | 2023-09-27 | 33 | -421/+616 |
|\ \ | |/ |/| | android: Consolidate installers to one fragment | ||||
| * | android: Adjust failure dialogs for user data and firmware installers | Charles Lombardo | 2023-09-26 | 2 | -3/+13 |
| | | |||||
| * | android: Fix cancel behavior on indeterminate progress dialog fragment | Charles Lombardo | 2023-09-26 | 1 | -4/+14 |
| | | | | | | | | The dialog would previously dismiss immediately when it should stay alive until the task is cancelled completely. | ||||
| * | android: Refactor zip code into FileUtil | Charles Lombardo | 2023-09-26 | 4 | -91/+89 |
| | | |||||
| * | android: Consolidate installers to one fragment | Charles Lombardo | 2023-09-26 | 30 | -339/+516 |
| | | | | | | | | This also allows save imports to happen without starting a game at first. | ||||
* | | android: Use a different string for the content install dialog | Charles Lombardo | 2023-09-26 | 2 | -1/+2 |
| | | |||||
* | | android: Fix case bug for installing game content | Charles Lombardo | 2023-09-26 | 3 | -7/+19 |
| | | | | | | | | The C++ side never made the filename lowercase when checking the extension. This just passes the pre-prepared extension to have it checked. | ||||
* | | Merge pull request #11594 from t895/rotation-fix | Charles Lombardo | 2023-09-26 | 2 | -5/+7 |
|\ \ | | | | | | | android: Prevent nav bar shade from laying out across screen | ||||
| * | | android: Prevent nav bar shade from laying out across screen | Charles Lombardo | 2023-09-26 | 2 | -5/+7 |
| |/ | |||||
* | | android: Prevent click ripple from appearing on loading card | Charles Lombardo | 2023-09-26 | 1 | -1/+2 |
| | | |||||
* | | android: Remove bottom attribute from navigation view | Charles Lombardo | 2023-09-26 | 1 | -1/+1 |
|/ | | | | Using the "bottom" attribute would break the navigation view and prevent things like rounded corners and lock modes from being applied properly. | ||||
* | android: Use measured size of view for input overlay bounds | Charles Lombardo | 2023-09-25 | 1 | -6/+9 |
| | | | | Even after updating the androidx window library, this did not fix the issue for all devices. This ensures that the measured size of the overlay will be used instead of a potentially larger one seen by androidx. | ||||
* | android: Use smaller read buffer size for exporting user data | Charles Lombardo | 2023-09-22 | 1 | -1/+10 |
| | | | | The File.readBytes() extension attempts to load an entire file into a byte array. This would cause crashes when loading huge files into memory. | ||||
* | android: Adjust valid user data check | Charles Lombardo | 2023-09-22 | 1 | -1/+2 |
| | |||||
* | Merge pull request #11564 from t895/overlay-inset-fix | Charles Lombardo | 2023-09-22 | 1 | -1/+1 |
|\ | | | | | android: Update androidx window library to 1.2.0-beta03 | ||||
| * | android: Update androidx window library to 1.2.0-beta03 | Charles Lombardo | 2023-09-21 | 1 | -1/+1 |
| | | | | | | | | Fixes an issue with the input overlay on certain devices where the controls would appear offscreen. | ||||
* | | Revert "android: Allow save imports always" | Charles Lombardo | 2023-09-21 | 16 | -13/+48 |
| | | |||||
* | | android: Remove unused strings related to the save manager | Charles Lombardo | 2023-09-20 | 15 | -30/+0 |
| | | |||||
* | | android: Allow importing saves even if no saves are found | Charles Lombardo | 2023-09-20 | 1 | -18/+13 |
| | | | | | | | | Exporting still won't be allowed on an empty save directory. | ||||
* | | android: Add import/export buttons for user data | Charles Lombardo | 2023-09-19 | 13 | -40/+311 |
|/ | |||||
* | Merge pull request #11542 from t895/touch-offset-fix | liamwhite | 2023-09-19 | 3 | -28/+20 |
|\ | | | | | android: Screen orientation and aspect ratio fixes | ||||
| * | android: Don't pause emulation when entering PiP | Charles Lombardo | 2023-09-19 | 1 | -1/+1 |
| | | |||||
| * | android: Fix showing input overlay in PiP | Charles Lombardo | 2023-09-19 | 1 | -1/+1 |
| | | |||||
| * | android: Properly update emulation surface | Charles Lombardo | 2023-09-19 | 2 | -25/+11 |
| | | | | | | | | Previously the emulation surface wasn't being updated during configuration changes and only during specific view events. This would break input and the screen dimensions after each orientation/aspect ratio change. Now a new surface is provided every time and the display dimensions are updated as needed. | ||||
| * | android: Export PiP receiver on API 33 and later | Charles Lombardo | 2023-09-17 | 1 | -1/+7 |
| | | | | | | | | Could cause crashes on API 33+ devices | ||||
* | | android: Set up signing config for release builds | Charles Lombardo | 2023-09-17 | 1 | -1/+18 |
|/ | |||||
* | android: Collect task state once view is created | Charles Lombardo | 2023-09-16 | 1 | -9/+25 |
| | | | | Before the viewLifecycleOwner wasn't ready and would cause a crash | ||||
* | Merge pull request #11492 from lat9nq/c-numeric-conversions | liamwhite | 2023-09-16 | 1 | -1/+1 |
|\ | | | | | general: Remove uncaught usages of C++ string number conversions | ||||
| * | android/config: Remove uncaught usage of stoul | lat9nq | 2023-09-13 | 1 | -1/+1 |
| | | |||||
* | | android: Remove settings interface specifically for audio mute | Charles Lombardo | 2023-09-15 | 4 | -31/+5 |
| | | |||||
* | | Merge pull request #11507 from t895/emulation-stop-fix | Charles Lombardo | 2023-09-15 | 1 | -2/+3 |
|\ \ | | | | | | | android: Return the correct status code on emulation stop | ||||
| * | | android: Return the correct status code on emulation stop | Charles Lombardo | 2023-09-15 | 1 | -2/+3 |
| | | | |||||
* | | | Merge pull request #11506 from t895/icon-fix | Charles Lombardo | 2023-09-15 | 4 | -3/+43 |
|\ \ \ | |/ / |/| | | android: Use resource as shortcut intermediary | ||||
| * | | android: Use resource as shortcut intermediary | Charles Lombardo | 2023-09-15 | 4 | -3/+43 |
| | | | | | | | | | | | | Fixes issue where the shortcut icon would appear cropped on certain devices | ||||
* | | | Merge pull request #11505 from t895/config-patch | Charles Lombardo | 2023-09-15 | 1 | -3/+0 |
|\ \ \ | | | | | | | | | android: Don't reinitialize settings on emulation start | ||||
| * | | | android: Don't reinitialize settings on emulation start | Charles Lombardo | 2023-09-15 | 1 | -3/+0 |
| |/ / | | | | | | | | | | Config is already initialized on application start | ||||
* | | | Merge pull request #11504 from t895/emu-args | Charles Lombardo | 2023-09-15 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | android: Fix emulation to settings navigation args | ||||
| * | | android: Fix emulation to settings navigation args | Charles Lombardo | 2023-09-15 | 1 | -1/+1 |
| | | | |||||
* | | | android: Delay collecting UI state in games fragment | Charles Lombardo | 2023-09-15 | 1 | -4/+4 |
|/ / | |||||
* | | android: Refactor menu tags to enum | Charles Lombardo | 2023-09-14 | 9 | -46/+39 |
| | | |||||
* | | android: Use StateFlow instead of LiveData | Charles Lombardo | 2023-09-14 | 16 | -249/+367 |
|/ | |||||
* | am: Implement UserChannel parameters | FearlessTobi | 2023-09-10 | 1 | -0/+1 |
| | | | | Used by the Super Mairo 3D All-Stars collection. | ||||
* | android: Fix game content installer | Charles Lombardo | 2023-08-31 | 2 | -85/+80 |
| | | | | Before this would run on the main thread and freeze the device. Additionally this fixes the result dialog not appearing if a config change happens during the installation by getting the activity's fragment manager when needed. | ||||
* | android: Combine LongMessageDialogFragment with MessageDialogFragment | Charles Lombardo | 2023-08-31 | 5 | -98/+47 |
| | |||||
* | android: Support dynamic app shortcuts | Charles Lombardo | 2023-08-30 | 1 | -0/+21 |
| | |||||
* | android: Separate emulation states from emulation mutex | Charles Lombardo | 2023-08-30 | 1 | -4/+2 |
| | | | | Emulation states are repeatedly checked by input and performance stats. During startup and shutdown, this could lead to a long halt on the UI thread because the call to IsRunning will be waiting on the emulation mutex to be unlocked. Using atomics should replace the existing functionality without causing problems. | ||||
* | android: Game loading/shutting down indicators | Charles Lombardo | 2023-08-30 | 26 | -211/+312 |
| | |||||
* | android: Create custom game icon loader | Charles Lombardo | 2023-08-30 | 2 | -22/+79 |
| | |||||
* | Merge pull request #11380 from t895/settings-integration | Charles Lombardo | 2023-08-30 | 73 | -2109/+2214 |
|\ | | | | | android: Settings rework | ||||
| * | android: Don't reload settings when stopping settings activity | Charles Lombardo | 2023-08-30 | 1 | -2/+0 |
| | | |||||
| * | android: Add optional androidDefault property to settings | Charles Lombardo | 2023-08-30 | 3 | -7/+15 |
| | | | | | | | | Certain settings have specific defaults for Android only. This lets us reflect them in the Kotlin side with very little code. | ||||
| * | android: Proper state restoration on settings dialogs | Charles Lombardo | 2023-08-30 | 9 | -198/+319 |
| | | | | | | | | | | | | All dialog code (except for the Date/Time ones) has been extracted out into a generic settings dialog fragment that handles everything through a viewmodel. State for each dialog will now be retained and dialogs will stay shown through configuration changes. I won't be changing the current state of the date and time dialog fragments until Google decides to make their classes non-final or if/when we migrate to Jetpack Compose. | ||||
| * | android: Add search for settings | Charles Lombardo | 2023-08-30 | 8 | -1/+372 |
| | | |||||
| * | android: Implement paired settings | Charles Lombardo | 2023-08-30 | 9 | -241/+335 |
| | | | | | | | | Enables and disables editing on settings that rely on other boolean settings. | ||||
| * | android: Prevent infinite switch toggle loop | Charles Lombardo | 2023-08-30 | 1 | -1/+3 |
| | | | | | | | | If something like a lifecycle event happens when this switch is toggled (Ex. whenever the black backgrounds switch is toggled), this could move the switch from the default position and trigger the checked changed listener and restart the loop. Here I just removed the listener at the start so we recycle the view properly still, set the checked state and then add the new listener. | ||||
| * | android: Migrate settings to navigation component | Charles Lombardo | 2023-08-30 | 28 | -567/+371 |
| | | | | | | | | Consolidates all of the settings components to the fragment and activity with no interfaces and only the settings fragment presenter. This also includes new material animations and new viewmodel usage to prevent the fragment and activity directly interacting with one another. | ||||
| * | android: Trim settings enums and items | Charles Lombardo | 2023-08-30 | 16 | -321/+133 |
| | | | | | | | | Take advantage of the new settings interface to reduce the amount of code we need for each setting item. Additionally make all settings items non-null to improve brevity. | ||||
| * | android: Expose interface for getting settings from native code | Charles Lombardo | 2023-08-30 | 46 | -969/+864 |
| | | | | | | | | Completely removes code related to parsing the settings file on the java side. Now all settings are accessed via NativeConfig.kt and config.cpp has been modified to be closer to the core counterpart. Since the core currently uses QSettings, we can't remove reliance from Wini yet. This also includes simplifications to each settings interface to get closer to native code and prepare for per-game settings. | ||||
* | | android: Support intents to emulation activity | Charles Lombardo | 2023-08-29 | 5 | -12/+45 |
|/ | |||||
* | android: Don't set a default emulation orientation | Charles Lombardo | 2023-08-27 | 1 | -1/+0 |
| | | | | Could cause unnecessary configuration change when setting an orientation other than "Landscape" | ||||
* | android: Properly adjust emulation surface aspect ratio | Charles Lombardo | 2023-08-27 | 3 | -45/+33 |
| | | | | | | | | Previously the emulation surface wouldn't respond properly to orientation changes. This would result in the screen appearing stretched when starting in one orientation and switching to another. The code for calculating the bounds of the view have been changed to match the expected behavior now. Before the view would just match parent in height and width. Now instead of using setLeftTopRightBottom (which is intended to be used for animations) we pass newly calculated bounds for the view into super. Now the view bounds match the emulation output. This also means that we don't need the overload for the SettingsActivity to launch it using an ActivityResultLauncher. We can just update the view in onResume. | ||||
* | Merge pull request #11356 from lat9nq/console-mode-pg | liamwhite | 2023-08-27 | 2 | -2/+5 |
|\ | | | | | general,config-qt: Present Console Mode as an enum with separate options in game properties | ||||
| * | native: Use Docked Mode helper | lat9nq | 2023-08-23 | 1 | -1/+1 |
| | | |||||
| * | config-android: Translate console mode setting | lat9nq | 2023-08-23 | 1 | -1/+4 |
| | | | | | | | | Translates the previous boolean to the enum. | ||||
* | | android: Use appCategory to specify the app is a game | Charles Lombardo | 2023-08-25 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #11357 from liamwhite/lime-vfs | bunnei | 2023-08-25 | 1 | -0/+44 |
|\ \ | | | | | | | android: jni: ensure NCAs from loaded filepath are registered in manual content provider | ||||
| * | | android: jni: ensure NCAs from loaded filepath are registered in manual content provider | Liam | 2023-08-23 | 1 | -0/+44 |
| |/ | |||||
* | | Merge pull request #11352 from t895/recurse-subfolders | liamwhite | 2023-08-23 | 1 | -9/+26 |
|\ \ | | | | | | | android: Search game directory recursively | ||||
| * | | android: Search game directory recursively | Charles Lombardo | 2023-08-22 | 1 | -9/+26 |
| |/ | |||||
* / | android: Set default build variant to mainlineRelWithDebInfo (#11358) | Charles Lombardo | 2023-08-23 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #11346 from t895/ktlint-fix | liamwhite | 2023-08-22 | 1 | -0/+5 |
|\ | | | | | android: lint: Delete generated ktlint folder between builds | ||||
| * | android: lint: Delete generated ktlint folder between builds | Charles Lombardo | 2023-08-21 | 1 | -0/+5 |
| | | | | | | | | There's a bug in ktlint where it will run into an error if you build the project, delete a source file, and then build again. It will be unable to find the file you deleted and can't recover until these files are deleted. This just deletes those files before every run. | ||||
* | | android: Show associated value in home settings (#11272) | Charles Lombardo | 2023-08-21 | 6 | -4/+75 |
|/ | |||||
* | android: Use sensor landscape for landscape mode (#11337) | Charles Lombardo | 2023-08-21 | 1 | -2/+2 |
| | |||||
* | Merge pull request #11273 from t895/setup-completion | bunnei | 2023-08-15 | 11 | -184/+370 |
|\ | | | | | android: Setup additions | ||||
| * | android: Page forward on setup step completion | Charles Lombardo | 2023-08-13 | 3 | -0/+17 |
| | | |||||
| * | android: Adjust setup fragment layout | Charles Lombardo | 2023-08-12 | 3 | -63/+88 |
| | | | | | | | | Fixes padding issues in small and large layouts and allows viewpager to reach into system insets. | ||||
| * | android: Show complete indicator during setup | Charles Lombardo | 2023-08-12 | 8 | -121/+265 |
| | | |||||
* | | android: Remove redundant option from slider dialog | Charles Lombardo | 2023-08-12 | 1 | -4/+0 |
| | | | | | | | | You can already reset any setting by long pressing the settings item. | ||||
* | | android: Reduce opacity of non-editable settings | Charles Lombardo | 2023-08-12 | 7 | -3/+28 |
| | | |||||
* | | android: Use string resource for slider value/units | Charles Lombardo | 2023-08-12 | 2 | -13/+13 |
| | | |||||
* | | android: Display setting value in setting list items | Charles Lombardo | 2023-08-12 | 7 | -38/+64 |
| | | |||||
* | | android: Set switch listener before assigning new value | Charles Lombardo | 2023-08-12 | 1 | -1/+1 |
|/ | | | | Previously the switch could have its old listener triggered when recycled. | ||||
* | Merge pull request #10839 from lat9nq/pgc-plus | liamwhite | 2023-08-02 | 1 | -7/+12 |
|\ | | | | | general: Reimplement per-game configurations | ||||
| * | config-android: Update memory layout member name | lat9nq | 2023-07-21 | 1 | -1/+1 |
| | | |||||
| * | android-config: Update enum labels | lat9nq | 2023-07-21 | 1 | -4/+4 |
| | | |||||
| * | (android)config: Clang format | lat9nq | 2023-07-21 | 1 | -2/+5 |
| | | |||||
| * | android-config: Adapt settings rework | lat9nq | 2023-07-21 | 1 | -4/+6 |
| | | |||||
* | | android: Only label language with language | Abandoned Cart | 2023-07-25 | 15 | -272/+18 |
| | | |||||
* | | general: reduce use of dynamic_cast | Liam | 2023-07-22 | 1 | -1/+1 |
|/ | |||||
* | android: fix links to re-dumping guides | Valeri Ochinski | 2023-07-16 | 1 | -1/+1 |
| | |||||
* | android: Visualize disabled home options | Charles Lombardo | 2023-07-11 | 4 | -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 uninstall | Charles Lombardo | 2023-07-10 | 1 | -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_nfc | liamwhite | 2023-07-05 | 1 | -0/+1 |
|\ | | | | | service: nfc: Ensure controller is in the correct mode | ||||
| * | android: Reintroduce launch mode as single top | german77 | 2023-07-03 | 1 | -0/+1 |
| | | |||||
* | | android: Version the input overlay | Charles Lombardo | 2023-07-03 | 11 | -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. | ||||
* | android: Show memory warning once | Charles Lombardo | 2023-06-30 | 2 | -13/+24 |
| | |||||
* | android: Rework MemoryUtil | Charles Lombardo | 2023-06-30 | 3 | -25/+85 |
| | | | | Uses string templates and rounds up memory amount for potentially inaccurate checks now | ||||
* | android: Make MemoryUtil an object | Charles Lombardo | 2023-06-29 | 2 | -13/+12 |
| | |||||
* | android: Android 14 support | Charles Lombardo | 2023-06-28 | 2 | -3/+6 |
| | | | | Specifies the permissions needed for the changes to foreground services in Android 14. | ||||
* | Merge pull request #10888 from 8bitDream/native | liamwhite | 2023-06-26 | 1 | -44/+47 |
|\ | | | | | android: (native) Parameter types from Android Studio | ||||
| * | android: define [[maybe_unused]] (const) auto | Abandoned Cart | 2023-06-23 | 1 | -41/+43 |
| | | |||||
| * | android: Parameter types from Android Studio | Abandoned Cart | 2023-06-23 | 1 | -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-meme | liamwhite | 2023-06-26 | 5 | -50/+19 |
|\ \ | |/ |/| | android: Clean up file extension checks | ||||
| * | android: Clean up file extension checks | Charles Lombardo | 2023-06-26 | 5 | -50/+19 |
| | | |||||
* | | Merge pull request #10811 from 8bitDream/pip_mute | liamwhite | 2023-06-23 | 9 | -255/+148 |
|\ \ | | | | | | | android: Add a PiP interface to mute / unmute | ||||
| * | | android: Refactor native and corresponding variables | Abandoned Cart | 2023-06-22 | 6 | -22/+25 |
| | | | |||||
| * | | Fix JNI and expose mute settings to Android | Abandoned Cart | 2023-06-22 | 7 | -277/+99 |
| | | | |||||
| * | | android: Add a PiP interface to mute / unmute | Abandoned Cart | 2023-06-21 | 4 | -0/+68 |
| | | | |||||
* | | | Merge pull request #10794 from 8bitDream/multiples | bunnei | 2023-06-22 | 3 | -40/+154 |
|\ \ \ | | | | | | | | | android: Add support for multiple installs | ||||
| * | | | android: Generalize string message dialog | Abandoned Cart | 2023-06-22 | 2 | -11/+11 |
| | | | | |||||
| * | | | android: Add support for concurrent installs | Abandoned Cart | 2023-06-22 | 3 | -40/+154 |
| |/ / | |||||
* | | | Merge pull request #10878 from GPUCode/log-droid | Morph | 2023-06-22 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | android: Log settings | ||||
| * | | | android: Log settings | GPUCode | 2023-06-22 | 1 | -0/+1 |
| |/ / | |||||
* | | | android: Convert memory sizes to resource | Abandoned Cart | 2023-06-22 | 3 | -11/+21 |
| | | | |||||
* | | | android: Add a notice when RAM inadequate | Abandoned Cart | 2023-06-22 | 3 | -1/+75 |
|/ / | |||||
* / | android: Don't show custom driver button on mali and x86 | Charles Lombardo | 2023-06-21 | 3 | -71/+123 |
|/ | |||||
* | Merge pull request #10808 from t895/settings-stuffs | bunnei | 2023-06-17 | 12 | -74/+165 |
|\ | | | | | android: Expose settings | ||||
| * | android: Expose audio output engine setting | Charles Lombardo | 2023-06-16 | 7 | -21/+59 |
| | | |||||
| * | android: Expose CPU debugging option | Charles Lombardo | 2023-06-16 | 5 | -23/+30 |
| | | |||||
| * | android: Expose fastmem option | Charles Lombardo | 2023-06-16 | 4 | -29/+59 |
| | | |||||
| * | android: Support changing multiple settings at once | Charles Lombardo | 2023-06-16 | 2 | -1/+17 |
| | | |||||
* | | android: Bump ktlint version to 0.47.1 | Charles Lombardo | 2023-06-16 | 1 | -1/+1 |
| | | |||||
* | | android: Disable import-ordering ktlint check | Charles Lombardo | 2023-06-16 | 1 | -1/+2 |
|/ | |||||
* | android: Fix aspect ratio when rotating screen | Abandoned Cart | 2023-06-16 | 2 | -28/+20 |
| | |||||
* | android: Apply ktlint codestyle | Charles Lombardo | 2023-06-16 | 53 | -278/+476 |
| | |||||
* | Android: Use ktlint for Kotlin code style | Charles Lombardo | 2023-06-16 | 1 | -0/+20 |
| | |||||
* | android: Enable android linting | Charles Lombardo | 2023-06-16 | 2 | -11/+1 |
| | |||||
* | android: fs: Fix Exists / IsFile for SAF. | bunnei | 2023-06-16 | 2 | -0/+23 |
| | |||||
* | android: Move overlays to their own layout | Abandoned Cart | 2023-06-14 | 5 | -108/+117 |
| | |||||
* | android: Initialize defaults for each orientations | Abandoned Cart | 2023-06-14 | 6 | -173/+187 |
| | |||||
* | android: Display FPS with emulation on hinge | Abandoned Cart | 2023-06-14 | 2 | -17/+13 |
| | |||||
* | android: Remove PiP reliance on fragment | Abandoned Cart | 2023-06-14 | 5 | -63/+69 |
| | |||||
* | android: Set layout by fragment, not view | Abandoned Cart | 2023-06-14 | 3 | -63/+63 |
| | |||||
* | android: Add a separate foldable layout set | Abandoned Cart | 2023-06-14 | 3 | -206/+222 |
| | |||||
* | android: Set portrait default control params | Abandoned Cart | 2023-06-14 | 4 | -17/+186 |
| | |||||
* | android: Actually implement portrait controls | Abandoned Cart | 2023-06-14 | 2 | -33/+82 |
| | |||||
* | android: Enable automated portrait controls | Abandoned Cart | 2023-06-14 | 2 | -81/+40 |
| | |||||
* | android: Add Picture in Picture / Orientation | Abandoned Cart | 2023-06-14 | 15 | -66/+336 |
| | |||||
* | android: Adapt EmulationActivity to navigation component | Charles Lombardo | 2023-06-14 | 8 | -74/+77 |
| | |||||
* | Merge pull request #10760 from FearlessTobi/translations | Charles Lombardo | 2023-06-13 | 2 | -0/+18 |
|\ | | | | | android: Declare languages in locales_config.xml | ||||
| * | android: Declare languages in locales_config.xml | FearlessTobi | 2023-06-13 | 2 | -0/+18 |
| | | | | | | | | This is required to make per-app language swithcing possible on Android 13. | ||||
* | | Merge pull request #10751 from german77/touch | Charles Lombardo | 2023-06-13 | 1 | -2/+4 |
|\ \ | | | | | | | android: Fix touch input | ||||
| * | | android: Fix touch input | german77 | 2023-06-13 | 1 | -2/+4 |
| | | | |||||
* | | | android: settings: Disable force_max_clock by default. | bunnei | 2023-06-13 | 3 | -5/+5 |
| | | | |||||
* | | | android: settings: Add reactive flushing as a default-disabled setting. | bunnei | 2023-06-13 | 5 | -0/+24 |
| | | | |||||
* | | | android: res: Remove translated strings that no longer exist. | bunnei | 2023-06-13 | 14 | -106/+0 |
|/ / | |||||
* | | Merge pull request #10743 from FearlessTobi/translations | bunnei | 2023-06-13 | 14 | -0/+4816 |
|\| | | | | | android: Add translation files manually | ||||
| * | android: Add translation files manually | FearlessTobi | 2023-06-13 | 14 | -0/+4816 |
| | | |||||
* | | Merge pull request #10705 from german77/updates | bunnei | 2023-06-13 | 6 | -5/+182 |
|\ \ | |/ |/| | android: Add update and DLC support | ||||
| * | android: Add update support | Narr the Reg | 2023-06-12 | 6 | -5/+182 |
| | | |||||
* | | Merge pull request #10728 from t895/game-hash | bunnei | 2023-06-12 | 1 | -7/+12 |
|\ \ | | | | | | | android: Use autogenerated hash code function for Game class | ||||
| * | | android: Use autogenerated hash code function for Game class | Charles Lombardo | 2023-06-12 | 1 | -7/+12 |
| | | | |||||
* | | | android: Use autoVersion when gradle property is set | Charles Lombardo | 2023-06-12 | 1 | -1/+15 |
|/ / | |||||
* | | Merge pull request #10713 from t895/gradle-updates | bunnei | 2023-06-11 | 2 | -16/+11 |
|\ \ | | | | | | | android: Gradle updates | ||||
| * | | android: Update dependencies | Charles Lombardo | 2023-06-11 | 1 | -4/+4 |
| | | | |||||
| * | | android: Differentiate build types with new names | Charles Lombardo | 2023-06-11 | 2 | -2/+7 |
| | | | | | | | | | | | | Change the applicationIdSuffix and app launcher title based on build type | ||||
| * | | Android: Remove unused relWithVersionCode build type | Charles Lombardo | 2023-06-11 | 1 | -10/+0 |
| |/ | |||||
* / | android: Use ContentResolver to get file extension | Charles Lombardo | 2023-06-11 | 3 | -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. | bunnei | 2023-06-11 | 2 | -48/+0 |
| | |||||
* | Merge pull request #10691 from t895/nro-check | bunnei | 2023-06-10 | 6 | -12/+37 |
|\ | | | | | android: Add proper homebrew check | ||||
| * | android: Add proper homebrew check | Charles Lombardo | 2023-06-10 | 6 | -12/+37 |
| | | |||||
* | | android: Fix input overlay version check | Charles Lombardo | 2023-06-09 | 1 | -12/+14 |
|/ | |||||
* | android: EmulationActivity: Fix orientation on Mi Pad 5. | bunnei | 2023-06-09 | 1 | -1/+2 |
| | |||||
* | Merge pull request #10650 from qurious-pixel/android_tv | bunnei | 2023-06-08 | 2 | -14/+8 |
|\ | | | | | Android TV banner | ||||
| * | remove version code declaration | qurious-pixel | 2023-06-07 | 1 | -1/+0 |
| | | |||||
| * | Android TV banner | Live session user | 2023-06-06 | 3 | -14/+9 |
| | | |||||
* | | android: Set version code | Narr the Reg | 2023-06-06 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #10633 from t895/variable-surface-ratio | bunnei | 2023-06-06 | 3 | -1/+62 |
|\ | | | | | android: Use a custom view for changing emulation aspect ratio | ||||
| * | android: Use a custom view for changing emulation aspect ratio | Charles Lombardo | 2023-06-06 | 3 | -1/+62 |
| | | | | | | | | Credit to the Skyline team for the FixedRatioSurfaceView. | ||||
* | | Merge pull request #10578 from PabloG02/lime-firmware&logs | bunnei | 2023-06-06 | 9 | -33/+270 |
|\ \ | | | | | | | Add UI to import firmware and share logs | ||||
| * | | android: HomeSettingsFragment: Use string resource for "Share log". | bunnei | 2023-06-06 | 1 | -1/+1 |
| | | | |||||
| * | | Address feedback | PabloG02 | 2023-06-06 | 4 | -19/+28 |
| | | | |||||
| * | | Attempt to move the unzip coroutine to a ViewModel | PabloG02 | 2023-06-04 | 3 | -27/+94 |
| | | | |||||
| * | | android: update strings | PabloG02 | 2023-06-04 | 1 | -5/+5 |
| | | | |||||
| * | | android: add option to share log | PabloG02 | 2023-06-04 | 3 | -0/+36 |
| | | | |||||
| * | | android: add option to install firmware | PabloG02 | 2023-06-04 | 5 | -1/+124 |
| | | | |||||
| * | | android: move unzip function to FileUtil and use SecurityException | PabloG02 | 2023-06-04 | 2 | -32/+34 |
| | | | |||||
* | | | Merge pull request #10618 from t895/licenses | bunnei | 2023-06-06 | 10 | -4/+918 |
|\ \ \ | |_|/ |/| | | android: Add licenses page | ||||
| * | | android: Create licenses page | Charles Lombardo | 2023-06-05 | 10 | -4/+918 |
| | | | |||||
* | | | Merge pull request #10613 from t895/settings-changes | bunnei | 2023-06-05 | 7 | -104/+116 |
|\ \ \ | | | | | | | | | android: String and settings organization changes | ||||
| * | | | android: Move settings to debug submenu | Charles Lombardo | 2023-06-05 | 4 | -26/+38 |
| | | | | |||||
| * | | | android: Several string changes | Charles Lombardo | 2023-06-04 | 5 | -78/+78 |
| | | | | |||||
* | | | | android: Load settings at the start of each activity | Charles Lombardo | 2023-06-05 | 4 | -6/+19 |
| |/ / |/| | | |||||
* | | | android: Resolve a couple Gradle warnings | Abandoned Cart | 2023-06-04 | 1 | -1/+4 |
|/ / | |||||
* | | android: Add support for split foldable view | Abandoned Cart | 2023-06-04 | 3 | -1/+55 |
| | | |||||
* | | android: Replace deprecated and Java code | Abandoned Cart | 2023-06-03 | 1 | -27/+20 |
|/ | |||||
* | android: Fix crash on importing invalid save | Charles Lombardo | 2023-06-03 | 1 | -3/+5 |
| | |||||
* | android: Rename "Input Overlay" to "Overlay Options" | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Adjust import/export saves dialog | Charles Lombardo | 2023-06-03 | 3 | -15/+21 |
| | |||||
* | android: Warning dialogs for key errors | Charles Lombardo | 2023-06-03 | 3 | -31/+95 |
| | |||||
* | android: EmulationFragment: Remove unnecessary surface destroy on pause. | bunnei | 2023-06-03 | 1 | -3/+0 |
| | |||||
* | android: renderer_vulkan: Fix crash with surface recreation. | bunnei | 2023-06-03 | 1 | -0/+1 |
| | |||||
* | android: Fix presentation layout on foldable and tablet devices. | bunnei | 2023-06-03 | 4 | -14/+47 |
| | |||||
* | android: Enable overlay scale/opacity dialog | Charles Lombardo | 2023-06-03 | 10 | -65/+182 |
| | |||||
* | Add image to card_game.xml to preview in the Layout Editor | PabloG02 | 2023-06-03 | 1 | -1/+2 |
| | |||||
* | Save the position of buttons as a percentage | PabloG02 | 2023-06-03 | 1 | -80/+136 |
| | |||||
* | android: Don't crash the app when selecting a zip that causes a SecurityException | Charles Lombardo | 2023-06-03 | 1 | -1/+5 |
| | |||||
* | android: ForegroundService: Handle null intent. | bunnei | 2023-06-03 | 1 | -1/+4 |
| | |||||
* | android: ImportExportSavesFragment: Cleanup strings. | bunnei | 2023-06-03 | 2 | -7/+10 |
| | |||||
* | Update src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/ImportExportSavesFragment.kt | bunnei | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | Remove `?.` | PabloG02 | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | Check if folder exists before letting the user import/export saves | PabloG02 | 2023-06-03 | 1 | -9/+17 |
| | |||||
* | Add save import/export in UI | PabloG02 | 2023-06-03 | 5 | -0/+247 |
| | |||||
* | android: Fix FPS text getting cut off by rounded display corners | Charles Lombardo | 2023-06-03 | 2 | -7/+20 |
| | |||||
* | android: Prevent deleting the settings file while a game is running | Charles Lombardo | 2023-06-03 | 3 | -2/+7 |
| | |||||
* | android: Fix link text color for base theme dialog | Charles Lombardo | 2023-06-03 | 1 | -0/+1 |
| | |||||
* | android: Various fixes for CI. | bunnei | 2023-06-03 | 19 | -50/+93 |
| | |||||
* | android: externals: Update libadrenotools, use useLegacyPackaging. | bunnei | 2023-06-03 | 1 | -0/+5 |
| | |||||
* | android: Re-enable service notification | Charles Lombardo | 2023-06-03 | 4 | -24/+29 |
| | |||||
* | android: Ensure keys are loaded before populating games list | Charles Lombardo | 2023-06-03 | 1 | -0/+3 |
| | |||||
* | android: Use dialog fragment for the reset settings dialog | Charles Lombardo | 2023-06-03 | 2 | -12/+37 |
| | |||||
* | android: Show notification permission page during setup | Charles Lombardo | 2023-06-03 | 4 | -59/+151 |
| | |||||
* | android: DIsable FPS counter by default | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Improve searches with one character | Charles Lombardo | 2023-06-03 | 1 | -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 APKs | Charles Lombardo | 2023-06-03 | 1 | -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 toggle | Charles Lombardo | 2023-06-03 | 4 | -10/+37 |
| | |||||
* | android: Clean up app build.gradle | Charles Lombardo | 2023-06-03 | 1 | -22/+2 |
| | | | | Removes the conflicting declaration of "version" and changes to versionCode that did nothing. | ||||
* | android: config: Expose VSync as a configurable setting. | bunnei | 2023-06-03 | 5 | -9/+44 |
| | |||||
* | android: GPU: Enable async presentation, increase frames in flight. | bunnei | 2023-06-03 | 1 | -1/+3 |
| | |||||
* | android: Enable onBackInvokedCallback | Charles Lombardo | 2023-06-03 | 1 | -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 Lombardo | 2023-06-03 | 1 | -1/+16 |
| | |||||
* | android: Add option for touch overlay haptics | Charles Lombardo | 2023-06-03 | 6 | -4/+51 |
| | | | | Disabled by default | ||||
* | android: Improve missing game handling | Charles Lombardo | 2023-06-03 | 2 | -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 dependencies | Charles Lombardo | 2023-06-03 | 1 | -7/+3 |
| | | | | Additionally updates material and androidx core libraries | ||||
* | android: Settings UI tweaks | Charles Lombardo | 2023-06-03 | 6 | -23/+24 |
| | | | | New spacing and fonts for list items | ||||
* | android: Simplify setup in search and games fragments | Charles Lombardo | 2023-06-03 | 2 | -57/+62 |
| | |||||
* | android: Use collapsing toolbar layout in settings | Charles Lombardo | 2023-06-03 | 3 | -11/+26 |
| | |||||
* | android: Remove unnecessary JvmStatic/JvmField annotations | Charles Lombardo | 2023-06-03 | 11 | -17/+0 |
| | |||||
* | android: Fix navigation rail animation in rtl layout | Charles Lombardo | 2023-06-03 | 1 | -4/+14 |
| | |||||
* | android: Use cutout insets on setup fragment | Charles Lombardo | 2023-06-03 | 1 | -5/+6 |
| | |||||
* | android: Button to reset all settings | Charles Lombardo | 2023-06-03 | 21 | -23/+138 |
| | |||||
* | android: Use proguard file in relWithDebInfo | Charles Lombardo | 2023-06-03 | 1 | -0/+4 |
| | |||||
* | android: Fix background color within inset areas | Charles Lombardo | 2023-06-03 | 2 | -2/+4 |
| | |||||
* | android: Shortcut to settings activity on reselection | Charles Lombardo | 2023-06-03 | 1 | -2/+11 |
| | |||||
* | android: Expose custom RTC setting | Charles Lombardo | 2023-06-03 | 9 | -31/+72 |
| | |||||
* | android: Reset setting on long press | Charles Lombardo | 2023-06-03 | 16 | -7/+89 |
| | |||||
* | android: Fix issues with ea/main icons and version codes | Charles Lombardo | 2023-06-03 | 7 | -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 settings | Charles Lombardo | 2023-06-03 | 4 | -9/+17 |
| | |||||
* | android: Check if cached games are valid | Charles Lombardo | 2023-06-03 | 1 | -1/+9 |
| | | | | Fixes bug when you close yuzu, delete games, and reopen to an instant crash. | ||||
* | android: Invert rotation to match phone orientation | german77 | 2023-06-03 | 1 | -5/+27 |
| | |||||
* | android: config: Use default anisotropic filtering. | bunnei | 2023-06-03 | 1 | -1/+4 |
| | |||||
* | android: Remove top padding from in game menu items | Charles Lombardo | 2023-06-03 | 1 | -20/+12 |
| | |||||
* | android: Use different icons for mainline/ea | Charles Lombardo | 2023-06-03 | 10 | -5/+835 |
| | |||||
* | android: Add early access upgrade fragment | Charles Lombardo | 2023-06-03 | 13 | -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. | bunnei | 2023-06-03 | 2 | -2/+5 |
| | |||||
* | android: video_core: Disable problematic compute shaders. | bunnei | 2023-06-03 | 2 | -2/+4 |
| | | | | - Fixes #104. | ||||
* | android: Update progard to fix settings crash | Charles Lombardo | 2023-06-03 | 1 | -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. | bunnei | 2023-06-03 | 3 | -11/+4 |
| | |||||
* | android: Game data cache | Charles Lombardo | 2023-06-03 | 8 | -17/+63 |
| | |||||
* | android: Update dependencies | Charles Lombardo | 2023-06-03 | 1 | -2/+2 |
| | |||||
* | android: Migrate to AGP 8.0.1 | Charles Lombardo | 2023-06-03 | 2 | -3/+14 |
| | |||||
* | android: Enable non-transitive R classes | Charles Lombardo | 2023-06-03 | 3 | -5/+14 |
| | | | | New default going forward for new android projects. Best to follow the new standard. | ||||
* | android: config: Enable asynchronous presentation by default on Android. | bunnei | 2023-06-03 | 2 | -0/+8 |
| | |||||
* | android: fix deadzone calculation | german77 | 2023-06-03 | 1 | -4/+12 |
| | |||||
* | android: Fix background color when starting emulation | Charles Lombardo | 2023-06-03 | 1 | -0/+1 |
| | |||||
* | android: Persistent scrollbars on home settings fragment | Charles Lombardo | 2023-06-03 | 2 | -5/+14 |
| | |||||
* | android: Use short build hash | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Use navigation bar shade view | Charles Lombardo | 2023-06-03 | 4 | -49/+54 |
| | |||||
* | android: About fragment | Charles Lombardo | 2023-06-03 | 10 | -3/+415 |
| | |||||
* | android: Use x-axis animation for navigation rail | Charles Lombardo | 2023-06-03 | 3 | -3/+23 |
| | |||||
* | android: Sort games alphabetically by default | Charles Lombardo | 2023-06-03 | 1 | -2/+9 |
| | |||||
* | android: New icons for navigation bar | Charles Lombardo | 2023-06-03 | 7 | -4/+47 |
| | |||||
* | android: New icons for home settings fragment | Charles Lombardo | 2023-06-03 | 4 | -21/+11 |
| | |||||
* | android: Add navigation rail | Charles Lombardo | 2023-06-03 | 14 | -93/+208 |
| | |||||
* | android: Search Fragment | Charles Lombardo | 2023-06-03 | 20 | -189/+551 |
| | |||||
* | android: Fix potential zip traversal exploit | Charles Lombardo | 2023-06-03 | 1 | -3/+9 |
| | |||||
* | android: Add dedicated show overlay checkbox | german77 | 2023-06-03 | 3 | -6/+30 |
| | |||||
* | android: Add user directory shortcut | Charles Lombardo | 2023-06-03 | 6 | -25/+140 |
| | |||||
* | android: Fix inline keyboard input | german77 | 2023-06-03 | 1 | -5/+7 |
| | |||||
* | android: Fix grammatical mistake in video core error message | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Adjust wording on GPU driver install button | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Add deadzone to stick input | Narr the Reg | 2023-06-03 | 1 | -19/+45 |
| | |||||
* | android: Move motion listener to emulation activity | german77 | 2023-06-03 | 2 | -64/+71 |
| | |||||
* | core: hid: Finish linking motion from virtual controllers | Narr the Reg | 2023-06-03 | 1 | -0/+2 |
| | |||||
* | android: Change wording for "Add Games" button (#100) | Charles Lombardo | 2023-06-03 | 2 | -4/+6 |
| | | | Co-authored-by: bunnei <bunneidev@gmail.com> | ||||
* | android: Scroll shortcut for games list | Charles Lombardo | 2023-06-03 | 3 | -1/+34 |
| | | | | If you reselect the "Games" menu item in the bottom navigation menu, the list smoothly scrolls to the top. | ||||
* | android: Setup screen hotfix | Charles Lombardo | 2023-06-03 | 3 | -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 dialog | Charles Lombardo | 2023-06-03 | 1 | -2/+2 |
| | |||||
* | android: Add warnings to setup screens | Charles Lombardo | 2023-06-03 | 4 | -13/+149 |
| | |||||
* | android: Allow search bar to scroll offscreen | Charles Lombardo | 2023-06-03 | 3 | -15/+8 |
| | |||||
* | android: Update app icon | Charles Lombardo | 2023-06-03 | 2 | -34/+30 |
| | | | | Small icon updates from Flam | ||||
* | android: Change organization of the settings tab in the home screen | Charles Lombardo | 2023-06-03 | 7 | -44/+44 |
| | |||||
* | android: Properly pop setup fragment from the back stack | Charles Lombardo | 2023-06-03 | 1 | -1/+3 |
| | |||||
* | android: Vertically scalable setup pages | Charles Lombardo | 2023-06-03 | 2 | -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 bug | Charles Lombardo | 2023-06-03 | 2 | -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 testing | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Fix alignment of SwipeRefreshLayout | Charles Lombardo | 2023-06-03 | 1 | -5/+9 |
| | |||||
* | android: Shape/spacing adjustments to game card | Charles Lombardo | 2023-06-03 | 3 | -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 colors | Charles Lombardo | 2023-06-03 | 6 | -2/+21 |
| | | | | Small fix for Flam | ||||
* | android: Fix black backgrounds bug | Charles Lombardo | 2023-06-03 | 1 | -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 activity | Charles Lombardo | 2023-06-03 | 2 | -3/+20 |
| | |||||
* | android: Disable editing themes during emulation | Charles Lombardo | 2023-06-03 | 1 | -3/+3 |
| | |||||
* | android: Prevent situation where binding is called on a null view | Charles Lombardo | 2023-06-03 | 1 | -0/+3 |
| | |||||
* | android: Add black backgrounds toggle | Charles Lombardo | 2023-06-03 | 6 | -1/+42 |
| | |||||
* | android: Add theme mode picker | Charles Lombardo | 2023-06-03 | 5 | -11/+76 |
| | |||||
* | android: Add theme picker | Charles Lombardo | 2023-06-03 | 7 | -3/+127 |
| | |||||
* | android: Prevent potential abstract settings crash | Charles Lombardo | 2023-06-03 | 1 | -0/+4 |
| | |||||
* | android: Fix cast for abstract settings | Charles Lombardo | 2023-06-03 | 4 | -5/+5 |
| | |||||
* | android: Create xml for Material You theme | Charles Lombardo | 2023-06-03 | 2 | -0/+58 |
| | |||||
* | android: Remove check for API 29 in themes | Charles Lombardo | 2023-06-03 | 2 | -15/+4 |
| | |||||
* | android: Adjustments to home option card | Charles Lombardo | 2023-06-03 | 1 | -4/+10 |
| | | | | Several spacing/color adjustments provided by Flam | ||||
* | android: Use different colors for logo in options menu | Charles Lombardo | 2023-06-03 | 2 | -3/+3 |
| | | | | Reverting to the official logo colors | ||||
* | android: New default theme colors | Charles Lombardo | 2023-06-03 | 2 | -30/+34 |
| | |||||
* | android: Use libnx default icon | Charles Lombardo | 2023-06-03 | 4 | -1/+1 |
| | | | | Credit to jaames for the original icon | ||||
* | android: enable LTO | Liam | 2023-06-03 | 1 | -1/+2 |
| | |||||
* | android: Show error if invalid keys file is selected | Charles Lombardo | 2023-06-03 | 2 | -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 bug | Charles Lombardo | 2023-06-03 | 2 | -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 key | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: First time setup screen | Charles Lombardo | 2023-06-03 | 19 | -163/+769 |
| | |||||
* | android: Prevent editing unsafe settings at runtime | Charles Lombardo | 2023-06-03 | 5 | -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 settings | Charles Lombardo | 2023-06-03 | 24 | -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 input | german77 | 2023-06-03 | 6 | -11/+510 |
| | |||||
* | android: Bump minimum version to Android 11 | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Decouple status bar shade from navigation bar visibility | Charles Lombardo | 2023-06-03 | 3 | -14/+34 |
| | |||||
* | android: Enable code minification | Charles Lombardo | 2023-06-03 | 5 | -22/+18 |
| | |||||
* | android: Switch from a colored status bar to a custom view | Charles Lombardo | 2023-06-03 | 4 | -23/+35 |
| | | | | Allows for smoother transitions with the search bar | ||||
* | android: Adjustments to card_game | Charles Lombardo | 2023-06-03 | 1 | -20/+5 |
| | | | | Removed a currently unused text view and moved to material text views. | ||||
* | android: MainActivity overhaul | Charles Lombardo | 2023-06-03 | 32 | -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 minimum | Charles Lombardo | 2023-06-03 | 1 | -3/+4 |
| | |||||
* | android: Update app dependencies | Charles Lombardo | 2023-06-03 | 1 | -5/+5 |
| | |||||
* | android: Convert gradle scripts to Kotlin DSL | Charles Lombardo | 2023-06-03 | 2 | -190/+227 |
| | |||||
* | android: settings: Add scaling filter & anti-aliasing options. (#66) | bunnei | 2023-06-03 | 4 | -0/+75 |
| | |||||
* | android: video_core: Add support for disk shader cache. (#64) | bunnei | 2023-06-03 | 12 | -4/+258 |
| | |||||
* | android: config: Change docked mode and GPU accuracy to favor performance on Android. | bunnei | 2023-06-03 | 3 | -7/+11 |
| | |||||
* | android: Initialize account manager | german77 | 2023-06-03 | 1 | -0/+5 |
| | |||||
* | android: Remove unsafe null check | german77 | 2023-06-03 | 1 | -4/+2 |
| | |||||
* | android: Scale input overlay independently of system display scale | Charles Lombardo | 2023-06-03 | 2 | -30/+41 |
| | |||||
* | android: Use apply instead of commit for shared preferences | Charles Lombardo | 2023-06-03 | 3 | -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 toggle | Charles Lombardo | 2023-06-03 | 5 | -2/+14 |
| | |||||
* | android: Add relative stick center toggle | Charles Lombardo | 2023-06-03 | 3 | -0/+13 |
| | |||||
* | android: Make hash and branch accessible from BuildConfig | Charles Lombardo | 2023-06-03 | 1 | -0/+25 |
| | |||||
* | android: Backup shared preferences where applicable | Charles Lombardo | 2023-06-03 | 2 | -0/+12 |
| | |||||
* | android: Enable retaining app data after uninstall | Charles Lombardo | 2023-06-03 | 1 | -1/+2 |
| | |||||
* | android: Remove unused doFrame function | Charles Lombardo | 2023-06-03 | 1 | -2/+0 |
| | |||||
* | android: Convert NativeLibrary to Kotlin | Charles Lombardo | 2023-06-03 | 15 | -766/+523 |
| | |||||
* | android: Remove LocalBroadcastManager | Charles Lombardo | 2023-06-03 | 11 | -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 database | Charles Lombardo | 2023-06-03 | 18 | -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 loading | Charles Lombardo | 2023-06-03 | 1 | -15/+9 |
| | |||||
* | android: Remove unused dimensions files | Charles Lombardo | 2023-06-03 | 2 | -9/+0 |
| | |||||
* | android: Slightly reduce game card size | Charles Lombardo | 2023-06-03 | 2 | -3/+3 |
| | |||||
* | android: Only show company text view if it has content | Charles Lombardo | 2023-06-03 | 1 | -5/+8 |
| | |||||
* | android: Fix check for ok text in software keyboard | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Implement amiibo reading from nfc tag | Narr the Reg | 2023-06-03 | 13 | -4/+303 |
| | |||||
* | android: Add toggle controls option to input overlay | Charles Lombardo | 2023-06-03 | 5 | -6/+62 |
| | |||||
* | android: Do not update FPS text on null view | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Convert keyboard applet to kotlin and refactor | Charles Lombardo | 2023-06-03 | 6 | -279/+255 |
| | |||||
* | android: Implement basic software keyboard applet. | bunnei | 2023-06-03 | 12 | -152/+625 |
| | |||||
* | android: config: Disable shader cache by default on Android. | bunnei | 2023-06-03 | 1 | -0/+4 |
| | |||||
* | android: Fix fps counter not showing up | german77 | 2023-06-03 | 4 | -11/+13 |
| | |||||
* | android: Prevent showing games on an invalid view | Charles Lombardo | 2023-06-03 | 1 | -0/+3 |
| | |||||
* | android: Re-implement overlay editing | Charles Lombardo | 2023-06-03 | 5 | -25/+245 |
| | |||||
* | android: Fix popup menu going out of bounds | Charles Lombardo | 2023-06-03 | 2 | -20/+11 |
| | |||||
* | android: Use autofit grid for games fragment | Charles Lombardo | 2023-06-03 | 3 | -28/+72 |
| | |||||
* | android: Prevent updating empty game list text on invalid view | Charles Lombardo | 2023-06-03 | 1 | -0/+3 |
| | |||||
* | android: Persist settings across configuration changes | Charles Lombardo | 2023-06-03 | 9 | -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 viewmodel | Charles Lombardo | 2023-06-03 | 7 | -57/+45 |
| | |||||
* | android: Remove configChanges exceptions | Charles Lombardo | 2023-06-03 | 1 | -1/+0 |
| | |||||
* | Android: Enable resizeable activities | Charles Lombardo | 2023-06-03 | 1 | -6/+2 |
| | |||||
* | android: Fix emulation fragment comments | Charles Lombardo | 2023-06-03 | 1 | -2/+2 |
| | |||||
* | android: Use modal navigation drawer as in game menu | Charles Lombardo | 2023-06-03 | 17 | -373/+343 |
| | |||||
* | android: Make Game class parcelable | Charles Lombardo | 2023-06-03 | 1 | -1/+4 |
| | |||||
* | android: Add kotlin parcelize plugin | Charles Lombardo | 2023-06-03 | 1 | -0/+1 |
| | |||||
* | android: Remove deprecated use of onActivityResult | Charles Lombardo | 2023-06-03 | 2 | -139/+107 |
| | |||||
* | android: Fix RTL layouts | Charles Lombardo | 2023-06-03 | 3 | -1/+6 |
| | |||||
* | android: Use ellipsis character | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Move all array strings to main strings file | Charles Lombardo | 2023-06-03 | 2 | -48/+109 |
| | |||||
* | android: Remove unused strings | Charles Lombardo | 2023-06-03 | 1 | -9/+0 |
| | |||||
* | android: Remove unused colors | Charles Lombardo | 2023-06-03 | 2 | -6/+0 |
| | |||||
* | android: Remove citra date time picker | Charles Lombardo | 2023-06-03 | 1 | -22/+0 |
| | |||||
* | android: Remove unused premium header layout | Charles Lombardo | 2023-06-03 | 1 | -42/+0 |
| | |||||
* | android: Remove unused fragment animations | Charles Lombardo | 2023-06-03 | 2 | -41/+0 |
| | |||||
* | android: Remove unused string arrays | Charles Lombardo | 2023-06-03 | 1 | -34/+0 |
| | |||||
* | android: Remove unused integer xmls | Charles Lombardo | 2023-06-03 | 4 | -13/+0 |
| | |||||
* | android: Refactor ic_launcher.xml to drawables | Charles Lombardo | 2023-06-03 | 3 | -3/+3 |
| | |||||
* | android: Suppress lint in InsetsHelper | Charles Lombardo | 2023-06-03 | 1 | -0/+2 |
| | |||||
* | android: Add data extraction rules | Charles Lombardo | 2023-06-03 | 3 | -2/+56 |
| | |||||
* | android: Remove requestLegacyExternalStorage attribute | Charles Lombardo | 2023-06-03 | 1 | -3/+1 |
| | |||||
* | android: Remove unused permissions | Charles Lombardo | 2023-06-03 | 1 | -3/+0 |
| | |||||
* | android: Inset input overlay based on system cutouts | Charles Lombardo | 2023-06-03 | 5 | -59/+94 |
| | |||||
* | android: Stop updating fps counter when emulation stops | Charles Lombardo | 2023-06-03 | 1 | -1/+4 |
| | |||||
* | android: Move driver installation off of main thread | Charles Lombardo | 2023-06-03 | 4 | -21/+42 |
| | | | | Additionally creates an indeterminate loading dialog during installation | ||||
* | android: Fix crash when decodeGameIcon creates a null Bitmap | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Use view binding | Charles Lombardo | 2023-06-03 | 16 | -284/+189 |
| | |||||
* | android: Enable view binding | Charles Lombardo | 2023-06-03 | 1 | -0/+2 |
| | |||||
* | android: Refactor CheckBoxSetting to SwitchSetting | Charles Lombardo | 2023-06-03 | 5 | -14/+14 |
| | |||||
* | android: EmulationActivity: Fix variable shadowing in fragment creation. | bunnei | 2023-06-03 | 1 | -2/+2 |
| | |||||
* | android: res: fragment_emulation: Ensure FPS counter is shown. | bunnei | 2023-06-03 | 1 | -7/+7 |
| | |||||
* | build: only enable adrenotools on arm64 | Liam | 2023-06-03 | 3 | -4/+10 |
| | |||||
* | android: Use Skyline's document provider | Charles Lombardo | 2023-06-03 | 3 | -4/+319 |
| | |||||
* | android: Use androidx splash screen | Charles Lombardo | 2023-06-03 | 4 | -2/+12 |
| | |||||
* | android: Replace Picasso with Coil | Charles Lombardo | 2023-06-03 | 7 | -138/+41 |
| | |||||
* | android: New swipe to refresh color scheme | Charles Lombardo | 2023-06-03 | 1 | -1/+9 |
| | |||||
* | android: New settings fragment animations | Charles Lombardo | 2023-06-03 | 12 | -163/+80 |
| | |||||
* | android: Use edge to edge | Charles Lombardo | 2023-06-03 | 9 | -21/+110 |
| | |||||
* | android: Use Material 3 components | Charles Lombardo | 2023-06-03 | 23 | -174/+268 |
| | |||||
* | android: Modernize theme system | Charles Lombardo | 2023-06-03 | 8 | -94/+130 |
| | |||||
* | android: Use vector icons | Charles Lombardo | 2023-06-03 | 42 | -9/+27 |
| | |||||
* | android: Use adaptive icon | Charles Lombardo | 2023-06-03 | 13 | -3/+24 |
| | |||||
* | android: settings: Dynamically evaluate valueAsString | bunnei | 2023-06-03 | 4 | -4/+4 |
| | | | | Co-Authored-By: bunnei <bunneidev@gmail.com> | ||||
* | android: Add license identifier | Charles Lombardo | 2023-06-03 | 66 | -5/+199 |
| | |||||
* | android: Convert YuzuApplication to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -59/+56 |
| | |||||
* | android: Convert Action1 to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -5/+5 |
| | |||||
* | android: Convert GameViewHolder to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -44/+32 |
| | |||||
* | android: Remove ThemeUtil | Charles Lombardo | 2023-06-03 | 1 | -34/+0 |
| | |||||
* | android: Convert StartupHandler to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -45/+45 |
| | |||||
* | android: Convert Log to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -39/+42 |
| | |||||
* | android: Convert GpuDriverMetadata to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -45/+44 |
| | |||||
* | android: Convert GpuDriverHelper to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -130/+145 |
| | |||||
* | android: Convert GameIconRequestHandler to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -29/+22 |
| | |||||
* | android: Convert ForegroundService to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -63/+56 |
| | |||||
* | android: Convert FileUtil to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -296/+292 |
| | |||||
* | android: Convert FileBrowserHelper to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -25/+26 |
| | |||||
* | android: Convert EmulationMenuSettings to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -78/+59 |
| | |||||
* | android: Convert DocumentsTree to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -125/+110 |
| | |||||
* | android: Convert DirectoryStateReceiver to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -22/+15 |
| | |||||
* | android: Convert DirectoryInitialization to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -72/+66 |
| | |||||
* | android: Convert ControllerMappingHelper to Kotlin | Charles Lombardo | 2023-06-03 | 1 | -25/+24 |
| | |||||
* | android: Convert BiMap to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -22/+22 |
| | |||||
* | android: Convert AddDirectoryHelper to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -38/+27 |
| | |||||
* | android: Convert PlatformGamesView to Kotlin | Charles Lombardo | 2023-06-03 | 1 | -6/+6 |
| | |||||
* | android: Convert PlatformGamesPresenter to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -42/+30 |
| | |||||
* | android: Convert PlatformGamesFragment to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -105/+94 |
| | |||||
* | android: Convert MainView to Kotlin | Charles Lombardo | 2023-06-03 | 1 | -8/+6 |
| | |||||
* | android: Convert MainPresenter to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -81/+66 |
| | |||||
* | android: Convert InputOverlayDrawableJoystick to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -243/+205 |
| | |||||
* | android: Convert MainActivity to Kotlin | Charles Lombardo | 2023-06-03 | 3 | -250/+229 |
| | |||||
* | android: Remove ExampleInstrumentedTest | Charles Lombardo | 2023-06-03 | 1 | -3/+0 |
| | |||||
* | android: Remove TwoPaneOnBackPressedCallback | Charles Lombardo | 2023-06-03 | 1 | -37/+0 |
| | | | | Leftover UI code for dolphin's cheat system. Removing for now. | ||||
* | android: Convert InputOverlayDrawableDpad to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -276/+232 |
| | |||||
* | android: Convert InputOverlayDrawableButton to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -139/+118 |
| | |||||
* | android: Convert InputOverlay to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -656/+886 |
| | |||||
* | android: Remove DividerItemDecoration | Charles Lombardo | 2023-06-03 | 1 | -130/+0 |
| | | | | Removed in favor of material components version | ||||
* | android: Inherit from Material 3 themes | Charles Lombardo | 2023-06-03 | 1 | -8/+4 |
| | | | | Partially breaks the UI for now but is necessary to use new material components. | ||||
* | android: Convert MinimalDocumentFile to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -28/+8 |
| | |||||
* | android: Convert GameProvider to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -138/+127 |
| | |||||
* | android: Convert GameDatabase to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -275/+260 |
| | |||||
* | android: Convert Game to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -76/+56 |
| | |||||
* | android: Convert EmulationFragment to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -375/+348 |
| | |||||
* | android: Convert SettingsFile to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -272/+245 |
| | |||||
* | android: Convert SettingsFrameLayout to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -48/+43 |
| | |||||
* | android: Convert SettingsFragmentView to Kotlin | Charles Lombardo | 2023-06-03 | 1 | -18/+15 |
| | |||||
* | android: Convert SettingsFragmentPresenter to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -184/+333 |
| | |||||
* | android: Convert SettingsFragment to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -136/+120 |
| | |||||
* | android: Convert SettingsActivityView to Kotlin | Charles Lombardo | 2023-06-03 | 1 | -27/+20 |
| | |||||
* | android: Convert SettingsActivityPresenter to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -122/+99 |
| | |||||
* | android: Convert SettingsActivity to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -209/+186 |
| | |||||
* | android: Convert SubmenuViewHolder to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -45/+35 |
| | |||||
* | android: Convert SliderViewHolder to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -45/+34 |
| | |||||
* | android: Convert SingleChoiceViewHolder to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -62/+54 |
| | |||||
* | android: Convert SettingViewHolder to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -49/+38 |
| | |||||
* | android: Convert HeaderViewHolder to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -32/+28 |
| | |||||
* | android: Convert DateTimeViewHolder to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -47/+35 |
| | |||||
* | android: Convert CheckBoxSettingViewHolder to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -54/+41 |
| | |||||
* | android: Convert StringSetting to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -23/+9 |
| | |||||
* | android: Convert SettingSection to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -55/+34 |
| | |||||
* | android: Convert Setting to Kotlin | Charles Lombardo | 2023-06-03 | 1 | -24/+6 |
| | |||||
* | android: Convert IntSetting to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -23/+9 |
| | |||||
* | android: Convert FloatSetting to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -23/+9 |
| | |||||
* | android: Convert BooleanSetting to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -23/+9 |
| | |||||
* | android: Convert SubmenuSetting to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -21/+15 |
| | |||||
* | android: Convert StringSingleChoiceSetting to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -82/+61 |
| | |||||
* | android: Convert SliderSetting to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -101/+72 |
| | |||||
* | android: Convert SingleChoiceSetting to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -60/+44 |
| | |||||
* | android: Convert SettingsItem to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -100/+30 |
| | |||||
* | android: Convert HeaderSetting to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -14/+12 |
| | |||||
* | android: Convert DateTimeSetting to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -40/+35 |
| | |||||
* | android: Convert CheckBoxSetting to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -80/+91 |
| | |||||
* | android: Convert GameAdapter to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -244/+178 |
| | |||||
* | android: Convert SettingsAdapter to Kotlin | Charles Lombardo | 2023-06-03 | 3 | -366/+315 |
| | | | | Update SettingsAdapter.kt | ||||
* | android: Convert EmulationActivity to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -347/+286 |
| | |||||
* | android: Use material slider in settings dialog | Charles Lombardo | 2023-06-03 | 1 | -20/+20 |
| | |||||
* | android: Convert Settings to Kotlin | Charles Lombardo | 2023-06-03 | 2 | -127/+145 |
| | |||||
* | android: Use androidx preferences | Charles Lombardo | 2023-06-03 | 1 | -0/+2 |
| | |||||
* | android: frontend: Add unique error strings for Vulkan initialization errors. | bunnei | 2023-06-03 | 2 | -19/+25 |
| | |||||
* | android: Use the center of the object and reduce draw calls | german77 | 2023-06-03 | 8 | -59/+76 |
| | |||||
* | android: Replace old buttons with vectors | german77 | 2023-06-03 | 149 | -71/+613 |
| | |||||
* | android: Enable Kotlin support | Charles Lombardo | 2023-06-03 | 1 | -1/+9 |
| | |||||
* | android: Upgrade java version to 11 | Charles Lombardo | 2023-06-03 | 1 | -2/+2 |
| | |||||
* | android: Upgrade dependencies | Charles Lombardo | 2023-06-03 | 1 | -4/+4 |
| | |||||
* | android: Replace lintOptions with lint | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Move namespace to app module build.gradle | Charles Lombardo | 2023-06-03 | 2 | -2/+3 |
| | |||||
* | android: bump compile/target sdk to 33 | Charles Lombardo | 2023-06-03 | 1 | -2/+2 |
| | |||||
* | CMake: fix pkg-config behavior when building for Android | liushuyu | 2023-06-03 | 1 | -0/+1 |
| | |||||
* | android: build.gradle: Cleanup build types. | bunnei | 2023-06-03 | 1 | -7/+1 |
| | |||||
* | android: frontend: settings: Add graphics debugging. | bunnei | 2023-06-03 | 4 | -6/+18 |
| | |||||
* | android: jni: Ensure system is only initialized once. | bunnei | 2023-06-03 | 4 | -8/+8 |
| | | | | - Fixes likelihood that fastmem allocation succeeds. | ||||
* | android: frontend: Cleanup framerate counter. | bunnei | 2023-06-03 | 2 | -4/+3 |
| | |||||
* | android: vulkan: Implement adrenotools turbo mode. | bunnei | 2023-06-03 | 5 | -1/+13 |
| | |||||
* | android: frontend: Add support for GPU driver selection. | bunnei | 2023-06-03 | 9 | -3/+251 |
| | |||||
* | android: native: Add support for custom Vulkan driver loading. | bunnei | 2023-06-03 | 6 | -44/+109 |
| | |||||
* | android: EmulationFragment: Always reset overlay. | bunnei | 2023-06-03 | 1 | -1/+2 |
| | | | | - Ensures correct placement until we have better overlay configuration. | ||||
* | android: Add motion sensor | Narr the Reg | 2023-06-03 | 2 | -20/+65 |
| | |||||
* | android: Hook jni input properly | Narr the Reg | 2023-06-03 | 5 | -90/+104 |
| | |||||
* | android: cleanup touch update loop | Narr the Reg | 2023-06-03 | 1 | -28/+50 |
| | |||||
* | android: Clean joystick overlay | Narr the Reg | 2023-06-03 | 3 | -135/+131 |
| | |||||
* | android: Clean dpad overlay | Narr the Reg | 2023-06-03 | 2 | -192/+174 |
| | |||||
* | android: Clean button overlay | Narr the Reg | 2023-06-03 | 2 | -195/+65 |
| | |||||
* | android: Add all buttons to screen controller | Narr the Reg | 2023-06-03 | 4 | -209/+104 |
| | |||||
* | android: Apply clang format | Narr the Reg | 2023-06-03 | 2 | -9/+9 |
| | |||||
* | android: frontend: Implement game grid view. (#9) | bunnei | 2023-06-03 | 15 | -174/+272 |
| | |||||
* | android: Replace notification icon with yuzu | german77 | 2023-06-03 | 3 | -0/+0 |
| | |||||
* | android: strings: Refresh key dumping URL. | bunnei | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: frontend: Modify ROM load messaging for invalid keys. | bunnei | 2023-06-03 | 2 | -7/+11 |
| | |||||
* | android: frontend: Integrate key installation for SAF. | bunnei | 2023-06-03 | 18 | -19/+100 |
| | |||||
* | android: jni: Add function to reload keys. | bunnei | 2023-06-03 | 3 | -2/+14 |
| | |||||
* | android: EmulationActivity: Temporarily disable running notification. | bunnei | 2023-06-03 | 2 | -7/+12 |
| | |||||
* | android: Implement SAF support & migrate to SDK 31. (#4) | bunnei | 2023-06-03 | 32 | -688/+615 |
| | |||||
* | android: Harden emulation shutdown when loader fails. | bunnei | 2023-06-03 | 1 | -6/+12 |
| | |||||
* | android: SettingsFragmentPresenter: Fix default renderer backend. | bunnei | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: jni: native: Add lock around HaltEmulation, tighten run loop. | bunnei | 2023-06-03 | 1 | -1/+3 |
| | |||||
* | android: jni: native: Refactor locking for is_running. | bunnei | 2023-06-03 | 1 | -8/+21 |
| | |||||
* | android: jni: native: Remove unnecessary atomic for is_running. | bunnei | 2023-06-03 | 1 | -6/+5 |
| | |||||
* | android: jni: native: Tighten up emulation start/stop signaling. | bunnei | 2023-06-03 | 1 | -58/+64 |
| | |||||
* | android: jni: native: Consolidate emulation state into EmulationSession singleton. | bunnei | 2023-06-03 | 1 | -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. | bunnei | 2023-06-03 | 6 | -1/+24 |
| | |||||
* | android: Integrate settings frontend with yuzu & remove unused code. | bunnei | 2023-06-03 | 25 | -1759/+949 |
| | |||||
* | android: Minimize frontend & convert to yuzu. | bunnei | 2023-06-03 | 127 | -2508/+932 |
| | |||||
* | android: Minimal JNI for yuzu. | bunnei | 2023-06-03 | 7 | -0/+640 |
| | |||||
* | android: Add Citra frontend. | bunnei | 2023-06-03 | 310 | -0/+13193 |