Skip to content

Releases: PranshulGG/WeatherMaster

WeatherMaster v1.12.0 (W)

22 Dec 13:28
927ea7f
Compare
Choose a tag to compare

Changes

  • Finally added an option to edit the app layout #87
  • You can now also rearrange the locations just hold and drag
  • Fixed missing strings #246
  • Now if you open the app your default location will not refresh automatically if the last fetched data is only less than 30mins old. This will improve the startup speed of the app
  • Added a timer for the refresh you can't refresh a location if the data is less than 10mins old
  • Fixed bugs with swipe preference, sometimes it was setting it as null
  • Fixed weekdays not using strings on the forecast page
  • Updated translations for all languages
  • Increased default corner radius from 5px to 10px
  • Increased gesture cooldown from 200ms to 300ms
  • Fixed Romanian and Russian using wrong language codes
  • No love for the widgets once again, idk how long it's gonna take :P
  • Now the exporting will also export the database data
  • Decreased the froggy image size on larger devices, probably devices that are bigger than 500px in width
  • Updated screenshot on IzzyOnDroid
  • Improved the temperature animation and optimized it to handle rapid location changes

WeatherMaster v1.11.1 (W)

21 Dec 12:56
Compare
Choose a tag to compare

Hotfix

  • Fixed duplicate preferences

  • Added draggable and rearrangeable widgets for conditions and works on the Forecast page too.
  • Added left and right gestures to switch between locations (First toggle might require a restart).
  • New UI for the settings page. @Joe-D01
  • Added an option to change themes and toggle dynamic colors. @Joe-D01
  • Added an option to choose font size.
  • Improved stars animation; now meteors fall every 3 seconds.
  • Data separated between the database and local storage.
  • Updated Material Design library.
  • Updated all translations and added Finnish, Hungarian.
  • Fixed headline font size (It was using the wrong value).
  • Fixed UV index showing during nighttime in clothing and activity suggestions.
  • Added more delays to certain actions to prevent spam calls from breaking anything.
  • Changed font line height for Roboto.
  • Now caches that don't require saving after quitting the app are stored in the database.
  • Improved how functions are loaded; they now load one by one instead of all at once, making the app load more smoothly.
  • Removed check icons
  • As always, nothing for the widgets. :(

WeatherMaster v1.11.0 (W)

21 Dec 11:42
5b74d1e
Compare
Choose a tag to compare

Changes

  • Added draggable and rearrangeable widgets for conditions and works on the Forecast page too.
  • Added left and right gestures to switch between locations (First toggle might require a restart).
  • New UI for the settings page.
  • Added an option to change themes and toggle dynamic colors.
  • Added an option to choose font size.
  • Improved stars animation; now meteors fall every 3 seconds.
  • Data separated between the database and local storage.
  • Updated Material Design library.
  • Updated all translations and added Finnish, Hungarian.
  • Fixed headline font size (It was using the wrong value).
  • Fixed UV index showing during nighttime in clothing and activity suggestions.
  • Added more delays to certain actions to prevent spam calls from breaking anything.
  • Changed font line height for Roboto.
  • Now caches that don't require saving after quitting the app are stored in the database.
  • Improved how functions are loaded; they now load one by one instead of all at once, making the app load more smoothly.
  • Removed check icons
  • As always, nothing for the widgets. :(

WeatherMaster v1.10.0 (W)

16 Dec 16:05
645a317
Compare
Choose a tag to compare

Changes

  • Redesigned languages page
  • Added Moon page
  • Improved versioning (#235)
  • Migrated to IndexedDB
    (Data saved in the database cannot be imported, but it’s probably not the data you want to import anyway.)
  • Fixed color accents
  • Improved clothing and activity recommendations
    (Now they make more sense and respect timings.)
  • Fixed wrong dates on the forecast page (#234)
  • Fixed visibility unit (#233)
  • Updated translations and added Azerbaijani and Slovenian
  • Repositioned condition widgets
  • Fixed a few names showing as Null on the contributors page
  • Improved data structure for smoother app performance
  • Fixed overflowing text issues
  • Fixed wrong font style on daily forecast precipitation
  • Made Open-Meteo the fallback source if data fails to fetch
  • Added a 1500ms delay before applying any changed settings
  • App should automatically transfer all data to the new database
    (Hopefully, nothing breaks lol!)
  • No updates to the widgets yet

WeatherMaster v1.9.8 (W)

11 Dec 13:41
69ab636
Compare
Choose a tag to compare

Changes

  • Added frog-based summary.
  • Improved temperature animation so it doesn't take years to reach. If the temperature is 80, it starts from 60 (75% of 80).
  • Now you can import and export app data.
  • Added debounce timers to prevent spam function calls (the app shouldn't break at any point now).
  • Updated radar legend (#227).
  • Fixed issues related to duplicated locations.
  • Summary now supports different languages.
  • Removed the 1500ms delay before hiding the loader (it still has a 300ms delay to ensure elements render without breaking).
  • Added a radar toggle on the search bar to save space.
  • Updated all translations.
  • Fixed some supporting texts.
  • Widgets now fill the full space (#213). @Joe-D01
  • Added a warning if refresh fails due to network or other errors.
  • Features requiring internet will automatically hide if offline.
  • Fixed CM unit display for precipitation.
  • Still haven't found a way to update the widgets in the background 😭
  • Next step: Migrate to indexed database

WeatherMaster v1.9.7 (W)

08 Dec 16:03
dd20ac1
Compare
Choose a tag to compare

Changes

  • Fixed different UV index on page #215
  • Translations updated
  • Added missing strings
  • Fixed alerts settings
  • Fixed issue where some data values weren't cleared after deleting a location
  • Now the home location cannot be removed
  • Fixed refresh issue that sometimes didn't work on scroll
  • You can now see your location if you're using your device's location on the locations page (Note: This feature will no longer be worked on) #129
  • Fixed CM unit on the precipitation chart
  • Added a new widget
  • Apps will no longer reload after changing your default location
  • Updated color themes for thunder and snow
  • Fixed rounded widget issue (@Joe-D01)

WeatherMaster v1.9.6 (W)

07 Dec 15:57
a89148b
Compare
Choose a tag to compare

Changes

  • Improved how preferences are applied: Now, if you change any setting, it will not reload the whole app and works for languages too without restarting the app.
  • Fixed duplicate saved locations.
  • Fixed translations (#207).
  • Added Serbian language.
  • Fixed widgets (hopefully! :)
  • Added missing strings.
  • Removed the option to switch to the system font.
  • Added font options to choose from.
  • Added CM unit for precipitation.
  • Improved how locations load on startup.
  • Added caching for language status.
  • Added options to toggle alerts on or off.
  • Removed "Outfit" as a font.
  • Removed 486KB of garbage code.

WeatherMaster v1.9.5 (W)

06 Dec 12:42
Compare
Choose a tag to compare

Hotfix

  • Fixed widget resize width and height (I’ll need to rework them, as they still aren’t fully fixed. :/ )
  • Fixed language status

And 1.9.4 changes

  • Added Material You dynamic colors (non-supported devices will fallback to default)
  • Fixed widget size issue (#169)
  • Fixed missing strings (#197)
  • Updated translations: Japanese, French, Polish, Vietnamese, German, Filipino, Turkish
  • Improved how locations are loaded when provider is changed
  • Exposed Open-Meteo Weather models (#203)
  • Fixed last updated text not showing up on MET Norway
  • Added translations to AccuWeather
  • Added translation status to the language page
  • Added members to the contributors page
  • Fixed UV and Pressure pages: Now shows the current conditions correctly instead of averages
  • Improved rounded UI
  • Fixed several animations
  • Removed fade effect from the animations
  • Changed widgets default color to blue from red
  • Pages now load once everything is fully loaded
  • Changes are applied directly when changing search provider
  • Changed Snackbar font
  • Improved froggie image size on wide devices

WeatherMaster v1.9.4 (W) (Bugged)

06 Dec 09:50
Compare
Choose a tag to compare
Pre-release

Changes

  • Added Material You dynamic colors (non-supported devices will fallback to default)
  • Fixed widget size issue (#169)
  • Fixed missing strings (#197)
  • Updated translations: Japanese, French, Polish, Vietnamese, German, Filipino, Turkish
  • Improved how locations are loaded when provider is changed
  • Exposed Open-Meteo Weather models (#203)
  • Fixed last updated text not showing up on MET Norway
  • Added translations to AccuWeather
  • Added translation status to the language page
  • Added members to the contributors page
  • Fixed UV and Pressure pages: Now shows the current conditions correctly instead of averages
  • Improved rounded UI
  • Fixed several animations
  • Removed fade effect from the animations
  • Changed widgets default color to blue from red
  • Pages now load once everything is fully loaded
  • Changes are applied directly when changing search provider
  • Changed Snackbar font
  • Improved froggie image size on wide devices

WeatherMaster v1.9.3 (W)

04 Dec 05:57
4e6f245
Compare
Choose a tag to compare

Changes & Bugs

  • Fixed location duplication
  • Fixed empty strings in translations
  • Changed default theme to blue
  • Updated translations: Persian, German, Turkish, Spanish
  • Removed debuggable attribute (#192)
  • Fixed touch issues during refresh
  • New mechanism for error handling
  • Fixed text overflow
  • Minor UI fixes