]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net
update accounts table visual upon refreshilg the account data from the backend
[mobile-ledger.git] / app / src / main / java / net /
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
2018-12-07 Damyan Ivanovupdate_accounts: put all execSQL in the try{} block
2018-12-07 Damyan Ivanovfix a hanging db transaction wen applying DB revisions
2018-12-07 Damyan Ivanovfix snack-bar showing in case of account update errors
2018-12-07 Damyan Ivanovautomativ DB revision application during startup
2018-12-07 Damyan Ivanovworking DB revision application
2018-12-07 Damyan Ivanovaccount amounts parser improvements
2018-12-06 Damyan Ivanovfill account balance while storing account data
2018-12-06 Damyan Ivanovtable for storing account balance
2018-12-06 Damyan IvanovAccount summary: menu item for manually refreshing...
2018-12-06 Damyan Ivanovhome is account summary, latest transactions is a new...
2018-12-06 Damyan Ivanovupdate account list once every 24 hours
2018-12-06 Damyan Ivanov(yet) untested/unused methods for applying incremental...
2018-12-06 Damyan Ivanovmethods for getting/setting options stored in the database
2018-12-06 Damyan Ivanovtable for options stored in the database
2018-12-06 Damyan Ivanovwhitespace
2018-12-06 Damyan Ivanovno need these methods to be public
2018-12-06 Damyan IvanovasyncTask: keep reference to the resource manager inste...
2018-12-06 Damyan Ivanovempty catch → print the stack trace
2018-12-06 Damyan Ivanovabandon the new transaction FAB and use a menu item
2018-12-06 Damyan Ivanovdisable account input during submit
2018-12-06 Damyan Ivanovautomatic addition of empty account rows
2018-12-06 Damyan Ivanovhide submit fab when there is no enough account data
2018-12-06 Damyan Ivanovuse clip-art check icon, and show it as soon as the...
2018-12-06 Damyan Ivanovabort saving transaction after the second attempt
2018-12-05 Damyan Ivanovanimate save transaction button icon change
2018-12-05 Damyan Ivanovnon-animation change of save transaction button
2018-12-05 Damyan Ivanovprogress bar around the save transaction floating actio...
2018-12-04 Damyan Ivanovadd more TODO items
2018-12-04 Damyan IvanovgetActivity() may return null
2018-12-04 Damyan Ivanovquicker date selection on Android O
2018-12-03 Damyan Ivanovadd TODO items
2018-12-03 Damyan Ivanovworking addition of new transactions
2018-12-03 Damyan Ivanovworking and surprisingly quick retrieval of existing...
2018-12-03 Damyan Ivanovhelper class for task callbacks
2018-12-03 Damyan IvanovAsyncTask class for saving the new transaction
2018-12-03 Damyan Ivanovnetwork helper class
2018-12-03 Damyan IvanovClasses describing one transaction with its accounts
2018-12-03 Damyan Ivanovhelper class for constructing urlencoded form data
2018-12-02 Damyan Ivanovshow progress while loading accounts
2018-12-02 Damyan Ivanovpreference changed listener
2018-12-02 Damyan Ivanovdynamic auto-completion of account names, fancy!!!
2018-12-02 Damyan Ivanovrefresh account list upon start
2018-12-02 Damyan Ivanovhelper class for DB stuff
2018-11-30 Damyan Ivanovfixed min amount width of 40dp (abt. 6 digits)
2018-11-30 Damyan Ivanovremove account lines by swiping left
2018-11-30 Damyan Ivanovclass for swiping
2018-11-30 Damyan Ivanovremove redundant type-cast
2018-11-30 Damyan Ivanovfocus the account name cell after adding the row
2018-11-30 Damyan Ivanovdynamicaly add new table rows to the new transaction...
2018-11-30 Damyan Ivanovreplace add account floating action button with a menu...
2018-11-30 Damyan Ivanovmonth is counted from 0, it seems
2018-11-30 Damyan Ivanovstart the new transaction interface
2018-11-28 Damyan Ivanovadd Settings activity
2018-11-28 Damyan Ivanovcomment out unused menu stuff
2018-11-27 Damyan Ivanovremove unused navigationView implementation
2018-11-27 Damyan Ivanovexit when the Exit drawer item is clicked
2018-11-27 Damyan Ivanovdynamicly set the version in the drawer head
2018-11-24 Damyan Ivanovupdate drawer menu