DefinedNet / mobile_nebula

Brings nebula to mobile devices (iOS, Android)
https://defined.net
126 stars 37 forks source link

Let Android install debug & release APKs side-by-side #31

Closed johnmaguire closed 3 years ago

johnmaguire commented 3 years ago

This makes it possible to install the debug APK without uninstalling the release APK (and thereby losing all of your site configurations.) It also tweaks the names and launcher icons slightly for the debug release.

I also added a gitignore rule to ignore any *.keystore files, but can pull that out of the diff if desired.

image