Commit Graph

  • 83ede37773 Bump Android versionCode to 86 MartinBraquet 2026-04-08 09:06:28 +02:00
  • ed5aa80848 Add progress bar and update UI feedback for profile extraction process MartinBraquet 2026-04-07 22:19:25 +02:00
  • 8f9e339711 Add error handling and UI feedback for profile extraction failures MartinBraquet 2026-04-07 22:18:28 +02:00
  • abfdc4b961 Add extraction progress tracking and timeout handling to profile extraction process MartinBraquet 2026-04-07 22:05:02 +02:00
  • 8c2b75eb04 Update DEPLOYED_WEB_URL to use PROD_CONFIG.domain for production consistency MartinBraquet 2026-04-07 22:03:36 +02:00
  • 8d65bc717c Release MartinBraquet 2026-04-07 21:09:02 +02:00
  • e96057fb23 Implement async profile extraction with caching and processing state handling MartinBraquet 2026-04-07 17:38:08 +02:00
  • b5a66d9c28 Simplify character count display logic in SendMessageButton component MartinBraquet 2026-04-07 13:23:18 +02:00
  • 7dfaeb7692 Extract ProfileCardViewer component and replace direct Image usage across relevant files for better reuse and readability MartinBraquet 2026-04-06 01:26:31 +02:00
  • 7c591ca73e Enhance message composer: add minRows support, character count validation, and dynamic placeholder customization MartinBraquet 2026-04-05 21:09:09 +02:00
  • 6aa9085739 Refactor signInFixture parameters in E2E test for clarity and update signinWithEmail usage accordingly MartinBraquet 2026-04-05 15:59:30 +02:00
  • e61ac9b3ff Handle parsing of unknown/custom elements in parse.ts and bump API package version to 1.32.1 MartinBraquet 2026-04-05 15:43:43 +02:00
  • 757ec77574 Make waitForURL optional in signinWithEmail E2E tests and refactor signInFixture method parameters MartinBraquet 2026-04-05 14:47:40 +02:00
  • 92e2dbc0f2 Make waitForURL optional in signinWithEmail method in app.ts MartinBraquet 2026-04-05 14:47:20 +02:00
  • e69fe9ea33 Wait for URL navigation after key interactions in app.ts and homePage.ts E2E tests. MartinBraquet 2026-04-05 14:44:27 +02:00
  • f986eb85e8 Wait for URL navigation after key interactions in app.ts and homePage.ts E2E tests. MartinBraquet 2026-04-05 14:43:17 +02:00
  • 1f988d0f98 Refactor account deletion E2E tests: extract to dedicated deleteAccount.spec.ts file MartinBraquet 2026-04-05 14:30:24 +02:00
  • 4dd22b4194 Refactor account deletion E2E tests: extract to dedicated deleteAccount.spec.ts file MartinBraquet 2026-04-05 14:14:43 +02:00
  • 46bad59ccb Bump Android app version to 1.18.0 (versionCode 85) MartinBraquet 2026-04-05 13:15:45 +02:00
  • ad0cf2e9cc Add translations and update "Whack-A-Bug" game with localization support, refined UI, and improved game mechanics MartinBraquet 2026-04-05 13:10:11 +02:00
  • d9c7ffae3c Add "Whack-A-Bug" game page and implementation MartinBraquet 2026-04-05 12:42:13 +02:00
  • 2562aa2c86 Bump API package version to 1.32.0 MartinBraquet 2026-04-05 12:11:04 +02:00
  • 524adfda75 Enhance htmlToJSONContent to support Next.js __NEXT_DATA__ extraction and improve Readability fallback handling MartinBraquet 2026-04-05 11:55:37 +02:00
  • a6095b873a Remove redundant password field filler in Google auth E2E tests MartinBraquet 2026-04-04 21:26:14 +02:00
  • 75378ee2a3 Merge remote-tracking branch 'origin/main' MartinBraquet 2026-04-04 21:25:57 +02:00
  • 3c47759f9e Update CI workflow for Codecov token handling and configuration adjustments MartinBraquet 2026-04-04 21:15:35 +02:00
  • 73487af964 Changed POM/Fixture structure to use an app class to instantiate the page objects (#47) Okechi Jones-Williams 2026-04-04 20:11:46 +01:00
  • 5b6c30b987 Debounce search filter updates to improve input handling and performance MartinBraquet 2026-04-04 16:27:41 +02:00
  • 8da9bd8883 Add validateProfileFields for LLM profile field normalization and filtering MartinBraquet 2026-04-04 16:10:17 +02:00
  • bdbce67423 Add type="button" to theme toggle for accessibility compliance MartinBraquet 2026-04-04 14:37:55 +02:00
  • e2cdfc01cd Remove unnecessary console logs and update Playwright reporter configuration MartinBraquet 2026-04-04 14:34:50 +02:00
  • d2c9d12b39 test(e2e): add auth, settings, social and organization page coverage Okechi Jones-Williams 2026-04-04 13:21:40 +01:00
  • 09736cd49b Display toast notifications for push messages with navigation fixes MartinBraquet 2026-04-03 18:58:36 +02:00
  • f16bef97dc Update styles in SkipLink component to use bg-canvas-100 instead of bg-primary-500 MartinBraquet 2026-04-03 18:56:32 +02:00
  • 92d4222f96 Add debug key MartinBraquet 2026-04-03 18:28:19 +02:00
  • 008110b015 Refactor Sentry tags for Android app info MartinBraquet 2026-04-03 17:25:26 +02:00
  • 29ace2d2e5 Release MartinBraquet 2026-04-03 13:54:45 +02:00
  • 07f927d738 Merge remote-tracking branch 'origin/main' MartinBraquet 2026-04-03 13:53:56 +02:00
  • 993117ba72 Integrate Sentry for Android app version and build tracking MartinBraquet 2026-04-03 13:53:43 +02:00
  • c8801a0235 Enhance CodeRabbit configuration settings Martin Braquet 2026-04-02 19:09:13 +02:00
  • 93cd105871 Add .coderabbitignore to exclude specific files Martin Braquet 2026-04-02 19:02:54 +02:00
  • 4f98d99dd9 Update .coderabbit.yaml configuration Martin Braquet 2026-04-02 19:02:40 +02:00
  • b46d39d9b7 Enable automatic reviews in CodeRabbit configuration Martin Braquet 2026-04-02 18:53:34 +02:00
  • 5ea095662b Add CodeRabbit configuration for PR reviews Martin Braquet 2026-04-02 18:53:00 +02:00
  • 2400d50247 Add www.compassmeet.com to allowed remotePatterns in next.config.ts MartinBraquet 2026-04-02 15:50:30 +02:00
  • 8ffd69ff15 Bump Android version code to 81 MartinBraquet 2026-04-02 15:48:52 +02:00
  • 0b721ec7b9 Update alt text in PhotosModal and add WEB_URL clarification comment MartinBraquet 2026-04-02 15:48:26 +02:00
  • 2019c835a0 Release MartinBraquet 2026-04-02 15:21:21 +02:00
  • ff23a8c1bc Wrap useProfile with ProfileProvider and refactor to use React Context MartinBraquet 2026-04-02 15:00:48 +02:00
  • df775e9aa3 Improve error handling in run by preserving additional error details MartinBraquet 2026-04-02 14:07:02 +02:00
  • d121c92708 Release 1.11.0 MartinBraquet 2026-04-02 13:44:04 +02:00
  • 2db74bf256 Update build scripts, constants, and Android configurations for improved web view handling and debugging MartinBraquet 2026-04-02 13:38:37 +02:00
  • 0d758eb5b1 Update Compass URLs to include "www" and improve deep link handling MartinBraquet 2026-04-02 13:10:28 +02:00
  • 223387129e Rename middleware function to proxy in middleware.ts for clarity MartinBraquet 2026-04-02 12:39:21 +02:00
  • 01944f9a73 Rename middleware function to proxy in middleware.ts for clarity MartinBraquet 2026-04-02 12:38:33 +02:00
  • f9a1dce7b5 Migrate apex redirect logic from next.config.ts to middleware for improved flexibility and maintainability MartinBraquet 2026-04-02 12:31:11 +02:00
  • 98271784b0 Uncomment redirect rule for compassmeet.com to www.compassmeet.com MartinBraquet 2026-04-02 12:18:15 +02:00
  • 2311fcbf90 Remove redundant "www" from Compass URLs across codebase MartinBraquet 2026-04-02 10:35:07 +02:00
  • f6fef171fa Enhance deep link handling for Android with pending link consumption and JavaScript interface MartinBraquet 2026-04-02 10:31:43 +02:00
  • 7565d373e9 Add deep link handling for Android app MartinBraquet 2026-04-02 09:23:52 +02:00
  • c4fb694c71 Handle deep links in Android MainActivity MartinBraquet 2026-04-02 09:23:29 +02:00
  • bdf8793d4a Fix MartinBraquet 2026-04-01 22:04:57 +02:00
  • 05bd25c9ab Fix MartinBraquet 2026-04-01 21:53:19 +02:00
  • 5dc98fcbcf Fix MartinBraquet 2026-04-01 21:49:03 +02:00
  • 91f11161a2 Fix MartinBraquet 2026-04-01 21:43:27 +02:00
  • 0c60e8a865 Add rewrites and redirects for .well-known/assetlinks.json and compassmeet.com domain MartinBraquet 2026-04-01 21:35:36 +02:00
  • 3c8566a9e8 Update assetlinks.json to add new SHA-256 certificate fingerprint MartinBraquet 2026-04-01 21:21:16 +02:00
  • 15f0dd5aaf Add assetlinks.json to enable Android app link verification MartinBraquet 2026-04-01 21:17:36 +02:00
  • fc199a918a Fix logs not showing in google cloud console MartinBraquet 2026-04-01 18:56:41 +02:00
  • b936466a9d Update stats page SEO metadata for improved clarity and engagement MartinBraquet 2026-04-01 18:17:27 +02:00
  • 781b5ec674 Comment out og:image:width and og:image:height meta tags to align with updated image metadata usage. MartinBraquet 2026-04-01 18:09:25 +02:00
  • a3dfcb4080 Fix MartinBraquet 2026-04-01 17:56:29 +02:00
  • 0fe1ffe78e Update metadata to use static favicon paths and add image type definition MartinBraquet 2026-04-01 17:41:55 +02:00
  • e280b1f5e0 Standardize logging by replacing console.debug with dynamic log levels in log.ts module MartinBraquet 2026-04-01 16:53:50 +02:00
  • cc43a8f8af Replace console.debug with log for standardized logging and clean up unused imports in get-profiles API module MartinBraquet 2026-04-01 16:53:27 +02:00
  • 3caf56247f Refactor profile-about component structure to improve flexibility and simplify render logic, add children prop for custom content support. MartinBraquet 2026-04-01 15:25:56 +02:00
  • 032c70e086 Remove tooltip from switch-setting component to simplify UI MartinBraquet 2026-04-01 15:25:48 +02:00
  • 903679eaa7 Refine button styling by adding w-fit for better width handling MartinBraquet 2026-04-01 15:25:33 +02:00
  • 2908a1f16d Improve hover state styling for measurement system toggle MartinBraquet 2026-04-01 15:25:23 +02:00
  • b5deefbec1 Enforce text length limits in editor paste handling, adjust API request size limit, and crop excessive content in LLM profile extraction MartinBraquet 2026-04-01 13:52:34 +02:00
  • 0cb6226643 Refine theme handling with dark mode support and update UI styles accordingly MartinBraquet 2026-03-31 15:10:37 +02:00
  • b19f6b81de Fix French translation for "Psychédéliques" label in profile settings MartinBraquet 2026-03-31 15:05:25 +02:00
  • 401fd816dd Bump version numbers in package.json and Android build.gradle MartinBraquet 2026-03-31 13:41:51 +02:00
  • a31765b7ae Refactor profile and form submission logic to support partial updates and improve type handling MartinBraquet 2026-03-31 13:41:24 +02:00
  • a7ae62a14b Clarify usage frequency descriptions for psychedelics and cannabis in profile data MartinBraquet 2026-03-31 13:40:59 +02:00
  • 007bc1f7b0 Refine animated ring behavior to cancel on drag and improve pointer handling MartinBraquet 2026-03-31 13:40:47 +02:00
  • bded8cc1fe Add additional Sentry error capture and refine profile data update logic MartinBraquet 2026-03-30 23:14:24 +02:00
  • cfaac3e3fa Add UI dynamics MartinBraquet 2026-03-30 22:45:11 +02:00
  • 9637c80dd7 Add Sentry error handling MartinBraquet 2026-03-30 20:15:46 +02:00
  • 6a9739ab31 Update Sentry context key to 'Error Info' in profile page MartinBraquet 2026-03-30 17:05:33 +02:00
  • a51bd344a2 Fix MartinBraquet 2026-03-30 17:05:22 +02:00
  • 50f9a00689 Add info more MartinBraquet 2026-03-30 16:58:45 +02:00
  • 54fb8c4b61 Add info MartinBraquet 2026-03-30 16:52:12 +02:00
  • 809a996870 Add message MartinBraquet 2026-03-30 16:38:43 +02:00
  • 85c96ce430 Add more sentry info MartinBraquet 2026-03-30 16:33:29 +02:00
  • b670de9c73 Add sentry error capture MartinBraquet 2026-03-30 16:25:16 +02:00
  • 626b28f4eb Release MartinBraquet 2026-03-30 15:47:59 +02:00
  • 9c3dd65fc9 Add missing file MartinBraquet 2026-03-30 15:03:18 +02:00
  • 1e5c7b07c2 Add substance fields: cannabis and psychedelics MartinBraquet 2026-03-30 14:55:31 +02:00
  • 686c5777fd Seed more profiles MartinBraquet 2026-03-30 13:27:43 +02:00