Commit Graph

  • 002f240720 bump to version 1.0.4 and build 37 1.0.4 Trent Larson 2025-07-20 20:37:26 -0600
  • ffe8d90161 fix: linting Trent Larson 2025-07-20 19:55:37 -0600
  • 6d6816d1a8 Merge pull request 'Deep-link fixes' (#145) from deep-link into master anomalist 2025-07-15 02:49:12 -0400
  • c1477d0266 Merge branch 'master' into deep-link anomalist 2025-07-14 23:42:21 -0400
  • 33ce6bdb72 fix: invite-one-accept deep link would not route properly Trent Larson 2025-07-14 20:49:40 -0600
  • dc21e8dac3 bump version number and add '-beta' Trent Larson 2025-07-12 22:10:53 -0600
  • a9a8ba217c bump to version 1.0.3 build 36 Trent Larson 2025-07-12 22:10:07 -0600
  • b0d99e7c1e fix: quick-and-dirty fix to get the correct environment variables Trent Larson 2025-07-12 20:17:38 -0600
  • a96cc8155c fix incorrect checks for success Trent Larson 2025-07-04 16:58:18 -0600
  • 861408c7bc Consolidate deep-link paths to be derived from the same source so they don't get out of sync any more. Trent Larson 2025-07-03 17:01:08 -0600
  • 1b283a0045 Merge pull request 'Lock to Portrait Mode (iOS and Android)' (#141) from app-portrait-mode-lock into master trentlarson 2025-06-27 21:47:11 -0400
  • afd407e178 add portrait-mode camera to CHANGELOG Trent Larson 2025-06-27 19:46:30 -0600
  • 59b13823c8 Feature: lock orientation mode Jose Olarte III 2025-06-23 17:39:21 +0800
  • 3baa6633a6 on mobile: bump version to 1.0.2 and build to 35 Trent Larson 2025-06-20 20:27:16 -0600
  • bda98eb632 reword the account-download button Trent Larson 2025-06-20 19:36:16 -0600
  • eea1cb995a bump to version 1.0.3-beta Trent Larson 2025-06-20 19:27:07 -0600
  • 276e0a741b put version on front page so that people can tell whether to refresh 1.0.2 Trent Larson 2025-06-20 19:03:50 -0600
  • e46d6133fb bump to version 1.0.1 Trent Larson 2025-06-20 15:56:47 -0600
  • 94994a7251 allow blocking another person's content from this user (with iViewContent contact field) Trent Larson 2025-06-20 15:53:31 -0600
  • 838723c26b remove debugging info messages (change to debug if we want these -- and tell us how to turn off debug locally) Trent Larson 2025-06-20 14:01:08 -0600
  • bb6eb92ba1 fix ? instead of 0 in rate limits, update location verbiage Trent Larson 2025-06-20 13:34:14 -0600
  • a997d4cb92 Merge branch 'migrate-dexie-to-sqlite' Trent Larson 2025-06-20 11:49:51 -0600
  • 73733345ff bump to version 1.0.0-beta Trent Larson 2025-06-20 11:46:09 -0600
  • 5aa693de63 bump to version 1.0.0 1.0.0 Trent Larson 2025-06-20 11:20:57 -0600
  • 6f2272eea7 fix problem where prod users don't see other DB options Trent Larson 2025-06-20 11:11:33 -0600
  • 9b69c0b22c bump to version 0.5.9 0.5.9 Trent Larson 2025-06-20 10:41:48 -0600
  • ab2270d8b2 IndexedDB migration: fix where the existing settings (eg. master) were not updated Trent Larson 2025-06-20 06:51:33 -0600
  • 0cf5cf266d IndexedDB migration: don't run activeDid migration twice, include warnings in output, don't automatically compare afterward Trent Larson 2025-06-20 06:26:56 -0600
  • 4d01f64fe7 feat: Implement activeDid migration from Dexie to SQLite Matthew Raymer 2025-06-20 04:48:51 +0000
  • d1f61e3530 docs: Update migration documentation with fence definition and security checklist - Add comprehensive migration fence definition with clear boundaries - Update migration guide to reflect current Phase 2 status - Create security audit checklist for migration process - Update README with migration status and architecture details - Document migration fence enforcement and guidelines - Add security considerations and compliance requirements Matthew Raymer 2025-06-20 03:30:43 +0000
  • 4162208b7f fix linting Trent Larson 2025-06-19 19:06:37 -0600
  • 731605e244 IndexedDB migration: add a blurb about backing up, and move around messaging Trent Larson 2025-06-19 18:55:07 -0600
  • 5dd2bf4c6e IndexedDB migration: enhance comparison for contacts Trent Larson 2025-06-19 18:47:26 -0600
  • 75a4a1d901 IndexedDB migration: fix settings comparison Trent Larson 2025-06-19 18:24:49 -0600
  • 8e605d04d7 IndexedDB migration: fix settings update Trent Larson 2025-06-19 18:12:56 -0600
  • da0b244bae IndexedDB migration: implement the migrations differently Trent Larson 2025-06-19 17:26:30 -0600
  • 6136cafd11 IndexedDB migration: fix loading of data, fix object comparisons, add unmodified, etc Trent Larson 2025-06-19 16:19:00 -0600
  • a248e9a5a3 IndexedDB migration: ensure output is printed during comparison (no logic changes) Trent Larson 2025-06-19 12:55:01 -0600
  • 452ae555bb IndexedDB migration: add ability to see mnemonic and download settings & contacts Trent Larson 2025-06-19 12:37:41 -0600
  • 3df5e19d9d IndexedDB migration: extract IndexedDB code away from the ongoing SQLite migrations Trent Larson 2025-06-19 11:11:59 -0600
  • 8eff407a9c IndexedDB migration: reorder the sections to accounts then settings then contacts Trent Larson 2025-06-19 09:54:09 -0600
  • e759e4785b IndexedDB migration: set USE_DEXIE_DB to false, remove unused functions, add raw display of data Trent Larson 2025-06-19 09:47:18 -0600
  • 9d054074e4 fix(migration): update UI to handle transformed JSON format Matthew Raymer 2025-06-19 14:45:58 +0000
  • 30de30e709 fix: maintain separate master/account settings in SQLite migration Matthew Raymer 2025-06-19 14:11:11 +0000
  • 6cbd32af94 feat: improve database migration comparison and UI display Matthew Raymer 2025-06-19 12:44:32 +0000
  • 30c8b73041 feat: implement single-step migration with proper foreign key order Matthew Raymer 2025-06-19 08:52:55 +0000
  • 2f9ab14c88 fix: resolve migration service import and function signature conflicts Matthew Raymer 2025-06-19 08:32:14 +0000
  • 8a7f142cb7 feat: integrate importFromMnemonic utility into migration service and UI Matthew Raymer 2025-06-19 06:13:25 +0000
  • f375a4e11a feat: move database migration link from account view to start view Matthew Raymer 2025-06-19 05:51:59 +0000
  • 3118f71320 fix linting (whitespace only) 0.5.8 Trent Larson 2025-06-18 21:44:11 -0600
  • d12f23aa81 Merge pull request 'Make all external URLs go to the /deep-link/ endpoint to redirect to mobile vs web' (#139) from deep-link-redirect into master trentlarson 2025-06-18 23:33:12 -0400
  • e9a8a3c1e7 add support for deep-link query parameters Trent Larson 2025-06-18 19:31:16 -0600
  • 1e0efe6011 lengthen the error timeout when the message may be complicated, eg. with details from the server Trent Larson 2025-06-18 18:32:55 -0600
  • 16557f1e4b update build instruction & package-lock.json Trent Larson 2025-06-18 17:32:41 -0600
  • c4a54967bc fix linting Trent Larson 2025-06-18 16:33:55 -0600
  • 20ade415dc bump to version 0.5.8 build 34 Trent Larson 2025-06-18 16:31:31 -0600
  • 6689520270 fix all copies for externally-shared links to redirected deep links Trent Larson 2025-06-18 15:53:16 -0600
  • 3fd6c2b80d add first cut at deep-link redirecting, with one example contact-import that works on mobile Trent Larson 2025-06-18 13:16:17 -0600
  • 40a2491d68 feat: Add comprehensive Database Migration UI component Matthew Raymer 2025-06-18 11:19:34 +0000
  • 25c1d6ef4e feat: Add comprehensive database migration service for Dexie to SQLite Matthew Raymer 2025-06-18 10:54:32 +0000
  • a5c5c2b9dd bump to build 33 and version 0.5.7 Trent Larson 2025-06-18 02:34:18 -0600
  • cf33a39fbc fix the invite-one setup, fix adeep link, and tweak other verbiage & error info Trent Larson 2025-06-18 02:32:47 -0600
  • 8629cefa13 bump to build 32 & version 0.5.6 Trent Larson 2025-06-17 05:25:45 -0600
  • 5e851e442f shrink the contents of the QR code so people can scan it Trent Larson 2025-06-16 15:38:11 -0600
  • 4a43bc9c6c bump build to 31 and version to 0.5.5 Trent Larson 2025-06-16 07:38:16 -0600
  • 60de8cee62 reword some of the help-page introduction (no code changes) Trent Larson 2025-06-16 07:24:37 -0600
  • bb2a4ab76e URL scheme config for iOS Jose Olarte III 2025-06-16 16:09:08 +0800
  • 048dded278 fix: resolve deep link route mismatch for project links Matthew Raymer 2025-06-16 05:48:13 +0000
  • e240c2940a remove unused deep links and add another Trent Larson 2025-06-15 13:54:12 -0600
  • 54dca9e745 fix project deep-link (and reorder alphabetically) Trent Larson 2025-06-15 11:02:16 -0600
  • 9f0fed0a60 update ios check to work, and add links to app stores Trent Larson 2025-06-14 22:10:49 -0600
  • 0d152adbf2 remove the deep-link autoVerify because it caused a build failure Trent Larson 2025-06-14 22:06:12 -0600
  • cead308800 incorporate one of the BUILDING steps directly into the file Trent Larson 2025-06-13 22:37:03 -0600
  • 676a301331 bump to build 30 version 0.5.4 Trent Larson 2025-06-13 22:36:28 -0600
  • d6db81cc36 fix some result types and refactor types themselves Trent Larson 2025-06-13 21:58:57 -0600
  • f2ddcd2541 feat: add conditional rendering for claim certificate link and update gitignore Matthew Raymer 2025-06-14 03:31:12 +0000
  • fb81f7b96e fix problems with :href links causing the app to reload for DB errors on mobile Trent Larson 2025-06-13 20:39:12 -0600
  • a23416ead1 fix optional message at top to not overflow Trent Larson 2025-06-12 20:10:31 -0600
  • 530c7c1a13 fix problem with user-profile page, and bump to build 29 & version 0.5.3 Trent Larson 2025-06-12 19:16:02 -0600
  • f255ea389b bump to build 26 and version 0.5.1 Trent Larson 2025-06-11 00:46:46 -0600
  • 0d343b9877 Merge pull request 'fix creation of did-specific settings (with a rename)' (#138) from fix-did-specifics into master trentlarson 2025-06-11 02:14:41 -0400
  • df06100c32 remove more debugging Trent Larson 2025-06-10 23:49:14 -0600
  • ac5ddfc6f2 style: fix line length in ContactsView ternary operator Matthew Raymer 2025-06-11 05:45:58 +0000
  • 89b3f30466 fix: debug and clean up GiftedPrompts contact retrieval logic Matthew Raymer 2025-06-11 05:40:05 +0000
  • 3cb5cc096b refactor: use databaseUtil.updateDefaultSettings for feed filter settings Matthew Raymer 2025-06-11 05:19:15 +0000
  • 5df560154f fix: resolve cross-platform contactMethods JSON parsing inconsistencies Matthew Raymer 2025-06-11 04:17:38 +0000
  • c1aa522e6c fix: resolve cross-platform SQLite JSON parsing inconsistencies Matthew Raymer 2025-06-11 03:44:28 +0000
  • a082469a01 fix creation of did-specific settings (with a rename) Trent Larson 2025-06-10 20:51:22 -0600
  • 3544d7278d Optimized item actions Jose Olarte III 2025-06-10 19:54:05 +0800
  • d3110506ea Optimized per-item layout Jose Olarte III 2025-06-10 18:42:49 +0800
  • 8609f8458d bump to build 25 & version 0.5.0 Trent Larson 2025-06-09 09:26:21 -0600
  • 8f5c34bc5f fix linting Trent Larson 2025-06-09 09:09:54 -0600
  • b0d61b95ea Merge branch 'ui-fixes-2025-06-w2' Trent Larson 2025-06-09 08:44:42 -0600
  • af7bd236a3 fix check for successful gift submission Trent Larson 2025-06-09 08:41:47 -0600
  • d719338bcc fix problem setting 'loading' flag Trent Larson 2025-06-09 08:37:42 -0600
  • 6ddf2d1012 fix problem switching IDs (creating too many settings) Trent Larson 2025-06-09 08:33:33 -0600
  • 1b2d4b623a Turned off automatic safe area in iOS Jose Olarte III 2025-06-09 20:20:17 +0800
  • 16d5c917d2 Updated QR scanner call Jose Olarte III 2025-06-09 19:36:06 +0800
  • 5976a4995e fix problem clicking on offer-delivery, plus some other hardening and phrasing Trent Larson 2025-06-08 20:13:32 -0600
  • dcd0cc4c20 fix import for derived accounts and hopefully make other account-access code more robust Trent Larson 2025-06-08 19:14:41 -0600