This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 222
Merge develop 9.6 10 06 2021 #7583
Merged
livecodepanos
merged 14 commits into
livecode:develop
from
livecodepanos:merge-develop-9.6_10_06_2021
Jun 10, 2021
Merged
Merge develop 9.6 10 06 2021 #7583
livecodepanos
merged 14 commits into
livecode:develop
from
livecodepanos:merge-develop-9.6_10_06_2021
Jun 10, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This function returns the full name of the device the app is running on. If the app is running on a simulator, it returns "i386" or "x86_64".
This patch fixes an issue where `$_POST_RAW` was not set if posted data was too large to be buffered. The issue was caused by: * When a file was created for caching the post data it was using `OpenFd` which only supports the stdio handles on Windows. * When reading from the cache we need to iterate until the read either fails or completes the required read length.
This patch ensures the AppTrackingTransparency framework is included only if the version of the target_sdk is 14+
This patch adds a dictionary entry and corrects the release note for iphoneDeviceModel() function
…lude_frameworks [[ Bug 23193 ]] Conditionally include AppTrackingTransparency framework
…_model [[ Bug 21769 ]] Add new function iphoneDeviceModel()
[[ Bug 16745 ]] Fix $_POST_RAW on Windows Server
…on iOS 14+ This patch ensures the AppTrackingTransparency framework is included if the version of the target_sdk is 14+ not only on simulator builds but also on device builds.
…honeos [[ Bug 23193 ]] Ensure AppTrackingTransparency framework is included on iOS 14+
This patch moves the placeholder variable for android:usesCleartextTraffic into the <application> tag.
[[ Bug 22400 ]] Move ${ALLOW_HTTP_CONNECTIONS} into <application> tag
clean merge, self-review: @livecode-vulcan review ok 315ebf3 |
💙 review by @livecodepanos ok 315ebf3 |
livecode-vulcan
added a commit
that referenced
this pull request
Jun 10, 2021
…_06_2021 Merge develop 9.6 10 06 2021
😎 test success 315ebf3
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.