]> git.ktnx.net Git - mobile-ledger.git/shortlog
mobile-ledger.git
2018-12-21 Damyan Ivanovsave a method call
2018-12-21 Damyan Ivanovtransaction load: replace the list atomically
2018-12-21 Damyan IvanovCardView!
2018-12-21 Damyan Ivanovunneeded id
2018-12-21 Damyan Ivanovextract a string into resource
2018-12-21 Damyan Ivanovleave progress bar there, just hidden
2018-12-21 Damyan Ivanovfix the shadow under the last update row
2018-12-21 Damyan Ivanovadd another account row in the account list per transac...
2018-12-21 Damyan Ivanovimplement parsing of account currency
2018-12-21 Damyan Ivanovborder under transaction header, other improvements...
2018-12-21 Damyan Ivanovlet the amount text view appear as wide as needed
2018-12-21 Damyan Ivanovno right padding of the transaction account amount
2018-12-21 Damyan Ivanovseparate view for transaction date, bold description
2018-12-21 Damyan Ivanovfix scroll container height (was goung outside the...
2018-12-21 Damyan Ivanovtransaction list: replace table layout with linear one
2018-12-21 Damyan Ivanovcache short account names
2018-12-21 Damyan Ivanovreplace transaction accounts iterator with a getter
2018-12-21 Damyan Ivanovsave a method call
2018-12-21 Damyan Ivanovstore table colors in a global glass
2018-12-20 Damyan Ivanovsome renames to better reflect the function
2018-12-20 Damyan Ivanovwhitespace
2018-12-20 Damyan Ivanovcorrectly update the transaction list update stamp
2018-12-20 Damyan Ivanovmore straight-forward updating of the text representing...
2018-12-20 Damyan Ivanova constant for the transaction list stamp option
2018-12-20 Damyan Ivanovinformation about transaction id when having trouble...
2018-12-20 Damyan Ivanovwhitespace
2018-12-20 Damyan Ivanovdrop unused stuff related to partial transaction list...
2018-12-20 Damyan Ivanovadd version suffix for the debug build
2018-12-19 Damyan Ivanovprogressive update of transaction list in DB, stop...
2018-12-19 Damyan Ivanovtransactions.id -> integer
2018-12-19 Damyan Ivanovtransactions may come in random order from the backend
2018-12-19 Damyan Ivanovrefresh transaction list upon database update from...
2018-12-16 Damyan Ivanovdrop shadow below the info about list freshness
2018-12-16 Damyan Ivanovopen SQLite db with write-ahead logging enabled
2018-12-16 Damyan Ivanovreformat/rewrap
2018-12-16 Damyan Ivanovmove DB stuff into a static class
2018-12-16 Damyan Ivanovcolor the swipe progress spinner in the accounts summar...
2018-12-16 Damyan Ivanovdebug--
2018-12-16 Damyan Ivanovtransaction loading progress tweaks
2018-12-16 Damyan Ivanovstop parser if the task is cancelled
2018-12-16 Damyan Ivanovshort-skip lines starting with space when parsing
2018-12-16 Damyan Ivanovunused variable
2018-12-16 Damyan Ivanovforgot to mark the data as loaded -- avoids re-loading...
2018-12-16 Damyan Ivanovon-demand loading of transaction details
2018-12-16 Damyan Ivanovnoise
2018-12-15 Damyan Ivanovthemed color for the transaction list loading progress bar
2018-12-15 Damyan Ivanovshow accounts and amounts in the transaction list
2018-12-15 Damyan Ivanovalso empty transaction_amounts upon re-load
2018-12-15 Damyan Ivanovhelper method for getting transaction item (currency...
2018-12-15 Damyan Ivanovwhitespace
2018-12-15 Damyan Ivanovhelper method fot getting the short account name
2018-12-15 Damyan IvanovTransactionListViewModel: also load transaction accounts
2018-12-15 Damyan Ivanov+debug
2018-12-15 Damyan Ivanovinstance-wide dbg
2018-12-15 Damyan Ivanovcorrectly get the last transaction list update option
2018-12-15 Damyan Ivanovrefresh the view when the transaction list is updated
2018-12-15 Damyan Ivanovnicer swiper spinner colors for the transaction list
2018-12-15 Damyan Ivanovnoise
2018-12-15 Damyan Ivanovtest for the digest utility module
2018-12-15 Damyan Ivanovworking transaction list retrieval
2018-12-15 Damyan Ivanovwhitespace
2018-12-14 Damyan Ivanovstart the Transaction list activity not really a thing yet
2018-12-14 Damyan Ivanovseparate packages for the different aspects of the...
2018-12-14 Damyan Ivanovmachinery for retrieving transaction journal from hledg...
2018-12-14 Damyan Ivanovboilerplate typo
2018-12-14 Damyan Ivanovignore a settings file
2018-12-14 Damyan IvanovLincese boilerplate for google-derived icons
2018-12-14 Damyan Ivanovproper update of accounts in DB keeping existing settings
2018-12-14 Damyan Ivanovadd license boilerplates for authored content
2018-12-14 Damyan Ivanovbetter account starr-ing control
2018-12-13 Damyan Ivanovhide new transaction fab on scroll
2018-12-13 Damyan Ivanovrewording and translations
2018-12-13 Damyan Ivanovremoved unused stuff
2018-12-13 Damyan Ivanovmajor rework of the async stuff, view model, pull-to...
2018-12-13 Damyan Ivanovmigrate to a proper db helper class, sub-classed from...
2018-12-11 Damyan Ivanovyay! locale-specific formatting groups
2018-12-10 Damyan Ivanovhide accounts, shown when a global preference is checked
2018-12-10 Damyan Ivanovaccount summary: account rows with minimum height of...
2018-12-09 Damyan Ivanovnew transaction: make text input fields single-line...
2018-12-09 Damyan Ivanovsome code analysys noise
2018-12-09 Damyan Ivanovlower minSdkVersion from 23 to 22
2018-12-09 Damyan Ivanovmore check for suitability of the transaction
2018-12-09 Damyan Ivanovfocus away when removing the row with the focus
2018-12-09 Damyan Ivanovtoggle_all_editting(): include the date and the description
2018-12-09 Damyan Ivanovfocus on the description if it is empty, when the activ...
2018-12-09 Damyan Ivanovcheck suitability for submission and recalculate defaul...
2018-12-09 Damyan Ivanovfix the forward navigation between elements in landscap...
2018-12-09 Damyan Ivanovamount height should match the parent height
2018-12-09 Damyan Ivanovyet another attempt to fix the forward navigation betwe...
2018-12-09 Damyan Ivanovreset_form: focus the description before removing extra...
2018-12-09 Damyan IvanovRevert "new transaction: remove the xml-driven rows...
2018-12-09 Damyan Ivanovmake the Reset transaction menu item menu-only
2018-12-09 Damyan Ivanovshorter account summary title
2018-12-09 Damyan Ivanovnew transction/submit: when no date is entered, use...
2018-12-09 Damyan Ivanovcheck submit suitability upon changes in the description
2018-12-09 Damyan Ivanovnew transaction: new menu item for resetting the activity
2018-12-09 Damyan Ivanovextend the transaction suitability checks
2018-12-09 Damyan Ivanovnew transaction: remove the xml-driven rows and populat...
2018-12-09 Damyan Ivanovpop-up the date picked dialog as soon as the date field...
2018-12-09 Damyan Ivanovwhen a date is picked, focus the transaction description
next