Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-08 | android: Fix regex for git version | t895 | |
2024-02-04 | ci: android: Play store publishing setup | t895 | |
2024-01-29 | am: retrieve main applet creation info from frontend | Liam | |
2024-01-29 | am: re-namespace frontend applets to frontend directory | Liam | |
2024-01-29 | android: Don't show delete button for system driver | t895 | |
2024-01-28 | Merge pull request #12826 from t895/system-driver-version | liamwhite | |
android: Show system driver information | |||
2024-01-28 | android: Disable focus on loading card | t895 | |
Additionally de-emphasize the ripple that I can't disable | |||
2024-01-27 | android: Show system driver information | t895 | |
2024-01-27 | android: Multi-program app switching | t895 | |
2024-01-26 | android: Reload global settings on closing emulation | t895 | |
UI like the driver manager expects the global settings to be loaded when in the MainActivity so we reload global config to properly reset state on exit. | |||
2024-01-26 | Merge pull request #12809 from t895/error-message | liamwhite | |
android: Add cancel condition to installed content check | |||
2024-01-26 | Merge pull request #12707 from FearlessTobi/fs-housekeeping | liamwhite | |
fs: Various cleanups & add path class for later use | |||
2024-01-26 | android: Add cancel condition to installed content check | t895 | |
2024-01-25 | android: Disable default focus highlight on views that shouldn't be selected | t895 | |
2024-01-25 | android: Allow controller to focus on toolbar menu items | t895 | |
Workaround for this https://issuetracker.google.com/issues/256948272 | |||
2024-01-25 | android: Add 600dp layout for GameInfoFragment | t895 | |
2024-01-25 | android: Fix button click listener for build version name | t895 | |
Was set to the text instead of the parent view by mistake | |||
2024-01-25 | android: Disable focus for the root of cards that contain buttons | t895 | |
2024-01-25 | android: Focus on the in game menu when opened | t895 | |
2024-01-25 | Address review comments and fix compilation problems | FearlessTobi | |
2024-01-25 | Merge pull request #12777 from t895/firmware-warning | liamwhite | |
android: Add key warning | |||
2024-01-25 | Merge pull request #12787 from t895/game-list-refresh | liamwhite | |
android: Only compare game contents for GameAdapter | |||
2024-01-25 | android: Fix waiting for driver install on startup | t895 | |
2024-01-25 | android: Add current driver vendor to FPS overlay | t895 | |
2024-01-25 | android: Add key check | t895 | |
2024-01-25 | android: Add option to make MessageDialogFragments non-dismissible | t895 | |
Additionally fixes an issue where its viewmodel could hold onto a stale positive action | |||
2024-01-25 | frontend_common: Consistently use references | t895 | |
Was swapping between references and pointers for no reason. Just unify them here since each of these utility functions will need their parameters to be alive. | |||
2024-01-25 | android: Only compare game contents for GameAdapter | t895 | |
2024-01-22 | android: Add to launcher button | t895 | |
2024-01-22 | Merge pull request #12739 from t895/debug-keystore | Charles Lombardo | |
android: Provide debug.keystore for debug and relWithDebInfo builds | |||
2024-01-22 | Merge pull request #12738 from t895/lock-drawer | Charles Lombardo | |
android: Port "Lock drawer" feature from Citra | |||
2024-01-21 | android: Provide debug.keystore for debug and relWithDebInfo builds | t895 | |
Allows devs to share debug builds with testers without uninstalling the previous build | |||
2024-01-21 | android: Port "Lock drawer" feature from Citra | t895 | |
2024-01-21 | android: Add options to verify installed content | t895 | |
2024-01-20 | android: Sync translations | t895 | |
2024-01-20 | android: Change "Clear" to "Use global setting" for per-game settings | t895 | |
2024-01-20 | Merge pull request #12721 from t895/card-elevation | liamwhite | |
android: Use elevated card style for home setting card | |||
2024-01-20 | Merge pull request #12719 from t895/sort-search | liamwhite | |
android: Sort recently added/played games by time | |||
2024-01-20 | android: Use elevated card style for home setting card | t895 | |
2024-01-20 | android: Sort recently added/played games by time | t895 | |
2024-01-19 | android: Add addon delete button | t895 | |
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion. | |||
2024-01-19 | android: Use callback to update progress bar dialogs | t895 | |
2024-01-19 | frontend_common: Add content manager utility functions | t895 | |
Creates utility functions to remove/install DLC, updates, and base game content | |||
2024-01-17 | android: Save overlay data while using emulation fragment | t895 | |
This should have been fully embraced before but the items within the popup menu and the adjust controls dialog fell through. This ensures that everything related to the overlay is saved during emulation and can't be lost during a crash. | |||
2024-01-16 | Merge pull request #12380 from flodavid/save-profile | Narr the Reg | |
Save configuration profile name used by players | |||
2024-01-16 | Merge remote-tracking branch 'origin/master' into typos3 | Viktor Szépe | |
2024-01-15 | Fix typos in arrays.xml | Viktor Szépe | |
2024-01-15 | Fix more typos | Viktor Szépe | |
2024-01-15 | Merge pull request #12681 from t895/stick-toggles | liamwhite | |
android: Fix overlay toggle ordering | |||
2024-01-15 | Merge pull request #12612 from liamwhite/fs-pid | Charles Lombardo | |
fsp-srv: use program registry for SetCurrentProcess |