Skip to content

Releases: benoitletondor/EasyBudget

3.1.5

21 Jan 11:50
Compare
Choose a tag to compare
  • Bug fixes for recurring entries edition on online accounts

3.1.4

14 Jan 17:36
Compare
Choose a tag to compare
  • Bump dependencies
  • Make sure to cancel the DB caching coroutine scope when closing the DB

3.1.3

18 Dec 18:43
Compare
Choose a tag to compare
  • 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

16 Dec 13:02
Compare
Choose a tag to compare
  • Make fonts a little bigger for small screens on the calendar view

3.1.1

14 Dec 17:48
Compare
Choose a tag to compare
  • 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

11 Dec 21:59
Compare
Choose a tag to compare

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

05 Dec 17:19
Compare
Choose a tag to compare
  • Dependencies bump
  • Android Studio 8.2

3.0.12

30 Nov 18:35
Compare
Choose a tag to compare
  • Dependencies bump

3.0.11

27 Nov 19:19
Compare
Choose a tag to compare
  • Hide checked balance correctly for non Premium users

3.0.10

25 Nov 13:24
Compare
Choose a tag to compare
  • Dependencies bump