]> insang Git - BbosooniShare.git/commit
initialize master
authorinsang-hmogara-pc <insang@kakao.com>
Mon, 14 Sep 2026 06:30:14 +0000 (15:30 +0900)
committerinsang-hmogara-pc <insang@kakao.com>
Mon, 14 Sep 2026 06:30:14 +0000 (15:30 +0900)
commitfb07c094a038dde18022939f86c2f542c2c0109d
treead05f349ab27eb69f4164b28249fc7ebbf0737dc
initialize
55 files changed:
.gitignore [new file with mode: 0644]
.idea/.gitignore [new file with mode: 0644]
.idea/AndroidProjectSystem.xml [new file with mode: 0644]
.idea/compiler.xml [new file with mode: 0644]
.idea/deploymentTargetSelector.xml [new file with mode: 0644]
.idea/deviceManager.xml [new file with mode: 0644]
.idea/gradle.xml [new file with mode: 0644]
.idea/misc.xml [new file with mode: 0644]
.idea/runConfigurations.xml [new file with mode: 0644]
app/.gitignore [new file with mode: 0644]
app/build.gradle.kts [new file with mode: 0644]
app/src/androidTest/java/com/example/bbosoonishare/ExampleInstrumentedTest.kt [new file with mode: 0644]
app/src/main/AndroidManifest.xml [new file with mode: 0644]
app/src/main/ic_launcher-playstore.png [new file with mode: 0644]
app/src/main/java/com/example/bbosoonishare/MainActivity.kt [new file with mode: 0644]
app/src/main/keepRules/rules.keep [new file with mode: 0644]
app/src/main/res/drawable/confirm_background.xml [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/drawable/process_background.xml [new file with mode: 0644]
app/src/main/res/layout/activity_main.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_foreground.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_foreground.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_foreground.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_foreground.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_foreground.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-night/themes.xml [new file with mode: 0644]
app/src/main/res/values/colors.xml [new file with mode: 0644]
app/src/main/res/values/ic_launcher_background.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/com/example/bbosoonishare/ExampleUnitTest.kt [new file with mode: 0644]
build.gradle.kts [new file with mode: 0644]
gradle.properties [new file with mode: 0644]
gradle/gradle-daemon-jvm.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: 0644]
gradlew.bat [new file with mode: 0644]
settings.gradle.kts [new file with mode: 0644]