markamaze / FudgetBudget

0 stars 0 forks source link

Finish building missing pieces #4

Open markamaze opened 4 years ago

markamaze commented 4 years ago

While developing the core part of the program, i set aside developing some functionality that wasn't integral. Finish that:

-Resetting projections -Set periods to project setting -Set threshold setting -Reset balance either by recording pending transactions or deleting them before making balance adjustment -implement stop repeating functionality -readable recurrence values -in transactions display view, show projections list -add repeat icon to transaction list item columns -implement records view as a period list view

markamaze commented 3 years ago

Working on these fixes kept leaving me feeling like i was trying too hard to reuse some blocks of code and avoiding the need to break app up from a single activity.

Reworked such that there is a single activity with navigation and action bar with a scrollable view which loads fragments containing the different pages