OSDN Git Service

initial.
authorMRSa <mrsa@myad.jp>
Wed, 31 Aug 2022 12:52:59 +0000 (21:52 +0900)
committerMRSa <mrsa@myad.jp>
Wed, 31 Aug 2022 12:52:59 +0000 (21:52 +0900)
commit3cf56a4f321fc2506140f9c75cb93134195625bc
tree5e852a66a7e7b9534d247f049327667ba90363c8
initial.
31 files changed:
.gitignore [new file with mode: 0644]
.idea/.gitignore [new file with mode: 0644]
.idea/compiler.xml [new file with mode: 0644]
.idea/gradle.xml [new file with mode: 0644]
.idea/misc.xml [new file with mode: 0644]
app/.gitignore [new file with mode: 0644]
app/build.gradle [new file with mode: 0644]
app/proguard-rules.pro [new file with mode: 0644]
app/src/main/AndroidManifest.xml [new file with mode: 0644]
app/src/main/java/net/osdn/gokigen/watchface/prpr1/ExtStorageFileUtil.kt [new file with mode: 0644]
app/src/main/java/net/osdn/gokigen/watchface/prpr1/MyWatchFace.kt [new file with mode: 0644]
app/src/main/java/net/osdn/gokigen/watchface/prpr1/MyWatchFaceDrawer.kt [new file with mode: 0644]
app/src/main/java/net/osdn/gokigen/watchface/prpr1/MyWatchFaceHolder.kt [new file with mode: 0644]
app/src/main/java/net/osdn/gokigen/watchface/prpr1/MyWatchFaceRenderer.kt [new file with mode: 0644]
app/src/main/res/mipmap-hdpi/ic_launcher.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-xhdpi/ic_launcher.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-xxxhdpi/ic_launcher.webp [new file with mode: 0644]
app/src/main/res/values-ja/strings.xml [new file with mode: 0644]
app/src/main/res/values/color.xml [new file with mode: 0644]
app/src/main/res/values/dimens.xml [new file with mode: 0644]
app/src/main/res/values/strings.xml [new file with mode: 0644]
app/src/main/res/xml/watch_face.xml [new file with mode: 0644]
build.gradle [new file with mode: 0644]
gradle.properties [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 [new file with mode: 0644]