]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/async/UpdateTransactionsTask.java
rework transaction date handling
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / async / UpdateTransactionsTask.java
2020-06-17 Damyan Ivanovrework transaction date handling
2020-03-14 Damyan Ivanovwhitespace
2020-03-14 Damyan Ivanovfu: Date → Calendar
2020-03-14 Damyan Ivanovomit use of deprecated Date.getYear() and Date.getMonth()
2019-05-03 Damyan Ivanovmove DB access routines to the application class
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-16 Damyan Ivanovmigrate backgroundTaskCount to an atomic counter and...
2019-03-29 Damyan IvanovData.transactions -> observable list
2019-03-25 Damyan Ivanovremove the distinction between "readable" and "writable...
2019-03-05 Damyan Ivanovincrement the background task counter immediately befor...
2019-02-06 Damyan IvanovRename to MoLe
2019-01-29 Damyan Ivanovremove the day separator at the top of the transaction...
2019-01-20 Damyan Ivanova welcome screen directs to the new profile activity...
2019-01-12 Damyan Ivanovhandle date parsing errors, handle real=fake dates
2019-01-12 Damyan Ivanovfix transaction colouring to ignore delimiter items
2019-01-12 Damyan Ivanovreplace dates in transaction list items with delimiters...
2019-01-11 Damyan Ivanovrestore account name filter in the transaction list
2019-01-09 Damyan Ivanovdebug--
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-05 Damyan Ivanovstop closing acuired db handles and leave that for...
2019-01-04 Damyan Ivanovanother major rework, transaction list is fully asynchr...