summaryrefslogtreecommitdiff
path: root/android/android_studio_project/app/src
AgeCommit message (Collapse)Author
2022-07-17[Android] Don't require the storage permissionTriang3l
GPU traces in the trace viewer are accessed via the Storage Access Framework, which doesn't require the storage permissions. Games will be accessed using the SAF too (directories containing games as document trees with persistable URI permissions). The storage permissions are also not required for accessing the application's external or internal storage directory that will contain the save files.
2022-07-17[Android] GPU trace viewer and launcher activitiesTriang3l
2022-07-17[Android] Add missing `final` to surface callbacksTriang3l
2022-07-16[Base] Cvars from Android Bundle/IntentTriang3l
2022-07-14[UI] Android ImGui touch and mouse inputTriang3l
2022-07-11[Android] Unified xenia-app with windowed apps and build prerequisitesTriang3l
2022-04-26[Android] Minor postInvalidateWindowSurface JNI cleanupTriang3l
2022-02-01[UI] Android surface [skip appveyor]Triang3l
2022-01-30[Base] Android error reporting via SIGABRT/RuntimeExceptionTriang3l
2021-09-18[UI] android.app.NativeActivity > WindowedAppActivity + code styleTriang3l
2020-11-22[Android] API, feature and permission requirementsTriang3l
2020-11-21[Android] Studio project enough to invoke NDK-BuildTriang3l