Releases: GabrielTavernini/Covid19Stats
Releases · GabrielTavernini/Covid19Stats
Updated code to support new year data
🐛 FIX
- Fixed chart visualization and range selection for 2021 (44e6184)
Range Setting and Updated Middle Chart
📦 ADDED
- Default date range setting (f303b1e)
- Changed middle chart from recovered to active cases (446e8c0), as it is more consistent and representative of the actual situation. This change is also going to fix issue #18
🐛 FIX
- Fixed overflow bug in the select country page (7713ba2)
- Fixed an error in the parser that caused all charts to be marked as unavailable (25a8e9f)
Settings Dialog and Charts Overshooting
📦 ADDED
- Default charts view option in setting (5aedec2)
- Always load charts option in setting (5aedec2)
🐛 FIX
- Fixed charts overshoting with near zero values | Issue #13 (ba4b554)
Fixed freeze and Tooltips text
📦 ADDED
- Number separators to charts' tooltips text (b4ed171)
🐛 FIX
- Fixed the app freezing on not available charts | Issue #9 (f8246d1)
- Fixed the text appearing on charts tooltips | Issue #10 (b4ed171)
Fixed tooltips bug
🐛 FIX
- Fixed the appearence of tooltips outside of charts boundries (7908268)
- Added a null check to prevent errors in the date range selector (7908268)
Charts range fix
🐛 FIX
- Fixed the offset present in charts when a specific range was selected (e84f839)
Charts range selector and Number separators
📦 ADDED
- The ability to select a range of dates to visualize in the charts (b25d345)
- Number separators according to the device regional settings (b25d345)
Minor Parser Fix
🐛 FIX
- Due to changes to worldometrs' website the parser had to be modified (251f46d)
Reverted to old parser
🐛 FIX
- Due to changes to worldometrs' website v1.4 changes had to be undone (300fb90)
Interchanged Tests and Tests/Mln numbers
🐛 FIX
- Fixed the parser because Tests and Tests/Mln numbers were interchanged (d39e0a4)