148 Commits (8feb2e60748a73c4782184d218b04b70239c6d79)

Author SHA1 Message Date
Trent Larson 9cbd3bbdde fix the invite-one setup, fix adeep link, and tweak other verbiage & error info 2 months ago
Trent Larson 7764e17180 shrink the contents of the QR code so people can scan it 2 months ago
Matthew Raymer 4be10ad360 fix: resolve deep link route mismatch for project links 2 months ago
Trent Larson c7283f83d0 remove unused deep links and add another 2 months ago
Trent Larson 7dc8e4ba55 fix project deep-link (and reorder alphabetically) 2 months ago
Trent Larson 3bc69904f9 update ios check to work, and add links to app stores 2 months ago
Trent Larson 9760f02aab fix linting 3 months ago
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