]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/async/SendTransactionTask.java
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / async / SendTransactionTask.java
2023-06-20 Damyan Ivanovrearrange
2023-06-20 Damyan Ivanovimport sorting
2023-06-20 Damyan Ivanovfix sending transactions to hledger-web 1.23+
2021-08-27 Damyan Ivanovconvert AsyncTask descender classes to pure Thread's
2021-05-05 Damyan Ivanovrename a method to better reflect its function
2021-04-25 Damyan Ivanovspeculatively add new transactions to the database...
2021-04-15 Damyan IvanovRoom-based profile management
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-10-02 Damyan Ivanovwhitespace
2020-10-02 Damyan Ivanovinclude errors sending transaction in debug output
2020-10-02 Damyan Ivanovfix legacy new transaction submission with no date...
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-08-15 Damyan Ivanovtransaction.getDate() never returns null
2020-08-15 Damyan Ivanovfixed-locale String.format
2020-08-15 Damyan Ivanovwhitespace
2020-08-15 Damyan Ivanovfix a bunch of spelling mistakes all around
2020-06-17 Damyan Ivanovrework transaction date handling
2019-12-22 Damyan Ivanovdrop TODO about nicer transaction submission progress...
2019-12-21 Damyan Ivanovsupport both 1.14 and 1.15 JSON APIs
2019-12-10 Damyan IvanovSendTransactionTask: log full request JSON in simulatio...
2019-11-27 Damyan Ivanovfix saving transaction date when it is null (regression)
2019-11-27 Damyan Ivanovnew transaction: simulated backend communication is...
2019-11-26 Damyan IvanovTransaction saver task: add 30% probability of exceptio...
2019-11-26 Damyan Ivanovnew transaction: (commented) simulate backend communica...
2019-11-24 Damyan Ivanovwhitespace
2019-04-16 Damyan Ivanovwrap Log.d calls, skipping them on non-debug builds
2019-04-04 Damyan Ivanovadd app shortcuts (Android 7.1+) for adding new transac...
2019-04-04 Damyan IvanovJSON API for adding transactions