summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Collapse)Author
2022-12-27Android: Add VectorToJObjectArray utility functionJosJuice
2022-12-27Android: Make more meticulous use of DeleteLocalRefJosJuice
If we're in a function that isn't just going to immediately return to Java, leaking local references can lead to problems eventually.
2022-12-24Merge pull request #11358 from t895/close-soft-keyboardJosJuice
Android: Close soft keyboard on panel close
2022-12-24Merge pull request #11369 from t895/switch-fixJosJuice
Android: Allow users to interact with switches in settings
2022-12-24Android: Allow users to interact with switches in settingsCharles Lombardo
2022-12-23Android: Upgrade NDK to 25.1.8937393Charles Lombardo
2022-12-23New FrameTime/VBlank Analyzer + GraphSam Belliveau
2022-12-20Android: Close soft keyboard on panel closeCharles Lombardo
2022-12-20Android: Elevate ingame menu fragment with colorCharles Lombardo
Whenever the app is not using the default theme, the ingame menu fragment will be treated as an elevated component like an alert dialog.
2022-12-20Merge pull request #11346 from t895/grid-settingsMai
Android: Move game grid options to MainActivity
2022-12-18Android: Convert ThemeHelper to KotlinCharles Lombardo
2022-12-17Android: Move game grid options to Main/TV ActivitiesCharles Lombardo
2022-12-15Android: Use colorSurface attribute for cheats activity backgroundCharles Lombardo
2022-12-11Merge pull request #11343 from t895/kotlin-cleanJosJuice
Android: Introduce Kotlin support
2022-12-11Android: Introduce Kotlin supportCharles Lombardo
2022-12-11Merge pull request #9944 from JosJuice/android-nonsquare-buttonsJosJuice
Android: Allow non-square overlay control images
2022-12-11Android: fix compile errorMateus B. Cassiano
2022-12-10Merge pull request #11325 from t895/extra-darkJosJuice
Android: Add black backgrounds toggle
2022-12-10Merge pull request #11335 from t895/baseline-profileJosJuice
Android: Baseline profile generation
2022-12-10Android: Add black backgrounds toggleCharles Lombardo
Makes all background colors black in dark mode when enabled through a ThemeOverlay. Applied the same way as a theme/mode.
2022-12-10Merge pull request #11329 from t895/elevation-barJosJuice
Android: Use ElevationOverlay for app bar elevation color
2022-12-10Android: Replace Checkbox with MaterialSwitchCharles Lombardo
2022-12-09Android: Baseline profile generationCharles Lombardo
This creates a new benchmark module that is responsible for generating baseline profiles and testing them. As part of this commit a baseline-prof.txt file has been included to speed up launch times with the app in its current state. Later, profile generation can be automated and keep up with the app as it changes.
2022-12-08Android: Upgrade dependenciesCharles Lombardo
2022-12-08Merge pull request #11309 from t895/agp-upgradeJosJuice
Android: Upgrade AGP to 7.3.1
2022-12-06Android: Use ElevationOverlay for app bar elevation colorCharles Lombardo
2022-12-06Merge pull request #11327 from t895/settings-animationJosJuice
Android: New settings fragment animations
2022-12-06Android: New settings fragment animationsCharles Lombardo
2022-12-06Android: Migrate all strings to strings.xmlCharles Lombardo
2022-12-04Android: Have each activity manage insets separatelyCharles Lombardo
2022-12-04Merge pull request #11314 from t895/menu-cutout-paddingJosJuice
Android: Pad menu fragment when expanding to cutout area
2022-12-04Merge pull request #11270 from t895/theme-modeMai
Android: Add theme mode switcher
2022-12-04Merge pull request #11324 from t895/back-fixJosJuice
Android: Fix cheats layout
2022-12-04Android: Pad menu fragment when expanding to cutout areaCharles Lombardo
2022-12-04Android: Fix cheats layoutCharles Lombardo
The sliding panel layout was in the way of the top app bar and prevented the up button from being pressed. This anchors the panel to the bottom of the top app bar and removed unnecessary hardcoded padding.
2022-12-04Merge pull request #11317 from t895/dialog-adjustmentMai
Android: Use progress indicator in short loading scenarios
2022-12-02Android: Use expanding Extended FABCharles Lombardo
This adds text to the FAB when expanded and shrinks the FAB on scroll. The text will return when scrolling up as well.
2022-12-02Android: Use progress indicator in short loading scenariosCharles Lombardo
2022-12-02Android: Add theme mode switcherCharles Lombardo
Similar to app themes, theme modes have to be loaded before directory initialization is ready. So we save the proper key the same way.
2022-12-01Android: Greatly simplify MotionAlertDialog themingCharles Lombardo
2022-12-01Android: Letterbox content with display cutouts in landscapeCharles Lombardo
2022-11-28Android: Upgrade AGP to 7.3.1Charles Lombardo
2022-11-23Merge pull request #11296 from t895/tv-game-details-fixJosJuice
Android: Fix GameDetailsDialog on leanback
2022-11-23Improve FPS/VPS Counting and Revamp AppearanceSam Belliveau
2022-11-22Android: Fix GameDetailsDialog on leanbackCharles Lombardo
Previously the app would crash because Material Dividers inherit from AppCompat and the leanback activity does not. This creates a new layout file with leanback-specific accommodations and code is duplicated in GameDetailsDialog to prevent inflation crashes.
2022-11-22Android: Fix condition where we set grid span too earlyCharles Lombardo
2022-11-16Android: Adjust card_widthCharles Lombardo
2022-11-16Merge pull request #11267 from t895/smooth-keyboardJosJuice
Android: Use smooth keyboard animation in cheats activity
2022-11-16Merge pull request #11254 from t895/adaptive-gridJosJuice
Android: Dynamically adapt grid span to card_game size
2022-11-16Merge pull request #11256 from t895/animate-focus-changeJosJuice
Android: Animate covers on focus change