Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-03 | android: Fix inline keyboard input | german77 | |
2023-06-03 | android: Fix grammatical mistake in video core error message | Charles Lombardo | |
2023-06-03 | android: Adjust wording on GPU driver install button | Charles Lombardo | |
2023-06-03 | android: Add deadzone to stick input | Narr the Reg | |
2023-06-03 | android: Move motion listener to emulation activity | german77 | |
2023-06-03 | core: hid: Finish linking motion from virtual controllers | Narr the Reg | |
2023-06-03 | android: Change wording for "Add Games" button (#100) | Charles Lombardo | |
Co-authored-by: bunnei <bunneidev@gmail.com> | |||
2023-06-03 | android: Scroll shortcut for games list | Charles Lombardo | |
If you reselect the "Games" menu item in the bottom navigation menu, the list smoothly scrolls to the top. | |||
2023-06-03 | android: Setup screen hotfix | Charles Lombardo | |
Added help button link for add games warning and a check for whether a task was completed on a given screen. | |||
2023-06-03 | android: Swap Default and Install buttons for GPU driver installation dialog | Charles Lombardo | |
2023-06-03 | android: Add warnings to setup screens | Charles Lombardo | |
2023-06-03 | android: Allow search bar to scroll offscreen | Charles Lombardo | |
2023-06-03 | android: Update app icon | Charles Lombardo | |
Small icon updates from Flam | |||
2023-06-03 | android: Change organization of the settings tab in the home screen | Charles Lombardo | |
2023-06-03 | android: Properly pop setup fragment from the back stack | Charles Lombardo | |
2023-06-03 | android: Vertically scalable setup pages | Charles Lombardo | |
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. | |||
2023-06-03 | android: Fix setup rotation bug | Charles Lombardo | |
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. | |||
2023-06-03 | android: Temporarily switch for a fixed version code for testing | Charles Lombardo | |
2023-06-03 | android: Fix alignment of SwipeRefreshLayout | Charles Lombardo | |
2023-06-03 | android: Shape/spacing adjustments to game card | Charles Lombardo | |
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. | |||
2023-06-03 | android: Manual tweaks for dialog colors | Charles Lombardo | |
Small fix for Flam | |||
2023-06-03 | android: Fix black backgrounds bug | Charles Lombardo | |
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. | |||
2023-06-03 | android: Use navigation bar shade view for settings activity | Charles Lombardo | |
2023-06-03 | android: Disable editing themes during emulation | Charles Lombardo | |
2023-06-03 | android: Prevent situation where binding is called on a null view | Charles Lombardo | |
2023-06-03 | android: Add black backgrounds toggle | Charles Lombardo | |
2023-06-03 | android: Add theme mode picker | Charles Lombardo | |
2023-06-03 | android: Add theme picker | Charles Lombardo | |
2023-06-03 | android: Prevent potential abstract settings crash | Charles Lombardo | |
2023-06-03 | android: Fix cast for abstract settings | Charles Lombardo | |
2023-06-03 | android: Create xml for Material You theme | Charles Lombardo | |
2023-06-03 | android: Remove check for API 29 in themes | Charles Lombardo | |
2023-06-03 | android: Adjustments to home option card | Charles Lombardo | |
Several spacing/color adjustments provided by Flam | |||
2023-06-03 | android: Use different colors for logo in options menu | Charles Lombardo | |
Reverting to the official logo colors | |||
2023-06-03 | android: New default theme colors | Charles Lombardo | |
2023-06-03 | android: Use libnx default icon | Charles Lombardo | |
Credit to jaames for the original icon | |||
2023-06-03 | android: enable LTO | Liam | |
2023-06-03 | android: Show error if invalid keys file is selected | Charles Lombardo | |
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. | |||
2023-06-03 | android: Fix first time setup scrolling bug | Charles Lombardo | |
If you quickly scrolled from the second page to the first and then back, the next/back buttons would disappear. | |||
2023-06-03 | android: Fix A button preference key | Charles Lombardo | |
2023-06-03 | android: First time setup screen | Charles Lombardo | |
2023-06-03 | android: Prevent editing unsafe settings at runtime | Charles Lombardo | |
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. | |||
2023-06-03 | android: Abstract settings | Charles Lombardo | |
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! | |||
2023-06-03 | android: Implement gamepad input | german77 | |
2023-06-03 | android: Bump minimum version to Android 11 | Charles Lombardo | |
2023-06-03 | android: Decouple status bar shade from navigation bar visibility | Charles Lombardo | |
2023-06-03 | android: Enable code minification | Charles Lombardo | |
2023-06-03 | android: Switch from a colored status bar to a custom view | Charles Lombardo | |
Allows for smoother transitions with the search bar | |||
2023-06-03 | android: Adjustments to card_game | Charles Lombardo | |
Removed a currently unused text view and moved to material text views. | |||
2023-06-03 | android: MainActivity overhaul | Charles Lombardo | |
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 |