Skip to content

WangDaYeeeeee/GeometricWeather

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
June 10, 2022 20:11
April 15, 2021 16:21
May 31, 2022 19:09
June 10, 2022 20:11
April 27, 2022 15:53
June 18, 2020 15:53
December 20, 2016 14:47
April 30, 2022 23:40
May 31, 2022 19:09
April 1, 2022 07:36
December 11, 2016 21:02
July 19, 2019 15:02
December 11, 2016 21:02

GeometricWeather

Geometric Weather

Download app

Contact me

How to run

Clone this project and build it by AndroidStudio.

Build variants

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.

Weather icon extensions

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.

Help me to improve the translation

You can contact me by Email, or just submit a pull request.

Contribute code

If you want to contribute code to help me to improve GeometricWeather, please make changes on the dev branch.

License

Also see

What I gonna do next

  • Complete the migration to Material You.
  • More AppWidget with Material You style.
  • Refactoring the polling process based on Kotlin coroutine.
  • Modularize the entire project.