Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Conversation

ironjan
Copy link
Contributor

@ironjan ironjan commented Jun 28, 2020

  • Screen orientation is already set to portrait in AndroidManifest.xml
  • Since this is only a very minor change I skipped the creation of a dedicated issue

Description

Currently, the app only supports portrait mode. Since #738, the screen orientation is now requested via the AndroidManifext.xml (See l. 41, l. 51, l. 56).

The only exception is CaptureActivity which uses fullSensor as seen in l. 61.

@SebastianWolf-SAP - could you clarify on how the CaptureActivity should behave*? Neither before my change, nor after the change, the Capture Screen rotates to landscape (nor any other orientation). However, since the orientation is not locked via the application class's onActivty anymore, the CaptureActivity now should orient itself but it stays in portrait mode.

*Latest change in L61 was made by you, so I assume you are the best person to ask.

@ironjan ironjan requested a review from a team June 28, 2020 12:04
@ironjan ironjan force-pushed the remove-manual-request-of-screen-orientation-in-application-class branch 2 times, most recently from db31022 to 5195440 Compare June 28, 2020 19:16
…class

 * Screen orientation is already set to portrait in AndroidManifest.xml
@ironjan ironjan force-pushed the remove-manual-request-of-screen-orientation-in-application-class branch from 5195440 to 7340b1d Compare June 28, 2020 19:42
@d4rken
Copy link
Member

d4rken commented Sep 21, 2020

We are switching our branching approach, dev is going to be deleted, to do this there can't be any open PRs against it. I'm switching this PR to master, before merging this PR switch it to a fitting target release branch, i.e. release/1.X.Y

@d4rken d4rken changed the base branch from dev to master September 21, 2020 08:25
@ironjan
Copy link
Contributor Author

ironjan commented Sep 21, 2020 via email

@d4rken d4rken added community Tag issues created by community members enhancement Improvement of an existing feature labels Sep 25, 2020
@d4rken d4rken changed the title [WIP] Removed manual request of portrait screen orientation in Application class (no related issue) Removed manual request of portrait screen orientation in Application class (no related issue) Sep 25, 2020
@d4rken d4rken changed the base branch from master to release/1.5.x September 25, 2020 04:19
@mertsafter
Copy link
Contributor

Will close this. See Follow-Up PR #1272

@mertsafter mertsafter closed this Oct 1, 2020
@ironjan
Copy link
Contributor Author

ironjan commented Oct 1, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community Tag issues created by community members enhancement Improvement of an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants