]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/model/LedgerTransaction.java
LedgerTransaction.asParsedTransaction: handle null date defaulting to today
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / model / LedgerTransaction.java
2019-11-26 Damyan IvanovLedgerTransaction.asParsedTransaction: handle null...
2019-05-03 Damyan Ivanovmigrate a bunch of globals to LiveData
2019-04-27 Damyan Ivanovsilence some debug
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-10 Damyan Ivanovfixed last couple of glitchs when adding transaction...
2019-04-04 Damyan Ivanovmethods for converting of run-time data structures...
2019-02-09 Damyan Ivanovmachinery for loading transaction by profile and ID
2019-02-06 Damyan IvanovRename to MoLe
2019-01-12 Damyan Ivanovhandle date parsing errors, handle real=fake dates
2019-01-12 Damyan IvanovTransaction: include transaction date in the hash
2019-01-12 Damyan Ivanovreplace dates in transaction list items with delimiters...
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-04 Damyan Ivanovanother major rework, transaction list is fully asynchr...
2018-12-21 Damyan Ivanovreplace transaction accounts iterator with a getter
2018-12-20 Damyan Ivanovsome renames to better reflect the function
2018-12-19 Damyan Ivanovprogressive update of transaction list in DB, stop...
2018-12-19 Damyan Ivanovtransactions.id -> integer
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-15 Damyan Ivanovworking transaction list retrieval
2018-12-14 Damyan Ivanovseparate packages for the different aspects of the...