Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waydroid/android_vendor_packages_apps_waydroidsettings
https://github.com/waydroid/android_vendor_packages_apps_waydroidsettings
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/waydroid/android_vendor_packages_apps_waydroidsettings
- Owner: waydroid
- License: apache-2.0
- Created: 2021-10-21T19:47:53.000Z (about 3 years ago)
- Default Branch: waydroid-R
- Last Pushed: 2021-11-25T14:11:05.000Z (about 3 years ago)
- Last Synced: 2024-11-11T08:15:24.598Z (about 2 months ago)
- Language: Kotlin
- Size: 7.25 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WayDroidSettings
The settings app for WayDroid.
## Spotless
This project uses [Spotless](https://github.com/diffplug/spotless/tree/main/plugin-gradle) to
format source code, and you can use the below command to check and format source code before
you push changes to the repository for reviewing:```shell
./gradlew spotlessCheck
./gradlew spotlessApply
```If you encounter an error when use `./gradlew spotlessApply`, you should fix format errors
manually, because the Spotless based formatter can't fix all errors.## Test
This project has some instrumentation tests, and you should use the below command to check
tests before you push changes to the repository for reviewing:```shell
./gradlew connectedAndroidTest
```## Release
The `WayDroidSettings` is released with apk, and you can use the following commands build apk:
```shell script
./gradlew build
```And copy the `app/build/outputs/apk/release/app-release-unsigned.apk` as the released apk to the
release repository.