| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-23 | Android: Use same margin above login text as below | JosJuice | |
| This makes the login dialog look more balanced when "Logging In" or "Login Failed" is visible. | |||
| 2025-11-23 | Android: Remove unnecessary gravity in dialog_login.xml | JosJuice | |
| Android Studio was complaining about these because their directions didn't match the text alignment, but in this layout they have no effect anyway. | |||
| 2025-11-23 | Android: Replace dialog_login.xml's invisible with gone | JosJuice | |
| LoginDialog sets these to gone when a login starts or fails. Whether we use gone or invisible needs to be consistent between LoginDialog and the XML file, otherwise we'll blank space that shows up or disappears when login starts or fails. | |||
| 2025-11-22 | Merge pull request #13583 from LillyJadeKatrin/retroachievements-android | JosJuice | |
| Android Support for RetroAchievements | |||
| 2025-11-18 | RetroAchievements - Android login callback | LillyJadeKatrin | |
| Modify the RetroAchievements login code in Android to pass in a callback, pop a message if login fails, close the login box if it succeeds. | |||
| 2025-11-16 | Add login to achievement settings | LillyJadeKatrin | |
| 2025-11-10 | Android: Keep main toolbar pinned on game grid | Simonx22 | |
| Prevents the version/build bar from sliding behind the status bar when scrolling so the time and build info remain readable instead of overlapping. | |||
| 2025-11-02 | Android: Add Reset Dolphin Settings functionality | Simonx22 | |
| 2025-06-07 | Android: Show input indicators in controller settings | JosJuice | |
| 2025-05-07 | Merge pull request #13559 from tygyh/Android-Apply-style-alignment-refactorings | JosJuice | |
| Android: Apply style alignment refactorings | |||
| 2025-04-22 | Android: Apply style alignment refactorings | Dr. Dystopia | |
| 2025-04-19 | Android: Show time played in game details | JosJuice | |
| Unlike in DolphinQt, there isn't much space to show playtimes directly in the game list, so I've put it in the game details dialog instead. | |||
| 2025-01-12 | Clean up CRLF line endings | Daniel Peukert | |
| 2023-09-23 | Android: Adjust settings slider dialog | Charles Lombardo | |
| Move text above slider | |||
| 2023-06-17 | Android: Hide Infinity Base in MenuFragment when not relevant | JosJuice | |
| 2023-05-28 | Android: Infinity Base UI | Joshua de Reeper | |
| Add a UI option for the Infinity Base within the Android Emulation Activity | |||
| 2023-03-13 | Android: Make header padding appear even | Charles Lombardo | |
| 2023-03-11 | Merge pull request #11385 from JosJuice/android-input-overhaul | JosJuice | |
| Android input overhaul | |||
| 2023-03-08 | Android: Center list view headers | Robin Kertels | |
| 2023-03-07 | Android: Remove the in-emulation IR sensitivity options | JosJuice | |
| This too can be set in the normal controller settings now. | |||
| 2023-03-07 | Android: Add the advanced input mapping dialog | JosJuice | |
| It's missing a lot of features from the PC version for now, like buttons for inserting functions and the ability to see what the expression evaluates to. I mostly just wanted to get something in place so you can set up rumble. Co-authored-by: Charles Lombardo <clombardo169@gmail.com> | |||
| 2023-03-03 | Android: Add input profile management | JosJuice | |
| Co-authored-by: Charles Lombardo <clombardo169@gmail.com> | |||
| 2023-03-03 | Android: Show warning when using old pre-defined controller INIs | JosJuice | |
| Co-authored-by: Charles Lombardo <clombardo169@gmail.com> | |||
| 2023-03-02 | Android: Hide controller mappings button when controller type is None | JosJuice | |
| Also removed the make_sure_continuous_scan_enabled message. It doesn't make sense with the new UX. | |||
| 2023-02-27 | Android: Add a button for accessing controller mappings | JosJuice | |
| The settings GameCube Controller N and Wii Remote N (where N is a number) have two purposes: You can select what controller type you want to use, and also, when you select a controller type (even if you're selecting the one that already is selected), the mapping settings open. This second part is less discoverable than it ideally should be. I'm changing it so that there now is a button for opening the mapping settings instead. | |||
| 2023-02-20 | Android: Remove SettingsFrameLayout | Charles Lombardo | |
| 2023-02-18 | Merge pull request #11521 from t895/adjust-grid-options | JosJuice | |
| Android: Simplify the grid options dialog fragment | |||
| 2023-02-02 | Android: Add Skylanders Portal | Joshua de Reeper | |
| Co-Authored-By: Charles Lombardo <clombardo169@gmail.com> | |||
| 2023-01-30 | Android: Simplify the grid options dialog fragment | Charles Lombardo | |
| 2023-01-24 | Merge pull request #11413 from t895/sample-window-slider | Mai | |
| Android: Add slider for Performance Sample Window | |||
| 2023-01-24 | Android: Fix rtl layout in cheat details fragment | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout on game details dialog | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout for cheat warning fragment | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout for cheat list items | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout for multiple settings activity views | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout for control dialogs | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout in convert activity | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout for in-game menu fragment | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout for grid options dialog | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout in riivolution boot activity | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout in user data activity | Charles Lombardo | |
| 2023-01-24 | Android: Fix rtl layout on card_game | Charles Lombardo | |
| 2023-01-24 | Merge pull request #11455 from t895/about-dialog | Pierre Bourdon | |
| Android: Add about dialog | |||
| 2023-01-18 | Android: Add about dialog | Charles Lombardo | |
| 2023-01-15 | Android: Fix large strings in save/load savestate fragment | Charles Lombardo | |
| 2023-01-13 | Android: Fix grid options text borders | Charles Lombardo | |
| Previously on displays with a small width, text would appear under the switch. Now the text will break into a new line. | |||
| 2023-01-13 | Android: Adjust width of slider value text view | Charles Lombardo | |
| 2023-01-09 | Android: Disable focus on workaround view | Charles Lombardo | |
| 2023-01-09 | Android: Revert "Make the header focusable" | Charles Lombardo | |
| 2023-01-07 | Android: Fix workaround view in cheats activity | Charles Lombardo | |
| When using a fullscreen mode on some phones that remove the navigation bar, inset callbacks will not be fired. To account for this we set the workaround view at a height of 1px to prevent the view from filling the entire screen due to this activity using a Constraint layout. | |||
