Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-03 | android: Add DPad slide toggle | Charles Lombardo | |
2023-06-03 | android: Add relative stick center toggle | Charles Lombardo | |
2023-06-03 | android: Make hash and branch accessible from BuildConfig | Charles Lombardo | |
2023-06-03 | android: Backup shared preferences where applicable | Charles Lombardo | |
2023-06-03 | android: Enable retaining app data after uninstall | Charles Lombardo | |
2023-06-03 | android: Remove unused doFrame function | Charles Lombardo | |
2023-06-03 | android: Convert NativeLibrary to Kotlin | Charles Lombardo | |
2023-06-03 | android: Remove LocalBroadcastManager | Charles Lombardo | |
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. | |||
2023-06-03 | android: Remove game database | Charles Lombardo | |
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. | |||
2023-06-03 | android: Adjust game icon loading | Charles Lombardo | |
2023-06-03 | android: Remove unused dimensions files | Charles Lombardo | |
2023-06-03 | android: Slightly reduce game card size | Charles Lombardo | |
2023-06-03 | android: Only show company text view if it has content | Charles Lombardo | |
2023-06-03 | android: Fix check for ok text in software keyboard | Charles Lombardo | |
2023-06-03 | android: Implement amiibo reading from nfc tag | Narr the Reg | |
2023-06-03 | android: vulkan_device: Disable VK_EXT_custom_border_color on Adreno. | bunnei | |
- Causes crashes on sampler creation with Super Mario Odyssey. | |||
2023-06-03 | android: Add toggle controls option to input overlay | Charles Lombardo | |
2023-06-03 | android: Do not update FPS text on null view | Charles Lombardo | |
2023-06-03 | android: Convert keyboard applet to kotlin and refactor | Charles Lombardo | |
2023-06-03 | android: Implement basic software keyboard applet. | bunnei | |
2023-06-03 | android: config: Disable shader cache by default on Android. | bunnei | |
2023-06-03 | android: Fix fps counter not showing up | german77 | |
2023-06-03 | android: Prevent showing games on an invalid view | Charles Lombardo | |
2023-06-03 | android: Re-implement overlay editing | Charles Lombardo | |
2023-06-03 | android: Fix popup menu going out of bounds | Charles Lombardo | |
2023-06-03 | android: Use autofit grid for games fragment | Charles Lombardo | |
2023-06-03 | android: Prevent updating empty game list text on invalid view | Charles Lombardo | |
2023-06-03 | android: Persist settings across configuration changes | Charles Lombardo | |
Mostly things get refactored here to remove previous assumptions made about how the activity/fragment lifecycles would operate. The important change for persistence is removing the assumption that the user will be at the first settings fragment on recreation when deciding whether or not to reload settings. Now we check a flag in Settings to know if we loaded the settings within this lifecycle. | |||
2023-06-03 | android: Store settings object in viewmodel | Charles Lombardo | |
2023-06-03 | android: Remove configChanges exceptions | Charles Lombardo | |
2023-06-03 | Android: Enable resizeable activities | Charles Lombardo | |
2023-06-03 | android: Fix emulation fragment comments | Charles Lombardo | |
2023-06-03 | android: Use modal navigation drawer as in game menu | Charles Lombardo | |
2023-06-03 | android: Make Game class parcelable | Charles Lombardo | |
2023-06-03 | android: Add kotlin parcelize plugin | Charles Lombardo | |
2023-06-03 | android: Remove deprecated use of onActivityResult | Charles Lombardo | |
2023-06-03 | android: Fix RTL layouts | Charles Lombardo | |
2023-06-03 | android: Use ellipsis character | Charles Lombardo | |
2023-06-03 | android: Move all array strings to main strings file | Charles Lombardo | |
2023-06-03 | android: Remove unused strings | Charles Lombardo | |
2023-06-03 | android: Remove unused colors | Charles Lombardo | |
2023-06-03 | android: Remove citra date time picker | Charles Lombardo | |
2023-06-03 | android: Remove unused premium header layout | Charles Lombardo | |
2023-06-03 | android: Remove unused fragment animations | Charles Lombardo | |
2023-06-03 | android: Remove unused string arrays | Charles Lombardo | |
2023-06-03 | android: Remove unused integer xmls | Charles Lombardo | |
2023-06-03 | android: Refactor ic_launcher.xml to drawables | Charles Lombardo | |
2023-06-03 | android: Suppress lint in InsetsHelper | Charles Lombardo | |
2023-06-03 | android: Add data extraction rules | Charles Lombardo | |
2023-06-03 | android: Remove requestLegacyExternalStorage attribute | Charles Lombardo | |