]> git.ktnx.net Git - mobile-ledger.git/shortlog
mobile-ledger.git
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-08 Damyan Ivanovclean up unused resources
2021-03-08 Damyan IvanovТранзакция → Движение навсякъде
2021-03-08 Damyan Ivanovtemplate details delete icon needs to be white
2021-03-07 Damyan Ivanovminor optimization: avoid constructing empty string...
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-06 Damyan Ivanovfixup: template details help
2021-03-06 Damyan Ivanovuse the "black" icon here, this is a menu
2021-03-06 Damyan Ivanovblack trash icon
2021-03-06 Damyan Ivanovprovide some guidance for template parameters
2021-03-06 Damyan IvanovHelpDialog: support for markdown-style links in the...
2021-03-06 Damyan Ivanovmove help dialog in a separate class
2021-03-05 Damyan Ivanovmulti-line pattern and test text input fields
2021-03-05 Damyan Ivanovadd help menu for the template list
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 Ivanovdebug++
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-04 Damyan Ivanovmaterial (slightly larger) text sizes in template list
2021-03-03 Damyan Ivanovshow hidden FAB after four seconds
2021-03-03 Damyan Ivanovreplace unused coordinator layout with constraint layout
2021-03-03 Damyan Ivanovuse standard height toolbars in main activity and new...
2021-03-03 Damyan Ivanovuse default toolbar height for the templates activity
2021-03-03 Damyan Ivanov"fix" background of templates toolbar
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 Ivanovmeasure FAB
2021-03-03 Damyan Ivanovparent is guaranteed to be a View here, or null
2021-03-03 Damyan Ivanovdrop collapsing toolbar layout, plain toolbar is fine
2021-03-03 Damyan Ivanovseparate FAB management in a helper class
2021-03-03 Damyan Ivanovdrop last remnants of new transaction bottom padding
2021-03-02 Damyan Ivanovadd divider before fallback templates
2021-03-02 Damyan Ivanovcheck if transaction is submittable after applying...
2021-03-02 Damyan IvanovTemplates: order fallback templates at the bottom of...
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 Ivanovfix sending empty transaction comments as "", not as...
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-03-01 Damyan Ivanovmove sample text scanning to the template activity
2021-03-01 Damyan Ivanovaccount name auto-complete: convert input to upper...
2021-03-01 Damyan Ivanovbump version (name and code)
2021-03-01 Damyan IvanovRoom takes over DB migrations
2021-03-01 Damyan Ivanovdescribe transaction_accounts to Room
2021-03-01 Damyan Ivanovdescribe transactions to Room
2021-03-01 Damyan Ivanovinitialize Room after all legacy upgrading is done
2021-03-01 Damyan Ivanovdescribe description_history to Room
2021-02-19 Damyan Ivanovdescribe account_values to Room
2021-02-18 Damyan Ivanovdescribe options to Room
2021-02-18 Damyan Ivanovdescribe profiles for Room
2021-02-18 Damyan Ivanovremove unnecessary qualification
2021-02-18 Damyan Ivanovoffer fallback templates only when no other template...
2021-02-18 Damyan Ivanovmore pattern → template renaming
2021-02-18 Damyan Ivanovfix crash when there is no test text and the pattern...
2021-02-18 Damyan Ivanovanother approach at supporting multi-line SQL statements
2021-02-18 Damyan Ivanovwhitespace
2021-02-18 Damyan Ivanovnot boolean, integer
2021-02-18 Damyan Ivanovadd fallback flag to templates
2021-02-18 Damyan Ivanovslightly easier account item rearrangement
2021-02-18 Damyan Ivanovno need for gravity, only one edge is constrained anyway
2021-02-18 Damyan Ivanovdebug++
2021-02-18 Damyan Ivanovtemplate details: ensure single empty account when...
2021-02-18 Damyan Ivanovmember rearrangement
2021-02-18 Damyan Ivanovdebug++
2021-02-18 Damyan Ivanovmodel: adjust items' positions when an item is removed
2021-02-18 Damyan Ivanovmodel: adjust items' positions when an item is moved
2021-02-18 Damyan Ivanovmodel: reorder account rows by their position
2021-02-18 Damyan Ivanovmodel: ensure exactly one empty account row
2021-02-18 Damyan Ivanovtemplate details model: method for creating a copy...
2021-02-18 Damyan Ivanovadapter/debug: dump new item list
2021-02-18 Damyan Ivanovdrop unused method
2021-02-18 Damyan Ivanovposition becomes plain long (not Long)
next