]> git.ktnx.net Git - mobile-ledger.git/history - app/src/main/res/raw
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / res / raw /
2021-09-29 Damyan Ivanovanother db migration fix v0.16.0
2021-09-23 Damyan Ivanovfix db_62.sql (SQL syntax error)
2021-09-09 Damyan Ivanovdb 62: remove duplicate currency entries before creatin...
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-04-30 Damyan Ivanovdrop description history table and support machinery
2021-03-25 Damyan Ivanovfix db migration to surrogate IDs (final step)
2021-03-24 Damyan Ivanovmore fall-outs after transition to surrogate IDs
2021-03-24 Damyan Ivanovfix migration of transaction_accounts (attempt #N)
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-24 Damyan Ivanovdrop unused create_db.sql
2021-03-24 Damyan Ivanovfix db migration from v0.16.0 (profile data)
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 Ivanovnot boolean, integer
2021-02-18 Damyan Ivanovadd fallback flag to templates
2021-02-18 Damyan Ivanovadd accounts to Room
2021-02-18 Damyan Ivanovlet SQL revision files control the transaction
2021-02-18 Damyan Ivanovadd missing/fix copyright statements to all SQL revisio...
2021-02-18 Damyan Ivanovfix initial database creation
2021-02-02 Damyan Ivanovrename Patterns to Templates
2021-01-31 Damyan Ivanovadd a pattern flag for negation of amount
2021-01-31 Damyan Ivanovcorrection in index name
2021-01-31 Damyan Ivanovadd two indices, corresponding to foreign keys to help...
2021-01-30 Damyan Ivanovadd test text to pattern table and drop position
2021-01-29 Damyan Ivanovexpand pattern tables with all needed fields; prepare...
2021-01-06 Damyan Ivanovdb tables for patterns and pattern accounts
2020-10-04 Damyan IvanovUI and machinery for detecting hledger-web version
2020-09-20 Damyan Ivanovremove legacy foreigh key vialotions in transaction_acc...
2020-09-17 Damyan Ivanovfix transaction_accounts in create_db.sql
2020-09-16 Damyan Ivanovmajor rework of parsed transaction/descriptions/account...
2020-09-06 Damyan Ivanovspeed up parsed transaction/accounts storage
2020-07-05 Damyan Ivanovdrop accounts.hidden and "hidden by star" handling
2020-06-17 Damyan Ivanovrework transaction date handling
2020-06-16 Damyan Ivanovadd database support for transaction-level comments
2020-05-14 Damyan Ivanovlink show comments by default flag between the UI and...
2020-05-03 Damyan Ivanovdelete stray options of already removed profiles
2020-05-03 Damyan Ivanovnote create_db.sql reflects changes up to rev. 29
2020-05-03 Damyan Ivanovadd an index on transactions(description)
2020-04-17 Damyan Ivanovadd profile setting for default currency (db part)
2020-04-11 Damyan Ivanovprofile-level setting for showing commodify in new...
2020-01-05 Damyan Ivanovtable for profile currencies (commodities), comment...
2019-12-31 Damyan Ivanovupdate initial DB creation SQL script to include new...
2019-12-21 Damyan Ivanovstore profile API version in the database
2019-12-17 Damyan Ivanovadd profile option for entering dates in the future
2019-03-28 Damyan Ivanovnew profile field: preferred accounts filter
2019-03-28 Damyan Ivanovadd flag to accounts indicating whether their commodity...
2019-03-25 Damyan Ivanovfixup single initial revision
2019-03-25 Damyan Ivanovsingle SQL file for initial db creation
2019-03-25 Damyan Ivanovremove all data belonging to previously deleted accounts
2019-03-14 Damyan Ivanovput account expansion bracket after the name, fix rotat...
2019-02-17 Damyan Ivanovadd color setting to profile data
2019-01-27 Damyan Ivanovprofile flag for enabling/disabling addition of new...
2019-01-10 Damyan Ivanovpersistent profile list order
2019-01-07 Damyan Ivanovsomewhat complete profile implementation
2019-01-06 Damyan Ivanovdrop unique index on profile name
2019-01-06 Damyan IvanovSQL: table for storing connection profiles
2018-12-21 Damyan Ivanovimplement parsing of account currency
2018-12-19 Damyan Ivanovtransactions.id -> integer
2018-12-15 Damyan Ivanovworking transaction list retrieval
2018-12-14 Damyan Ivanovmachinery for retrieving transaction journal from hledg...
2018-12-13 Damyan Ivanovmajor rework of the async stuff, view model, pull-to...
2018-12-10 Damyan Ivanovhide accounts, shown when a global preference is checked
2018-12-08 Damyan Ivanovbetter ordering of auto-completion results
2018-12-08 Damyan Ivanovstore transaction description history upon database...
2018-12-08 Damyan Ivanovmove DB structure initialization in a sql_0.sql script
2018-12-07 Damyan Ivanovfirst DB revision! add a keep flag to accounts/values...