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

DTL (Test > Levelbuilder): 47d176a2 #36786

Merged
merged 72 commits into from Sep 16, 2020
Merged

Conversation

deploy-code-org
Copy link
Contributor

No description provided.

dmcavoy and others added 30 commits September 6, 2020 23:26
to include Hora del Código
In summary: we no longer lose the helper when rotating an iPhone from landscape to portrait in an AI for Oceans level.

In an AI for Oceans level, when rotating an iPhone from landscape to portrait, the helper was being hidden, and would no longer be seen once rotated back to landscape, nor indeed for another year due to the cookie being set.  This was because we were getting both an "orientationchange" event and a "resize" event, and the heuristic for determining whether the toolbar was hidden thought it had been hidden in the first event (specifically, window.innerHeight was equal to document.body.offsetHeight), while it wouldn't have thought it was dismissed in the second event.

We only need to respond to the second, "resize", event, and things work better.  A regular Flappy level appears to continue working.

This also adds support for iOS 14.

Followup to #34390
Refactor iOS version checking.
dmcavoy and others added 27 commits September 14, 2020 14:28
Removed reliance on hard-coded value for png size
DTT (Staging > Test) [robo-dtt]
CB -> LB : Create ActivityEditor for Lesson Edit Page
Hour of Code Date Helper: Try to use detected language
Create and Set Up Add level dialog for Activities Editor GUI
Upgrade to latest version of Drone server
…tring

Update trademark string in hourofcode.com footer
DTS (Levelbuilder > Staging) [robo-dts]
@deploy-code-org deploy-code-org requested a review from a team as a code owner September 16, 2020 22:20
@deploy-code-org deploy-code-org merged commit 1812d92 into levelbuilder Sep 16, 2020
@deploy-code-org deploy-code-org deleted the dtl_candidate_47d176a2 branch September 16, 2020 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants