aaa6e772a7
Commodore ROMs are copyrighted and can no longer ship inside the APK. MainActivity now detects missing ROMs on first launch and blocks startup with a dialog offering two paths: pick files via the system file picker, or download the official VICE 3.8 tarball and extract the four ROMs from it client-side (minimal USTAR reader, no extra deps). - Drop the extractViceRoms Gradle task and asset bundling; add res/extract_roms.sh for local sideloading during development instead - gitignore keystores/keystore.properties ahead of a signed release - Move architecture.md into docs/, refresh it for the screen-mirroring and watch-input additions, and add accompanying Mermaid diagrams - Add docs/debugging.md and docs/publish.md (Play Store release notes, ROM-import compliance rationale)
31 lines
952 B
Plaintext
31 lines
952 B
Plaintext
/*.txt
|
|
*.iml
|
|
.gradle
|
|
.DS_Store
|
|
.externalNativeBuild
|
|
.cxx
|
|
local.properties
|
|
.lock*
|
|
|
|
/SchwertUndMagieOnPebbleCompanionApp/local.properties
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/caches
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/libraries
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/modules.xml
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/workspace.xml
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/navEditor.xml
|
|
/SchwertUndMagieOnPebbleCompanionApp/.idea/assetWizardSettings.xml
|
|
/SchwertUndMagieOnPebbleCompanionApp/build
|
|
/SchwertUndMagieOnPebbleCompanionApp/captures
|
|
/SchwertUndMagieOnPebbleCompanionApp/app/build
|
|
/SchwertUndMagieOnPebbleCompanionApp/app/.cxx
|
|
/SchwertUndMagieOnPebbleCompanionApp/app/src/main/jni/vice-src
|
|
/SchwertUndMagieOnPebbleCompanionApp/app/src/main/jni/vice-libs
|
|
|
|
/SchwertUndMagieOnPebbleWatchApp/build
|
|
|
|
# Release signing — never commit keystores or their credentials.
|
|
# See docs/publish.md.
|
|
*.jks
|
|
*.keystore
|
|
keystore.properties
|