Making Sil 1.3 for Android
Collapse
X
-
Version 1.0.0 Released!
It's live, download it from the Play Store here!
Well that was fun, took like 2 hours to finish going through the signing and publishing process. I'm open to feedback!
My biggest publishing mistake was the package name... I didn't mean for the extra ".SilActivity" to be on there. Oh well.Comment
-
I've pushed a couple updates out, and added it to GitHub if anyone wants to poke around in my code.
The first update addressed startup crashes that occurred on certain devices (related to the C++ code only being compiled for one CPU architecture... blah), and gave it a prettier icon.
The second update fixed screen tapping for movement, added a "wait" option for center screen tapping, and fixed the slain monster list not showing up.
Since the app has release notes and it's also on GitHub, I probably won't post many more updates to this thread, but I'm tuned in to PMs or feedback as always. Enjoy!Comment
-
Comment
-
Sorry to hear! Most of the crashes these days are related to some weirdness with Android Marshmallow that I haven't been able to solve, but there are a couple other crashes I saw related to the draw code. It looks complicated, but one of these days I may try to fix it...Comment
Comment