Skip to content

Releases: benoitletondor/EasyBudget

3.3.6

01 Nov 22:00
Compare
Choose a tag to compare
  • Bump dependencies
  • Add Firebase Remote Config and the alert messages

3.3.5

09 Sep 08:01
Compare
Choose a tag to compare
  • Try to mitigate a bug when editing a recurring entry on a Pro account
  • Fix EN translation
  • Deps bump

3.3.4

21 Aug 19:08
Compare
Choose a tag to compare
  • Deps bump
  • Try to load online recurring expense occurences from a background thread by offering a suspendable API to reduce the work on main thread

3.3.3

08 Aug 20:01
Compare
Choose a tag to compare
  • Use a decimal keyboard for balance edition
  • Fix an issue leading to cursor position change when editing an expense amount
  • Use optimized proguard config
  • Bump deps

3.3.2

31 Jul 19:58
Compare
Choose a tag to compare
  • Use Short duration for Toast as Long was too long
  • Use TextFieldState for text field in expense edit screen, thanks @halilozercan, so that the cursor handle scrolls the text correctly
  • Bump deps

3.3.1

22 Jul 19:37
Compare
Choose a tag to compare
  • Use the correct keyboard type for decimal input
  • Show the keyboard automatically when editing current balance

3.3.0

17 Jul 09:44
Compare
Choose a tag to compare
  • Full rewrite of the UI completely in Compose
  • Migrate to Compose navigation
  • EdgeToEdge enabled
  • Predictive back support
  • Target Android 15

3.2.5

20 Jun 23:04
Compare
Choose a tag to compare
  • Make sure to use the latest Play Core SDK for Android 14 compat

3.2.4

06 Jun 21:35
Compare
Choose a tag to compare
  • Bump Kotlin to 2.0
  • Use Compose compiler
  • Bump Realm Kotlin to 2.0
  • Try to fix runtime issues & crashes with Realm

3.2.3

09 May 18:17
Compare
Choose a tag to compare
  • Rollback to previous version of Realm with to hopefully fix the MultipleSyncAgents exception