Closed NekoGirlSAIKOU closed 2 years ago
Just notice that Gadgetbridge uses AGPL so maybe I shouldn't directly use its WeatherSpec.java. Maybe someday I will rewrite WeatherSpec.java and reopen this PR.
Any update on this? I'd very much like to have Geometric Weather be a weather provider for Gadgetbridge.
Any update on this? I'd very much like to have Geometric Weather be a weather provider for Gadgetbridge.
After open this PR I suddenly realized that Gadgetbridge uses AGPL while Geometric Weather uses LGPL so I can't use Gadgetbridge's code here. But to send weather information to Gadgetbridge WeatherSpec.java
is necessary. Since it is Parcelable
I think it hard to write different code providing same function. Maybe I would write almost the same code even if I haven't read it. So I have to close this PR.
Fix #237 Gadgetbridge is an Android (4.4+) application which will allow you to use your Pebble, Mi Band, Amazfit Bip and HPlus device (and more) without the vendor's closed source application and without the need to create an account and transmit any of your data to the vendor's servers. Gadgetbridge offers support for forwarding weather information to the band/watch and it needs the help of a weather provider. This PR makes GeometricWeather a weather provider.