343 Commits (1790a6c5d6b56da861100a530722318db89080ef)

Author SHA1 Message Date
Matthew Raymer ce9c193a30 feat(db): improve settings retrieval resilience and logging 3 months ago
Trent Larson c5228ba7ec fix retrieval of column names -- so now most ops are working (but not all, eg. set name) 4 months ago
Trent Larson 71052e8d9d fix retrieval of column names -- so now most ops are working (but not all, eg. set name) 4 months ago
Trent Larson 6e1fcd8dee remove unused DB methods (for now) 4 months ago
Trent Larson 340bceee31 remove unused DB methods (for now) 4 months ago
Trent Larson 5bb563d694 fix extraction of values from SQLite queries 4 months ago
Trent Larson ea227fe0b8 fix extraction of values from SQLite queries 4 months ago
Trent Larson a3951c9d66 refactor for clarity (no logic changes) 4 months ago
Trent Larson 4256cbcb61 refactor for clarity (no logic changes) 4 months ago
Trent Larson aa177a9b8c fix extraction of migration names for SQLite via Capacitor 4 months ago
Trent Larson 493438215c fix extraction of migration names for SQLite via Capacitor 4 months ago
Trent Larson 03cb4720b8 fix Capacitor to use the same migrations (migrations run but accounts aren't created) 4 months ago
Trent Larson 8e57692387 fix Capacitor to use the same migrations (migrations run but accounts aren't created) 4 months ago
Trent Larson 297c5a2dbb disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup 4 months ago
Trent Larson 705c6092a3 disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup 4 months ago
Trent Larson ef3bfcdbd2 fix linting 4 months ago
Trent Larson 9741b6a3e6 fix linting 4 months ago
Trent Larson 3e90bafbd1 correct & simplify the DB logging 4 months ago
Trent Larson b2cccfb7ef correct & simplify the DB logging 4 months ago
Matthew Raymer d2c3e5db05 fix: one lint that got past me 4 months ago
Matthew Raymer 8bcdf86891 fix: one lint that got past me 4 months ago
Matthew Raymer e824fcce2e fix: linting issues 4 months ago
Matthew Raymer 97027cb025 fix: linting issues 4 months ago
Matthew Raymer f2c49872a6 fix: resolve TypeScript errors in database service implementation 4 months ago
Matthew Raymer cd47c1014c fix: resolve TypeScript errors in database service implementation 4 months ago
Matthew Raymer 229d9184b2 WIP: BROKEN FOR ELECTRON: Fixes in progress 4 months ago
Matthew Raymer 473a115841 WIP: BROKEN FOR ELECTRON: Fixes in progress 4 months ago
Matthew Raymer 082f8c0126 feat(QRScanner): implement QRScannerOptions in WebInlineQRScanner 4 months ago
Matthew Raymer c06981a97d feat(QRScanner): implement QRScannerOptions in WebInlineQRScanner 4 months ago
Matthew Raymer fd09c7e426 fix(deepLinks): improve route validation and type safety 4 months ago
Matthew Raymer 74294008f2 fix(deepLinks): improve route validation and type safety 4 months ago
Matthew Raymer 835a270e65 feat(qr-scanner): Add camera state management to CapacitorQRScanner 4 months ago
Matthew Raymer 7dbfc4eaa2 feat(qr-scanner): Add camera state management to CapacitorQRScanner 4 months ago
Matthew Raymer 669a66c24c fix(db): improve type safety in AbsurdSqlDatabaseService 4 months ago
Matthew Raymer 7cab40f7f2 fix(db): improve type safety in AbsurdSqlDatabaseService 4 months ago
Matthew Raymer 13505b539e fix(db): resolve type compatibility in AbsurdSqlDatabaseService 4 months ago
Matthew Raymer d4998395a1 fix(db): resolve type compatibility in AbsurdSqlDatabaseService 4 months ago
Matthew Raymer 07ac340733 feat(capacitor): implement storage permission checks for file operations 4 months ago
Matthew Raymer 2060553340 feat(capacitor): implement storage permission checks for file operations 4 months ago
Matthew Raymer ba2b2fc543 fix: placeholder for PyWebViewPlatformService writeAndShareFile 4 months ago
Matthew Raymer 8749f1d0a8 fix: placeholder for PyWebViewPlatformService writeAndShareFile 4 months ago
Trent Larson 8d1511e38f convert all remaining DB writes & reads to SQL (with successful registration & claim) 4 months ago
Trent Larson 8092d1c576 convert all remaining DB writes & reads to SQL (with successful registration & claim) 4 months ago
Matthew Raymer 1560ff0829 feature: fleshed out capacitor and electron database operators 4 months ago
Matthew Raymer b04a66179a feature: fleshed out capacitor and electron database operators 4 months ago
Trent Larson 7de4125eb7 add SQL DB access to everywhere we are using the DB, up to the "C" files 4 months ago
Trent Larson 3f691ef880 add SQL DB access to everywhere we are using the DB, up to the "C" files 4 months ago
Matthew Raymer 0f1ac2b230 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 4 months ago
Matthew Raymer dac7705003 fix: move lexical declarations outside case blocks in AbsurdSqlDatabaseService 4 months ago
Trent Larson 655c5188a4 add queueing to the DB service so that requests get processed in order 4 months ago