mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
* improve resource finding procedure and add android-dev-build Added the `android-dev-build` profile to trigger building a developer apk. Developer apk is at application id forge.app.dev, and has name 'Forge (dev)'. It is installable in parallel with the official release app allowing developers to test the android build on their phones without interfering with their existing installation. Updated how android resources are found to accomodate changes in application id at runtime. This method doesn't rely on the 'R' package. * Use all arguments of getIdentifier Use all arguments of getIdentifier instead of using a fully qualified resource name