| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 app dependencies | 2023-06-03 | 1 | -5/+5 | ||
| | | ||||||
| * | android: Convert gradle scripts to Kotlin DSL | 2023-06-03 | 2 | -190/+227 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||
| * | android: Convert NativeLibrary to Kotlin | 2023-06-03 | 15 | -766/+523 | ||
| | | ||||||
| * | android: Remove LocalBroadcastManager | 2023-06-03 | 11 | -225/+17 | ||
| | | | | | | | This causes a couple of minor changes to directory initialization. We don't have a lengthy initialization step so we could spend less time creating state receivers and just run initialization on the main thread. We also don't have a situation where external storage will be a concern so checks are removed in favor of a binary check to see if initialization is ready. This additionally removes the unused DoFrame callback. | |||||
| * | android: Remove game database | 2023-06-03 | 18 | -773/+154 | ||
| | | | | | The content provider + database solution was excessive and is now replaced with the simple file checks from before but turned into an array list held within a viewmodel. | |||||
| * | android: Adjust game icon loading | 2023-06-03 | 1 | -15/+9 | ||
| | | ||||||
| * | android: Remove unused dimensions files | 2023-06-03 | 2 | -9/+0 | ||
| | | ||||||
| * | android: Slightly reduce game card size | 2023-06-03 | 2 | -3/+3 | ||
| | | ||||||
| * | android: Only show company text view if it has content | 2023-06-03 | 1 | -5/+8 | ||
| | | ||||||
| * | android: Fix check for ok text in software keyboard | 2023-06-03 | 1 | -1/+1 | ||
| | | ||||||
| * | android: Implement amiibo reading from nfc tag | 2023-06-03 | 13 | -4/+303 | ||
| | | ||||||
| * | android: Add toggle controls option to input overlay | 2023-06-03 | 5 | -6/+62 | ||
| | | ||||||