]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui /
2024-03-31 Damyan Ivanovmore pronounced day/month delimiters in the transaction... master
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
2022-06-18 Damyan Ivanovfix a rare crash when submitting new transaction
2022-04-25 Damyan Ivanovfix crash when deleting templates
2022-04-06 Damyan Ivanovexplicit assert of non-null value
2022-04-04 Damyan IvanovNT: turn on commodity setting when loading transaction...
2022-04-04 Damyan Ivanovtypo in method name
2022-02-01 Damyan Ivanovfix crash when auto-balancing multi currency transaction
2021-12-26 Damyan Ivanovdo not crash when sending transaction with just empty...
2021-12-19 Damyan IvanovTransactionListAdapter: include running total in item...
2021-12-09 Damyan Ivanovadd support for hledger-web 1.23 json schema
2021-09-12 Damyan Ivanovprovide cloud backup functionality
2021-09-09 Damyan Ivanov(unsuccessful) attempt to avoid black flicker when...
2021-09-06 Damyan Ivanovdebug setupProfileColors() calls
2021-08-30 Damyan Ivanovfix a crash when returning to new transaction with...
2021-08-30 Damyan Ivanovfocus amount when account is selected
2021-08-30 Damyan Ivanovtypo in exception name
2021-08-27 Damyan Ivanovreplace AsyncTask.execute with GeneralBackgroundTasks.run
2021-08-27 Damyan Ivanovtypo in method name
2021-08-27 Damyan Ivanovconvert AsyncTask descender classes to pure Thread's
2021-08-27 Damyan Ivanovmove async DB stuff away of AsyncTask
2021-08-25 Damyan Ivanovreplace deprecated implicit looper with Looper.getMainL...
2021-08-25 Damyan Ivanovreplace AsyncCrasher with a Runnable run by GeneralBack...
2021-08-22 Damyan Ivanovfix crash when new trans. is started by a shortcut...
2021-08-22 Damyan IvanovMainActivity: always refresh shortcuts, even if the...
2021-08-22 Damyan Ivanovdo not reset the new transaction model in the constructor
2021-08-22 Damyan Ivanovfix crash in new transaction shortcut when the main...
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-23 Damyan Ivanovdrop a fixme that needs no fixing
2021-05-23 Damyan Ivanovfix crash in version checking code with two-component...
2021-05-23 Damyan Ivanovmaintain amount text independent from the amount
2021-05-16 Damyan Ivanovtrack more instances where currency may be null (and...
2021-05-16 Damyan Ivanovfix loading previous transaction with no preferred...
2021-05-15 Damyan Ivanovuse explicit main thread looper
2021-05-12 Damyan Ivanovfix a weird bug when an invalid amount is entered
2021-05-12 Damyan Ivanovtypo in debug message
2021-05-12 Damyan Ivanovnew transaction: currency can't be null
2021-05-09 Damyan Ivanovvisual improvements in template list
2021-05-08 Damyan Ivanovhint account name wrapping after the colon to help...
2021-05-08 Damyan Ivanovimprove account list with Flow helper widget
2021-05-08 Damyan Ivanovshow current account balance when choosing account...
2021-05-07 Damyan Ivanovuse the primary theme colour for transaction list accents
2021-05-07 Damyan Ivanovsimplify logic
2021-05-07 Damyan Ivanovrunning totals when filtering transactions by account
2021-05-06 Damyan Ivanovfix currency selector without parameters (position...
2021-05-06 Damyan Ivanovwhitespace
2021-05-06 Damyan Ivanovdebug loop only in debug builds
2021-05-06 Damyan Ivanovadd commodity support to template editor
2021-05-06 Damyan Ivanovdrop a dummy TODO
2021-05-06 Damyan Ivanovreject TODO about multiple amounts with different curre...
2021-05-06 Damyan Ivanovupdate the current profile value when profile list...
2021-05-06 Damyan Ivanovhonour default currency profile setting
2021-05-06 Damyan Ivanovmake use of currency parameters in the new currency...
2021-05-05 Damyan Ivanovfix a crash when applying more than one template via...
2021-05-05 Damyan Ivanovrename a method to better reflect its function
2021-04-30 Damyan Ivanovview binding for account and transaction list fragments
2021-04-30 Damyan Ivanovwork around trans. list menu items visible with setOffs...
2021-04-30 Damyan Ivanovstop resetting the date when an old transaction is...
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 Ivanovfix binary & used instead of logical &&
2021-04-25 Damyan Ivanovsmall step towards support for currency in transaction...
2021-04-25 Damyan Ivanovrename an event handler using the onXXX style
2021-04-25 Damyan Ivanovshow comments when invoking a previous transaction
2021-04-25 Damyan Ivanovfix inclusion of exception log in error message
2021-04-25 Damyan Ivanovspeculatively add new transactions to the database...
2021-04-25 Damyan Ivanovfix displayed transactions count
2021-04-25 Damyan Ivanovput conversion from DB objects to LedgerTransaction...
2021-04-25 Damyan Ivanovprovide a common routine for running something on the...
2021-04-25 Damyan Ivanovsave profile's order when editing a profile
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-25 Damyan IvanovTransactionAccumulator needs not keep a reference to...
2021-04-22 Damyan Ivanovimplement stable IDs for the transaction list
2021-04-22 Damyan Ivanovfix comparison of transaction date delimiter contents
2021-04-22 Damyan IvanovBaseDAO: async operation variants without callbacks
2021-04-22 Damyan Ivanovuse plain 'long' for Currency.id
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-21 Damyan Ivanovfix updates of last transaction update text
2021-04-21 Damyan Ivanovrework transaction list with proper view holders and...
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-18 Damyan Ivanovfix profile deletion / data wipe
2021-04-18 Damyan Ivanovfix passing profile ID to ProfileDetailActivity
2021-04-18 Damyan Ivanovmake use of getBindingAdapter and save a field
2021-04-18 Damyan Ivanovbump library dependencies
2021-04-18 Damyan Ivanovfix creation of a new profile after Room-y of Profile...
2021-04-18 Damyan Ivanovfix template editor layout
2021-04-15 Damyan Ivanovconstant TAG
2021-04-15 Damyan Ivanovdebug--
next