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: landscape layout support #34

Merged
merged 28 commits into from
Apr 24, 2024
Merged

feat: landscape layout support #34

merged 28 commits into from
Apr 24, 2024

Conversation

afonsosousah
Copy link
Owner

@afonsosousah afonsosousah commented Mar 16, 2024

Adiciona um layout para o ecrã horizontal, permitindo que a app seja utilizada em modo landscape no suporte de telemóvel da bicicleta, sem que esteja em navegação.
De momento a 3D view não será implementada neste modo, pois não é possível carregar nos pontos das estações no mapa.
Remove a necessidade do aviso de rodar o ecrã.

To-do

  • Add support for the navigation in any orientation
  • Set the default on the navigation UI to follow user, and when user touches on the map, it stops following the user and a button to snap back to the user is shown
  • rename "updatePositionAndRotationWhenInNavigationUI"

@afonsosousah afonsosousah changed the title feat: starting horizontal support feat: horizontal support Mar 16, 2024
@afonsosousah afonsosousah changed the title feat: horizontal support feat: landscape layout support Mar 16, 2024
@afonsosousah afonsosousah self-assigned this Mar 16, 2024
@afonsosousah afonsosousah added the enhancement New feature or request label Mar 16, 2024
@afonsosousah afonsosousah added this to the v0.0.5 milestone Mar 16, 2024
@afonsosousah afonsosousah linked an issue Mar 16, 2024 that may be closed by this pull request
@afonsosousah
Copy link
Owner Author

rebase

@afonsosousah
Copy link
Owner Author

rebased

@afonsosousah
Copy link
Owner Author

rebased

afonsosousah and others added 22 commits April 24, 2024 00:37
…ow rotate screen notice when user is in wrong orientation
…nd automatically exit navigation UI when back to portrait
Co-authored-by: Rodrigo Leitão <38259440+ImRodry@users.noreply.github.com>
… map, detect when app is coming from background and update location, renamed and aggregated both position and rotation update functions
@afonsosousah
Copy link
Owner Author

rebased

@afonsosousah afonsosousah merged commit c606a8e into main Apr 24, 2024
1 check passed
@afonsosousah afonsosousah deleted the feat/horizontal-support branch April 24, 2024 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

feat: navigation UI when on trip and horizontal mode
2 participants