Skip to content

Conversation

felix-schwarz
Copy link
Contributor

@felix-schwarz felix-schwarz commented Feb 27, 2021

Description

This PR fixes the misplaced Collapsible Progress Bar in Detail View (originally #907 by @hosy).

Related Issue

#906 #907

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Before Updated Updated in Full screen
Simulator Screen Shot - iPad Pro (11-inch) (2nd generation) - 2021-02-23 at 15 24 56 Simulator Screen Shot - iPad Pro (11-inch) (2nd generation) - 2021-02-23 at 15 23 51 Simulator Screen Shot - iPad Pro (11-inch) (2nd generation) - 2021-02-23 at 15 23 56

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • Added changelog files for the fixed issues in folder changelog/unreleased

QA

hosy and others added 4 commits February 23, 2021 15:34
- changed position of Collapsible Progress Bar in detail view to safearea bottom
- hide Collapsible Progress Bar in full screen mode
… in the safeArea

- ProgressSummarizer: make .setNeedsUpdate() public to allow triggering updates to observers
- ClientRootViewController:
	- add .allowProgressBarAutoCollapse property that allows auto collapse even with "persistent" messages
	- animate CollapsibleProgressBar alongside UINavigationController transitions
	- rename progressBarHeightConstraint to progressBarBottomConstraint for clarity
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ hosy
❌ felix-schwarz
You have signed the CLA already but the status is still pending? Let us recheck it.

@felix-schwarz felix-schwarz added this to the 11.5.2-Current milestone Feb 27, 2021
@felix-schwarz felix-schwarz linked an issue Feb 27, 2021 that may be closed by this pull request
@jesmrec
Copy link
Contributor

jesmrec commented Mar 1, 2021

(1)

Problem is fixed in portrait mode.

If the device is in landscape, the Before behaviour happens

…e progress bar at the wrong offset

- adapt the bugfix to also work on iOS 12
@felix-schwarz
Copy link
Contributor Author

@jesmrec Thanks! (1) should now be fixed. I've tested it with iOS 12 and iOS 14.4 in the Simulator, rotating before and while viewing content.

@jesmrec
Copy link
Contributor

jesmrec commented Mar 1, 2021

Fixed. Tested also with iOS14.4 and iOS13.4.

Approved

@jesmrec jesmrec added the Approved by QA Approved by QA label Mar 1, 2021
@hosy hosy merged commit c066b72 into milestone/11.5.2 Mar 1, 2021
@delete-merged-branch delete-merged-branch bot deleted the fix/collapsible-progress-bar-position-flex branch March 1, 2021 17:14
@jesmrec jesmrec mentioned this pull request Mar 2, 2021
31 tasks
hosy added a commit that referenced this pull request Mar 3, 2021
* Preparing new version: changed version and build number to 11.5.2 and 188

* Add Themeable support to the Acknowledgements (#900)

* [feature/flat-mdm-settings] Support for MDM setting hierarchies with flat keys (#904)

* - automatic termination + relaunch by notification on MDM changes push
- fix indentation

* - react to setting changes pushed via MDM differently, in a two-step process
	- first notify the user about the changes
	- if the user taps the notification, schedule a relaunch notification and then quit
	- if the user taps the relaunch notification, the app is launched
- request authorization to post notifications if needed

* [fix/pdf-thumbnailview-position] PDF thumbnail view position on the iPad (#905)

* Fixing the thumbnail view position on the iPad in portrait view
- added orientation changed notification to recreate the constrains, when the device was rotated

* added changelog issue

* Calens changelog updated

* fixed QA finding (jumpy thumbnail view on iPhone)

* isPortrait mode is not working and removed it with size class

Co-authored-by: hosy <[email protected]>

* [fix/collapsible-progress-bar-position-flex] Collapse Progress Bar in Detail View (#911)

* Accessing hyper links in PDF view (#913)

* Updated release notes for version 11.5.2

* Calens changelog updated

* [feature/owncloud-online-screentshots] Create Screenshots for Branded Builds with Fastlane (#912)

* updated In-App release notes with marketing fix

* moved calens changelog files into release folder

* Calens changelog updated

* updated SDK to latest master commit

Co-authored-by: Felix Schwarz <[email protected]>
Co-authored-by: hosy <[email protected]>
Co-authored-by: Michael Neuwert <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved by QA Approved by QA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Misplaced Collapsible Progress Bar in detail view
4 participants