Voice is a simple, user-focused audiobook player where I explore new technologies, design ideas, and coding practices. It’s built to be intuitive, reliable, and an all-around joy to use.
Note:
I’m currently unable to review or accept pull requests (PRs) due to life and work commitments. The project remains in "soft maintenance" mode. Bug reports and suggestions are welcome, but PRs may not receive a response for the foreseeable future. Thank you for your understanding!
Voice uses Ktlint to enforce consistent code formatting.
- Check for formatting issues:
./gradlew lintKotlin
- Auto-fix formatting:
./gradlew formatKotlin
- To make commits fail on formatting errors, set up a pre-commit hook:
echo "./gradlew lintKotlin" > .git/hooks/pre-commit chmod +x .git/hooks/pre-commit
This project is licensed under GNU GPLv3. By contributing, you agree to license your code under the same terms.