]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/model/LedgerTransaction.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / model / LedgerTransaction.java
2021-04-21 Damyan Ivanovdrop remnants of gradual transaction data loading,...
2021-04-15 Damyan IvanovRoom-based profile management
2021-03-24 Damyan Ivanovmore fall-outs after transition to surrogate IDs
2021-03-24 Damyan Ivanovanother step towards surrogate ID db objects
2021-03-24 Damyan Ivanovmigrate to surrogate IDs for all database objects
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-08-15 Damyan Ivanovwhitespace
2020-08-15 Damyan IvanovData: migrate profile to a private variable, provide...
2020-08-01 Damyan Ivanovrework account list management to be fully asynchronous
2020-06-17 Damyan Ivanovtwo fallouts after transaction date reorganisation...
2020-06-17 Damyan Ivanovnew: go to a date from transaction list
2020-06-17 Damyan Ivanovrework transaction date handling
2020-06-17 Damyan Ivanovclear internal account list before loading accounts...
2020-06-17 Damyan Ivanovmake sure data hash is computed before returning it
2020-06-17 Damyan Ivanovadd a synthetic version to the transaction hash calculation
2020-06-16 Damyan Ivanovadd database support for transaction-level comments
2020-06-14 Damyan Ivanovadd transaction level comment when calculating transact...
2020-06-14 Damyan Ivanovinclude comments when comparing transaction accounts
2020-05-14 Damyan Ivanovwhitespace
2020-05-14 Damyan Ivanovadd transaction comment to the internal transaction...
2020-04-05 Damyan Ivanovtypo in exception message
2020-01-23 Damyan Ivanovinclude posting comment in transaction hash
2020-01-05 Damyan IvanovDB support for transaction account comments
2019-12-21 Damyan Ivanovwhitespace
2019-12-21 Damyan Ivanovsupport both 1.14 and 1.15 JSON APIs
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...