Skip to content

refactor(core): replace hardcoded domain URLs with AppConstants#401

Merged
haiphucnguyen merged 1 commit into
mainfrom
bug/fix-various-bugs
May 26, 2026
Merged

refactor(core): replace hardcoded domain URLs with AppConstants#401
haiphucnguyen merged 1 commit into
mainfrom
bug/fix-various-bugs

Conversation

@haiphucnguyen
Copy link
Copy Markdown
Collaborator

  • add AppConstants.kt exposing DOMAIN constant used through app
  • adjust analytics event definitions and error sanitization logic for improved consistency
  • rewrite request URLs in UpdateChecker, WebSearchTools, and other network modules to use $DOMAIN
  • Fix the issue application crashes when user copy the text bug: Crash on copy text #400

- add AppConstants.kt exposing DOMAIN constant used through app
- update all UI, config, analytics, and tools to reference DOMAIN instead of literal host
- adjust analytics event definitions and error sanitization logic for improved consistency
- rewrite request URLs in UpdateChecker, WebSearchTools, and other network modules to use $DOMAIN
- ensure all imports of AppConstants added across changed files
- verify build succeeds against updated API surface
@haiphucnguyen haiphucnguyen merged commit 7423133 into main May 26, 2026
14 checks passed
@haiphucnguyen haiphucnguyen deleted the bug/fix-various-bugs branch May 26, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant