]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/activity
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity /
2021-09-09 Damyan Ivanov(unsuccessful) attempt to avoid black flicker when...
2021-09-06 Damyan Ivanovdebug setupProfileColors() calls
2021-08-27 Damyan Ivanovtypo in method name
2021-08-27 Damyan Ivanovmove async DB stuff away of AsyncTask
2021-08-22 Damyan IvanovMainActivity: always refresh shortcuts, even if the...
2021-08-21 Damyan Ivanovgray out the backup controls if there is nothing to...
2021-08-21 Damyan Ivanovworking backup and restore of configuration settings
2021-05-15 Damyan Ivanovuse explicit main thread looper
2021-05-07 Damyan Ivanovrunning totals when filtering transactions by account
2021-05-06 Damyan Ivanovupdate the current profile value when profile list...
2021-04-26 Damyan Ivanovseveral fixes when there are no profiles after full...
2021-04-26 Damyan Ivanovdrop unnecessary template type
2021-04-25 Damyan Ivanovput conversion from DB objects to LedgerTransaction...
2021-04-25 Damyan Ivanovavoid switching current profile when profiles are rearr...
2021-04-25 Damyan Ivanovfully employ room for loading transactions off DB
2021-04-25 Damyan Ivanovdebug refinements
2021-04-25 Damyan Ivanovdo not force transaction list reload upon main activity...
2021-04-25 Damyan IvanovMainActivity's logging using a TAG
2021-04-21 Damyan Ivanovdrop MobileLedgerDatabase, move initComplete to DB
2021-04-21 Damyan Ivanovsplash: show forced delay before starting the main...
2021-04-21 Damyan Ivanovconvert DatabaseInitTask to a lightweight thread
2021-04-21 Damyan Ivanovpreload transaction list page, making transition smoother
2021-04-20 Damyan Ivanovdrop now unused MLDB class along with its async db...
2021-04-20 Damyan Ivanovwipe retrieval progress when transaction retrieval...
2021-04-19 Damyan Ivanovwhen deleting the currently active profile, switch...
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-11 Damyan Ivanovasynchronous profile initialisation
2021-04-04 Damyan Ivanovadopt Room for displaying account lists
2021-03-24 Damyan Ivanovanother step towards surrogate ID db objects
2021-03-24 Damyan Ivanovmigrate to surrogate IDs for all database objects
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...
next