Skip to content

Rename Screens to Activities and restructure files#44

Merged
daveallie merged 4 commits intomasterfrom
chore/activities
Dec 17, 2025
Merged

Rename Screens to Activities and restructure files#44
daveallie merged 4 commits intomasterfrom
chore/activities

Conversation

@daveallie
Copy link
Member

Summary

  • This PR drastically reshapes the structure of the codebase, moving from the concept of "Screens" to "Activities", restructing the files and setting up the concept of subactivities.
  • This should help with keep the main file clean and containing all functional logic in the relevant activity.
  • CrossPointState is now also a global singleton which should help with accessing it from within activities.

Additional Context

  • This is probably going to be a bit disruptive for people with open PRs, sorry 😞

@daveallie daveallie marked this pull request as ready for review December 17, 2025 12:32
@daveallie daveallie merged commit d429966 into master Dec 17, 2025
1 check passed
@daveallie daveallie deleted the chore/activities branch December 22, 2025 03:47
Unintendedsideeffects pushed a commit to Unintendedsideeffects/crosspoint-reader that referenced this pull request Feb 17, 2026
)

## Summary

* This PR drastically reshapes the structure of the codebase, moving
from the concept of "Screens" to "Activities", restructing the files and
setting up the concept of subactivities.
* This should help with keep the main file clean and containing all
functional logic in the relevant activity.
* CrossPointState is now also a global singleton which should help with
accessing it from within activities.

## Additional Context

* This is probably going to be a bit disruptive for people with open
PRs, sorry 😞
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