Skip to content

Releases: babybuddy/babybuddy-for-android

v2.4.2

01 Oct 21:58
Compare
Choose a tag to compare

Fixed bugs

  • Threaded race-condition in ServerTimeOffsetTracker

Third party media

The project contains the icons from flaticon.com, used under the free license:

v2.4.1

01 Oct 08:33
Compare
Choose a tag to compare

Fixed bugs

  • Speculative fix for ArrayIndexOutOfBounds crashing the application #79
  • Date/time cannot be in the future #77

Development

  • Removed dead code

Third party media

The project contains the icons from flaticon.com, used under the free license:

v2.4.0

03 Sep 08:44
Compare
Choose a tag to compare

New features

New UI design allowing to log most event types on babybuddy

The new interface allows logging of breast pumping and notes in addition to the original event types

In particular these two new event types now are loggable:

  • Breast pumping
  • Notes

All number editors were replaced by simpler, more usable increment decrement buttons to allow more precision when entering numbers #73

Fixed bugs

  • Major bug: History items did do load anymore with babybuddy server version 2.6.0 #74
    • Special thanks to all the users who made me aware and debugged the issue with me!
  • Issue where babybuddy does not logout correctly after logging out on a server error
  • Overlapping time entries are not resolved correctly #22

Development

  • Introduced a new client implementation based on retrofit used for accessing history items. The new client implementation will ultimately phase out the old client implementation.
  • Introduced a new settings file that is a lot more convenient to use. Still need to migrate the old settings to the new settings.
  • Bumped targetSdk version to 34, to meet Google's requirements

Third party media

The project contains the icons from flaticon.com, used under the free license:

Test release v2.4.0a

02 Sep 08:20
Compare
Choose a tag to compare
Test release v2.4.0a Pre-release
Pre-release

New features

New UI design allowing to log most event types on babybuddy

The new interface allows logging of breast pumping and notes in addtion to the original event types

out

Fixed bugs

  • Issue where babybuddy does not logout correctly after logging out on a server error
  • Overlapping time entires are not resolved correctly #22

Development changes

  • Introduced a new client implementation used for accessing history items. The new client implementation will ultimately phase out the old client implementation.
  • Introduced a new settings file that is a lot more convenient to use. Still need to migrate the old settings to the new settings.

Third party media

The project contains the icons from flaticon.com, used under the free license:

v2.3.3

15 May 07:37
Compare
Choose a tag to compare

Fixed bugs

  • Collected and translated more app-strings

Third party media

The project contains the icons from flaticon.com, used under the free license:

v2.3.2

14 May 21:16
Compare
Choose a tag to compare

New features

  • Dutch translation and general translation support. Special thanks to @zjean #70

Fixed bugs

  • Conflict resolution now working in most cases for various reasons; back-ported from #66 and part of #71
    • Feeding implementation for conflict resolutions was missing
    • Conflict resolution strategy did not work under certain circumstances

Developer features

  • Add missing resource files so that anyone can build again 🤞
  • Add GitHub CI to (start to) verify the overall integrity of builds for this repository

Third party media

The project contains the icons from flaticon.com, used under the free license:

Test release v2.3.2a

08 May 22:40
Compare
Choose a tag to compare
Test release v2.3.2a Pre-release
Pre-release

New features

  • Dutch translation (missing translated help right now). See #70 and #71

Fixed bugs

  • Conflict resolution for feeding entries did not work
  • Conflict resolution did not look take into account the selected child when finding conflicting time entries

Third party media

The project contains the icons from flaticon.com, used under the free license:

v2.3.1

12 Mar 23:41
Compare
Choose a tag to compare

Fixed bugs

  • Fix issue where login data was not properly cleared after a failed login by @MrApplejuice in #62
  • Allow user root certificates for verifying server-certificates by @MrApplejuice in #64

Other changes

Third party media

The project contains the icons from flaticon.com, used under the free license:

Full Changelog: v2.3.0...v2.3.1

v2.3.0

05 Mar 15:08
Compare
Choose a tag to compare

New Features

  • Re-release of 2.2.0 but with critical bug fixes. Features of 2.2.0 were:
    • Timeline listings for notes and pumping events added
    • Add more obvious "tutorial arrow" hinting at the possibility of long clicks on the timeline entries
    • Special thanks to @mumlax and @lpic10 for helping me debug release issues!
  • Add menu item to allow users to send emails directly to me from the app itself:

image

Third party media

The project contains the icons from flaticon.com, used under the free license:

Full Changelog: v2.2.0...v2.3.0

Test release v2.3.0b

18 Feb 15:13
Compare
Choose a tag to compare
Test release v2.3.0b Pre-release
Pre-release

This is a test-release to investigate the stability of the app with the communication debug-menu enabled which can be found in the top-right corner menu of the app.

Fixed bugs

  • Server dates were parsed with the phone's locale settings
  • Notes can be null according to baby buddy. The new client-code did not respect this.

Third party media

The project contains the icons from flaticon.com, used under the free license:

Full Changelog: v2.2.0a...v2.3.0b