| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | android: Temporarily switch for a fixed version code for testing | 2023-06-03 | 1 | -1/+1 | ||
| | | ||||||
| * | android: Fix alignment of SwipeRefreshLayout | 2023-06-03 | 1 | -5/+9 | ||
| | | ||||||
| * | android: Shape/spacing adjustments to game card | 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 | 2023-06-03 | 6 | -2/+21 | ||
| | | | | | Small fix for Flam | |||||
| * | android: Fix black backgrounds bug | 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 | 2023-06-03 | 2 | -3/+20 | ||
| | | ||||||
| * | android: Disable editing themes during emulation | 2023-06-03 | 1 | -3/+3 | ||
| | | ||||||
| * | android: Prevent situation where binding is called on a null view | 2023-06-03 | 1 | -0/+3 | ||
| | | ||||||
| * | android: Add black backgrounds toggle | 2023-06-03 | 6 | -1/+42 | ||
| | | ||||||
| * | android: Add theme mode picker | 2023-06-03 | 5 | -11/+76 | ||
| | | ||||||
| * | android: Add theme picker | 2023-06-03 | 7 | -3/+127 | ||
| | | ||||||
| * | android: Prevent potential abstract settings crash | 2023-06-03 | 1 | -0/+4 | ||
| | | ||||||
| * | android: Fix cast for abstract settings | 2023-06-03 | 4 | -5/+5 | ||
| | | ||||||
| * | android: Create xml for Material You theme | 2023-06-03 | 2 | -0/+58 | ||
| | | ||||||
| * | android: Remove check for API 29 in themes | 2023-06-03 | 2 | -15/+4 | ||
| | | ||||||
| * | android: Adjustments to home option card | 2023-06-03 | 1 | -4/+10 | ||
| | | | | | Several spacing/color adjustments provided by Flam | |||||
| * | android: Use different colors for logo in options menu | 2023-06-03 | 2 | -3/+3 | ||
| | | | | | Reverting to the official logo colors | |||||
| * | android: New default theme colors | 2023-06-03 | 2 | -30/+34 | ||
| | | ||||||
| * | android: Use libnx default icon | 2023-06-03 | 4 | -1/+1 | ||
| | | | | | Credit to jaames for the original icon | |||||
| * | android: enable LTO | 2023-06-03 | 1 | -1/+2 | ||
| | | ||||||
| * | android: Show error if invalid keys file is selected | 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 | 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 | 2023-06-03 | 1 | -1/+1 | ||
| | | ||||||
| * | android: First time setup screen | 2023-06-03 | 19 | -163/+769 | ||
| | | ||||||
| * | android: Prevent editing unsafe settings at runtime | 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 | 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 | 2023-06-03 | 6 | -11/+510 | ||
| | | ||||||
| * | android: Bump minimum version to Android 11 | 2023-06-03 | 1 | -1/+1 | ||
| | | ||||||
| * | android: Decouple status bar shade from navigation bar visibility | 2023-06-03 | 3 | -14/+34 | ||
| | | ||||||
| * | android: Enable code minification | 2023-06-03 | 5 | -22/+18 | ||
| | | ||||||
| * | android: Switch from a colored status bar to a custom view | 2023-06-03 | 4 | -23/+35 | ||
| | | | | | Allows for smoother transitions with the search bar | |||||
| * | android: Adjustments to card_game | 2023-06-03 | 1 | -20/+5 | ||
| | | | | | Removed a currently unused text view and moved to material text views. | |||||
| * | android: MainActivity overhaul | 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 | 2023-06-03 | 1 | -3/+4 | ||
| | | ||||||
| * | android: Update gradle version to 8.1 | 2023-06-03 | 1 | -1/+1 | ||
| | | ||||||
| * | android: Update app dependencies | 2023-06-03 | 1 | -5/+5 | ||
| | | ||||||
| * | android: Convert gradle scripts to Kotlin DSL | 2023-06-03 | 5 | -201/+241 | ||
| | | ||||||
| * | android: settings: Add scaling filter & anti-aliasing options. (#66) | 2023-06-03 | 4 | -0/+75 | ||
| | | ||||||
| * | android: video_core: Add support for disk shader cache. (#64) | 2023-06-03 | 12 | -4/+258 | ||
| | | ||||||
| * | android: config: Change docked mode and GPU accuracy to favor performance on ↵ | 2023-06-03 | 3 | -7/+11 | ||
| | | | | | Android. | |||||
| * | android: Initialize account manager | 2023-06-03 | 1 | -0/+5 | ||
| | | ||||||
| * | android: Remove unsafe null check | 2023-06-03 | 1 | -4/+2 | ||
| | | ||||||
| * | android: Scale input overlay independently of system display scale | 2023-06-03 | 2 | -30/+41 | ||
| | | ||||||
| * | android: Use apply instead of commit for shared preferences | 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 | 2023-06-03 | 5 | -2/+14 | ||
| | | ||||||
| * | android: Add relative stick center toggle | 2023-06-03 | 3 | -0/+13 | ||
| | | ||||||
| * | android: Make hash and branch accessible from BuildConfig | 2023-06-03 | 1 | -0/+25 | ||
| | | ||||||
| * | android: Backup shared preferences where applicable | 2023-06-03 | 2 | -0/+12 | ||
| | | ||||||
| * | android: Enable retaining app data after uninstall | 2023-06-03 | 1 | -1/+2 | ||
| | | ||||||
| * | android: Remove unused doFrame function | 2023-06-03 | 1 | -2/+0 | ||
| | | ||||||