- By Email: wangdayeeeeee@gmail.com
- Or GitHub issue
Clone this project and build it by AndroidStudio.
You can select a specific build variants in AndroidStudio.
There are 3 build variants now. Specifically, the fdroid
variant dose not contain any closed source 3rd-party SDK, such as Baidu Location Service and Bugly. The gplay
variant integrated the Google Play Service to improve accuracy of location. And finally, the public
variant contains all closed source 3rd-party SDK which is not exist in fdroid
version except the Google Play Service.
If you want to build your own weather icon-pack, please read this document:
Also, you will find some icon-packs made by me here:
By the way, GeometricWeather is compatible with Chronus Weather IconPacks. You can download them from Google Play or any other app store you have.
You can contact me by Email, or just submit a pull request.
If you want to contribute code to help me to improve GeometricWeather, please make changes on the dev
branch.
- Complete the migration to Material You.
- More AppWidget with Material You style.
- Refactoring the polling process based on Kotlin coroutine.
- Modularize the entire project.