]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/account_summary
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / account_summary /
2024-03-31 Damyan Ivanovuse the shortcut methods
2024-03-31 Damyan Ivanovadd ability to hide all-zero accounts from the account...
2024-03-31 Damyan Ivanovadd shortcut method for casting
2021-08-27 Damyan Ivanovreplace AsyncTask.execute with GeneralBackgroundTasks.run
2021-08-27 Damyan Ivanovmove async DB stuff away of AsyncTask
2021-05-08 Damyan Ivanovimprove account list with Flow helper widget
2021-04-30 Damyan Ivanovview binding for account and transaction list fragments
2021-04-26 Damyan Ivanovseveral fixes when there are no profiles after full...
2021-04-25 Damyan Ivanovprovide a common routine for running something on the...
2021-04-18 Damyan Ivanovbump library dependencies
2021-04-15 Damyan Ivanovdebug--
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-04 Damyan Ivanovimplement incremental changes in account list adapter
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-07 Damyan Ivanovreplace TextUtils.equals() usage with Misc.equalStrings()
2021-03-03 Damyan Ivanovseparate FAB management in a helper class
2021-02-03 Damyan Ivanovfix parameter annotation
2020-12-20 Damyan Ivanovfixes after migration to ViewPager2
2020-11-28 Damyan Ivanovreplace onActivityCreated (deprecated) with onViewCreated
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-16 Damyan Ivanovfix many lint errors/warnings
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-08-26 Damyan Ivanovrework transaction retrieval without MainActivity reference
2020-08-16 Damyan Ivanovfix merging of account lists so that changes are detected
2020-08-16 Damyan Ivanovdrop unneeded profile parameter
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-01 Damyan Ivanovrework account list management to be fully asynchronous
2020-07-16 Damyan Ivanovwhitespace
2020-07-16 Damyan Ivanovinclude amounts when comparing two account list items
2020-07-16 Damyan Ivanovmore asynchronous account list (re-)loading
2020-07-16 Damyan Ivanovdrop hard reference to the main activity
2020-07-10 Damyan Ivanovremove hard reference from MainAvtivity to AccountSumma...
2020-07-05 Damyan Ivanovdrop accounts.hidden and "hidden by star" handling
2020-06-16 Damyan Ivanovaccount list: remove trailing gap
2020-06-09 Damyan Ivanovadd FIXME about account list trailer divider
2020-06-09 Damyan Ivanovremove unnecessary onLayoutChangeListener
2020-06-09 Damyan Ivanovdrop long unused methods
2020-06-09 Damyan Ivanovwhitespace
2020-06-09 Damyan Ivanov"final" fixes on account list layout
2020-05-21 Damyan Ivanovfix missing %d format specifier
2020-05-21 Damyan Ivanovtighten visibility
2020-05-21 Damyan Ivanovremove long unused items from account list
2019-12-22 Damyan IvanovAccountSummary: fix stuck refreshing indicator after...
2019-12-22 Damyan Ivanovdrop more unused code
2019-12-22 Damyan Ivanovdrop unused class
2019-12-22 Damyan Ivanovdrop functionality for limiting account tree display...
2019-12-22 Damyan Ivanovdrop unused code/comments
2019-12-22 Damyan Ivanovwhitespace
2019-12-22 Damyan Ivanovuse getViewLifecycleOwner when observing LiveData from...
2019-05-03 Damyan Ivanovwhitespace
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-23 Damyan Ivanovdrop unused commented-out code
2019-04-20 Damyan Ivanovwhitespace
2019-04-20 Damyan Ivanovdrop dummy bottom-list entries and intercept draw up...
2019-04-19 Damyan Ivanovcomment-out the account list options menu
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovprivate field
2019-04-16 Damyan Ivanovnullability annotations
2019-04-16 Damyan Ivanovmigrate backgroundTaskCount to an atomic counter and...
2019-04-16 Damyan Ivanovmigrate themeWatch to LiveData
2019-04-02 Damyan Ivanovhandle long-clicks everywhere on the account row
2019-03-29 Damyan Ivanovsingle observer instances, single place for reloading...
2019-03-29 Damyan Ivanovfix observer leak
2019-03-29 Damyan Ivanovmore flow debugging
2019-03-28 Damyan Ivanovoverly long commodity lists fade to white and expand...
2019-03-28 Damyan Ivanovrework showing of account's transactions with a context...
2019-03-25 Damyan Ivanovlocks around observable list's access
2019-03-25 Damyan Ivanovno direct interface to ObservableList's value
2019-03-14 Damyan Ivanovput account expansion bracket after the name, fix rotat...
2019-02-27 Damyan Ivanovmore thread pool async task execution
2019-02-18 Damyan Ivanovmigrate to AndroidX
2019-02-17 Damyan Ivanovuse Colors.* for run-time color control
2019-02-06 Damyan IvanovRename to MoLe
2019-01-29 Damyan Ivanovmake AccountSummaryViewModel a static class
2019-01-27 Damyan Ivanovkeep the new transaction FAB hidden when the profile...
2019-01-20 Damyan Ivanova welcome screen directs to the new profile activity...
2019-01-19 Damyan Ivanovaccount list: add hollow trailing item
2019-01-13 Damyan IvanovSplit AccountSummaryAdapter in its own file
2019-01-12 Damyan Ivanovfix transaction colouring to ignore delimiter items
2019-01-11 Damyan Ivanovtwo more lambdas
2019-01-11 Damyan Ivanovone more lambda
2019-01-11 Damyan Ivanovunused variable
2019-01-10 Damyan Ivanovfix traversing children when starring/un-starring accounts
2019-01-09 Damyan Ivanovget back the account starring functionality
2019-01-09 Damyan IvanovShow only starred menu now works
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-05 Damyan Ivanovnice side-swipe switch between account summary and...
2019-01-05 Damyan Ivanovsome lambdas
2019-01-05 Damyan Ivanovdrop separate account retrieval
2019-01-05 Damyan Ivanov+debug
2019-01-05 Damyan Ivanovasync account list
2019-01-05 Damyan Ivanovobserve background task count in the UI fragments
2019-01-04 Damyan Ivanovanother major rework, transaction list is fully asynchr...
2019-01-02 Damyan Ivanovuse a constant for the last refresh stamp option
2019-01-02 Damyan Ivanovfu no context for getWritableDatabase
next