]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/model
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / model /
2024-03-31 Damyan Ivanovadd ability to hide all-zero accounts from the account...
2024-03-31 Damyan Ivanovadd shortcut method for casting
2021-08-22 Damyan IvanovDate.setCurrentProfile may accept null as argument
2021-05-23 Damyan Ivanovmake decimal separator available globally
2021-05-16 Damyan Ivanovtrack more instances where currency may be null (and...
2021-05-07 Damyan Ivanovremove duplicate call
2021-05-07 Damyan Ivanovrunning totals when filtering transactions by account
2021-05-06 Damyan Ivanovadd commodity support to template editor
2021-04-25 Damyan Ivanovfix converting LedgerTransactionAccount to TransactionA...
2021-04-25 Damyan Ivanovspeculatively add new transactions to the database...
2021-04-25 Damyan IvanovData.profile doesn't need to be an inert MutableLiveData
2021-04-21 Damyan Ivanovdrop remnants of gradual transaction data loading,...
2021-04-21 Damyan Ivanovrework transaction list with proper view holders and...
2021-04-18 Damyan Ivanovfix creation of a new profile after Room-y of Profile...
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-11 Damyan Ivanovasynchronous profile initialisation
2021-04-10 Damyan Ivanovmore Room adoption - accounts@100%, some profiles/trans...
2021-04-04 Damyan Ivanovadopt Room for displaying account lists
2021-03-26 Damyan Ivanovspecialized sub-classes of AccountListItem
2021-03-26 Damyan Ivanovfix SQL when cleaning obsolete transaction/accounts
2021-03-26 Damyan Ivanovminor optimization in getting next generation
2021-03-25 Damyan Ivanovfix transaction account storage SQL
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 Ivanovanother step towards surrogate ID db objects
2021-03-24 Damyan Ivanovmigrate to surrogate IDs for all database objects
2021-03-01 Damyan Ivanovrework new transaction activity/model/etc with proper...
2021-02-18 Damyan Ivanovfix crash when there is no test text and the pattern...
2021-02-18 Damyan Ivanovadd fallback flag to templates
2021-02-18 Damyan Ivanovposition becomes plain long (not Long)
2021-02-18 Damyan IvanovAccountRow.isEmpty(): is this a disposable empty row?
2021-02-18 Damyan IvanovAccountRow.equalContents: compare positions too
2021-02-18 Damyan IvanovAccountRow: copy constructor
2021-02-18 Damyan IvanovAccountRow: set position from DB
2021-02-18 Damyan Ivanovfix marking of unmatched part at the end of the test...
2021-02-18 Damyan Ivanovdrop unused variable
2021-02-18 Damyan Ivanovshow pattern match results in template editor
2021-02-18 Damyan Ivanovempty amounts for newly created templates
2021-02-02 Damyan Ivanovrename patterns to templates
2021-01-31 Damyan Ivanovui/machinery support for negated pattern amounts
2021-01-31 Damyan Ivanovcomplete fromRoomObject() to include date matching...
2021-01-30 Damyan Ivanovmore toString() support
2021-01-30 Damyan Ivanovfix support for matching of transaction description...
2021-01-30 Damyan Ivanovfu: Data.parseNumber
2021-01-30 Damyan Ivanovrename formatNumber to formatCurrency and provide forma...
2021-01-30 Damyan Ivanovrework pattern management machinery
2021-01-30 Damyan Ivanovadd test text to pattern table and drop position
2021-01-29 Damyan Ivanovglobal function for formatting numbers (locale-aware)
2021-01-29 Damyan Ivanovsomewhat working pattern list/editor
2021-01-29 Damyan Ivanovmake Currency loadable by id
2021-01-12 Damyan Ivanovshuffle some classes under proper packages
2021-01-11 Damyan Ivanovfirst step towards pattern-assisted auto-filling of...
2020-12-28 Damyan Ivanovdetect and report API errors when saving new transactions
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-20 Damyan IvanovHledgerVersion: declare members final
2020-10-13 Damyan Ivanovfixed a hard to reproduce crash upon returning to the app
2020-10-04 Damyan IvanovUI and machinery for detecting hledger-web version
2020-09-26 Damyan Ivanovsplash: setup DB in the background
2020-09-24 Damyan Ivanovordered deletion when wiping profile data
2020-09-19 Damyan Ivanovshow the number of accounts in the account list head...
2020-09-19 Damyan Ivanovlast update text also includes transaction count
2020-09-18 Damyan Ivanovconvert the last update global header to a list header
2020-09-17 Damyan Ivanovstore new currencies upon account amounts storage
2020-09-17 Damyan Ivanovfix storing/retrieval of currency position
2020-09-16 Damyan Ivanovfix many lint errors/warnings
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-09-06 Damyan Ivanovaddress nullability warning
2020-09-06 Damyan Ivanovspeed up parsed transaction/accounts storage
2020-08-26 Damyan Ivanovrework transaction retrieval without MainActivity reference
2020-08-16 Damyan Ivanovrename mergeAccountLists method to better reflect its...
2020-08-16 Damyan Ivanovfix merging of account lists so that changes are detected
2020-08-16 Damyan Ivanovmove locale live-data initialization to a static initia...
2020-08-15 Damyan Ivanovnew currency ID: without (not working) dance around...
2020-08-15 Damyan Ivanovrework background progress to use MutableLiveData and...
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-07-20 Damyan Ivanovdrop remnants of "starring" accounts
2020-07-16 Damyan Ivanovwhitespace
2020-07-16 Damyan Ivanovmore asynchronous account list (re-)loading
2020-07-16 Damyan Ivanovstore a weak reference to the profile in the account...
2020-07-10 Damyan Ivanovwhitespace
2020-07-10 Damyan Ivanovprofile: copy constructor missed two fields
2020-07-10 Damyan Ivanovwhitespace
2020-07-05 Damyan Ivanovadd splash on startup
2020-07-05 Damyan Ivanovdrop accounts.hidden and "hidden by star" handling
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-06-10 Damyan Ivanovdeclare a bunch of effectively final fields as such
2020-06-10 Damyan Ivanovcontrol/save state of drawer being open via a MutableLi...
2020-06-10 Damyan IvanovData.profile becomes inert
2020-06-10 Damyan IvanovInert MutableLiveData doesn't trigger changes when...
next