164 Commits (14275a4c41139369cce6028b1ccc3006544558df)

Author SHA1 Message Date
Trent Larson da0b244bae IndexedDB migration: implement the migrations differently 4 months ago
Trent Larson 6136cafd11 IndexedDB migration: fix loading of data, fix object comparisons, add unmodified, etc 4 months ago
Trent Larson a248e9a5a3 IndexedDB migration: ensure output is printed during comparison (no logic changes) 4 months ago
Trent Larson 452ae555bb IndexedDB migration: add ability to see mnemonic and download settings & contacts 4 months ago
Trent Larson 3df5e19d9d IndexedDB migration: extract IndexedDB code away from the ongoing SQLite migrations 4 months ago
Trent Larson e759e4785b IndexedDB migration: set USE_DEXIE_DB to false, remove unused functions, add raw display of data 4 months ago
Matthew Raymer 30de30e709 fix: maintain separate master/account settings in SQLite migration 4 months ago
Matthew Raymer 6cbd32af94 feat: improve database migration comparison and UI display 4 months ago
Matthew Raymer 30c8b73041 feat: implement single-step migration with proper foreign key order 4 months ago
Matthew Raymer 2f9ab14c88 fix: resolve migration service import and function signature conflicts 4 months ago
Matthew Raymer 8a7f142cb7 feat: integrate importFromMnemonic utility into migration service and UI 4 months ago
Trent Larson e9a8a3c1e7 add support for deep-link query parameters 4 months ago
Trent Larson 6689520270 fix all copies for externally-shared links to redirected deep links 4 months ago
Trent Larson 3fd6c2b80d add first cut at deep-link redirecting, with one example contact-import that works on mobile 4 months ago
Matthew Raymer 40a2491d68 feat: Add comprehensive Database Migration UI component 4 months ago
Matthew Raymer 25c1d6ef4e feat: Add comprehensive database migration service for Dexie to SQLite 4 months ago
Trent Larson cf33a39fbc fix the invite-one setup, fix adeep link, and tweak other verbiage & error info 4 months ago
Trent Larson 5e851e442f shrink the contents of the QR code so people can scan it 4 months ago
Matthew Raymer 048dded278 fix: resolve deep link route mismatch for project links 4 months ago
Trent Larson e240c2940a remove unused deep links and add another 4 months ago
Trent Larson 54dca9e745 fix project deep-link (and reorder alphabetically) 4 months ago
Trent Larson 9f0fed0a60 update ios check to work, and add links to app stores 4 months ago
Trent Larson 820ae727ed fix linting 4 months ago
Trent Larson 9ac9713172 fix linting 4 months ago
Matthew Raymer 3d8e40e92b feat(export): Replace CSV export with standardized JSON format 4 months ago
Matthew Raymer c1f2c3951a feat(db): improve settings retrieval resilience and logging 4 months ago
Trent Larson c5228ba7ec fix retrieval of column names -- so now most ops are working (but not all, eg. set name) 4 months ago
Trent Larson 6e1fcd8dee remove unused DB methods (for now) 4 months ago
Trent Larson 5bb563d694 fix extraction of values from SQLite queries 4 months ago
Trent Larson a3951c9d66 refactor for clarity (no logic changes) 4 months ago
Trent Larson aa177a9b8c fix extraction of migration names for SQLite via Capacitor 4 months ago
Trent Larson 03cb4720b8 fix Capacitor to use the same migrations (migrations run but accounts aren't created) 4 months ago
Trent Larson 297c5a2dbb disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup 4 months ago
Trent Larson ef3bfcdbd2 fix linting 5 months ago
Trent Larson 3e90bafbd1 correct & simplify the DB logging 5 months ago
Matthew Raymer d2c3e5db05 fix: one lint that got past me 5 months ago
Matthew Raymer e824fcce2e fix: linting issues 5 months ago
Matthew Raymer f2c49872a6 fix: resolve TypeScript errors in database service implementation 5 months ago
Matthew Raymer 229d9184b2 WIP: BROKEN FOR ELECTRON: Fixes in progress 5 months ago
Matthew Raymer 082f8c0126 feat(QRScanner): implement QRScannerOptions in WebInlineQRScanner 5 months ago
Matthew Raymer fd09c7e426 fix(deepLinks): improve route validation and type safety 5 months ago
Matthew Raymer 835a270e65 feat(qr-scanner): Add camera state management to CapacitorQRScanner 5 months ago
Matthew Raymer 669a66c24c fix(db): improve type safety in AbsurdSqlDatabaseService 5 months ago
Matthew Raymer 13505b539e fix(db): resolve type compatibility in AbsurdSqlDatabaseService 5 months ago
Matthew Raymer 07ac340733 feat(capacitor): implement storage permission checks for file operations 5 months ago
Matthew Raymer ba2b2fc543 fix: placeholder for PyWebViewPlatformService writeAndShareFile 5 months ago
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 5 months ago
Matthew Raymer 1560ff0829 feature: fleshed out capacitor and electron database operators 5 months ago
Trent Larson 7de4125eb7 add SQL DB access to everywhere we are using the DB, up to the "C" files 5 months ago
Matthew Raymer 0f1ac2b230 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 5 months ago