-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds the games manager/launcher #44
base: master
Are you sure you want to change the base?
Conversation
…ucture to file so that the game can correctly enumerate files even if they are inside the assets folder
- 🔧 Disables assets compression in order to fix issue #13 - 🔥 Removes the hidapi module, the hidapi shared library is now built by SDL
- ✨ Adds default icons for scenarios - ♻️ Refactors some things like notifications and activity names - ✨ Adds a way to export saves and other data from installed scenarios - ✨ Adds a way to uninstall scenarios - ✨ Adds more information to each scenario such as total size and last played date
- ✨ Adds plugins importing - 💄 Adds material theme
- 🍱 Adds a new icon for Aleph One - 💄 Adds some toasts to better communicate what's going on to the user - 💬 Moves remaining string literals to string resources - 💄 Changes the app's colors to better reflect Aleph One's brand
- ✨ Adds default icons for scenarios - ♻️ Refactors some things like notifications and activity names - ✨ Adds a way to export saves and other data from installed scenarios - ✨ Adds a way to uninstall scenarios - ✨ Adds more information to each scenario such as total size and last played date
- ✨ Adds plugins importing - 💄 Adds material theme
- 🍱 Adds a new icon for Aleph One - 💄 Adds some toasts to better communicate what's going on to the user - 💬 Moves remaining string literals to string resources - 💄 Changes the app's colors to better reflect Aleph One's brand
…one-android into feature/launcher
Quick question: How exactly will this launcher handle scenarios that already exist on a given device's non-scoped storage? |
The Launcher can also install scenarios from zip files, so you can basically zip the existing scenario and use the Launcher to copy it to the app's scoped storage (plugins, saves and all). |
Admittedly a tad eager to try this out, though I know the sound issues need to be resolved first... |
Any idea when v0.3.0 will be ready? |
Not really, sorry! Issue #35 is essential to make the launcher work properly and it's probably not trivial. I'm also working on this project in my free time and when I feel up to it, so it's really hard to tell. |
Haven't heard anything from this project in nearly an entire month. Is it still being worked on? |
I've moved on to other things at the moment as #35 was getting pretty boring but I'll give it another try sooner or later... |
The app is now simply the Aleph One engine and there's an Android activity on top that handles the download/install of game scenarios.
There are also options to export/import saves and preferences from a scenario as well as installing custom plugins.
Addresses issue: #38 and #36