summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java/org
AgeCommit message (Expand)Author
2015-05-25[Android] Add support for panic alerts to the JNI.Ryan Houdek
2015-05-25Merge pull request #2394 from Sonicadvance1/android_block_profiling_apiRyan Houdek
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-21Android: Implement new EmulationActivity.Eder Bastos
2015-05-20Android: Implement an SQLite database-based game library.Eder Bastos
2015-05-20Android: Add SQLiteDatabase interface class.Eder Bastos
2015-05-20Android: Remove inheritance from Game model, and improve the relevance of its...Eder Bastos
2015-05-20Android: Implement reading country value from game files.Eder Bastos
2015-05-15Android: Add Settings Activity to new UI.Eder Bastos
2015-05-14Move AssetCopyService to the services package.Eder Bastos
2015-05-12Android: Fix a possible crash in the file browser if attempting to show a fil...Eder Bastos
2015-05-11Android: Scale number of columns in game grid according to screen width.Eder Bastos
2015-05-11Add an IntelliJ settings file describing the Dolphin project code style.Eder Bastos
2015-05-10Add JNI interface for enabling writing block profile results.Ryan Houdek
2015-05-10Add a subtitle to AddDirectoryActivity containing the currently displayed fol...Eder Bastos
2015-05-10Don't show "Error" when a blank string is returned from a native method.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-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