]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/json
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / json /
2022-06-18 Faye DuxovniFix representation of AmountPrecision for v1.23
2022-06-18 Faye DuxovniSet valid default value for tsourcepos in v1.23 ParsedL...
2021-12-26 Damyan Ivanovadd support for 1.23 also when adding transactions
2021-12-09 Damyan Ivanovadd support for hledger-web 1.23 json schema
2021-04-04 Damyan Ivanovadopt Room for displaying account lists
2021-03-01 Damyan Ivanovfix sending empty transaction comments as "", not as...
2020-12-28 Damyan Ivanovdetect and report API errors when saving new transactions
2020-12-28 Damyan IvanovAPI version-dependent transaction sending
2020-12-28 Damyan Ivanovmove API version enum in a standalone class
2020-12-27 Damyan Ivanovfinish support for multiple server APIs when retrieving...
2020-12-23 Damyan Ivanova step towards API-independent JSON parsing of accounts
2020-10-04 Damyan IvanovRevert "remove references to style members from the...
2020-09-29 Damyan Ivanovremove references to style members from the parser...
2020-09-29 Damyan IvanovRevert "add support for floatingPoint member of the...
2020-09-27 Damyan Ivanovadd support for floatingPoint member of the quantity...
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-08-26 Damyan Ivanovwhitespace
2020-08-26 Damyan Ivanovproper transaction parsing progress
2020-08-15 Damyan Ivanovrename 'iter' variable to 'iterator'
2020-08-01 Damyan IvanovAccountListParser: include version in debug output
2020-06-17 Damyan Ivanovtwo fallouts after transaction date reorganisation...
2020-06-17 Damyan Ivanovrework transaction date handling
2020-06-16 Damyan Ivanovadd support for transaction-level comments in the JSON...
2020-05-14 Damyan Ivanovpass transaction comment to the JSON API
2020-02-20 Damyan Ivanovadd functional currency selector when entering new...
2020-02-20 Damyan Ivanovcommon class for version-independent functionality...
2020-01-05 Damyan Ivanovtrim comments coming from hledger-web
2020-01-05 Damyan Ivanovfu: DB support for comments
2020-01-05 Damyan Ivanovadd UI and API support for sending posting (transaction...
2019-12-21 Damyan Ivanovsupport both 1.14 and 1.15 JSON APIs
2019-11-30 Damyan IvanovParsedAmount: do not create a price member object by...
2019-11-30 Damyan Ivanovfix NPE in ParsedLedgerTransaction.setTindex
2019-11-20 Damyan Ivanovmore 1.15.1 compatibility - default values for tdate2...
2019-11-20 Damyan Ivanovattempt to be compatible with hledger-web 1.15.1
2019-09-22 Damyan Ivanovfactor-out parsing string as hledger's ParsedQuantity
2019-06-28 Damyan Ivanovadd constructor for json.ParsedQuantity that instantiat...
2019-06-14 Damyan IvanovAnother JSON parser fix from Mattéo Delabre, this time...
2019-06-11 Damyan IvanovFix tags parsing with JSON backend
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-04 Damyan Ivanovmore classes describing the /add API
2019-04-04 Damyan Ivanovmethods for converting of run-time data structures...
2019-04-02 Damyan Ivanovfix JSON account retrieval to supply the amounts to...
2019-03-25 Damyan Ivanovshow accumulated balance in parent accounts
2019-03-07 Damyan Ivanovwhile parsing JSON accounts, skip the "root" account
2019-03-07 Damyan Ivanovparsers for account and transaction lists (hledger...