]> Git — Sourcephile - tmp/julm/android.git/commit
suitability(android): add demo from integrating-lynx-demo-projects
authorJulien Moutinho <julm+android@sourcephile.fr>
Tue, 30 Sep 2025 13:49:47 +0000 (15:49 +0200)
committerJulien Moutinho <julm+android@sourcephile.fr>
Thu, 2 Oct 2025 14:53:12 +0000 (16:53 +0200)
commit4b457e6f4e4e7194b74d35b138588f4a30cc819e
tree28b303316d1928232b43c1db45e70fbcfb2a9d14
parent2fdb0ff0036838a1b870b360db3e9798297bfc02
suitability(android): add demo from integrating-lynx-demo-projects
44 files changed:
android/.gitignore [new file with mode: 0644]
android/app/.gitignore [new file with mode: 0644]
android/app/build.gradle [new file with mode: 0644]
android/app/proguard-rules.pro [new file with mode: 0644]
android/app/src/androidTest/java/com/lynx/javaemptyproject/ExampleInstrumentedTest.kt [new file with mode: 0644]
android/app/src/main/AndroidManifest.xml [new file with mode: 0644]
android/app/src/main/assets/main.lynx.bundle [new file with mode: 0644]
android/app/src/main/java/com/lynx/javaemptyproject/DebugActivity.java [new file with mode: 0644]
android/app/src/main/java/com/lynx/javaemptyproject/DemoTemplateProvider.java [new file with mode: 0644]
android/app/src/main/java/com/lynx/javaemptyproject/MainActivity.java [new file with mode: 0644]
android/app/src/main/java/com/lynx/javaemptyproject/SwitchActivity.java [new file with mode: 0644]
android/app/src/main/java/com/lynx/javaemptyproject/YourApplication.java [new file with mode: 0644]
android/app/src/main/java/com/lynx/javaemptyproject/ui/theme/Color.kt [new file with mode: 0644]
android/app/src/main/java/com/lynx/javaemptyproject/ui/theme/Theme.kt [new file with mode: 0644]
android/app/src/main/java/com/lynx/javaemptyproject/ui/theme/Type.kt [new file with mode: 0644]
android/app/src/main/res/drawable/ic_launcher_background.xml [new file with mode: 0644]
android/app/src/main/res/drawable/ic_launcher_foreground.xml [new file with mode: 0644]
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml [new file with mode: 0644]
android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml [new file with mode: 0644]
android/app/src/main/res/mipmap-hdpi/ic_launcher.webp [new file with mode: 0644]
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp [new file with mode: 0644]
android/app/src/main/res/mipmap-mdpi/ic_launcher.webp [new file with mode: 0644]
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp [new file with mode: 0644]
android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp [new file with mode: 0644]
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp [new file with mode: 0644]
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp [new file with mode: 0644]
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp [new file with mode: 0644]
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp [new file with mode: 0644]
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp [new file with mode: 0644]
android/app/src/main/res/values/colors.xml [new file with mode: 0644]
android/app/src/main/res/values/strings.xml [new file with mode: 0644]
android/app/src/main/res/values/themes.xml [new file with mode: 0644]
android/app/src/main/res/xml/backup_rules.xml [new file with mode: 0644]
android/app/src/main/res/xml/data_extraction_rules.xml [new file with mode: 0644]
android/app/src/test/java/com/lynx/javaemptyproject/ExampleUnitTest.kt [new file with mode: 0644]
android/build.gradle [new file with mode: 0644]
android/gradle.properties [new file with mode: 0644]
android/gradle/libs.versions.toml [new file with mode: 0644]
android/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
android/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
android/gradlew [new file with mode: 0755]
android/gradlew.bat [new file with mode: 0644]
android/settings.gradle [new file with mode: 0644]
flake.lock