Skip to content

Releases: davidmarinangeli/Sweet-Bank

New UI, Dark Theme, new DI and much more

16 Dec 10:12
Compare
Choose a tag to compare

I decided to change the UI ( yeah, again ) and I got big help from my brother with all the new concepts and elements of the home screen. Motion Layout is now even more present here and the blobs move up along with the sheet.

The "Payee" part has been hidden ( temporary ) and the "profile picture" upload has been added instead ( with a picture rotation fix function ).

I changed the implementation of the styles by adding Dark Theme, using the Theme.MaterialComponents.DayNight.NoActionBar, and the typography system, using the TextAppearance.MdcTypographyStyles.

I started using Koin instead of Dagger2, just because I wanted to try that: it's nice, for a project this small!

Motion Layout in the house!

28 Sep 21:27
be6e641
Compare
Choose a tag to compare

I started playing with Motion Layout and created a collapsing animation for the dashboard's "Balance Card"

New navigation on Dashboard

19 Mar 18:43
Compare
Choose a tag to compare

I added new shiny things in the dashboard section.

Now the user can browse all the transactions in a month simply by swiping left and right. The Payees section can be reached from the Navigation button in the BottomAppBar.

trimMP4