Skip to content

Releases: DevsWithDodo/dodo_app

4.7.2

28 Oct 22:46

Choose a tag to compare

Features

  • New QR code design making use of M3 expressive shapes
  • Added link to Patreon inside the app
  • Made some features compatible for web, released new version on web

Fixes

  • Fixed layout, making sure that nothing is hidden by device controls even on the newest android versions
  • Removed unnecessary dependencies
  • Fixed deep links and app links on android and iOS
  • Upgraded kotlin and ndk version

4.6.1

22 Aug 08:50

Choose a tag to compare

Fixes

  • Fixed bug where al themes were treated as premium themes

4.6.0

15 Aug 14:29

Choose a tag to compare

New

  • Slightly redesigned theme picker.
  • On tapping on a theme element, a popup with a preview is shown. One now needs to apply the theme afterwards.
  • Removed in app review, as it was unreliable.

4.5.0

15 Aug 10:05

Choose a tag to compare

New

  • Added option to add background paint to Cards using custom CardWithBackground widget
  • Currently one painter is implemented. It paints images defined with the selected theme to the background at random positions, orientations.
  • Added Dog Theme and Dodo Theme, both with drawings rendered in the background.

4.4.6

12 Jul 17:39

Choose a tag to compare

4.4.6 Pre-release
Pre-release

New:

  • Added slide animation for purchase/payment history on home page.
  • Added animation to purchase selector on the add purchase page.
  • Reworked rainbow gradient theme and moved it to the free themes.
  • Using chips for navigating between purchase and payment history.

Fixes:

  • Added missing translations.

4.4.4

08 Jun 10:33

Choose a tag to compare

Fixes:

  • Small layout fixes for settle up page.
  • Added missing translations.

4.4.3

29 Apr 20:42

Choose a tag to compare

4.4.3 Pre-release
Pre-release

Redesigns:

  • Made balance entries more rounded and narrower.
  • Necessary payments page:
    • Moved the copy button to the top next to the subtitle
    • Removed the payment button
    • The payment method dialogs have a button to jump to the payment page. The selected necessary payment automatically gets selected on the payment page.

4.4.2

29 Apr 20:36

Choose a tag to compare

Redesigns

  • Balance entries:
    • Added outline, made them narrower.
    • If there are more than 6 members in the group, they are now shown as a chip-like wrap design instead of the column design before.
  • Check animation is now using a built in flutter painter instead of the dependency on rive.

Refactoring

  • Shopping list page's card now resizes automatically instead of having a predefined height.
  • Removed showcase widgets from the purchase page.

Fixes

  • Fixed some translations

4.4.1

06 Apr 22:18

Choose a tag to compare

Fixes

  • Fixed issue where on wide screens the calculator keyboard would be clipped.
  • Fixed long standing issue where Material 3 dynamic colors wouldn't have quite the right surfaceContainer colors.

4.4.0

06 Apr 15:20

Choose a tag to compare

Redesigns

  • Removed speed dial from MainPage, the click on the floating action button takes the user to the PurchasePage, the PaymentPage is only accessible through the NecessaryPaymentsPage.
  • Redesigned calculator functionality. It is now shown as a custom keyboard instead of being displayed on a modal bottom sheet. Added support for parentheses aswell.