Kanake

Results 5 issues of Kanake

This is a small PR to automate checks with git-hooks. Solves issue #97 opened by @tamzi Changes made does the following: - checks and formats ktlint on commit - runs...

//rough example task createSpotlessPreCommitHook() { def gitHooksDirectory = new File("$project.rootDir/.git/hooks/") if (!gitHooksDirectory.exists()) gitHooksDirectory.mkdirs() new File("$project.rootDir/.git/hooks", "pre-commit").text = """ #!/bin/bash echo "Running spotless check" ./gradlew spotlessApply """ "chmod +x .git/hooks/pre-commit".execute() }

Using the combination of Android theme and Dark mode preference results to both the names of the conference to choose and its background being dark making it hard for a...

good first issue