https://github.com/bobbyesp/harmonia
A modern and beautiful music player for Android
https://github.com/bobbyesp/harmonia
Last synced: 8 months ago
JSON representation
A modern and beautiful music player for Android
- Host: GitHub
- URL: https://github.com/bobbyesp/harmonia
- Owner: BobbyESP
- License: other
- Created: 2023-11-17T14:46:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T19:23:20.000Z (about 2 years ago)
- Last Synced: 2025-02-02T06:11:21.260Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 426 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Harmonia

A modern and beautiful music player for Android.
## Project modules
- [app](app/README.md)
- [media](media/README.md)
- [ui](ui/README.md)
## Contributing
### Code style
Kotlin code style is enforced by `ktlint` plugin with **Android mode**.
### Extra checks
- Run `./gradlew :app:releaseComposeCompilerHtmlReport :ui:releaseComposeCompilerHtmlReport --rerun-tasks` to check
stability for Compose. You may disable configuration cache of Gradle temporarily.
## License
This project is licensed under the [CC BY-NC-ND 4.0](LICENSE.md) (Attribution-NonCommercial-NoDerivs 4.0 International).
**You are free to:**
- 📤 **Share** - copy and redistribute the material in any medium or format
The licensor cannot revoke these freedoms as long as you follow the license terms.
**Under the following terms:**
- ©️ **Attribution** - You must give appropriate credit , provide a link to the license, and indicate if changes were
made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- 🚫 **NonCommercial** - You may not use the material for commercial purposes.
- 🚫 **NoDerivatives** - If you remix, transform, or build upon the material, you may not distribute the modified
material.
- 🚫 **No additional restrictions** - You may not apply legal terms or technological measures that legally restrict
others from doing anything the license permits.