90 Commits (987f9217de47200bc4e675aa4f5c400530acdd9b)

Author SHA1 Message Date
Trent Larson b2628c467f fix linting 3 months ago
Matthew Raymer b9223d7fe2 feat(export): Replace CSV export with standardized JSON format 3 months ago
Matthew Raymer ce9c193a30 feat(db): improve settings retrieval resilience and logging 3 months ago
Trent Larson 71052e8d9d fix retrieval of column names -- so now most ops are working (but not all, eg. set name) 3 months ago
Trent Larson 340bceee31 remove unused DB methods (for now) 3 months ago
Trent Larson ea227fe0b8 fix extraction of values from SQLite queries 3 months ago
Trent Larson 4256cbcb61 refactor for clarity (no logic changes) 3 months ago
Trent Larson 493438215c fix extraction of migration names for SQLite via Capacitor 3 months ago
Trent Larson 8e57692387 fix Capacitor to use the same migrations (migrations run but accounts aren't created) 3 months ago
Trent Larson 705c6092a3 disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup 3 months ago
Trent Larson 9741b6a3e6 fix linting 3 months ago
Trent Larson b2cccfb7ef correct & simplify the DB logging 3 months ago
Matthew Raymer 8bcdf86891 fix: one lint that got past me 3 months ago
Matthew Raymer 97027cb025 fix: linting issues 3 months ago
Matthew Raymer cd47c1014c fix: resolve TypeScript errors in database service implementation 3 months ago
Matthew Raymer 473a115841 WIP: BROKEN FOR ELECTRON: Fixes in progress 3 months ago
Matthew Raymer c06981a97d feat(QRScanner): implement QRScannerOptions in WebInlineQRScanner 3 months ago
Matthew Raymer 74294008f2 fix(deepLinks): improve route validation and type safety 3 months ago
Matthew Raymer 7dbfc4eaa2 feat(qr-scanner): Add camera state management to CapacitorQRScanner 3 months ago
Matthew Raymer 7cab40f7f2 fix(db): improve type safety in AbsurdSqlDatabaseService 3 months ago
Matthew Raymer d4998395a1 fix(db): resolve type compatibility in AbsurdSqlDatabaseService 3 months ago
Matthew Raymer 2060553340 feat(capacitor): implement storage permission checks for file operations 3 months ago
Matthew Raymer 8749f1d0a8 fix: placeholder for PyWebViewPlatformService writeAndShareFile 3 months ago
Trent Larson 8092d1c576 convert all remaining DB writes & reads to SQL (with successful registration & claim) 3 months ago
Matthew Raymer b04a66179a feature: fleshed out capacitor and electron database operators 3 months ago
Trent Larson 3f691ef880 add SQL DB access to everywhere we are using the DB, up to the "C" files 3 months ago
Matthew Raymer dac7705003 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 3 months ago
Trent Larson 611fa232da add queueing to the DB service so that requests get processed in order 3 months ago
Trent Larson 8fb49f5279 remove possibility of failing a migration script and then succeeding on later ones 3 months ago
Trent Larson f0c947ba07 rename the absurd-sql-specific items for clarity 3 months ago
Trent Larson 0e10847cba adjust so DB calls go to the factory 3 months ago
Jose Olarte III cb82846593 Feature: front/back camera toggle 3 months ago
Trent Larson bb0d8942b8 fix migrations logging error 3 months ago
Matt Raymer 9492018fd6 refactor(db): improve type safety in migration system 3 months ago
Trent Larson 26fba66bba fix linting 3 months ago
Trent Larson bea5f78171 fix problems with race conditions and multiple DatabaseService instances 3 months ago
Trent Larson d4b01e0cbf fix problem with initialization & refactor types 3 months ago
Trent Larson 60be32e120 add more to the inital migration, and refactor the locations of types 3 months ago
Trent Larson c14c2d173e add DB setup with migrations 3 months ago
Matt Raymer 10df60316a Remove ContactScanView and rename ContactQRScanView to ContactQRScanFullView 3 months ago
Matt Raymer db5abb5b1f Remove temporary alert() debug calls from ImageMethodDialog camera preview 3 months ago
Matt Raymer 4a0ddb4472 refactor: consolidate type system and improve documentation 3 months ago
Matt Raymer df8acefeff style: improve code formatting and readability 3 months ago
Matt Raymer 00bb6a5ffa feat: implement comprehensive camera state management 3 months ago
Matt Raymer ea76d5c1ac feat(web): enable desktop webcam capture in WebPlatformService 4 months ago
Trent Larson 3600e894d4 update with lint-fix 4 months ago
Matt Raymer 7c54fc7223 feat(qr-scanner): implement WebInlineQRScanner with jsQR integration 4 months ago
Matt Raymer 151bbc5467 chore: updates for qr code reader rules, linting, and cleanup 4 months ago
Matt Raymer 3cf256cf3a style: improve code formatting and type safety 4 months ago
Jose Olarte III 1ddc93d15e WIP: Unified contact QR code display + capture 4 months ago