| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | android: Declare languages in locales_config.xml | 2023-06-13 | 2 | -0/+18 | ||
| | | | | | | | | | This is required to make per-app language swithcing possible on Android 13. | |||||
| * | | Merge pull request #10751 from german77/touch | 2023-06-13 | 1 | -2/+4 | ||
| |\ \ | | | | | | | android: Fix touch input | |||||
| | * | | android: Fix touch input | 2023-06-13 | 1 | -2/+4 | ||
| | | | | ||||||
| * | | | android: settings: Disable force_max_clock by default. | 2023-06-12 | 3 | -5/+5 | ||
| | | | | ||||||
| * | | | android: settings: Add reactive flushing as a default-disabled setting. | 2023-06-12 | 5 | -0/+24 | ||
| | | | | ||||||
| * | | | android: res: Remove translated strings that no longer exist. | 2023-06-12 | 14 | -106/+0 | ||
| |/ / | ||||||
| * | | Merge pull request #10743 from FearlessTobi/translations | 2023-06-12 | 14 | -0/+4816 | ||
| |\| | | | | | android: Add translation files manually | |||||
| | * | android: Add translation files manually | 2023-06-13 | 14 | -0/+4816 | ||
| | | | ||||||
| * | | Merge pull request #10705 from german77/updates | 2023-06-12 | 6 | -5/+182 | ||
| |\ \ | |/ |/| | android: Add update and DLC support | |||||
| | * | android: Add update support | 2023-06-11 | 6 | -5/+182 | ||
| | | | ||||||
| * | | Merge pull request #10728 from t895/game-hash | 2023-06-12 | 1 | -7/+12 | ||
| |\ \ | | | | | | | android: Use autogenerated hash code function for Game class | |||||
| | * | | android: Use autogenerated hash code function for Game class | 2023-06-11 | 1 | -7/+12 | ||
| | | | | ||||||
| * | | | android: Use autoVersion when gradle property is set | 2023-06-11 | 1 | -1/+15 | ||
| |/ / | ||||||
| * | | Merge pull request #10713 from t895/gradle-updates | 2023-06-11 | 2 | -16/+11 | ||
| |\ \ | | | | | | | android: Gradle updates | |||||
| | * | | android: Update dependencies | 2023-06-11 | 1 | -4/+4 | ||
| | | | | ||||||
| | * | | android: Differentiate build types with new names | 2023-06-11 | 2 | -2/+7 | ||
| | | | | | | | | | | | | | Change the applicationIdSuffix and app launcher title based on build type | |||||
| | * | | Android: Remove unused relWithVersionCode build type | 2023-06-11 | 1 | -10/+0 | ||
| | |/ | ||||||
| * / | android: Use ContentResolver to get file extension | 2023-06-11 | 3 | -11/+28 | ||
| |/ | | | | Fixes an issue where we try to resolve file extension from URIs. Sometimes the URI will not contain the file name at all and instead a string of numbers. Here we query the content resolver and guarantee that we get a file name every time. | |||||
| * | android: Fix screen orientation & blurriness. | 2023-06-10 | 2 | -48/+0 | ||
| | | ||||||
| * | Merge pull request #10691 from t895/nro-check | 2023-06-09 | 6 | -12/+37 | ||
| |\ | | | | | android: Add proper homebrew check | |||||
| | * | android: Add proper homebrew check | 2023-06-09 | 6 | -12/+37 | ||
| | | | ||||||
| * | | android: Fix input overlay version check | 2023-06-09 | 1 | -12/+14 | ||
| |/ | ||||||
| * | android: EmulationActivity: Fix orientation on Mi Pad 5. | 2023-06-08 | 1 | -1/+2 | ||
| | | ||||||
| * | Merge pull request #10650 from qurious-pixel/android_tv | 2023-06-07 | 2 | -14/+8 | ||
| |\ | | | | | Android TV banner | |||||
| | * | remove version code declaration | 2023-06-07 | 1 | -1/+0 | ||
| | | | ||||||
| | * | Android TV banner | 2023-06-06 | 3 | -14/+9 | ||
| | | | ||||||
| * | | android: Set version code | 2023-06-06 | 1 | -0/+1 | ||
| |/ | ||||||
| * | android: Improve Gradle build configuration | 2023-06-06 | 1 | -1/+2 | ||
| | | ||||||
| * | Merge pull request #10633 from t895/variable-surface-ratio | 2023-06-05 | 3 | -1/+62 | ||
| |\ | | | | | android: Use a custom view for changing emulation aspect ratio | |||||
| | * | android: Use a custom view for changing emulation aspect ratio | 2023-06-05 | 3 | -1/+62 | ||
| | | | | | | | | | Credit to the Skyline team for the FixedRatioSurfaceView. | |||||
| * | | Merge pull request #10578 from PabloG02/lime-firmware&logs | 2023-06-05 | 9 | -33/+270 | ||
| |\ \ | | | | | | | Add UI to import firmware and share logs | |||||
| | * | | android: HomeSettingsFragment: Use string resource for "Share log". | 2023-06-05 | 1 | -1/+1 | ||
| | | | | ||||||
| | * | | Address feedback | 2023-06-06 | 4 | -19/+28 | ||
| | | | | ||||||
| | * | | Attempt to move the unzip coroutine to a ViewModel | 2023-06-04 | 3 | -27/+94 | ||
| | | | | ||||||
| | * | | android: update strings | 2023-06-04 | 1 | -5/+5 | ||
| | | | | ||||||
| | * | | android: add option to share log | 2023-06-04 | 3 | -0/+36 | ||
| | | | | ||||||
| | * | | android: add option to install firmware | 2023-06-04 | 5 | -1/+124 | ||
| | | | | ||||||
| | * | | android: move unzip function to FileUtil and use SecurityException | 2023-06-04 | 2 | -32/+34 | ||
| | | | | ||||||
| * | | | Merge pull request #10618 from t895/licenses | 2023-06-05 | 10 | -4/+918 | ||
| |\ \ \ | |_|/ |/| | | android: Add licenses page | |||||
| | * | | android: Create licenses page | 2023-06-05 | 10 | -4/+918 | ||
| | | | | ||||||
| * | | | Merge pull request #10613 from t895/settings-changes | 2023-06-04 | 7 | -104/+116 | ||
| |\ \ \ | | | | | | | | | android: String and settings organization changes | |||||
| | * | | | android: Move settings to debug submenu | 2023-06-04 | 4 | -26/+38 | ||
| | | | | | ||||||
| | * | | | android: Several string changes | 2023-06-04 | 5 | -78/+78 | ||
| | | | | | ||||||
| * | | | | android: Load settings at the start of each activity | 2023-06-04 | 4 | -6/+19 | ||
| | |/ / |/| | | ||||||
| * | | | android: Resolve a couple Gradle warnings | 2023-06-04 | 1 | -1/+4 | ||
| |/ / | ||||||
| * | | android: Add support for split foldable view | 2023-06-03 | 3 | -1/+55 | ||
| | | | ||||||
| * | | android: Replace deprecated and Java code | 2023-06-03 | 1 | -27/+20 | ||
| |/ | ||||||
| * | android: Fix crash on importing invalid save | 2023-06-03 | 1 | -3/+5 | ||
| | | ||||||
| * | android: Rename "Input Overlay" to "Overlay Options" | 2023-06-03 | 1 | -1/+1 | ||
| | | ||||||
| * | android: Adjust import/export saves dialog | 2023-06-03 | 3 | -15/+21 | ||
| | | ||||||