summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java
AgeCommit message (Expand)Author
2017-10-16Rename the param to setGamePath.Mike Harris
2017-10-16Minor cleanup in EmulationActivity.Mike Harris
2017-10-16Use the fragment backstack properly, and use fragment animations.Mike Harris
2017-10-15Move emulation lifecycle handling into EmulationFragment.Mike Harris
2017-10-15Start the postponed activity transition as soon as Picasso loads theMike Harris
2017-10-15Only postpone transistions on Activity creation.Mike Harris
2017-10-15Use weak references for the static Activity in NativeLibrary.Mike Harris
2017-10-15Remove EmulationActivity.MenuType. This should have been removed whenMike Harris
2017-10-15Add dummy View that works around a bug with the nVidia Shield.Mike Harris
2017-10-15Add a clearEmulation method.Mike Harris
2017-10-15Move all Activities and Fragments to the support library versions.Mike Harris
2017-10-03Combine SaveStateFragment and LoadStateFragment into one.Mike Harris
2017-10-03Move newInstance and launch to the top of the file.Mike Harris
2017-09-29Remove 'all' as a Platform enum.Mike Harris
2017-09-29Convert platform ints to a proper enum Platform.Mike Harris
2017-09-29Change from using tags in ImageCardView to setting a per-platform background.Mike Harris
2017-09-29remove dupe log tagMike Harris
2017-09-26Remove prefix of tag, args and keys with packagename.Mike Harris
2017-09-26Move Save/LoadFragment's layout ID inline and private.Mike Harris
2017-09-25Remove unused FRAGMENT_TAG, and move the fragment's layout ID inline.Mike Harris
2017-09-10Merge pull request #6034 from JonnyH/WIP/fix-android-null-SettingsSection-crashMarkus Wick
2017-09-09Remove trailing spaces from Android filesJosJuice
2017-09-08Android UI: remove some unnecessary null pointer catchesJonathan Hamilton
2017-09-08Android SettingsFragmentParser - remove ad-hoc SettingSection constructionJonathan Hamilton
2017-09-08Avoid crashes due to null SettingsSectionsJonathan Hamilton
2017-09-08Merge pull request #5959 from mahdihijazi/tv_version_numberMarkus Wick
2017-08-28Merge pull request #5969 from JosJuice/android-filenameLeo Lam
2017-08-23Make the Android settings parser a bit more robustJonathan Hamilton
2017-08-23MainAndroid: Remove s_filenameJosJuice
2017-08-21[Android] Show the version number on the title for the Android TV UImahdihijazi
2017-08-20[Android] Cleanup unused resources & codemahdihijazi
2017-08-01Android: Fix ubershader hybrid settingStenzek
2017-07-30VideoConfig: Add config options for ubershadersStenzek
2017-05-18Android: Initialize video backend setting on first runSean Maas
2017-05-15Android: Prevent stuck on-screen buttonsSean Maas
2017-05-14Android: Animate onscreen joystickSean Maas
2017-05-14Android: Add pressed state to the on-screen controllersMahdi Hijazi
2017-05-03[Android] Fix crash on the Android TVMahdi Hijazi
2017-05-03[Android] Add the missing Stereoscopic optionsMahdi Hijazi
2017-04-30[Android] Fix edit controls layoutMahdi Hijazi
2017-04-27[Android] Fix game bannersMahdi Hijazi
2017-04-18Android: Add audio stretch settingMerryMage
2017-04-16x86-64 support on AndroidJosJuice
2017-04-03Merge pull request #5118 from mahdihijazi/masterMarkus Wick
2017-04-01Android: Add option for enabling GPU texture decodingStenzek
2017-03-25Update to Android SDK 25Mahdi Hijazi
2017-03-24[Android] Load the game banner from the iso and use if no screenshot is avail...Mahdi Hijazi
2017-03-18Fix loading the saved screen shots for Android versionMahdi Hijazi
2017-03-18Fix menu actions on Android TVMahdi Hijazi
2017-02-16Android: Sort configuration ini filesntruhan