110 Commits (da0b244bae98ad6996700b4bfdc2152c158b2173)

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