Releases: DevsWithDodo/dodo_app
Releases · DevsWithDodo/dodo_app
4.7.2
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
4.6.0
4.5.0
New
- Added option to add background paint to
Cards using customCardWithBackgroundwidget - 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
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
4.4.3
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
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
4.4.0
Redesigns
- Removed speed dial from
MainPage, the click on the floating action button takes the user to thePurchasePage, thePaymentPageis only accessible through theNecessaryPaymentsPage. - 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.