This project is mirrored from https://github.com/LineageOS/android_packages_apps_OpenWeatherMapProvider.
Pull mirroring updated .
- 08 Mar, 2022 2 commits
-
-
Romain Hunault authored
-
Romain Hunault authored
-
- 07 Nov, 2020 2 commits
-
-
Amit Kumar authored
-
Romain Hunault authored
-
- 12 Sep, 2020 1 commit
-
-
LineageOS Builder authored
Change-Id: I7f84b507aa8eac1000a433fbedf4ce9f640d929e
-
- 28 Mar, 2020 1 commit
-
-
Michael W authored
Change-Id: I41023d89df933f03f96aad9898ef3b083121407b
-
- 22 Mar, 2020 1 commit
-
-
Michael W authored
Change-Id: I6a6d12585208e8a493898000a42e2b3852d214cb
-
- 14 Jan, 2020 1 commit
-
-
Michael W authored
Change-Id: I24f2850607f0bb3c3389289dd1b1b8be2b882817
-
- 25 Aug, 2019 1 commit
-
-
Michael Bestas authored
Change-Id: I0a5e7982bd907e0df77c09f916f12483b9092be1
-
- 04 Aug, 2019 1 commit
-
-
Michael Bestas authored
Change-Id: I1333d68e976f62e33db5577ec7418f56753ba362
-
- 06 Jul, 2019 1 commit
-
-
Michael Bestas authored
Change-Id: I24eba4098bd8febf21eaf6cd29d538cc0e58b61e
-
- 08 Jun, 2019 1 commit
-
-
Michael Bestas authored
Change-Id: I9b8b12fc3cc05feb28968871a54422a8c7941d9d
-
- 07 Apr, 2019 1 commit
-
-
Michael Bestas authored
Change-Id: I8386bcf395989bccc527a944c86098e3a5e2f94b
-
- 15 Dec, 2018 2 commits
-
-
Namnodorel authored
* Update SDK version * Update gradle version * Include lineage SDK jar locally Change-Id: Ie2ec46937aaadfc41eab32516d2c32ec33f2973a
-
Michael Bestas authored
Change-Id: I2b71623884c640d3e1e2cfca41f02407c3702edb
-
- 09 Nov, 2018 3 commits
-
-
Amit Kumar authored
-
Romain Hunault authored
-
Romain Hunault authored
-
- 21 Jan, 2018 1 commit
-
-
Michael Bestas authored
Change-Id: I4f70fa62db38f29a279d8cc3082b61aa08ab48fd
-
- 21 Oct, 2017 1 commit
-
-
Michael W authored
* The 16 day api which is currently called needs a paid-for account * Use the free API w/ 5 days/3 hours forecast * The result-set was limited to 5 days anyway * While reworking the API calls, remove unnecessary parameter "mode", which requests the API's default "json" anyway * Modify the ForecastResponse class to be able to understand the new result * Remove class "Temp" - not used anymore * Introduce class "Main" which matches the new response's name and content * Calculate the min/max temperatures for each day in the forecast manually as we get 5days à 3hours now * Interpret wind speed correctly: result is m/s when requesting metric values but it's passed on (and interpreted) as kph, so multiply the speed w/ factor 3.6 in that case - imperial is already correct, no need to touch that * Thanks to Justin Bouchard <jusking.bouchard@gmail.com> who found that the current API call isn't working properly Change-Id: Ibdc3d3a3a4538fcc403dcb47c488baee8051d37e
-
- 07 Jun, 2017 5 commits
-
-
Joey Rizzoli authored
Change-Id: Ia90237a923244996d77a9fe0d59b7280af7b882a Signed-off-by:
Joey Rizzoli <joey@lineageos.org>
-
Joey Rizzoli authored
Change-Id: I05947b3c01f0097e3d91feee6f51612a99ebb85c Signed-off-by:
Joey Rizzoli <joey@lineageos.org>
-
Joey Rizzoli authored
Change-Id: I93420cab92081760c35333b032a657d709aa4e4e Signed-off-by:
Joey Rizzoli <joey@lineageos.org>
-
Joey Rizzoli authored
Change-Id: Iec5619c8b7182bde4b3e3fe815fff50332c2dc4f Signed-off-by:
Joey Rizzoli <joey@lineageos.org>
-
Joey Rizzoli authored
Change-Id: Ia642e1def414d35b7b282d88d53da34084a28ea0 Signed-off-by:
Joey Rizzoli <joey@lineageos.org>
-
- 15 Aug, 2016 2 commits
-
-
Abhisek Devkota authored
Change-Id: I642d6f3822c99e14cbda5d6e975f344873169d16
-
Luis Vidal authored
An attempt to improve the legacy code that was originally ported from LockClock Change-Id: If04ecaceef66c7c9af14a1710f5d66ea314b3f7c
-
- 27 Apr, 2016 1 commit
-
-
Luis Vidal authored
Change-Id: I97613053ed3fd841e007a3d162351371ab9226de
-
- 26 Apr, 2016 1 commit
-
-
Luis Vidal authored
- Moved the implementation from cLock to a new package - Refactored the code so this service can function as a weather provider service and can be detected by the weather manager service Change-Id: Id353451749dda940cecfd3e706e2662e233f0d2f TICKET: CYNGNOS-2544
-
- 21 Apr, 2016 1 commit
-
-
Luis Vidal authored
-