]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/ui
fix model inconsistency when hiding/showing currency
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui /
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-03 Damyan Ivanovshow hidden FAB after four seconds
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-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-03-01 Damyan Ivanovmove sample text scanning to the template activity
2021-02-18 Damyan Ivanovoffer fallback templates only when no other template...
2021-02-18 Damyan Ivanovmore pattern → template renaming
2021-02-18 Damyan Ivanovwhitespace
2021-02-18 Damyan Ivanovadd fallback flag to templates
2021-02-18 Damyan Ivanovslightly easier account item rearrangement
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 Ivanovtouch helper: avoid moving an item to its present position
2021-02-18 Damyan Ivanovheader row has (adapter) ID of 0, not -1
2021-02-18 Damyan Ivanovstop propagating UI changes to the model during view...
2021-02-18 Damyan Ivanovinclude account position in template account head
2021-02-18 Damyan Ivanovsilence click-accessibility warning
2021-02-18 Damyan Ivanovmethod rearrangement
2021-02-18 Damyan Ivanovuse expression lambda
2021-02-18 Damyan Ivanovimplement swipe-remove and drag-move in template details
2021-02-18 Damyan Ivanovtemplate modes: mark newly added accounts with negative IDs
2021-02-18 Damyan Ivanovfix saving template account removals
2021-02-18 Damyan Ivanovfix visibility of amount sign switch texts
2021-02-18 Damyan Ivanovmanipulation of templates via pop-up menu, add template...
2021-02-18 Damyan Ivanovmake pattern editor survive reconfiguration
2021-02-18 Damyan Ivanovself-explanatory amount reversal switch
2021-02-18 Damyan Ivanovwhitespace
2021-02-18 Damyan Ivanovtranslatable text for template element value from the...
2021-02-18 Damyan Ivanovprofile editor: a bit better check for insecure scheme
2021-02-18 Damyan Ivanovshow pattern match results in template editor
2021-02-18 Damyan Ivanovimplement account name lookup in Templates' account...
2021-02-05 Damyan Ivanovtemplate deletion, with undo
2021-02-05 Damyan Ivanovasync template DB manipulation routines
2021-02-05 Damyan Ivanovrename getPatternAccountDAO() to getTemplateAccountDAO()
2021-02-05 Damyan Ivanovrename getPatternDAO to getTemplateDAO
2021-02-04 Damyan Ivanovdrop unused code
2021-02-04 Damyan Ivanovquicker reaction to the scroll when considering fab...
2021-02-04 Damyan Ivanovrework main activity fab show/hide to slide up/down
2021-02-03 Damyan Ivanovwhitespace
2021-02-03 Damyan Ivanovfix parameter annotation
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-02-02 Damyan Ivanovguard against ncurrent navigation controller destinatio...
2021-02-01 Damyan Ivanovhandle back arrow tap in patterns activity
2021-02-01 Damyan Ivanovfix setting null literal value for date components
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 Ivanovtypo in view id
2021-01-31 Damyan Ivanovchange toolbar title when editing/adding a pattern
2021-01-31 Damyan Ivanovcleanup
2021-01-31 Damyan Ivanovfix IDs when creating new patterns
2021-01-31 Damyan IvanovRename QEScanAbleFragment to QRScanCapableFragment
2021-01-30 Damyan Ivanovadd support for filling new transaction data from match...
2021-01-30 Damyan Ivanovformat account amounts upon focus leave; store in DB
2021-01-30 Damyan Ivanovmove model instantiation from onAttach to onCreateView
2021-01-30 Damyan Ivanovwhen saving a pattern, use the navigateUp() method
2021-01-30 Damyan Ivanovrework pattern management machinery
2021-01-30 Damyan Ivanovadd test text to pattern table and drop position
2021-01-29 Damyan Ivanovsomewhat working pattern list/editor
2021-01-29 Damyan Ivanovbutton id rename (fab -> fabAdd)
2021-01-29 Damyan Ivanovextract QR-scanning machinery from new transaction...
2021-01-12 Damyan Ivanovpave the way to fragment navigation for pattern list...
next