| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-23 | Merge pull request #10861 from JosJuice/android-new-sd | JMC47 | |
| Android: Bring SD card settings up to date with DolphinQt | |||
| 2022-07-23 | Android: Bring SD card settings up to date with DolphinQt | JosJuice | |
| 2022-07-23 | Android: Add "Broadband Adapter (Built In)" to settings | JosJuice | |
| This makes the feature added in 01ada3850f available in the Android GUI. | |||
| 2022-07-21 | Android: XLink Kai Android UI option | codedwrench | |
| 2022-07-16 | Android: Add subheadings to Wii config | JosJuice | |
| 2022-06-20 | Re-run code formatting after update to Android Studio 2022.2 | JosJuice | |
| Android Studio 2022.2 "Chipmunk" changes the code formatting rules a little. Let's apply the new formatting in this PR so that the lint bot doesn't take it out on innocent PRs. | |||
| 2022-05-08 | Merge pull request #10608 from t895/theme-refactor | JosJuice | |
| Android: Modernize theming system | |||
| 2022-05-05 | Replace deprecated method calls | Charles Lombardo | |
| 2022-04-26 | Android: Sharpen icons | Charles Lombardo | |
| Create vector Wii and Gamecube icons and re-import default android icons as vector graphics. Scales better on a greater range of devices and takes up less space. | |||
| 2022-04-24 | Android: Modernize theming system | Charles Lombardo | |
| themes.xml now contains a collection of colors, attributes, and styles. No visuals have changed, but this will allow for a more flexible theming system in the future for custom day/night/etc themes. This also removes a bunch of redundant code that can now be written as global styles and inherited themes. | |||
| 2022-04-16 | Android: Use AfterDirectoryInitializationRunner more comprehensively | JosJuice | |
| Should fix the crash reported in https://bugs.dolphin-emu.org/issues/12885 | |||
| 2022-04-08 | Fix typo (GFX_HACK_VERTEX_ROUDING -> GFX_HACK_VERTEX_ROUNDING) | Pokechu22 | |
| 2022-04-08 | Merge pull request #10508 from JosJuice/android-pointer-down | Mai M | |
| Android: Only use getActionIndex for ACTION_POINTER_DOWN/ACTION_POINTER_UP | |||
| 2022-04-08 | Merge pull request #10503 from JosJuice/android-directoryinitialization-thread | Mai M | |
| Android: Actually use a thread for DirectoryInitialization | |||
| 2022-04-08 | Merge pull request #10562 from JosJuice/android-double-tap-get | Mai M | |
| Android: Fix displaying the current value of double tap setting | |||
| 2022-04-07 | Merge pull request #10552 from Gamer64ytb/display-cutout | JosJuice | |
| Android: Implement expand display cutout option. | |||
| 2022-04-05 | Android: Remove nonsense code from double tap setting dialog | JosJuice | |
| The currentValue variable doesn't use InputOverlay.OVERLAY_ constants, it uses NativeLibrary.ButtonType constants. Sigh, why do enums have to be so bad on Android that Google recommends against using them :( Anyway, simply not doing anything is a reasonable option here. What happens then is that if the currently selected button is invalid for the current controller, none of the available options in the dialog will be pre-selected. | |||
| 2022-04-05 | Android: Fix displaying the current value of double tap setting | JosJuice | |
| 2022-04-03 | Android: Implement expand display cutout option. | Gamer64ytb | |
| Some ROMs don't have fullscreen feature, for example Pixel Experience, so have a option for that is better. Also you don't need put the app on fullscreen anymore with that. | |||
| 2022-04-03 | Android: Implement installing system update from disc image | JosJuice | |
| 2022-03-27 | Android: Mark MAIN_FALLBACK_REGION as not runtime editable | JosJuice | |
| Trying to change it while a game is running does nothing. DolphinQt already inactivates it while a game is running. | |||
| 2022-03-26 | Android: Inherit from Material3 themes and round corners on box art | Charles Lombardo | |
| 2022-03-12 | Android: Only use getActionIndex for ACTION_POINTER_DOWN/ACTION_POINTER_UP | JosJuice | |
| According to the documentation, getActionIndex should only be used with ACTION_POINTER_DOWN and ACTION_POINTER_UP. We've had a few crashes reported in the Play Console regarding invalid pointer indices for getY, and I'm hoping this will help with that. | |||
| 2022-03-08 | Android: Actually use a thread for DirectoryInitialization | JosJuice | |
| `((Runnable) () -> init(context)).run()` is just a more complicated way of writing `init(context)`, and doesn't on its own launch a thread. | |||
| 2022-02-26 | Merge pull request #10468 from JosJuice/sd-card-callback | Admiral H. Curtiss | |
| Use config changed callback to detect SD insertion/ejection | |||
| 2022-02-20 | Android: Get rid of LegacyBooleanSetting | JosJuice | |
| 2022-02-20 | Use config changed callback to detect SD insertion/ejection | JosJuice | |
| This saves the GUI from having to manually call SDIO_EventNotify. With that out of the way, we can let users change the "Insert SD Card" setting on Android while a game is running. | |||
| 2022-02-18 | Android: Get rid of LegacyIntSetting | JosJuice | |
| The only settings that were using LegacyIntSetting are now in the new config system, so there's no reason to have LegacyIntSetting anymore. | |||
| 2022-02-09 | Android: Fix the logic for getting the Riivolution path | JosJuice | |
| There is a Load path setting, so the Load part can't just be hardcoded. | |||
| 2022-02-03 | Android: Optimize imports | Simonx22 | |
| 2022-02-01 | Merge pull request #10425 from JosJuice/android-import-path-traversal | JMC47 | |
| Android: Fix path traversal when importing user data | |||
| 2022-01-31 | Android: Fix path traversal when importing user data | JosJuice | |
| 2022-01-31 | Android: Include empty folders when exporting user data | JosJuice | |
| I think users will have a hard time figuring out where to place texture packs and Riivolution mods and so on without this. | |||
| 2022-01-30 | Merge pull request #10416 from JosJuice/android-import-export | JMC47 | |
| Android: Add import/export options for user data | |||
| 2022-01-30 | Android: Add import/export options for user data | JosJuice | |
| Apparently there are phones where accessing Dolphin's app-specific directory isn't just annoyingly hard but actually impossible. To give users of those phones at least some kind of way to manage their data (even if it's a lot less convenient than if we were allowed to let the user open the app-specific directory in a file manager), I'm adding a way to export the directory to a zip file and then import it back. | |||
| 2022-01-30 | Merge pull request #10391 from JosJuice/android-license-comment | Tilka | |
| Android: Add some missing license comments | |||
| 2022-01-26 | Merge pull request #10361 from Simonx22/migrate-to-material-components | JosJuice | |
| Android: improve app design | |||
| 2022-01-24 | Merge pull request #10371 from lynxnb/android-ir | JosJuice | |
| Android: add two QoL settings to IR pointer | |||
| 2022-01-24 | Android: add an option to recenter IR after every pointer interaction | lynxnb | |
| 2022-01-24 | Android: add IR pointer modes to InputOverlayPointer | lynxnb | |
| * Disabled: disables the overlay pointer * Follow: default behaviour, IR pointer follows touch position * Drag: IR pointer moves relative to the initial touch event position | |||
| 2022-01-23 | Android: Add some missing license comments | JosJuice | |
| I missed this in code review. | |||
| 2022-01-22 | Merge pull request #10369 from Simonx22/android-online-system-update-2 | JMC47 | |
| Android: Add online system update functionality | |||
| 2022-01-21 | Android: improve app design | Simonx22 | |
| 2022-01-21 | Android: Add online system update functionality | Simonx22 | |
| 2022-01-21 | NativeLibrary: Add function to start system menu | OatmealDome | |
| 2022-01-21 | WiiUtils: Add function to get current system menu version | OatmealDome | |
| 2022-01-21 | WiiUtils: Add function to check if system menu is installed | OatmealDome | |
| 2022-01-21 | WiiUtils: Add doOnlineUpdate() function | OatmealDome | |
| 2022-01-21 | WiiUtils: Add function to convert UpdateResult to jint | OatmealDome | |
| 2022-01-21 | WiiUpdateCallback: Add interface for update callback | OatmealDome | |
