139 Commits (d3e0cd1c9fbe0ab33e887adec5ae77bf5e4ecafa)

Author SHA1 Message Date
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
Matt Raymer 9492018fd6 refactor(db): improve type safety in migration system 2 months ago
Trent Larson 26fba66bba fix linting 2 months ago
Trent Larson bea5f78171 fix problems with race conditions and multiple DatabaseService instances 2 months ago
Trent Larson d4b01e0cbf fix problem with initialization & refactor types 2 months ago
Trent Larson 60be32e120 add more to the inital migration, and refactor the locations of types 2 months ago
Trent Larson c14c2d173e add DB setup with migrations 2 months ago
Matt Raymer 10df60316a Remove ContactScanView and rename ContactQRScanView to ContactQRScanFullView 2 months ago
Matt Raymer db5abb5b1f Remove temporary alert() debug calls from ImageMethodDialog camera preview 2 months ago
Matt Raymer 4a0ddb4472 refactor: consolidate type system and improve documentation 2 months ago
Matt Raymer df8acefeff style: improve code formatting and readability 2 months ago
Matt Raymer 00bb6a5ffa feat: implement comprehensive camera state management 2 months ago
Matt Raymer ea76d5c1ac feat(web): enable desktop webcam capture in WebPlatformService 3 months ago
Trent Larson 3600e894d4 update with lint-fix 3 months ago
Matt Raymer 7c54fc7223 feat(qr-scanner): implement WebInlineQRScanner with jsQR integration 3 months ago
Matt Raymer 151bbc5467 chore: updates for qr code reader rules, linting, and cleanup 3 months ago
Matt Raymer 3cf256cf3a style: improve code formatting and type safety 3 months ago
Jose Olarte III 1ddc93d15e WIP: Unified contact QR code display + capture 3 months ago
Matt Raymer 254f14dc72 refactor: replace console.log with logger utility 3 months ago
Matt Raymer 9ff385a414 fix(qr-scanner): robustly handle array/object detection results and guarantee dialog dismissal 3 months ago