Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Marmo/debitum

v1.5.0

18 Sep 10:59
b18b52a

Choose a tag to compare

  • 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

27 Jul 05:42

Choose a tag to compare

  • translations update (new: french, italian by @Edanas)
  • new: avatar always reflects name in edit person dialog
  • new: notification when editing a person linked to a deleted contact
  • fixed: rounding errors for certain amounts (#54)

v1.4.0

15 Jul 09:59

Choose a tag to compare

  • 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:
  • 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

08 Jul 04:44

Choose a tag to compare

  • fix: crash when filtering for person without debt or with note (#34)

v1.3.2

02 Jul 21:08

Choose a tag to compare

  • add: animation for showing/hiding item-returned input
  • add: separate hint for repaying money
  • add: note about how to handle repaid money to guide

v1.3.1

28 Jun 10:11

Choose a tag to compare

  • fix: EditTransactionFragment: Amount format correctly changed upon switching between item and money (#29)
  • fix: New Transaction not hidden behind header bar anymore (#2)

v1.3.0

19 Jun 19:44

Choose a tag to compare

  • 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

17 Jun 21:12

Choose a tag to compare

  • 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

14 Jun 05:48

Choose a tag to compare

  • add: setting to define standard filter for items list (all/unreturned/returned)
  • change: guide is now displayed in fullscreen dialog
  • fix: crash when trying to edit item's return date

v1.2.0

12 Jun 10:46
35b116a

Choose a tag to compare

  • 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