| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-09 | Android: Expose "Log Render Time to File" toggle | 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. | |||
| 2022-12-29 | Android: Move FPS-related settings to a submenu | JosJuice | |
| Back when this was just the FPS setting, having it in the top level of the graphics settings was reasonable. But now it's seven settings. Let's add a new submenu for them. | |||
| 2022-12-28 | Merge pull request #11357 from t895/elevate-ingame-fragment | JosJuice | |
| Android: Elevate ingame menu fragment with color | |||
| 2022-12-24 | Merge pull request #11358 from t895/close-soft-keyboard | JosJuice | |
| Android: Close soft keyboard on panel close | |||
| 2022-12-24 | Android: Allow users to interact with switches in settings | Charles Lombardo | |
| 2022-12-23 | New FrameTime/VBlank Analyzer + Graph | Sam Belliveau | |
| 2022-12-20 | Android: Close soft keyboard on panel close | Charles Lombardo | |
| 2022-12-20 | Android: Elevate ingame menu fragment with color | Charles Lombardo | |
| Whenever the app is not using the default theme, the ingame menu fragment will be treated as an elevated component like an alert dialog. | |||
| 2022-12-20 | Merge pull request #11346 from t895/grid-settings | Mai | |
| Android: Move game grid options to MainActivity | |||
| 2022-12-18 | Android: Convert ThemeHelper to Kotlin | Charles Lombardo | |
| 2022-12-17 | Android: Move game grid options to Main/TV Activities | Charles Lombardo | |
| 2022-12-11 | Merge pull request #9944 from JosJuice/android-nonsquare-buttons | JosJuice | |
| Android: Allow non-square overlay control images | |||
| 2022-12-11 | Android: fix compile error | Mateus B. Cassiano | |
| 2022-12-10 | Merge pull request #11325 from t895/extra-dark | JosJuice | |
| Android: Add black backgrounds toggle | |||
| 2022-12-10 | Android: Add black backgrounds toggle | Charles Lombardo | |
| Makes all background colors black in dark mode when enabled through a ThemeOverlay. Applied the same way as a theme/mode. | |||
| 2022-12-10 | Merge pull request #11329 from t895/elevation-bar | JosJuice | |
| Android: Use ElevationOverlay for app bar elevation color | |||
| 2022-12-10 | Android: Replace Checkbox with MaterialSwitch | Charles Lombardo | |
| 2022-12-06 | Android: Use ElevationOverlay for app bar elevation color | Charles Lombardo | |
| 2022-12-06 | Merge pull request #11327 from t895/settings-animation | JosJuice | |
| Android: New settings fragment animations | |||
| 2022-12-06 | Android: New settings fragment animations | Charles Lombardo | |
| 2022-12-06 | Android: Migrate all strings to strings.xml | Charles Lombardo | |
| 2022-12-04 | Android: Have each activity manage insets separately | Charles Lombardo | |
| 2022-12-04 | Merge pull request #11314 from t895/menu-cutout-padding | JosJuice | |
| Android: Pad menu fragment when expanding to cutout area | |||
| 2022-12-04 | Merge pull request #11270 from t895/theme-mode | Mai | |
| Android: Add theme mode switcher | |||
| 2022-12-04 | Merge pull request #11324 from t895/back-fix | JosJuice | |
| Android: Fix cheats layout | |||
| 2022-12-04 | Android: Pad menu fragment when expanding to cutout area | Charles Lombardo | |
| 2022-12-04 | Android: Fix cheats layout | Charles Lombardo | |
| The sliding panel layout was in the way of the top app bar and prevented the up button from being pressed. This anchors the panel to the bottom of the top app bar and removed unnecessary hardcoded padding. | |||
| 2022-12-04 | Merge pull request #11317 from t895/dialog-adjustment | Mai | |
| Android: Use progress indicator in short loading scenarios | |||
| 2022-12-02 | Android: Use expanding Extended FAB | Charles Lombardo | |
| This adds text to the FAB when expanded and shrinks the FAB on scroll. The text will return when scrolling up as well. | |||
| 2022-12-02 | Android: Use progress indicator in short loading scenarios | Charles Lombardo | |
| 2022-12-02 | Android: Add theme mode switcher | Charles Lombardo | |
| Similar to app themes, theme modes have to be loaded before directory initialization is ready. So we save the proper key the same way. | |||
| 2022-12-01 | Android: Greatly simplify MotionAlertDialog theming | Charles Lombardo | |
| 2022-11-23 | Merge pull request #11296 from t895/tv-game-details-fix | JosJuice | |
| Android: Fix GameDetailsDialog on leanback | |||
| 2022-11-23 | Improve FPS/VPS Counting and Revamp Appearance | Sam Belliveau | |
| 2022-11-22 | Android: Fix GameDetailsDialog on leanback | Charles Lombardo | |
| Previously the app would crash because Material Dividers inherit from AppCompat and the leanback activity does not. This creates a new layout file with leanback-specific accommodations and code is duplicated in GameDetailsDialog to prevent inflation crashes. | |||
| 2022-11-22 | Android: Fix condition where we set grid span too early | Charles Lombardo | |
| 2022-11-16 | Merge pull request #11267 from t895/smooth-keyboard | JosJuice | |
| Android: Use smooth keyboard animation in cheats activity | |||
| 2022-11-16 | Merge pull request #11254 from t895/adaptive-grid | JosJuice | |
| Android: Dynamically adapt grid span to card_game size | |||
| 2022-11-16 | Merge pull request #11256 from t895/animate-focus-change | JosJuice | |
| Android: Animate covers on focus change | |||
| 2022-11-15 | Merge pull request #11255 from JosJuice/disable-sd-convert | Admiral H. Curtiss | |
| Disable SD card conversion while emulation is running | |||
| 2022-11-13 | Android: Dynamically adapt grid span to card_game size | Charles Lombardo | |
| In order to avoid getting stuck making a new dimension file every time a new device is found we take a known value for how large the game card will be, take the screen size, and adjust the grid accordingly. | |||
| 2022-11-13 | Merge pull request #11272 from t895/tv-update-fix | JosJuice | |
| Android: Use progress bar that does not inherit from AppCompat on leanback | |||
| 2022-11-13 | Android: Use progress bar that does not inherit from AppCompat on leanback | Charles Lombardo | |
| 2022-11-13 | Merge pull request #11248 from t895/offload-unmangle | JosJuice | |
| Android: Offload cover path unmangling to another thread | |||
| 2022-11-11 | Android: Use smooth keyboard animation in cheats activity | Charles Lombardo | |
| 2022-11-10 | Android: Change system update dialog title/message when cancelling | Charles Lombardo | |
| 2022-11-06 | Android: Animate covers on focus change | Charles Lombardo | |
| Co-Authored-By: JosJuice <josjuice@gmail.com> | |||
| 2022-11-06 | Android: Disable SD card conversion while emulation is running | JosJuice | |
| 2022-11-04 | Android: Offload cover path unmangling to another thread | Charles Lombardo | |
