153 Commits (7aa70562070897af00fe8fe488690bfb6dbb1438)

Author SHA1 Message Date
Trent Larson e9a8a3c1e7 add support for deep-link query parameters 1 month ago
Trent Larson 6689520270 fix all copies for externally-shared links to redirected deep links 1 month ago
Trent Larson 3fd6c2b80d add first cut at deep-link redirecting, with one example contact-import that works on mobile 1 month ago
Matthew Raymer 40a2491d68 feat: Add comprehensive Database Migration UI component 1 month ago
Matthew Raymer 25c1d6ef4e feat: Add comprehensive database migration service for Dexie to SQLite 1 month ago
Trent Larson cf33a39fbc fix the invite-one setup, fix adeep link, and tweak other verbiage & error info 1 month ago
Trent Larson 5e851e442f shrink the contents of the QR code so people can scan it 1 month ago
Matthew Raymer 048dded278 fix: resolve deep link route mismatch for project links 1 month ago
Trent Larson e240c2940a remove unused deep links and add another 1 month ago
Trent Larson 54dca9e745 fix project deep-link (and reorder alphabetically) 1 month ago
Trent Larson 9f0fed0a60 update ios check to work, and add links to app stores 1 month ago
Trent Larson 820ae727ed fix linting 2 months ago
Trent Larson 9ac9713172 fix linting 2 months ago
Matthew Raymer 3d8e40e92b feat(export): Replace CSV export with standardized JSON format 2 months ago
Matthew Raymer c1f2c3951a feat(db): improve settings retrieval resilience and logging 2 months ago
Trent Larson c5228ba7ec fix retrieval of column names -- so now most ops are working (but not all, eg. set name) 2 months ago
Trent Larson 6e1fcd8dee remove unused DB methods (for now) 2 months ago
Trent Larson 5bb563d694 fix extraction of values from SQLite queries 2 months ago
Trent Larson a3951c9d66 refactor for clarity (no logic changes) 2 months ago
Trent Larson aa177a9b8c fix extraction of migration names for SQLite via Capacitor 2 months ago
Trent Larson 03cb4720b8 fix Capacitor to use the same migrations (migrations run but accounts aren't created) 2 months ago
Trent Larson 297c5a2dbb disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup 2 months ago
Trent Larson ef3bfcdbd2 fix linting 2 months ago
Trent Larson 3e90bafbd1 correct & simplify the DB logging 2 months ago
Matthew Raymer d2c3e5db05 fix: one lint that got past me 2 months ago
Matthew Raymer e824fcce2e fix: linting issues 2 months ago
Matthew Raymer f2c49872a6 fix: resolve TypeScript errors in database service implementation 2 months ago
Matthew Raymer 229d9184b2 WIP: BROKEN FOR ELECTRON: Fixes in progress 2 months ago
Matthew Raymer 082f8c0126 feat(QRScanner): implement QRScannerOptions in WebInlineQRScanner 2 months ago
Matthew Raymer fd09c7e426 fix(deepLinks): improve route validation and type safety 2 months ago
Matthew Raymer 835a270e65 feat(qr-scanner): Add camera state management to CapacitorQRScanner 2 months ago
Matthew Raymer 669a66c24c fix(db): improve type safety in AbsurdSqlDatabaseService 2 months ago
Matthew Raymer 13505b539e fix(db): resolve type compatibility in AbsurdSqlDatabaseService 2 months ago
Matthew Raymer 07ac340733 feat(capacitor): implement storage permission checks for file operations 2 months ago
Matthew Raymer ba2b2fc543 fix: placeholder for PyWebViewPlatformService writeAndShareFile 2 months ago
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 2 months ago
Matthew Raymer 1560ff0829 feature: fleshed out capacitor and electron database operators 2 months ago
Trent Larson 7de4125eb7 add SQL DB access to everywhere we are using the DB, up to the "C" files 2 months ago
Matthew Raymer 0f1ac2b230 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 2 months ago
Trent Larson 655c5188a4 add queueing to the DB service so that requests get processed in order 2 months ago
Trent Larson 8b7451330f remove possibility of failing a migration script and then succeeding on later ones 2 months ago
Trent Larson 92dadba1cb rename the absurd-sql-specific items for clarity 2 months ago
Trent Larson 3a6f585de0 adjust so DB calls go to the factory 2 months ago
Jose Olarte III 28634839ec Feature: front/back camera toggle 2 months ago
Trent Larson 2647c5a77d fix migrations logging error 2 months ago
Matt Raymer ee441d1aea refactor(db): improve type safety in migration system 2 months ago
Trent Larson 5f24f4975d fix linting 2 months ago
Trent Larson a38934e38d fix problems with race conditions and multiple DatabaseService instances 2 months ago
Trent Larson a3bdcfd168 fix problem with initialization & refactor types 2 months ago
Trent Larson 83771caee1 add more to the inital migration, and refactor the locations of types 2 months ago