]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/java/net/ktnx/mobileledger/db
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / db /
2022-04-04 Damyan Ivanovfix crash when duplicating templates due to duplicating...
2021-11-18 Damyan IvanovDB revision 66: re-calculate descriptionUpper to fix...
2021-11-18 Damyan IvanovTransaction: when copying, use proper descriptionUpper...
2021-09-12 Damyan Ivanovmethods for deleting all DB tables
2021-09-10 Damyan Ivanovfix search previous transactions by description
2021-08-27 Damyan Ivanovmake Room ignore the no-argument Currency constructor
2021-08-27 Damyan Ivanovmove async DB stuff away of AsyncTask
2021-08-21 Damyan Ivanovworking backup and restore of configuration settings
2021-08-21 Damyan Ivanovdrop deprecation from profiles.uuid, make not null
2021-08-21 Damyan Ivanovadd uuid to templates
2021-08-21 Damyan Ivanovadd unique index on currencies(name)
2021-06-08 Damyan Ivanovfix looking up old transactions with non-ASCII names...
2021-05-12 Damyan Ivanovnew transaction: currency can't be null
2021-05-08 Damyan Ivanovshow current account balance when choosing account...
2021-05-06 Damyan Ivanovfix migration off options table for current profile v0.18.0
2021-04-30 Damyan Ivanovdrop description history table and support machinery
2021-04-30 Damyan Ivanovcorrect debug message
2021-04-25 Damyan Ivanovuse a constant to indicate profile ID of no real profile
2021-04-22 Damyan Ivanovfix copying ensuring currency is not null
2021-04-22 Damyan Ivanovrename method to better reflect what it does
2021-04-22 Damyan Ivanovfix field/accessor type mismatch
2021-04-22 Damyan Ivanovspeed up transaction storage a bit
2021-04-22 Damyan Ivanov(commented) facility for debugging Room's SQL queries
2021-04-22 Damyan Ivanovuse plain 'long' for Currency.id
2021-04-21 Damyan Ivanovdrop MobileLedgerDatabase, move initComplete to DB
2021-04-20 Damyan Ivanovdrop now unused MLDB class along with its async db...
2021-04-18 Damyan Ivanovfix profile deletion / data wipe
2021-04-15 Damyan IvanovRoom-based profile management
2021-04-15 Damyan Ivanovequality check for Profile
2021-04-15 Damyan IvanovRoom-based profile wipe
2021-04-15 Damyan Ivanovdummy migration method
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-04-04 Damyan Ivanovgeneration is long
2021-04-04 Damyan Ivanovaccount_id → accountId
2021-03-25 Damyan Ivanovwhitespace
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-24 Damyan Ivanovreplace custom autocompletion adapter hooking with...
2021-03-01 Damyan Ivanovrework new transaction activity/model/etc with proper...
2021-03-01 Damyan Ivanovaccount name auto-complete: convert input to upper...
2021-03-01 Damyan IvanovRoom takes over DB migrations
2021-03-01 Damyan Ivanovdescribe transaction_accounts to Room
2021-03-01 Damyan Ivanovdescribe transactions to Room
2021-03-01 Damyan Ivanovdescribe description_history to Room
2021-02-19 Damyan Ivanovdescribe account_values to Room
2021-02-18 Damyan Ivanovdescribe options to Room
2021-02-18 Damyan Ivanovdescribe profiles for Room
2021-02-18 Damyan Ivanovremove unnecessary qualification
2021-02-18 Damyan Ivanovadd fallback flag to templates
2021-02-18 Damyan Ivanovfix duplicate accounts in template account autocompletion
2021-02-18 Damyan Ivanovmethods for duplication of a template with its data
2021-02-18 Damyan Ivanovimplement account name lookup in Templates' account...
2021-02-18 Damyan Ivanovadd AccountDAO to DB
2021-02-18 Damyan IvanovAccount.toString() returns the account name
2021-02-18 Damyan Ivanovadd accounts to Room
2021-02-05 Damyan Ivanovrename getPatternAccountDAO() to getTemplateAccountDAO()
2021-02-05 Damyan Ivanovrename getPatternDAO to getTemplateDAO
2021-02-05 Damyan Ivanovcopy-constructors for TemplateHeader/TemplateAccount...
2021-02-05 Damyan Ivanovcascade delete of template_accounts from templates
2021-02-02 Damyan Ivanovturn foreign_keys PRAGMA in Room too
2021-02-02 Damyan Ivanovrename Patterns to Templates
2021-02-02 Damyan Ivanovrename patterns to templates
2021-01-31 Damyan Ivanovadd a pattern flag for negation of amount
2021-01-31 Damyan Ivanovdrop redundant parameter with default value
2021-01-31 Damyan Ivanovadd two indices, corresponding to foreign keys to help...
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 IvanovRoom database class plus a couple of DAO classes