summaryrefslogtreecommitdiff
path: root/src/android
AgeCommit message (Collapse)Author
2024-02-04ci: android: Play store publishing setupt895
2024-01-29am: retrieve main applet creation info from frontendLiam
2024-01-29am: re-namespace frontend applets to frontend directoryLiam
2024-01-29android: Don't show delete button for system drivert895
2024-01-28Merge pull request #12826 from t895/system-driver-versionliamwhite
android: Show system driver information
2024-01-28android: Disable focus on loading cardt895
Additionally de-emphasize the ripple that I can't disable
2024-01-27android: Show system driver informationt895
2024-01-27android: Multi-program app switchingt895
2024-01-26android: Reload global settings on closing emulationt895
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-26Merge pull request #12809 from t895/error-messageliamwhite
android: Add cancel condition to installed content check
2024-01-26Merge pull request #12707 from FearlessTobi/fs-housekeepingliamwhite
fs: Various cleanups & add path class for later use
2024-01-26android: Add cancel condition to installed content checkt895
2024-01-25android: Disable default focus highlight on views that shouldn't be selectedt895
2024-01-25android: Allow controller to focus on toolbar menu itemst895
Workaround for this https://issuetracker.google.com/issues/256948272
2024-01-25android: Add 600dp layout for GameInfoFragmentt895
2024-01-25android: Fix button click listener for build version namet895
Was set to the text instead of the parent view by mistake
2024-01-25android: Disable focus for the root of cards that contain buttonst895
2024-01-25android: Focus on the in game menu when openedt895
2024-01-25Address review comments and fix compilation problemsFearlessTobi
2024-01-25Merge pull request #12777 from t895/firmware-warningliamwhite
android: Add key warning
2024-01-25Merge pull request #12787 from t895/game-list-refreshliamwhite
android: Only compare game contents for GameAdapter
2024-01-25android: Fix waiting for driver install on startupt895
2024-01-25android: Add current driver vendor to FPS overlayt895
2024-01-25android: Add key checkt895
2024-01-25android: Add option to make MessageDialogFragments non-dismissiblet895
Additionally fixes an issue where its viewmodel could hold onto a stale positive action
2024-01-25frontend_common: Consistently use referencest895
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-25android: Only compare game contents for GameAdaptert895
2024-01-22android: Add to launcher buttont895
2024-01-22Merge pull request #12739 from t895/debug-keystoreCharles Lombardo
android: Provide debug.keystore for debug and relWithDebInfo builds
2024-01-22Merge pull request #12738 from t895/lock-drawerCharles Lombardo
android: Port "Lock drawer" feature from Citra
2024-01-21android: Provide debug.keystore for debug and relWithDebInfo buildst895
Allows devs to share debug builds with testers without uninstalling the previous build
2024-01-21android: Port "Lock drawer" feature from Citrat895
2024-01-21android: Add options to verify installed contentt895
2024-01-20android: Sync translationst895
2024-01-20android: Change "Clear" to "Use global setting" for per-game settingst895
2024-01-20Merge pull request #12721 from t895/card-elevationliamwhite
android: Use elevated card style for home setting card
2024-01-20Merge pull request #12719 from t895/sort-searchliamwhite
android: Sort recently added/played games by time
2024-01-20android: Use elevated card style for home setting cardt895
2024-01-20android: Sort recently added/played games by timet895
2024-01-19android: Add addon delete buttont895
Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion.
2024-01-19android: Use callback to update progress bar dialogst895
2024-01-19frontend_common: Add content manager utility functionst895
Creates utility functions to remove/install DLC, updates, and base game content
2024-01-17android: Save overlay data while using emulation fragmentt895
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-16Merge pull request #12380 from flodavid/save-profileNarr the Reg
Save configuration profile name used by players
2024-01-16Merge remote-tracking branch 'origin/master' into typos3Viktor Szépe
2024-01-15Fix typos in arrays.xmlViktor Szépe
2024-01-15Fix more typosViktor Szépe
2024-01-15Merge pull request #12681 from t895/stick-togglesliamwhite
android: Fix overlay toggle ordering
2024-01-15Merge pull request #12612 from liamwhite/fs-pidCharles Lombardo
fsp-srv: use program registry for SetCurrentProcess
2024-01-15android: Fix overlay toggle orderingt895