]> jfr.im git - i.jfr.im-android.git/commit
init
authorJohn Runyon <redacted>
Wed, 3 May 2023 11:05:37 +0000 (06:05 -0500)
committerJohn Runyon <redacted>
Wed, 3 May 2023 11:05:37 +0000 (06:05 -0500)
commite9a08ae2ffaa9f2ee76bb92b63d1b1be02be8531
treedaae277f8c034bb7c3fde093ee582fc307fc8990
init
49 files changed:
.gitignore [new file with mode: 0644]
.idea/.gitignore [new file with mode: 0644]
.idea/.name [new file with mode: 0644]
.idea/codeStyles/Project.xml [new file with mode: 0644]
.idea/codeStyles/codeStyleConfig.xml [new file with mode: 0644]
.idea/compiler.xml [new file with mode: 0644]
.idea/gradle.xml [new file with mode: 0644]
.idea/inspectionProfiles/Project_Default.xml [new file with mode: 0644]
.idea/kotlinc.xml [new file with mode: 0644]
.idea/misc.xml [new file with mode: 0644]
app/.gitignore [new file with mode: 0644]
app/build.gradle.kts [new file with mode: 0644]
app/proguard-rules.pro [new file with mode: 0644]
app/src/androidTest/java/im/jfr/i/ExampleInstrumentedTest.kt [new file with mode: 0644]
app/src/main/AndroidManifest.xml [new file with mode: 0644]
app/src/main/java/im/jfr/i/SettingsActivity.kt [new file with mode: 0644]
app/src/main/java/im/jfr/i/ShareActivity.kt [new file with mode: 0644]
app/src/main/java/im/jfr/i/ui/theme/Color.kt [new file with mode: 0644]
app/src/main/java/im/jfr/i/ui/theme/Theme.kt [new file with mode: 0644]
app/src/main/java/im/jfr/i/ui/theme/Type.kt [new file with mode: 0644]
app/src/main/res/drawable/ic_launcher_background.xml [new file with mode: 0644]
app/src/main/res/drawable/ic_launcher_foreground.xml [new file with mode: 0644]
app/src/main/res/layout/activity_share.xml [new file with mode: 0644]
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml [new file with mode: 0644]
app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml [new file with mode: 0644]
app/src/main/res/mipmap-hdpi/ic_launcher.webp [new file with mode: 0644]
app/src/main/res/mipmap-hdpi/ic_launcher_round.webp [new file with mode: 0644]
app/src/main/res/mipmap-mdpi/ic_launcher.webp [new file with mode: 0644]
app/src/main/res/mipmap-mdpi/ic_launcher_round.webp [new file with mode: 0644]
app/src/main/res/mipmap-xhdpi/ic_launcher.webp [new file with mode: 0644]
app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp [new file with mode: 0644]
app/src/main/res/mipmap-xxhdpi/ic_launcher.webp [new file with mode: 0644]
app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp [new file with mode: 0644]
app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp [new file with mode: 0644]
app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp [new file with mode: 0644]
app/src/main/res/values/colors.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml [new file with mode: 0644]
app/src/main/res/values/themes.xml [new file with mode: 0644]
app/src/main/res/xml/backup_rules.xml [new file with mode: 0644]
app/src/main/res/xml/data_extraction_rules.xml [new file with mode: 0644]
app/src/test/java/im/jfr/i/ExampleUnitTest.kt [new file with mode: 0644]
build.gradle.kts [new file with mode: 0644]
gradle.properties [new file with mode: 0644]
gradle/libs.versions.toml [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
gradlew [new file with mode: 0755]
gradlew.bat [new file with mode: 0644]
settings.gradle.kts [new file with mode: 0644]