]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity
make transaction header row always have Id of 0
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity /
2021-03-03 Damyan Ivanovseparate FAB management in a helper class
2021-02-04 Damyan Ivanovrework main activity fab show/hide to slide up/down
2021-02-03 Damyan Ivanovwhitespace
2021-02-02 Damyan Ivanovrename patterns to templates
2021-01-12 Damyan Ivanovshuffle some classes under proper packages
2021-01-11 Damyan Ivanovuse indefinite snackbar showing interval
2021-01-11 Damyan Ivanovfirst step towards pattern-assisted auto-filling of...
2021-01-06 Damyan Ivanovnew transaction model: add setDate method
2021-01-03 Damyan Ivanovdrop TODO: transaction-level comment (done)
2021-01-02 Damyan Ivanovconvert new transaction row to view binding
2021-01-02 Damyan Ivanovconvert switch on resource IDs with a series of if...
2021-01-02 Damyan Ivanovnew transaction: bigger currency button area
2020-12-28 Damyan Ivanovreplace xml onClick declaration with run-time hooking
2020-12-28 Damyan Ivanovconvert MainActivity to view binding
2020-12-28 Damyan Ivanovbetter handling of theme change
2020-12-28 Damyan IvanovProfileThemedActivity: track current profile changes
2020-12-28 Damyan Ivanovdetect and report API errors when saving new transactions
2020-12-27 Damyan Ivanovdrop description drop-down dismissal upon new trans...
2020-12-27 Damyan Ivanovfinish support for multiple server APIs when retrieving...
2020-12-23 Damyan Ivanovhew transaction entry: honour default currency setting
2020-11-28 Damyan Ivanovreplace onActivityCreated (deprecated) with onViewCreated
2020-11-28 Damyan Ivanovmigrate from ViewPager to ViewPager2
2020-11-28 Damyan Ivanovassign click handler at runtime
2020-10-13 Damyan Ivanovfixed a hard to reproduce crash upon returning to the app
2020-10-11 Damyan Ivanova bit shorter splash duration
2020-09-26 Damyan Ivanovthemes: secondary==primary, a bit closer primaryDark...
2020-09-26 Damyan Ivanovmake splash activity descent from CrashReportingActivity
2020-09-26 Damyan Ivanovsplash: setup DB in the background
2020-09-24 Damyan Ivanovfix setup of theme when the last profile was removed
2020-09-20 Damyan Ivanovwhen switching profiles, clear account list too
2020-09-19 Damyan Ivanovshow the number of accounts in the account list head...
2020-09-19 Damyan Ivanovlast update text also includes transaction count
2020-09-18 Damyan Ivanovconvert the last update global header to a list header
2020-09-17 Damyan Ivanovbetter shadow under main header in dark mode
2020-09-17 Damyan Ivanovreplace local utility functions with ones from TextUtils
2020-09-16 Damyan Ivanovfix spurious fetch of remote data
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-09-06 Damyan Ivanovstatic Logger reference
2020-08-28 Damyan Ivanovfixup: progress
2020-08-26 Damyan Ivanovrework transaction retrieval without MainActivity reference
2020-08-15 Damyan Ivanovreplace <fragment> with FragmentContainerView as recomm...
2020-08-15 Damyan Ivanovdrop unused/unneeded variables
2020-08-15 Damyan Ivanovrework background progress to use MutableLiveData and...
2020-08-15 Damyan Ivanovwhitespace
2020-08-15 Damyan Ivanovfix a bunch of spelling mistakes all around
2020-08-15 Damyan IvanovData: migrate profile to a private variable, provide...
2020-08-15 Damyan Ivanovnew transaction: hide FAB on submit
2020-08-01 Damyan Ivanovrework account list management to be fully asynchronous
2020-07-16 Damyan Ivanovmore asynchronous account list (re-)loading
2020-07-10 Damyan Ivanovremove hard reference from MainAvtivity to AccountSumma...
2020-07-05 Damyan Ivanovremove 'Loading' layout from the main activity
2020-07-05 Damyan Ivanovadd splash on startup
2020-06-28 Damyan Ivanovdrop a couple of global colour values
2020-06-28 Damyan Ivanovfix focused comment text color on re-configuration...
2020-06-18 Damyan Ivanovbetter shortcut icon
2020-06-17 Damyan Ivanovtwo fallouts after transaction date reorganisation...
2020-06-17 Damyan Ivanovrework transaction date handling
2020-06-16 Damyan Ivanovdrop unused preference activity
2020-06-16 Damyan Ivanovdrop unneeded fragment tag
2020-06-10 Damyan Ivanovcontrol/save state of drawer being open via a MutableLi...
2020-06-10 Damyan Ivanovmerge two drawer listeners
2020-06-09 Damyan Ivanov"final" fixes on account list layout
2020-05-20 Damyan Ivanovfix (+) fab visible after profile change (activity...
2020-05-20 Damyan Ivanovremove another redundant call to setupProfileColors()
2020-05-20 Damyan Ivanovremove redundant call to setupProfile
2020-05-20 Damyan Ivanovfix status bar background when switching profiles ...
2020-05-16 Damyan Ivanovmove reacting to profile changes after the check for...
2020-05-16 Damyan Ivanovproile editor: fix passing of initial theme hue to...
2020-05-16 Damyan Ivanovfix a crash when returning to the new transaction activ...
2020-05-16 Damyan Ivanovfix activity restart upon profile theme change
2020-05-14 Damyan Ivanovcompletely abandon fiddling with KeyListener's
2020-05-14 Damyan Ivanovupdate decimal separator value with locale change
2020-05-14 Damyan Ivanovstop
2020-05-14 Damyan Ivanovposting-level flag for amount validity; drop custom...
2020-05-14 Damyan Ivanovdrop extra item type enforcement when removing transact...
2020-05-14 Damyan Ivanovmake the "home" (back arrow) toolbar button in the...
2020-05-14 Damyan Ivanovlink show comments by default flag between the UI and...
2020-05-14 Damyan Ivanovwhitespace
2020-05-14 Damyan Ivanovpass transaction comment to the JSON API
2020-05-14 Damyan Ivanovhandle transaction comment UI changes
2020-05-14 Damyan Ivanovrework comment show/hide/blur with colors instead of...
2020-05-14 Damyan Ivanovtransaction-level comments in new transaction UI, optional
2020-05-14 Damyan Ivanovmove previous transaction lookup progress bar to the...
2020-05-14 Damyan Ivanovfix new transaction (+) fab appearing when returning...
2020-05-03 Damyan Ivanovreorganize main activity layout to let the CoordinatorL...
2020-05-03 Damyan IvanovToast → Snackbar
2020-05-03 Damyan Ivanovshow a message when no transactions are found containin...
2020-05-03 Damyan Ivanovadd a copy of the navigation drawer header to the welco...
2020-05-03 Damyan IvanovTODO: transaction-level comments (displaying and entering)
2020-05-03 Damyan Ivanovshow comment field after screen rotation if it was...
2020-05-03 Damyan Ivanovclean unneeded import
2020-05-03 Damyan Ivanovconvert two inner classes to static
2020-05-03 Damyan Ivanovprivate access when appropriate
2020-05-03 Damyan Ivanovrework previous transaction retrieval with JOIN (much...
2020-05-03 Damyan Ivanovadd progress while retrieving previous transaction
2020-05-01 Damyan Ivanovrework comments: add clear icon, italics, visible when...
2020-04-25 Damyan Ivanovlambdaisation
2020-04-25 Damyan Ivanovdrop unneeded object-level field
2020-04-25 Damyan IvanovNT: better alignment anchoring when hiding comment
next