Skip to content

Releases: emansih/FireflyMobile

v5.0.7

17 Mar 22:02
2ab568b

Choose a tag to compare

Fix bug where account authentication will fail when user enters the wrong credentials for the first time. (@teldosa)
Fix bug where recyclerview will show duplicate data. (@teldosa)

v5.0.6

07 Feb 09:36
02ea086

Choose a tag to compare

Fix a bug where app will not work if you are using custom SSL certs(self signed).

v5.0.5

26 Jan 02:58
33032ed

Choose a tag to compare

v5.0.4

24 Jan 09:48
7750b32

Choose a tag to compare

Possibly fix a rare bug where it crashes for some users.

#192 #193 #194 #195 #196 #197

v5.0.3

15 Jan 03:29
a9cc488

Choose a tag to compare

Emergency release related to release builds. (#192)

  • This release fixes crash on startup when source and target is Java 11. I have rolled back to Java 8 as a fix.

v5.0.2

14 Jan 10:02
244764a

Choose a tag to compare

What's new:

  • Bills To Pay home screen widget preview actually shows the preview now
  • Balance home screen widget preview actually shows the preview now
  • Added a new account list home screen widget
  • The nav drawer profile shows an alphabet instead of a human profile. It allows multi user to better identify and switch quickly.

Bug Fixes:

  • If you are using home screen widgets, the widgets are now legible on certain wallpapers

v5.0.1

10 Jan 02:37
dadf2d4

Choose a tag to compare

First release for 2022! There isn't much changes in this version.

Feature:

  • You can now search for Transactions, Bills, Budgets, Piggy banks, Categories, Currencies, Accounts and Tags
    in the Dashboard.

Bug Fix:

  • Currency listing should now display the correct items when clicking.
  • Fix a bug where budgets does not show in budget list when no currency is attached to it.

Libraries / Build tools update:

  • Update Android Gradle plugin to 7.0.4
  • The app now targets Java 11

v5.0.0

29 Dec 11:46
4c7d3d1

Choose a tag to compare

Hello everyone! I have been busy recently having recently graduated and working a full time job now. New features and bug fixes may be slow.
This is a major update as I have added support for multi user support (#174). A lot of work was put into this to migrate exisiting users
seamlessly. If you are intending to use this as a single user, nothing to worry about! If you are intending to use this app for multiple
domains / emails, any exisitng offline jobs(pending transaction / attachments / bills) will use whatever default account that was set.
If you have no exisiting offline jobs, you are all clear.

This will be the last release for 2021. Merry Christmas and happy new year everyone!

Build tools / libraries update:

  • Android Lifecycle library version to 2.4.0
  • Room library to 2.4.0
  • Kotlin Coroutine to 1.6.0
  • App Compat to 1.4.0
  • Fragment to 1.4.0
  • Material Design to 1.6.0-alpha01
  • Core to 1.7.0
  • ConstraintLayout to 2.1.2
  • Android Preference to 1.2.0-rc01
  • Work Manager to 2.7.1
  • Biometrics to 1.2.0-alpha04
  • Paging to 3.1.0

v4.14.2

24 Oct 13:10
7eaf71d

Choose a tag to compare

Minor enhancments for this release. Currently working on #174

Optimisation:

  • Certain layout should take lesser memory and inflate faster.

Bug fixes:

  • Fix duplicate / wrong currency being shown in list. Fixes #182

Build tools / libraries update:

  • Update gradle to 7.2
  • Android gradle plugin to 7.0.3
  • Update desugar lib to 1.1.5
  • Use SDK 31 for compiling
  • Update Lifecycle libs to 2.4.0-rc01
  • Update room libs to 2.4.0-beta01
  • Added room-paging to dependency
  • Update Coroutine libs to 1.5.2
  • Update AppCompat lib to 1.4.0-beta01
  • Update Annotation lib to 1.3.0-beta01
  • Update Material Design lib to 1.5.0-alpha04
  • Update CoreX lib to 1.7.0-rc01
  • Update constraintlayout lib to 2.1.1
  • Update WorkManager lib to 2.7.0
  • Update MaterialDrawer to 8.4.5
  • Update Iconics to 5.3.2
  • Update ACRA to 5.8.4
  • Update OSMDroid to 6.1.11
  • Update ViewPager2 to 1.1.0-beta01
  • Update Material Typeface to 4.0.0.2

v4.14.1

18 Oct 10:19
7921e40

Choose a tag to compare

Emergency bugfix for #184. Issue happens only on upgrade but not fresh install.