]> gitweb.stoutner.com Git - PrivacyCell.git/commit
Initial commit.
authorSoren Stoutner <soren@stoutner.com>
Fri, 13 Aug 2021 01:09:19 +0000 (18:09 -0700)
committerSoren Stoutner <soren@stoutner.com>
Fri, 13 Aug 2021 01:09:19 +0000 (18:09 -0700)
commita02f5b84c4f81765cbaec1ac2462a5f38c5fe81f
tree5d5fe772dd81899183b02c8f85277c7f8be92e1d
Initial commit.
33 files changed:
.gitignore [new file with mode: 0644]
COPYING [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/com/stoutner/privacycell/activities/PrivacyCell.kt [new file with mode: 0644]
app/src/main/res/drawable-v24/ic_launcher_foreground.xml [new file with mode: 0644]
app/src/main/res/drawable/ic_launcher_background.xml [new file with mode: 0644]
app/src/main/res/layout/privacy_cell_linearlayout.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]
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: 0755]
gradlew.bat [new file with mode: 0644]
settings.gradle [new file with mode: 0644]