summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java
AgeCommit message (Expand)Author
2020-11-08Android: Show warning after picking file with wrong extensionJosJuice
2020-11-08Android: Use storage access framework for custom SD card pathsJosJuice
2020-11-07Android: Remove unnecessary WrongConstant warning suppressionRyan Meredith
2020-11-06Android: Call saveSettings in EmulationActivity.onStopJosJuice
2020-11-06Merge pull request #9223 from Ebola16/DJosJuice
2020-11-06Merge pull request #9209 from Ebola16/AIRSDSJosJuice
2020-11-06Android: Make the handling of SAF open modes more robustJosJuice
2020-11-05Android: Rename path variable in ConvertFragmentJosJuice
2020-11-04Android: Suppress warnings in EmulationActivityRyan Meredith
2020-11-02Merge pull request #9215 from JosJuice/android-pointer-portraitLC
2020-11-02Merge pull request #9217 from JosJuice/android-touch-checksLC
2020-11-02Android: Remove some touchscreen checks from EmulationActivityJosJuice
2020-11-02Android: Don't reset savestate time on loadJosJuice
2020-11-02Android/InputOverlayPointer: Don't assume surface covers whole screenJosJuice
2020-10-29Android: Update IR sensitivity default valuesRyan Meredith
2020-10-28Android: showMotionControlsOptions cleanupRyan Meredith
2020-10-28Android: Remove unused importsRyan Meredith
2020-10-27Android: Fix initTouchPointerRyan Meredith
2020-10-24Android: Update WiimoteNew.ini preferences instead of deletingJosJuice
2020-10-24Android: Re-add motionControlsEnabled to clearWiimoteNewIniLinkedPreferencesJosJuice
2020-10-22Android: Remove hacks for Wii Remote extension setting, round 2JosJuice
2020-10-21Android: Show how long ago each savestate was createdJosJuice
2020-10-21Android: Get game metadata from coreJosJuice
2020-10-21Merge pull request #8962 from JosJuice/android-saf-wadLéo Lam
2020-10-20Android: Add AndroidOverlayButtons INI sectionRyan Meredith
2020-10-20Android: Add "Default Values" button for overlay seekbarsRyan Meredith
2020-10-20Android: Convert SharedPreferences to INI Settings (simple cases)Ryan Meredith
2020-10-20Merge pull request #9146 from JosJuice/android-disable-cover-downloadLéo Lam
2020-10-20Merge pull request #9061 from Ebola16/Fixes3Léo Lam
2020-10-20Merge pull request #9154 from Ebola16/RRLéo Lam
2020-10-19Android: Refetch game metadata after returning from settingsJosJuice
2020-10-19Android: Allow disabling cover downloadingJosJuice
2020-10-19Android: Allow reading global settings without a Settings objectJosJuice
2020-10-19Merge pull request #9148 from JosJuice/android-active-layerLéo Lam
2020-10-18Android: Show alert messages as toasts outside of emulationJosJuice
2020-10-18Android: ConfirmRunnable to RunRunnable with optional confirmationRyan Meredith
2020-10-15Merge pull request #9144 from JosJuice/confirm-runnable-finishJosJuice
2020-10-14Merge pull request #9119 from JosJuice/android-seekbar-minLéo Lam
2020-10-14Merge pull request #9135 from JosJuice/show-nkitLéo Lam
2020-10-13Android: Fix setting read during play with local game layer activeJosJuice
2020-10-11Android: Remove finish from ConfirmRunnableViewHolderJosJuice
2020-10-10Merge pull request #8833 from Ebola16/PanicJosJuice
2020-10-06Show NKitness in file format stringJosJuice
2020-10-06Use Instant in StartupHandler.Isira Seneviratne
2020-10-01Android: Correct SliderSetting minimum value behavior on API < 26JosJuice
2020-09-26Android: seekbar.setMin requires API level 26Ryan Meredith
2020-09-25Android: Add "Ignore for this session" to Warning AlertMessagesRyan Meredith
2020-09-25Android: Use DialogFragment for AlertMessageRyan Meredith
2020-09-23Android: Use storage access framework for importing WADsJosJuice
2020-09-23Merge pull request #8902 from JosJuice/android-convertJMC47