mahdihijazi
1190afef51
[Android] Refactor AssetCopyService and the way we extract resources from the assets
...
This solves the following issues:
1. If user uninstall Dolphin and install it again the resources will
not be copied unless the user manually clear the app cache because we
are enabling the allowBackup flag in the manifest which will make the app
restore the settings saved in the shared prefernces including the flag
assetsCopied. This PR always copy the files everytime you open Dolphin.
2. If the AssetCopyService took long time and you tried to open the settings
screen or start a game the behaviour was not expected or the emulator will
crash, this PR make sure that whatever we add to the DirectoryInitializationService
or how long it will take will still work as expected by blocking both
the settings screen and the emulaion screen to wait untill all resources
needed are copied.
3. Better communication between the DirectoryInitializationService and the
UI screens using brocast messages.
2017-12-18 14:32:39 +01:00
Sean Maas
68affd37a1
Android: Remove unused stuff
2016-10-25 14:20:15 -04:00
sigmabeta
93056e3988
Change SettingsActivity label to "Settings" instead of "CPU Settings"
2016-01-31 10:06:00 -05:00
sigmabeta
d90dce6d12
Implement video settings + support for missing files / settings
2016-01-23 12:28:51 -05:00
sigmabeta
ce8a3d9bfb
Implement basic framework for new Settings UI
2016-01-23 12:28:50 -05:00
sigmabeta
e34abd5739
Move TvMainActivity to ui.main package
2016-01-10 12:10:02 -05:00
sigmabeta
81657b6710
Refactor MainActivity to MVP architecture
2016-01-09 18:08:04 -05:00
sigmabeta
f58a8561f8
Refactor DB read code to use RxJava
2016-01-09 13:10:22 -05:00
sigmabeta
7c14996e3e
Android TV: Implement game selector activity in new Android TV UI
2015-07-25 12:26:31 -04:00
sigmabeta
8b5b83c29a
Android Refactor: GameGridActivity is now MainActivity, and uses a Toolbar that reacts to the game grid scrolling.
2015-06-23 21:54:09 -04:00
sigmabeta
fa2d06e7a4
Android: Switch all activities to AppCompat-based Material themes, and use Support Library version of Floating Action Button.
2015-06-23 21:54:02 -04:00
sigmabeta
82dea170cf
Android: Don't delete the Input Overlay configuration screen.
2015-06-16 10:12:51 -04:00
Eder Bastos
6f3279d627
Android: Remove old UI references from manifest, and set the new UI Activity's title to "Dolphin Emulator'
2015-06-08 19:43:10 -04:00
sigmabeta
51cad1025c
Android TV: File Dolphin under "Games" on the TV Launcher
2015-06-05 16:26:49 -04:00
Eder Bastos
920a85b846
Android TV: Add TV banner + some metadata.
2015-06-03 19:42:15 -04:00
Eder Bastos
b14bea8544
Android TV: Allow the app to be launched from an Android TV launcher.
2015-06-03 16:48:38 -04:00
Eder Bastos
286af8be50
Android: Implement new EmulationActivity.
2015-05-21 20:14:03 -04:00
Eder Bastos
3e5e352fee
Android: Implement an SQLite database-based game library.
2015-05-20 19:55:55 -04:00
Eder Bastos
ba591ea1ee
Android: Add Settings Activity to new UI.
2015-05-15 10:45:00 -04:00
Eder Bastos
bb7f8c6753
Move AssetCopyService to the services package.
2015-05-14 20:44:52 -04:00
Eder Bastos
4710c3e0eb
Android: Build separate APKs for each native platform.
2015-05-13 22:45:12 -04:00
Eder Bastos
f3aec526b1
Add an IntelliJ settings file describing the Dolphin project code style.
2015-05-11 11:16:56 -04:00
Eder Bastos
24c6be9d0f
Add File Browser screen to new UI.
2015-05-09 12:36:17 -04:00
Eder Bastos
b47835fc07
Implement first few screens of Android 5.0-based UI.
2015-05-07 22:27:42 -04:00
Eder Bastos
c80225ea4d
Convert the Android source code to the directory structure of a Gradle-based Android Studio project.
2015-05-02 21:49:17 -04:00