Rename the Application Namespace and Fold the Module Trees - #23
Merged
Conversation
|
Important Review skippedToo many files! This PR contains 592 files, which is 492 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (592)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PSchmiedmayer
force-pushed
the
feature/engagehf-namespace
branch
from
August 14, 2026 09:18
f22caf8 to
793a2de
Compare
PSchmiedmayer
force-pushed
the
feature/engagehf-namespace
branch
from
August 14, 2026 09:20
793a2de to
617dcbd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
♻️ Current situation & Problem
The application still carries the package namespace and the module layout it was created under. Production code lives under
edu.stanford.bdh.engagehf, a second tree of modules sits beside it underedu.stanford.spezi, and shared types are named after the framework this repository was derived from rather than after the application they now belong to.The Play Store application identifier cannot change, and neither can the keys existing installations already wrote to disk. Both are treated as fixed points here.
No related issue was identified.
⚙️ Release Notes
com.engagehf. The application identifier staysedu.stanford.bdh.engagehf, so the Play Store listing, the Firebase registration and the update path for existing installations are unaffected.engagehf-modules, so the project has a single module layout, one package prefix, and Gradle module and plugin identifiers that match it.CONTRIBUTORS.md.📚 Documentation
CONTRIBUTORS.mdrecords what this repository is based on. The migrations are documented at the point where they run.✅ Testing
./gradlew :app:assembleDebugand./gradlew testDebugUnitTest— 520 unit testsCode of Conduct & Contributing Guidelines
By creating and submitting this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: