]> git.ktnx.net Git - mobile-ledger.git/shortlog
mobile-ledger.git
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
2018-12-09 Damyan Ivanovrun check_transaction_submittable when local menu is...
2018-12-09 Damyan Ivanovimproved layout on multi-line account names
2018-12-09 Damyan Ivanovremove two done TODO items
2018-12-08 Damyan Ivanovfill *_upper when updating account names and transactio...
2018-12-08 Damyan Ivanovhandle exceptions when saving transaction
2018-12-08 Damyan Ivanovbetter ordering of auto-completion results
2018-12-08 Damyan Ivanovfor some reason, on bad http auth data the stack throws...
2018-12-08 Damyan Ivanovauto-completion for the transaction description
2018-12-08 Damyan Ivanovstore transaction description history upon database...
2018-12-08 Damyan Ivanovpkg-private methods
2018-12-08 Damyan Ivanovmaybe better network error reporting
2018-12-08 Damyan Ivanovmove DB structure initialization in a sql_0.sql script
2018-12-08 Damyan Ivanovassert → if + throw
2018-12-08 Damyan Ivanovthe menu item reference may not be there, yet
2018-12-08 Damyan Ivanovunified transition into/out of the new transaction...
2018-12-08 Damyan Ivanovnote the 'Account summary' item in the navigation drawe...
2018-12-08 Damyan Ivanovrework account symmary activity using linear layouts
2018-12-07 Damyan Ivanovconvert the show hidden accounts item to a switch
2018-12-07 Damyan IvanovLay the ground for hiding accounts from the summary
2018-12-07 Damyan Ivanovshow plain account names in the summary and indent...
2018-12-07 Damyan Ivanovcenter vertically the text in the account row
2018-12-07 Damyan Ivanovaccounts summary: pad the row, not the table
2018-12-07 Damyan Ivanovrename to better reflect purpose
2018-12-07 Damyan Ivanovupdate accounts table upon start
2018-12-07 Damyan Ivanovupdate accounts table visual upon refreshilg the accoun...
2018-12-07 Damyan Ivanovuse the global reference instead of passing it to execute()
2018-12-07 Damyan Ivanovaccount_update: replace delete/insert with three stage...
2018-12-07 Damyan Ivanovassert there is no transaction running
next