]> insang Git - shorcutnaver.git/commit
initialize master
authorinsang-hmogara-pc <insang@kakao.com>
Mon, 14 Sep 2026 06:32:05 +0000 (15:32 +0900)
committerinsang-hmogara-pc <insang@kakao.com>
Mon, 14 Sep 2026 06:32:05 +0000 (15:32 +0900)
commit57bc468918b73b75f1bb6d7c190ef7fe4564db70
treecc0d1e4027f2ecee56c542da45abf5fbf48c5b0e
initialize
50 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/shorcutnaver/ExampleInstrumentedTest.kt [new file with mode: 0644]
app/src/main/AndroidManifest.xml [new file with mode: 0644]
app/src/main/java/com/example/shorcutnaver/MainActivity.kt [new file with mode: 0644]
app/src/main/java/com/example/shorcutnaver/MainActivity_bak.kt [new file with mode: 0644]
app/src/main/java/com/example/shorcutnaver/NavigationReceiver.kt [new file with mode: 0644]
app/src/main/java/com/example/shorcutnaver/NmapAccessibilityService.kt [new file with mode: 0644]
app/src/main/keepRules/rules.keep [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_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_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-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/strings.xml [new file with mode: 0644]
app/src/main/res/values/themes.xml [new file with mode: 0644]
app/src/main/res/xml/accessibility_service_config.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/shorcutnaver/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]