]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui/new_transaction
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / new_transaction /
2022-06-18 Damyan Ivanovfix a rare crash when submitting new transaction
2022-04-06 Damyan Ivanovexplicit assert of non-null value
2022-04-04 Damyan IvanovNT: turn on commodity setting when loading transaction...
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-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 Ivanovconvert AsyncTask descender classes to pure Thread's
2021-08-27 Damyan Ivanovmove async DB stuff away of AsyncTask
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 Ivanovdo not reset the new transaction model in the constructor
2021-08-22 Damyan Ivanovfix crash in new transaction shortcut when the main...
2021-05-23 Damyan Ivanovdrop a fixme that needs no fixing
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-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-08 Damyan Ivanovshow current account balance when choosing account...
2021-05-07 Damyan Ivanovsimplify logic
2021-05-06 Damyan Ivanovreject TODO about multiple amounts with different curre...
2021-05-06 Damyan Ivanovhonour default currency profile setting
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 Ivanovstop resetting the date when an old transaction is...
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 Ivanovprovide a common routine for running something on the...
2021-04-18 Damyan Ivanovmake use of getBindingAdapter and save a field
2021-04-18 Damyan Ivanovbump library dependencies
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-11 Damyan Ivanovasynchronous profile initialisation
2021-03-24 Damyan Ivanovmore fall-outs after transition to surrogate IDs
2021-03-24 Damyan Ivanovmigrate to surrogate IDs for all database objects
2021-03-24 Damyan Ivanovreplace custom autocompletion adapter hooking with...
2021-03-11 Damyan Ivanovminimize flicker when applying templated transaction too
2021-03-11 Damyan Ivanovsmooth items replacement when old transaction is loaded...
2021-03-11 Damyan Ivanovmake transaction header row always have Id of 0
2021-03-09 Damyan Ivanovfix flicker introduced with unique item Id
2021-03-09 Damyan Ivanovsplit new transaction item holder in two
2021-03-07 Damyan Ivanovreplace TextUtils.equals() usage with Misc.equalStrings()
2021-03-07 Damyan Ivanovimprovements in debug messages
2021-03-07 Damyan Ivanovnote focused item changed when item is moved
2021-03-07 Damyan Ivanovavoid dataSync when updating entered amount format...
2021-03-07 Damyan Ivanovalways work with a clone of the live list when checking...
2021-03-07 Damyan Ivanovhandle menu items click hooks by code in new transactio...
2021-03-07 Damyan Ivanovadd divider after debug items in the new transaction...
2021-03-04 Damyan Ivanovdebug++
2021-03-04 Damyan IvanovsyncData(): refuse to do anything when not associated...
2021-03-04 Damyan Ivanovavoid crash when removing the currency of a row
2021-03-04 Damyan Ivanovsave a setText() call that would not change anyting
2021-03-04 Damyan Ivanovnew account rows are created without amount hint
2021-03-04 Damyan Ivanovdrop improper list copy
2021-03-04 Damyan Ivanovfix model inconsistency when hiding/showing currency
2021-03-04 Damyan Ivanovnew transaction: avoid manipulating the FAB directly...
2021-03-04 Damyan Ivanovreset the submittable flag when resetting model state
2021-03-04 Damyan Ivanovseparate error message text from the rest of the message
2021-03-04 Damyan Ivanovremove the focused check before restoring cursor position
2021-03-03 Damyan Ivanovinclude "last account" flag in debug output
2021-03-03 Damyan Ivanovset focus to the transaction description upon UI reset
2021-03-03 Damyan IvanovNT: keep cursor position while setting account name...
2021-03-03 Damyan Ivanovswitch new transaction UI to FabManager
2021-03-03 Damyan Ivanovdrop last remnants of new transaction bottom padding
2021-03-02 Damyan Ivanovcheck if transaction is submittable after applying...
2021-03-01 Damyan Ivanovslight optimization
2021-03-01 Damyan Ivanovfix storing/restoring focus on reconfiguration
2021-03-01 Damyan Ivanovoptimize calls to checkTransactionSubmittable()
2021-03-01 Damyan Ivanovflag initial amount hint as present (still null)
2021-03-01 Damyan Ivanovwhen comparing account rows, ignore amount hints if...
2021-03-01 Damyan Ivanovformat amounts when the input field loses focus
2021-03-01 Damyan Ivanovfix IME hints for amount inputs
2021-03-01 Damyan Ivanovfocus the first amount after loading a previous transaction
2021-03-01 Damyan Ivanovnew-transaction: avoid auto-completion pop-ups when...
2021-03-01 Damyan Ivanovfix removal of empty transaction rows after the major...
2021-03-01 Damyan Ivanovavoid crash when there is no information about focused...
2021-03-01 Damyan Ivanovnew transaction: replace bottom filler with scroll...
2021-03-01 Damyan Ivanovrework new transaction activity/model/etc with proper...
2021-02-18 Damyan Ivanovoffer fallback templates only when no other template...
2021-02-18 Damyan Ivanovmore pattern → template renaming
2021-02-05 Damyan Ivanovrename getPatternDAO to getTemplateDAO
2021-02-03 Damyan Ivanovadd icon to the dialog for choosing a template
2021-02-02 Damyan Ivanovrename Patterns to Templates
2021-02-02 Damyan Ivanovrename patterns to templates
2021-01-31 Damyan Ivanovfix selecting from multiple matching patterns
2021-01-31 Damyan Ivanovui/machinery support for negated pattern amounts
2021-01-31 Damyan Ivanovadd a pattern flag for negation of amount
2021-01-31 Damyan IvanovRename QEScanAbleFragment to QRScanCapableFragment
2021-01-30 Damyan Ivanovadd support for filling new transaction data from match...
2021-01-29 Damyan Ivanovbutton id rename (fab -> fabAdd)
2021-01-29 Damyan Ivanovextract QR-scanning machinery from new transaction...
2021-01-12 Damyan Ivanovshuffle some classes under proper packages