Releases: Marmo/debitum
Releases · Marmo/debitum
v1.5.0
- new: transactions can have images attached (#21)
- new: when creating a new transaction and exactly one row is selected, its contents is used as preset (#40)
- changed: use file picker when restoring database
- changed: backup files with date appended (not overwritten anymore)
- changed: backups are now a zip file containing the database and all attached images
- translations update
v1.4.1
v1.4.0
- new: persons now can have a linked phone contact. Linking is done from the edit person dialog. For this feature the READ_CONTACTS permission is needed (which you can safely deny without breaking Debitum).
- updated/new translations:
- Brazilian Portuguese (@mezysinc)
- Norwegian Bokmål (@comradekingu)
- fixed: transitions between bottom nav destinations
- update: material and junit library versions
- new: when selecting persons or money transactions in the list views, the sum of the selected items is shown in the contextual action bar
- new: warn when setting a return date before the original transaction's date
- new: added preference to set date format
v1.3.3
v1.3.2
v1.3.1
v1.3.0
- add: add return shortcut to money list (contextual action bar)
- change: make EditTransaction/Person dialogs scrollable so that everything can be revealed from behind the soft-keyboard
- fix: no more one-day-offset from selected date in timezones with negative UTC/GMT offset
- refactor: make EditTransaction's boolean arg "newItem" --> integer "presetType" (nav graph, Dialog)
v1.2.2
- fix: contextual action bar is now finished upon list change (could have crashed the app)
- fix: mark-returned-icon in the contextual action bar is now hidden when the selected item is already returned
- change: use MD5 for calculating a color from a person's name for better distribution of colors
- change: make "add person" button in edit transaction dialog stand out a little more
v1.2.1
v1.2.0
- add: the generic gray person-icon in the person list is now a colored name-based icon
- add: brazilian portuguese translation (@mezysinc)
- add: items can be marked as returned, the date is recorded and the item list can be filtered for returned/unreturned items
- change: F-Droid metadata is now using better supported fastlane structure