121 Commits (a12a7b87e37edfb442028fd61d6c5a10b3253010)

Author SHA1 Message Date
Trent Larson 681afaa281 IndexedDB migration: fix where the existing settings (eg. master) were not updated 4 months ago
Trent Larson 4a1a92905d IndexedDB migration: don't run activeDid migration twice, include warnings in output, don't automatically compare afterward 4 months ago
Matthew Raymer 7978133e7f feat: Implement activeDid migration from Dexie to SQLite 4 months ago
Trent Larson 78d27eecfb fix linting 4 months ago
Trent Larson ce6ec5fda6 IndexedDB migration: enhance comparison for contacts 4 months ago
Trent Larson ecd461c98b IndexedDB migration: fix settings comparison 4 months ago
Trent Larson 2e34d31594 IndexedDB migration: fix settings update 4 months ago
Trent Larson 37f2ba1382 IndexedDB migration: implement the migrations differently 4 months ago
Trent Larson 4e215914a3 IndexedDB migration: fix loading of data, fix object comparisons, add unmodified, etc 4 months ago
Trent Larson 84f2d5c3a7 IndexedDB migration: ensure output is printed during comparison (no logic changes) 4 months ago
Trent Larson f310ca42e8 IndexedDB migration: add ability to see mnemonic and download settings & contacts 4 months ago
Trent Larson 6d93e86a2b IndexedDB migration: extract IndexedDB code away from the ongoing SQLite migrations 4 months ago
Trent Larson a53f9dcbd6 IndexedDB migration: set USE_DEXIE_DB to false, remove unused functions, add raw display of data 4 months ago
Matthew Raymer 21b60495ea fix: maintain separate master/account settings in SQLite migration 4 months ago
Matthew Raymer 2a676356d0 feat: improve database migration comparison and UI display 4 months ago
Matthew Raymer 70f62b62ff feat: implement single-step migration with proper foreign key order 4 months ago
Matthew Raymer 7258cb9325 fix: resolve migration service import and function signature conflicts 4 months ago
Matthew Raymer ec259a7c41 feat: integrate importFromMnemonic utility into migration service and UI 4 months ago
Trent Larson 31c0305018 add support for deep-link query parameters 4 months ago
Trent Larson 1f4a8ca9ff fix all copies for externally-shared links to redirected deep links 4 months ago
Trent Larson c1eb242616 add first cut at deep-link redirecting, with one example contact-import that works on mobile 4 months ago
Matthew Raymer 9787763e4b feat: Add comprehensive Database Migration UI component 4 months ago
Matthew Raymer a580ce775d feat: Add comprehensive database migration service for Dexie to SQLite 4 months ago
Trent Larson 9cbd3bbdde fix the invite-one setup, fix adeep link, and tweak other verbiage & error info 4 months ago
Trent Larson 7764e17180 shrink the contents of the QR code so people can scan it 4 months ago
Matthew Raymer 4be10ad360 fix: resolve deep link route mismatch for project links 4 months ago
Trent Larson c7283f83d0 remove unused deep links and add another 4 months ago
Trent Larson 7dc8e4ba55 fix project deep-link (and reorder alphabetically) 4 months ago
Trent Larson 3bc69904f9 update ios check to work, and add links to app stores 4 months ago
Trent Larson 9760f02aab fix linting 5 months ago
Trent Larson b2628c467f fix linting 5 months ago
Matthew Raymer b9223d7fe2 feat(export): Replace CSV export with standardized JSON format 5 months ago
Matthew Raymer ce9c193a30 feat(db): improve settings retrieval resilience and logging 5 months ago
Trent Larson 71052e8d9d fix retrieval of column names -- so now most ops are working (but not all, eg. set name) 5 months ago
Trent Larson 340bceee31 remove unused DB methods (for now) 5 months ago
Trent Larson ea227fe0b8 fix extraction of values from SQLite queries 5 months ago
Trent Larson 4256cbcb61 refactor for clarity (no logic changes) 5 months ago
Trent Larson 493438215c fix extraction of migration names for SQLite via Capacitor 5 months ago
Trent Larson 8e57692387 fix Capacitor to use the same migrations (migrations run but accounts aren't created) 5 months ago
Trent Larson 705c6092a3 disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup 5 months ago
Trent Larson 9741b6a3e6 fix linting 5 months ago
Trent Larson b2cccfb7ef correct & simplify the DB logging 5 months ago
Matthew Raymer 8bcdf86891 fix: one lint that got past me 5 months ago
Matthew Raymer 97027cb025 fix: linting issues 5 months ago
Matthew Raymer cd47c1014c fix: resolve TypeScript errors in database service implementation 5 months ago
Matthew Raymer 473a115841 WIP: BROKEN FOR ELECTRON: Fixes in progress 5 months ago
Matthew Raymer c06981a97d feat(QRScanner): implement QRScannerOptions in WebInlineQRScanner 5 months ago
Matthew Raymer 74294008f2 fix(deepLinks): improve route validation and type safety 5 months ago
Matthew Raymer 7dbfc4eaa2 feat(qr-scanner): Add camera state management to CapacitorQRScanner 5 months ago
Matthew Raymer 7cab40f7f2 fix(db): improve type safety in AbsurdSqlDatabaseService 5 months ago