summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/res/layout
AgeCommit message (Expand)Author
2016-02-07[Android] Implement support for real Wiimotes with the DolphinBarRyan Houdek
2016-01-29Implement Gamecube Input setting screensigmabeta
2016-01-24Fix bugs in Setting screen & add a way to exit without savingsigmabeta
2016-01-23Add fragment transition animations to the Settings UI screensigmabeta
2016-01-23Implement Seekbar dialog and SingleChoice dialogsigmabeta
2016-01-23Implement basic framework for new Settings UIsigmabeta
2016-01-03[Android] Disable screen lock when a title is running.Ryan Houdek
2015-08-06Android: Remove "fitSystemWindows" flag from MainActivity layoutsigmabeta
2015-07-25Android TV: Implement game selector activity in new Android TV UIsigmabeta
2015-07-14Android TV: Add title text to in-game menu, and make the menu scrollable.sigmabeta
2015-07-14Android TV: Implement Save and Load state menussigmabeta
2015-07-14Android TV: Visual tweaks & glitch fixessigmabeta
2015-07-14Android TV: Replace toolbar on EmulationActivity with a full-screen menu.sigmabeta
2015-06-26Android: Show transition animation when exiting game.sigmabeta
2015-06-26Android: Show transition animation while game loads.sigmabeta
2015-06-25Android: Show screenshot on EmulationActivity before game starts.sigmabeta
2015-06-23Android: MainActivity now contains a tab switcher separating games by platform.sigmabeta
2015-06-23Android Refactor: GameGridActivity is now MainActivity, and uses a Toolbar th...sigmabeta
2015-06-23Android: Switch all activities to AppCompat-based Material themes, and use Su...sigmabeta
2015-06-08Android: Remove the old UI.Eder Bastos
2015-06-07Merge pull request #2449 from sigmabeta/android-decouple-surfaceviewRyan Houdek
2015-06-01Android TV: Make file selector screen usable with d-padsEder Bastos
2015-05-24Android: Decouple SurfaceView initialization and emulation start.Eder Bastos
2015-05-21Android: Implement new EmulationActivity.Eder Bastos
2015-05-20Android: Make floating action buttons use the correct accent color programmat...Eder Bastos
2015-05-20Android: Remove inheritance from Game model, and improve the relevance of its...Eder Bastos
2015-05-15Android: Add Settings Activity to new UI.Eder Bastos
2015-05-10Add touch feedback to GameGridActivity and AddDirectoryActivity.Eder Bastos
2015-05-09Add File Browser screen to new UI.Eder Bastos
2015-05-08Add floating action button to GameGridActivity.Eder Bastos
2015-05-08Have Picasso load images into memory at the size they will be displayed.Eder Bastos
2015-05-07Implement first few screens of Android 5.0-based UI.Eder Bastos
2015-05-02Convert the Android source code to the directory structure of a Gradle-based ...Eder Bastos