summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java
AgeCommit message (Expand)Author
2020-04-23Android: Run installWAD on separate threadRyan Meredith
2020-04-22Android: Add Install WAD to menu_game_gridRyan Meredith
2020-04-22Merge pull request #8718 from JosJuice/android-tv-long-pressJMC47
2020-04-17Merge pull request #8735 from Ebola16/INITJosJuice
2020-04-16Android: Set Insert SD Card default setting to trueRyan Meredith
2020-04-16Merge pull request #8708 from Ebola16/WiiJMC47
2020-04-10Android: Reload Wii Remote settings upon saving themRyan Meredith
2020-04-02Android: Use the newly added style for all dialogsJosJuice
2020-04-02Android: Use the newly added style for the analytics alert tooJosJuice
2020-04-02Android TV: Fix crash when long pressing a gameJosJuice
2020-04-01Android: Force an AppCompat theme in the analytics AlertDialogPaul Keith
2020-03-31Android: Add Insert SD Card and update descriptionRyan Meredith
2020-03-29Merge pull request #7920 from Ebola16/DISOJosJuice
2020-03-24Android: Don't let onSettingChanged clobber ConfirmRunnable changesRyan Meredith
2020-03-23Android: Don't use SettingsAdapter's static state in file pickerJosJuice
2020-03-22Android: Add Paths to UIRyan Meredith
2020-03-16Merge pull request #8598 from JosJuice/channel-sync-android-tvLéo Lam
2020-03-15Merge pull request #8503 from JosJuice/android-stick-calibrationLéo Lam
2020-03-11Android: Add Set as Default ISO to UIRyan Meredith
2020-02-08Merge pull request #8472 from degasus/jitsettingTilka
2020-02-01Android: More robust check for whether to sync channelsJosJuice
2020-01-14Add an option to present/skip presenting duplicate framesStenzek
2019-11-28Android: Use square stick calibrationJosJuice
2019-11-28Android: Clear preferences linked to WiimoteNew.ini when overwritingJosJuice
2019-11-28Android: Fix crash on enabling GC adapterJosJuice
2019-11-27Merge pull request #8439 from JosJuice/android-native-motion-controlsAnthony
2019-11-27Merge pull request #8493 from JosJuice/android-audio-volumeAnthony
2019-11-27Merge pull request #8494 from JosJuice/android-checkbox-no-descriptionAnthony
2019-11-26Android: Add audio volume settingJosJuice
2019-11-25Android: Fix displaying checkbox settings with no descriptionJosJuice
2019-11-23Address review comments on old codeJosJuice
2019-11-23GameDetailsDialog: Convert layout to ConstraintLayoutJosJuice
2019-11-23GameDetailsDialog: Show game ID and revisionJosJuice
2019-11-23GameDetailsDialog: Remove the screenshot ImageViewJosJuice
2019-11-23GameDetailsDialog: Hide description if emptyJosJuice
2019-11-23GameDetailsDialog: Don't use CircleImageView for bannersJosJuice
2019-11-23GameDetailsDialog: Actually load the bannerJosJuice
2019-11-23Bring back game banner loading code deleted in 3f21975JosJuice
2019-11-23Rename GameSettingsDialog to GamePropertiesDialogJosJuice
2019-11-23Android: Bring back the game details dialogJosJuice
2019-11-23Revert "Android: Remove dead code and related lib <circleimageview>"JosJuice
2019-11-23Moves `AlertDialog`s imports to AndroidX and fix tabs background colorRafael Toledo
2019-11-22Bumps compile API to 29 (Q) removes unecessary casts and deprecatedRafael Toledo
2019-11-20Android: Add an option for disabling native motion controlsJosJuice
2019-11-20Android: Let WiimoteEmu know whether we have accelerometer/gyroscopeJosJuice
2019-11-20Android: Overhaul the orientation lock settingJosJuice
2019-11-20Android: Adjust accel/gyro data for screen orientationJosJuice
2019-11-20Android: Make "Horizontal Wii Remote" flip the motion controlsJosJuice
2019-11-20Android: Native motion controlsJosJuice
2019-11-16Core/Jits: Adds an option to disable the register cache.degasus