Releases: benoitletondor/EasyBudget
Releases · benoitletondor/EasyBudget
3.1.5
- Bug fixes for recurring entries edition on online accounts
3.1.4
- Bump dependencies
- Make sure to cancel the DB caching coroutine scope when closing the DB
3.1.3
- Bump dependencies
- Use a dynamic size for cell size in the calendar, removing the need for
AutoSizeText
and adapting to user font scaling preferences
3.1.2
- Make fonts a little bigger for small screens on the calendar view
3.1.1
- Use an
AutoSizeText
for date and amount elements of a day in the Calendar to help with the display on small screens
3.1.0
Stability release that focuses on the calendar and data fetching speed:
- Migrate the calendar from https://github.com/roomorama/Caldroid to https://github.com/kizitonwose/Calendar
- Add data loading on a background thread for the calendar, preventing ANRs
- Rewrite the data caching logic from a per day to a per month basis, reducing the number of queries to cache the data for a month from ~90 to 3
- Data caching is also now on demand instead of pre-fetched. It should prevent a lot of nasty bugs, especially with Realm
3.0.13
- Dependencies bump
- Android Studio 8.2
3.0.12
- Dependencies bump
3.0.11
- Hide checked balance correctly for non Premium users
3.0.10
- Dependencies bump