summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Expand)Author
2017-11-09Android: Handle a database downgrade.Mike
2017-11-07Android: Ignore joystick axis movements in the flat area.Mike
2017-11-07Android: Handle duplicate axis, and fix known bad axis.Mike
2017-11-03Merge pull request #6142 from gwicks/android-settingsLeo Lam
2017-11-03Merge pull request #6163 from JosJuice/simple-ini-irLeo Lam
2017-11-02Revert "Convert to/from old EFB scale numbering"JosJuice
2017-11-02Merge pull request #6140 from hackbar/cleanup2Anthony
2017-11-01Android: Destroy the surface in EmulationFragment onStop.Mike
2017-11-01Android: Use the newInstance pattern for EmulationFragment.Mike
2017-11-01Android: Only specify the transition name for the target Activity.Mike
2017-11-01Android: Use the system "immersive" mode for fullscreen, and simplify how it'sMike
2017-10-30Android: Add Slot A and B device settings to UIGreg Wicks
2017-10-27Android: Update dependencies to use new formatGreg Wicks
2017-10-26Android: Update gradle versionGreg Wicks
2017-10-21Merge pull request #6127 from mbc07/android-codestyle-fixMat M
2017-10-21Android: Refactor onMotionEvent.Mike Harris
2017-10-21Android: Refactor the saveInput function.Mike Harris
2017-10-21[Android] Don't install GenyMotion plugin when importing Code Style preferenc...Mateus B. Cassiano
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-15Collapse layouts with a framelayout root then another viewgroup.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-15Bump compile SDK and buildtools version to 26 (Oreo).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-25Remove the debug strings.xml definition of application_id.Mike Harris
2017-09-21Android: Adjust position of floating action buttonJosJuice
2017-09-10Merge pull request #6034 from JonnyH/WIP/fix-android-null-SettingsSection-crashMarkus Wick
2017-09-09Common: Move version strings to their own headerLioncash
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