# LRC-Editor
**Repository Path**: hlj1013/LRC-Editor
## Basic Information
- **Project Name**: LRC-Editor
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-04-27
- **Last Updated**: 2021-04-27
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# LRC Editor [](https://www.gnu.org/licenses/gpl-3.0) 
LRC Editor is an Android app that helps you to create and edit .lrc files easily
It is available to download on the [Google Play Store][play_store_page], [F-Droid][fdroid_page] as well as [GitHub][github_release_page].
More screenshots are available in the [Google Play Store page][play_store_page]
## Permissions
LRC Editor requires the storage permission so that it can read and save LRC files.
Note: Android 11 brings much more stricter storage access enforcements and LRC Editor might not be able to access storage once the [`targetSdkVersion`](https://github.com/Spikatrix/LRC-Editor/blob/master/app/build.gradle#L10) is increased to 30 or above, even after granting the storage permission.
## Build from source
If you wish to build from source, clone the repo and run gradle's `assembleDebug` task:
$ git clone https://github.com/Spikatrix/LRC-Editor
$ cd LRC-Editor
$ ./gradlew assembleDebug
(Use `gradlew.bat` if you're on Windows)
Alternatively, you can clone the repo and open the project in Android Studio and then build the app from there.
There are two build flavors in this project:
- `fdroid`: The build for [F-Droid][fdroid] which has links to LRC Editor's F-Droid page and no IAP implementation.
- `playstore`: The build for [Google Play Store][play_store] which has links to LRC Editor's Play store page and has an IAP implementation. However, the IAPs will not work as the original keys are not exposed.
## Contributing
LRC Editor is a FOSS app developed by [me](https://github.com/Spikatrix). Contributions are always welcome.
Here are a few ways you can help:
* Report bugs and provide suggestions via the [Issue Tracker][issue_tracker] or via [email][email_feedback]
* Translate the app ([main][main_strings], [playstore][playstore_strings], [fdroid][fdroid_strings]) and send in the translations via a pull request or via [email][email_app_translation]
* Translate the app's [Google Play Store description][play_store_page] and send it to me via [email][email_play_store_translation]
* Tackle one of the issues/feature-requests from the [Issue Tracker][issue_tracker], make new useful features or fix bugs. In doing so, make sure that the app is still fast, minimal and easy to use.
* Cleanup and refactor the code making it much more easier to understand and maintain.
## Translators
A big thank you to all the app translators:
- Chinese Traditional (zh-rTW) by Martin C
- Chinese Simplified (zh-rCW) by Krasnaya Ploshchad
- French (fr) by tintinmar1995
- German (de) by Leon Thelen
- Indonesian (in) by Fajar Maulana
- Polish (pl) by Zbigniew Zienko
- Portuguese (pt-rBR) by Ayrtown Karlos
- Spanish (es) by Jonathan Martinez
And a big thank you to all the Google Play Store description translators:
- German (de) by Leon Thelen
- Portuguese (pt-rBR) by Ayrtown Karlos
## License
This project is licensed under the [GNU GPLv3 License][project_license]
[play_store_page]: https://play.google.com/store/apps/details?id=com.cg.lrceditor
[fdroid_page]: https://f-droid.org/packages/com.cg.lrceditor
[github_release_page]: https://github.com/Spikatrix/LRC-Editor/releases
[play_store]: https://play.google.com/store
[fdroid]: https://www.f-droid.org/
[issue_tracker]: https://github.com/Spikatrix/LRC-Editor/issues
[main_strings]: https://github.com/Spikatrix/LRC-Editor/blob/master/app/src/main/res/values/strings.xml
[playstore_strings]: https://github.com/Spikatrix/LRC-Editor/blob/master/app/src/playstore/res/values/strings.xml
[fdroid_strings]: https://github.com/Spikatrix/LRC-Editor/blob/master/app/src/fdroid/res/values/strings.xml
[email_feedback]: mailto:cg.devworks@gmail.com?subject=LRC+Editor+Feedback&body=Your+feedback+here
[email_app_translation]: mailto:cg.devworks@gmail.com?subject=LRC+Editor+Translation
[email_play_store_translation]: mailto:cg.devworks@gmail.com?subject=LRC+Editor+Play+Store+Description+Translation
[project_license]: https://github.com/Spikatrix/LRC-Editor/blob/master/LICENSE