Released on 31st January 2014
- FIX: fixed a crash on some devices running Android 4.0.x
Released on 12th January 2014
- NEW: updated many localizations (thanks everyone!)
- FIX: fixed widget button colors in dark mode (issue #110)
Released on 11th January 2014
- FIX: added missing languages to selection list (pl, sk, sl, sv) (issue #109)
Released on 9th January 2014
- NEW: updated many localizations (thanks everyone!)
- FIX: language switching now supports country variants as well (issue #88)
- FIX: forcing widget to pt-BR didn't work
Released on 7th January 2014
- NEW: Hungarian localization (thanks Gergő Bihary!)
- NEW: updated the languages (thanks everyone!)
- FIX: text being all white (see issue #107)
- FIX: minor tweaks to the feedback email body template
Released on 7th January 2014
- NEW: updated all the languages (thanks everyone!)
- FIX: fixed four crashes (see issues #102, #103, #104 and #105)
- FIX: fixed the sharing icon not hiding when hiding widget buttons
Released on 31st December 2013
- NEW: share your FWeather!
- NEW: new button icons for the widget
- NEW: updated all the languages (thanks everyone!)
- NEW: specific error message for no network availability
- FIX: NPE crash and a poorly handled exception
- FIX: better weather caching and fetch retrying
- Happy new freaking year!
Released on 4th December 2013
- NEW: open the Location Settings screen on clicks when there are issues getting the location
- NEW: Brazilian Portuguese translation -- thanks, Bruno Moulin!
- NEW: partial Hebrew translation -- thanks, Tomer Nachum!
- NEW: partial Ukrainian translation -- thanks, Jaroslav Shevchuk and Yegor Vyalov!
- NEW: lots of minor updates to the translations -- thanks a lot, guys!
- NEW: updated Google Analytics library to v3
- NEW: updated Google Play Services client code to v4
- FIX: Google Analytics opt-out wasn't working correctly
- FIX: fixed crash when backing up the settings (issue #95)
Released on 22nd November 2013
- FIX: a few fixes for the German translation -- thanks, Aaron Gerlach!
- FIX: potential fix (maybe) for issues #85 and #86
- FIX: the switches in the widget preferences now have the correct text color; added dedicated XXHDPI resources (also contributed to Android-switch-backport library code)
- FIX: improved the location code behaviour under KitKat (uses the new APIs)
Released on 12th November 2013
- NEW: Greek translation -- thanks, Dins!
- FIX: a few fixes for the Russian translation -- thanks, Vsevolod Osinin!
- FIX: fixed dialogs appearance on Android 2.x
- FIX: fixed switches thumb width being too small in some situations
- FIX: fixed crash when settings contained an invalid update interval
Released on 10th November 2013
- NEW: Czech translation -- thanks, Pavel Tížek!
- NEW: Dutch translation -- thanks, Frans-Peter van der Leur!
- NEW: French translation -- thanks, Christian Knaub!
- NEW: Russian translation -- thanks, Vsevolod Osinin!
- FIX: fixed the code that gives the translator attribution
Released on 14th October 2013
- FIX: solved crash caused by misbehaving Google Play Services
Released on 10th October 2013
- NEW: shaved some 200 bytes off the APK size (thanks XhmikosR)
- FIX: solved crash caused by
SharedPreferences
issues (issue #69)
Released on 8th October 2013
- NEW: updated ActionBarSherlock to v4.4.0
- NEW: updated Android Switch Backport
- NEW: losslessly compressed all the drawables to have a slightly lighter APK
- FIX: fixed feedback gathering being performed on the UI thread
Released on 7th October 2013
- FIX: added few missing weather conditions handling
- FIX: fixed NPE crash when saving null data in the permanent cache
Released on 5th October 2013
- NEW: weather data is now permanently cached throughout sessions to minimize "WTF" messages (cache expires after 2 hours)
- NEW: updated Play Services library code to v3.2.65 (was v3.1.36)
- FIX: no more "can't find location" errors when using manual location
- FIX: various fixes and improvements to location-handling code (should be much more robust in handling corner cases)
Released on 26th September 2013
- NEW: Spanish translation
- NEW: Romanian translation -- thanks, BruceLee!
- NEW: even better feedback mechanism
- FIX: crash on tablets when opening the Settings activity
Released on 11th September 2013
- FIX: updated Chinese translation -- thanks, Hansi Liu!
- FIX: updated German translation -- thanks, Aaron Gerlach!
Released on 3rd September 2013
- NEW: customizable weather location (current position, or manual)
- NEW: switched weather provider to Yahoo! Weather for better accuracy
- NEW: added a whole new set of weather statuses and messages
- NEW: added widget BG color preference
- NEW: added Dashclock and Log Collector to OSS license info
- NEW: differentiated error message for when no location is available
- NEW: vastly improved feedback mechanism (requires
READ_LOGS
andWRITE_EXTERNAL_STORAGE
permissions) - FIX: crash when sending feedback, if the Play Store doesn't allow it
- FIX: updated German translation -- thanks, Aaron Gerlach!
- FIX: various bugfixes
Released on 7th August 2013
- FIX: reduced widget text size for mdpi devices (which usually have crappy small screens)
- FIX: updated Chinese translation -- thanks, Hansi Liu!
Released on 5th August 2013
- NEW: Chinese translation -- thanks, Hansi Liu!
Released on 25th July 2013
- NEW: built against Android 4.3 SDK (API level 18)
- NEW: declares explicitly that it should only be installed on devices that support app widgets
- FIX: updated German language -- thanks, Aaron Gerlach!
Released on 24th July 2013
- NEW: added translator name in the About box
- FIX: updated German language -- thanks, Aaron Gerlach!
- FIX: clarified that the language forcing only influences the widget itself
Released on 20th July 2013
- NEW: added German language (still missing a couple strings) -- thanks, Aaron Gerlach!
Released on 11th July 2013
- FIX: crash on the Settings Activity on xlarge screens (multicolumn layout)
Released on 11th July 2013
- NEW: weather is now cached to reduce "???" messages while searching for a location
- NEW: you can now force the widget texts language (auto, English or Italian, for now)
- FIX: removed 1 minute refresh interval (was only meant for debugging)
- FIX: removed buttons from loading layouts, they couldn't do anything anyway
- FIX: removed minor bug when switching from loading layout to "real" layout (could have caused issues to poorly written launchers)
Released on 10th July 2013
- NEW: added the "Debug" setting
- NEW: completely rewritten logging system, should allow users to produce more meaningful log reports
- FIX: widget buttons would end up under the widget text when the weather icon was hidden
- FIX: some use cases require using the
ACCESS_FINE_LOCATION
permission which was not requested by the app (WiFi/Google location off, GPS on) - FIX: opening the Authors dialog on Android 2.3 would crash the app
- FIX: minor UI fixes
Released on 8th July 2013
- NEW: added Settings Activity
- Customize widget
- Dark mode (useful for bright background)
- Set refresh rate and manually refresh
- Licenses, credits, feedback mechanism
- NEW: added buttons on the widget to refresh and configure it
- NEW: use Google Play Services Location provider where available (better accuracy, low power consumption)
- NEW: use Google Analytics to get feedback on errors and issues and direct future development (with opt-out)
- FIXED: widget being stuck on "loading" ("Let me look out of a f*****g window")
- FIXED: bad handling of weather JSON when there is an error/malformation
Released on 30th June 2013
- First Play Store build
- Basic widget, no customization