refactor: move MainActivity (#1417)
Description
Move MainActivity to ui package.
Screenshots
Technical details
Tests
- Play store deep links -
✅ - Self update through Gitlab releases -
✅ - Icon on launcher doesn't shift -
✅
Issues
https://gitlab.e.foundation/e/os/backlog/-/issues/1417
10 commandments of code reviews
Summary by CodeRabbit
-
New Features
- Restructured package organization by moving
MainActivityto a dedicateduisubpackage, enhancing code clarity.
- Restructured package organization by moving
-
Bug Fixes
- Updated references to
MainActivityacross various files to reflect the new package structure, ensuring proper functionality.
- Updated references to
-
Documentation
- Improved organization of UI-related components, which may aid developers in navigating the codebase more effectively.
Edited by CodeRabbitAI