fretfret

learn the notes on a guitar from the comfort of your android phone
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.gitignore17L
-rw-r--r--.idea/.gitignore3L
-rw-r--r--.idea/compiler.xml6L
-rw-r--r--.idea/gradle.xml19L
-rw-r--r--.idea/inspectionProfiles/Project_Default.xml41L
-rw-r--r--.idea/kotlinc.xml6L
-rw-r--r--.idea/migrations.xml10L
-rw-r--r--.idea/misc.xml9L
-rw-r--r--.idea/other.xml252L
-rw-r--r--.idea/vcs.xml6L
-rw-r--r--COPYRIGHT15L
-rw-r--r--LICENSE674L
-rw-r--r--README.md51L
-rw-r--r--app/.gitignore1L
-rw-r--r--app/build.gradle.kts70L
-rw-r--r--app/proguard-rules.pro21L
-rw-r--r--app/src/main/AndroidManifest.xml27L
-rw-r--r--app/src/main/ic_launcher-playstore.png23641B
-rw-r--r--app/src/main/ic_launcher_monochrome-playstore.png25963B
-rw-r--r--app/src/main/java/com/massi/fretfret/MainActivity.kt528L
-rw-r--r--app/src/main/java/com/massi/fretfret/ui/theme/Color.kt11L
-rw-r--r--app/src/main/java/com/massi/fretfret/ui/theme/Theme.kt57L
-rw-r--r--app/src/main/java/com/massi/fretfret/ui/theme/Type.kt34L
-rw-r--r--app/src/main/res/drawable/ic_launcher_background.xml170L
-rw-r--r--app/src/main/res/drawable/ic_launcher_foreground.xml85L
-rw-r--r--app/src/main/res/drawable/ic_launcher_monochrome_foreground.xml15L
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml6L
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_monochrome.xml5L
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_monochrome_round.xml5L
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml6L
-rw-r--r--app/src/main/res/mipmap-hdpi/ic_launcher.webp2142B
-rw-r--r--app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.webp1554B
-rw-r--r--app/src/main/res/mipmap-hdpi/ic_launcher_monochrome_round.webp2788B
-rw-r--r--app/src/main/res/mipmap-hdpi/ic_launcher_round.webp3922B
-rw-r--r--app/src/main/res/mipmap-mdpi/ic_launcher.webp1652B
-rw-r--r--app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.webp1162B
-rw-r--r--app/src/main/res/mipmap-mdpi/ic_launcher_monochrome_round.webp1784B
-rw-r--r--app/src/main/res/mipmap-mdpi/ic_launcher_round.webp2558B
-rw-r--r--app/src/main/res/mipmap-xhdpi/ic_launcher.webp2908B
-rw-r--r--app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.webp2194B
-rw-r--r--app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome_round.webp3938B
-rw-r--r--app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp5446B
-rw-r--r--app/src/main/res/mipmap-xxhdpi/ic_launcher.webp4196B
-rw-r--r--app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.webp3240B
-rw-r--r--app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome_round.webp6112B
-rw-r--r--app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp8002B
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp5408B
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.webp4218B
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome_round.webp8680B
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp11096B
-rw-r--r--app/src/main/res/values/colors.xml10L
-rw-r--r--app/src/main/res/values/ic_launcher_background.xml4L
-rw-r--r--app/src/main/res/values/ic_launcher_monochrome_background.xml4L
-rw-r--r--app/src/main/res/values/strings.xml3L
-rw-r--r--app/src/main/res/values/themes.xml5L
-rw-r--r--app/src/main/res/xml/backup_rules.xml13L
-rw-r--r--app/src/main/res/xml/data_extraction_rules.xml19L
-rw-r--r--app/src/test/java/com/massi/fretfret/ExampleUnitTest.kt17L
-rw-r--r--build.gradle.kts5L
-rw-r--r--gradle.properties23L
-rw-r--r--gradle/libs.versions.toml36L
-rw-r--r--gradle/wrapper/gradle-wrapper.jar59203B
-rw-r--r--gradle/wrapper/gradle-wrapper.properties6L
-rwxr-xr-xgradlew185L
-rw-r--r--gradlew.bat89L
-rw-r--r--settings.gradle.kts24L