Commit Graph

  • bf78564e7e feat: add ITSAppUsesNonExemptEncryption key to Info.plist dev pradeepkumar 2026-05-26 17:06:39 +05:30
  • 756f1bf757 feat: Update Xcode project files to support new app identifier and provisioning profile specifier. pradeepkumar 2026-05-26 15:20:48 +05:30
  • f0f756fa9f chore: increment build number to 1.0.0+6 in pubspec.yaml pradeepkumar 2026-05-15 17:21:16 +05:30
  • 50c20ce0ce feat: implement debounced live search with clear button, refactor UI components, and adjust layout spacing and image cropping across screens. pradeepkumar 2026-05-08 18:41:06 +05:30
  • 4be171c0a7 feat: hide Billings & Payments tab in profile settings screen pradeepkumar 2026-05-08 12:43:16 +05:30
  • 0123998e8d fix: increase agent card height and update image cropping to prevent portrait photo truncation pradeepkumar 2026-05-07 15:36:53 +05:30
  • 8a859ff56c refactor: update tag display to use a stretched column layout for better text wrapping pradeepkumar 2026-05-07 15:07:18 +05:30
  • 2760c14954 refactor: convert horizontal wrap chips to full-width vertical stack list in agent screens pradeepkumar 2026-05-07 11:59:21 +05:30
  • 91f8a1f1a0 feat: route agents to the profile screen instead of home upon authentication pradeepkumar 2026-05-06 16:41:08 +05:30
  • 0be0da7c57 refactor: improve error message handling in profile settings and add width constraints to agent tag chips pradeepkumar 2026-05-06 15:35:34 +05:30
  • 019df719fc refactor: unify app navigation to default to HomeScreen and remove role-based routing redirection pradeepkumar 2026-05-06 14:59:38 +05:30
  • 6e77dc9d27 fix: update email placeholder in profile settings tab pradeepkumar 2026-05-06 14:45:38 +05:30
  • 03ab3bbe0e refactor: extract email change modal into a dedicated StatefulWidget to improve state management and lifecycle handling pradeepkumar 2026-05-06 14:40:37 +05:30
  • ff71a50229 fix: ignore raw Dio blobs in API responses and replace email change dialog with a scrollable bottom sheet. pradeepkumar 2026-05-06 14:35:35 +05:30
  • 8845e77274 feat: redirect agents to profile on login, update UI layouts, and add analytics dependencies. pradeepkumar 2026-05-06 13:19:31 +05:30
  • c6b96e19dc refactor: update profile navigation to show AgentHomeScreen and restrict app-wide routing to standard user dashboard pradeepkumar 2026-04-30 14:18:56 +05:30
  • 004e3caa6e feat: integrate agent edit profile screen as an embedded tab in profile settings and restrict agent connection actions to non-agent users pradeepkumar 2026-04-30 11:31:59 +05:30
  • a1e3fcdb92 feat: rename Agent role to Professional in role toggle widget pradeepkumar 2026-04-28 21:59:49 +05:30
  • a3307b4964 refactor: replace references to agents with professionals in hero section and onboarding screens pradeepkumar 2026-04-28 14:18:44 +05:30
  • 56b15b8226 chore: bump build version to 1.0.0+5 pradeepkumar 2026-04-28 11:47:31 +05:30
  • 07c128f2ee feat: integrate Firebase Analytics and configure navigation observer in app router pradeepkumar 2026-04-24 23:47:49 +05:30
  • f18b35d1a3 feat: integrate Microsoft Clarity for mobile session recording and heatmaps pradeepkumar 2026-04-24 23:44:34 +05:30
  • 0f49b21f33 feat: add unlink confirmation dialog, enable agent navigation, update notification read status UI, and increment app version pradeepkumar 2026-04-24 12:50:49 +05:30
  • 9c89e93476 chore: remove advertising ID permission and update Umami analytics configuration pradeepkumar 2026-04-21 17:27:18 +05:30
  • a7611338ae chore: bump build version to 1.0.0+2 in pubspec.yaml pradeepkumar 2026-04-21 17:16:14 +05:30
  • 09824fdd0d feat: integrate Umami analytics for screen tracking via GoRouter observers pradeepkumar 2026-04-21 11:58:03 +05:30
  • 3c61c25f5e feat: implement email change request functionality with verification dialog pradeepkumar 2026-04-20 14:07:37 +05:30
  • 6b0fa24b85 feat: add search functionality and adjust dimensions for filter selection modal pradeepkumar 2026-04-20 13:36:49 +05:30
  • d3f23f9c53 feat: add id field to professional models and enable navigation to agent detail pages pradeepkumar 2026-04-20 10:32:12 +05:30
  • eafa595438 fix: update privacy state after save and enforce 10-digit phone number validation in profile settings pradeepkumar 2026-04-20 09:40:30 +05:30
  • 2e789aaf47 feat: add input validation to search, update agent card layout, and extend ProfileFormField with input constraints pradeepkumar 2026-04-20 09:39:10 +05:30
  • 7cacc19c8e refactor: normalize location display by stripping state prefixes from cities and uppercasing state codes pradeepkumar 2026-04-20 09:36:55 +05:30
  • c006c141f7 fix: invalidate agentDetailProvider using both profile ID and user ID to prevent stale cache after profile updates pradeepkumar 2026-04-20 09:30:37 +05:30
  • 0a11d61a6c refactor: wrap chat bubble content in IntrinsicWidth to prevent unnecessary stretching for short messages pradeepkumar 2026-04-20 09:18:58 +05:30
  • dea688194f perf: defer initial data fetching to microtasks and update loading placeholders for smoother screen transitions pradeepkumar 2026-04-18 16:35:32 +05:30
  • 4a842e9098 feat: update billing UI for pending cancellations and add service area modal to agent profile pradeepkumar 2026-04-18 11:44:25 +05:30
  • afa1f3489a fix: improve chat message deduplication, add conversation refresh logic, and update UI components for consistency pradeepkumar 2026-04-18 11:34:48 +05:30
  • 164d590d31 refactor: centralize city prefix stripping logic and standardize location and member-since UI styling pradeepkumar 2026-04-18 11:22:27 +05:30
  • 0a241dd8c4 refactor: restrict agent specializations to about_me_expertise field only pradeepkumar 2026-04-17 08:12:38 +05:30
  • 8dafe73425 feat: scope filterable fields to agent type and update active filters on selection change pradeepkumar 2026-04-16 22:32:31 +05:30
  • 436f8fac42 fix: hide billing plan container when name is empty or null pradeepkumar 2026-04-16 16:31:45 +05:30
  • c738b49497 refactor: strip state prefixes from city names in agent location display pradeepkumar 2026-04-15 23:46:15 +05:30
  • 73277092fa refactor: remove licensing areas section from agent detail and home screens pradeepkumar 2026-04-15 19:08:53 +05:30
  • 3a86758561 fix: invalidate agent cache on profile update and add expandable list support for expertise and certifications pradeepkumar 2026-04-15 19:02:49 +05:30
  • 2424743226 feat: update _buildProfileInfo to prioritize state-derived location data over agent model location pradeepkumar 2026-04-15 18:18:02 +05:30
  • 3ccb582b38 feat: implement searchable multi-select dropdown and format date display in agent profile edit screen pradeepkumar 2026-04-15 16:58:02 +05:30
  • 39231d5ca4 refactor: dynamicize agent profile section labels using provider-based slug mapping pradeepkumar 2026-04-15 16:50:35 +05:30
  • 4bab9c06a7 refactor: replace team member carousel with dynamic team card grid in about screen pradeepkumar 2026-04-15 16:32:31 +05:30
  • 7b85d321af feat: implement dynamic field labels for agent profile sections using backend-provided slugs pradeepkumar 2026-04-15 15:57:52 +05:30
  • e88f190a5c refactor: normalize state codes to uppercase in location parts and agent details pradeepkumar 2026-04-15 15:54:43 +05:30
  • fcb8f77004 feat: add ComingSoonScreen, integrate it into routing, and update chat avatar and home menu navigation pradeepkumar 2026-04-15 15:52:41 +05:30
  • df32a83692 feat: implement form validation helpers and integrate field-level validation in agent profile screen, reset auth error suppression on login, and clean up home header UI. pradeepkumar 2026-04-15 15:45:05 +05:30
  • 347cb6a810 fix pradeepkumar 2026-04-15 13:40:20 +05:30
  • a0f28844cb fix pradeepkumar 2026-04-15 11:55:26 +05:30
  • 3aff297789 chore: reset build number to 1 in pubspec.yaml pradeepkumar 2026-04-15 06:47:10 +05:30
  • 49d30a1e0d refactor: remove location field and related logic from profile settings tab pradeepkumar 2026-04-14 13:05:58 +05:30
  • 80fed62b28 refactor: make top professionals section height responsive to screen size pradeepkumar 2026-04-13 21:05:46 +05:30
  • eb8a05dcc1 feat: add role-based authentication support and update UI toggle label to Agent pradeepkumar 2026-04-13 20:26:10 +05:30
  • 9fbc0ba3d0 refactor: reduce top professionals section height and limit displayed expertise tags to one pradeepkumar 2026-04-13 18:00:01 +05:30
  • b73854e086 refactor: remove star rating and update expertise tag display and padding in top professionals section pradeepkumar 2026-04-13 17:01:00 +05:30
  • 583d9f7428 feat: implement full FCM token cleanup on logout by deleting both remote and local tokens pradeepkumar 2026-04-13 16:51:26 +05:30
  • de84a2b883 refactor: clear description and helper text in hero section default content pradeepkumar 2026-04-12 16:27:36 +05:30
  • 09cee9931b refactor: migrate Stripe checkout to external browser with lifecycle-based subscription refresh pradeepkumar 2026-04-12 13:08:36 +05:30
  • 1a08730b83 refactor: update location parsing logic to prioritize state before city in profile settings pradeepkumar 2026-04-11 22:52:19 +05:30
  • 1ef02383a6 refactor: update agent location display logic to prioritize state over city across UI and models pradeepkumar 2026-04-11 22:52:13 +05:30
  • 9c63ee70d9 refactor: update agent type dropdown hint text to professional role pradeepkumar 2026-04-11 22:42:23 +05:30
  • 5e5ed97c56 refactor: update hero section CTA button text from See All Agents to See All pradeepkumar 2026-04-11 22:14:00 +05:30
  • 205643993b refactor: update top professionals section title and CTA text for clarity pradeepkumar 2026-04-11 22:07:19 +05:30
  • 9be6773c5b feat: update testimonials and trust stats content to reflect new brand messaging pradeepkumar 2026-04-11 21:44:29 +05:30
  • e93c979400 feat: add speech_to_text, optimize navigation transitions, improve bottom nav rebuild performance, and fix home screen padding. pradeepkumar 2026-04-11 02:53:25 +05:30
  • 1abcc2416f perf: optimize home screen rendering with ListView.builder and improve image loading performance by persisting disk cache pradeepkumar 2026-04-10 20:18:21 +05:30
  • cdb918fae8 feat: implement centralized human-readable error messaging for Dio exceptions and improve API response parsing pradeepkumar 2026-04-10 17:35:59 +05:30
  • fe521d64f5 fix: improve image caching reliability by clearing cache on startup and forcing widget rebuilds on tab switches pradeepkumar 2026-04-10 17:06:49 +05:30
  • 9c79c05c52 refactor: update contact email and phone priority logic in agent detail provider to match web implementation pradeepkumar 2026-04-09 22:08:24 +05:30
  • b97113b10a fix: update active conversation state and read status based on app lifecycle changes pradeepkumar 2026-04-09 20:40:58 +05:30
  • 63288fa06a feat: implement user reporting in chat and dynamic environment-aware testimonial links pradeepkumar 2026-04-09 17:02:20 +05:30
  • 44278b7eb0 fix: implement safe map casting for socket events and add support for conversation deletion updates pradeepkumar 2026-04-09 16:02:31 +05:30
  • f9c6d5e5da refactor: improve Dio error parsing and add user-friendly fallback messages for network and status code failures pradeepkumar 2026-04-09 05:22:11 +05:30
  • 509eae2e88 refactor: enhance push notification routing with full payload handling and add socket connection state management pradeepkumar 2026-04-08 21:24:35 +05:30
  • ca81a73e49 feat: integrate speech-to-text functionality into chat screen with cross-platform permission configuration pradeepkumar 2026-04-08 20:21:29 +05:30
  • 8474d41002 style: update support chat bubble colors to use AppColors.accentOrange pradeepkumar 2026-04-08 19:12:43 +05:30
  • 0c52b18971 feat: add Android OAuth client configuration to production google-services.json files pradeepkumar 2026-04-08 09:54:55 +05:30
  • 6ff1b8e821 feat: refactor agent filter sheet to support dynamic API-driven types and update professional card layout pradeepkumar 2026-04-08 09:42:41 +05:30
  • de58d807ec prod setup pradeepkumar 2026-04-08 09:36:03 +05:30
  • 067eee65e6 fix pradeepkumar 2026-04-08 04:59:14 +05:30
  • 8d121cd586 fix pradeepkumar 2026-04-08 04:32:07 +05:30
  • 82c0582bca feat: implement production flavor with environment configuration and build support pradeepkumar 2026-04-08 03:50:52 +05:30
  • 7e4f879171 fix pradeepkumar 2026-04-08 03:46:13 +05:30
  • 7737bcfd65 fix pradeepkumar 2026-04-07 20:14:40 +05:30
  • 821e1a0689 feat: implement automatic message delivery acknowledgement to trigger real-time double-tick status updates pradeepkumar 2026-04-07 19:53:12 +05:30
  • 2913947a34 refactor: remove redundant AnimatedSwitcher and update routing transitions to use slide animations for detail screens pradeepkumar 2026-04-02 17:57:57 +05:30
  • 18cf495672 fix: update navigation routes to /home in payment success screen pradeepkumar 2026-04-02 07:07:19 +05:30
  • 5f146853bd fix pradeepkumar 2026-03-31 23:23:08 +05:30
  • 26611274d5 feat: pass role, agent type, and auth mode to social login providers and repository pradeepkumar 2026-03-31 22:45:16 +05:30
  • c2c1b51777 refactor: update back navigation to prioritize popping the route stack before defaulting to home pradeepkumar 2026-03-31 20:41:01 +05:30
  • 8a982bdf3d refactor: update navigation to use push/pop and add conditional dashboard redirection for agents pradeepkumar 2026-03-31 19:36:30 +05:30
  • 548c822f89 feat: add URL and intent queries to Android manifest and refresh notification list after marking all as read pradeepkumar 2026-03-31 16:00:48 +05:30
  • a96a7b84d8 refactor: conditionalize profile fields, update chat navigation transitions, and fix provider state management during widget lifecycle pradeepkumar 2026-03-31 13:05:49 +05:30
  • 418e350fad refactor: migrate TopProfessionals section to use CMS data and update UI layout constraints pradeepkumar 2026-03-31 12:33:06 +05:30
  • 457ea8a082 feat: add shimmer header to conversations screen and update navigation transitions pradeepkumar 2026-03-31 06:18:33 +05:30