Releases: KiARC/Sobriety
Hopefully Final Cache Format
I'm tired of changing the cache format so this should last longer
What's Changed
Full Changelog: v5.1.5...v5.2.1
Another Hotfix
No more legacy cache support 😭 but at least it won't crash anymore. A new cache format is on the way, and will hopefully use built-in datatypes to avoid serialization issues. I'm envisioning potentially an ArrayList
of HashMaps
which could be used to assemble Addiction
s... We'll see.
What's Changed
Full Changelog: v5.1.4...v5.1.5
UI Updates!
Glorious Button Icons!
- CircularBuffers + last-3 averages are back, because I realized how much more useful a last-3 average is
- New RecyclerView implementation courtesy of JakeGonder, which should improve performance
- Updated caching system that is much more reliable
- Code has been refactored to be more understandable
- UI updates, also courtesy of JakeGonder!
What's Changed
- Refactored Main to use Recyclerview instead of manually created card objects by @JakeGonder in #17
- v5.0.0! by @KiARC in #19
Full Changelog: v4.0.1...v5.1.4
Fixed the Crash!
Crashes no longer occur when reading legacy caches ^^
What's Changed
Full Changelog: v4.0.0...v4.0.1
More Fixes
Note: There is a known issue that has been fixed in v4.0.1, where reading legacy caches results in excessive memory usage and a crash. Please update to v4.0.1.
What's Changed
Full Changelog: v3.0.0...v4.0.0
Average Sober Time
Added a display of the average time between the last three relapses.
What's Changed
Full Changelog: v2.1.0...v3.0.0
Bug Fixes Galore
What's Changed
New Contributors
- @JakeGonder made their first contribution in #6
Full Changelog: v2.0.2...v2.1.0
UI Tweaks
Redesign
Compression
Caches are now compressed and in the future support for uncompressed caches will be dropped.
Full Changelog: v1.0.1...v1.1.0