158 Commits (b1ef7fb9ee2e4aefa9aa1138134cc7ca4334f413)

Author SHA1 Message Date
Matthew Raymer 21b60495ea fix: maintain separate master/account settings in SQLite migration 1 month ago
Matthew Raymer 2a676356d0 feat: improve database migration comparison and UI display 1 month ago
Matthew Raymer 70f62b62ff feat: implement single-step migration with proper foreign key order 1 month ago
Matthew Raymer 7258cb9325 fix: resolve migration service import and function signature conflicts 1 month ago
Matthew Raymer ec259a7c41 feat: integrate importFromMnemonic utility into migration service and UI 1 month ago
Trent Larson 31c0305018 add support for deep-link query parameters 1 month ago
Trent Larson 1f4a8ca9ff fix all copies for externally-shared links to redirected deep links 1 month ago
Trent Larson c1eb242616 add first cut at deep-link redirecting, with one example contact-import that works on mobile 1 month ago
Matthew Raymer 9787763e4b feat: Add comprehensive Database Migration UI component 1 month ago
Matthew Raymer a580ce775d feat: Add comprehensive database migration service for Dexie to SQLite 1 month ago
Trent Larson 9cbd3bbdde fix the invite-one setup, fix adeep link, and tweak other verbiage & error info 1 month ago
Trent Larson 7764e17180 shrink the contents of the QR code so people can scan it 1 month ago
Matthew Raymer 4be10ad360 fix: resolve deep link route mismatch for project links 1 month ago
Trent Larson c7283f83d0 remove unused deep links and add another 1 month ago
Trent Larson 7dc8e4ba55 fix project deep-link (and reorder alphabetically) 1 month ago
Trent Larson 3bc69904f9 update ios check to work, and add links to app stores 1 month ago
Trent Larson 9760f02aab fix linting 2 months ago
Trent Larson b2628c467f fix linting 2 months ago
Matthew Raymer b9223d7fe2 feat(export): Replace CSV export with standardized JSON format 2 months ago
Matthew Raymer ce9c193a30 feat(db): improve settings retrieval resilience and logging 2 months ago
Trent Larson 71052e8d9d fix retrieval of column names -- so now most ops are working (but not all, eg. set name) 2 months ago
Trent Larson 340bceee31 remove unused DB methods (for now) 2 months ago
Trent Larson ea227fe0b8 fix extraction of values from SQLite queries 2 months ago
Trent Larson 4256cbcb61 refactor for clarity (no logic changes) 2 months ago
Trent Larson 493438215c fix extraction of migration names for SQLite via Capacitor 2 months ago
Trent Larson 8e57692387 fix Capacitor to use the same migrations (migrations run but accounts aren't created) 2 months ago
Trent Larson 705c6092a3 disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup 2 months ago
Trent Larson 9741b6a3e6 fix linting 2 months ago
Trent Larson b2cccfb7ef correct & simplify the DB logging 2 months ago
Matthew Raymer 8bcdf86891 fix: one lint that got past me 2 months ago
Matthew Raymer 97027cb025 fix: linting issues 2 months ago
Matthew Raymer cd47c1014c fix: resolve TypeScript errors in database service implementation 2 months ago
Matthew Raymer 473a115841 WIP: BROKEN FOR ELECTRON: Fixes in progress 2 months ago
Matthew Raymer c06981a97d feat(QRScanner): implement QRScannerOptions in WebInlineQRScanner 2 months ago
Matthew Raymer 74294008f2 fix(deepLinks): improve route validation and type safety 2 months ago
Matthew Raymer 7dbfc4eaa2 feat(qr-scanner): Add camera state management to CapacitorQRScanner 2 months ago
Matthew Raymer 7cab40f7f2 fix(db): improve type safety in AbsurdSqlDatabaseService 2 months ago
Matthew Raymer d4998395a1 fix(db): resolve type compatibility in AbsurdSqlDatabaseService 2 months ago
Matthew Raymer 2060553340 feat(capacitor): implement storage permission checks for file operations 2 months ago
Matthew Raymer 8749f1d0a8 fix: placeholder for PyWebViewPlatformService writeAndShareFile 2 months ago
Trent Larson 8092d1c576 convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 months ago
Matthew Raymer b04a66179a feature: fleshed out capacitor and electron database operators 2 months ago
Trent Larson 3f691ef880 add SQL DB access to everywhere we are using the DB, up to the "C" files 2 months ago
Matthew Raymer dac7705003 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 2 months ago
Trent Larson 611fa232da add queueing to the DB service so that requests get processed in order 2 months ago
Trent Larson 8fb49f5279 remove possibility of failing a migration script and then succeeding on later ones 2 months ago
Trent Larson f0c947ba07 rename the absurd-sql-specific items for clarity 2 months ago
Trent Larson 0e10847cba adjust so DB calls go to the factory 2 months ago
Jose Olarte III cb82846593 Feature: front/back camera toggle 2 months ago
Trent Larson bb0d8942b8 fix migrations logging error 2 months ago