Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Jetpack Compose #44

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from
Draft

Conversation

oxcened
Copy link
Owner

@oxcened oxcened commented Dec 8, 2023

This PR migrates the app from XML layouts to Jetpack Compose.

  •  Create for each fragment a new Compose screen
  • Implement Navigation Compose and hook up navigation directly to screens
  • Clean up of all unused activities, fragments, XML layouts, dependencies and so on

@oxcened oxcened added the enhancement New feature or request label Dec 8, 2023
@oxcened oxcened self-assigned this Dec 8, 2023
@oxcened oxcened modified the milestone: Modularization Dec 8, 2023
@oxcened oxcened force-pushed the feat/migrate-to-jetpack-compose branch from 666d445 to 9c98711 Compare October 5, 2024 10:55
@oxcened oxcened modified the milestone: Modularization Oct 5, 2024
@oxcened oxcened modified the milestone: Jetpack Compose Oct 5, 2024
@oxcened oxcened changed the title add composables OpenDialerApp CallsScreen, CallDetailScreen, Contacts… feat: Jetpack Compose Oct 10, 2024
@oxcened oxcened force-pushed the feat/migrate-to-jetpack-compose branch from 3c9ea64 to 4f094c3 Compare October 27, 2024 13:32
@oxcened oxcened force-pushed the feat/migrate-to-jetpack-compose branch from 467621a to bc6e5bd Compare October 27, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment