-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Allow adding tags to AndroidManifest.xml from project.xml. #1814
Open
player-03
wants to merge
9
commits into
openfl:8.3.0-Dev
Choose a base branch
from
player-03:android-manifest-config
base: 8.3.0-Dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ae6a05 - Browse repository at this point
Copy the full SHA 5ae6a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb86177 - Browse repository at this point
Copy the full SHA eb86177View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0bbdf6 - Browse repository at this point
Copy the full SHA d0bbdf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b9cc5 - Browse repository at this point
Copy the full SHA 62b9cc5View commit details -
ConfigData
: use stored values instead of looking them up repeatedly.Also, there's no need for `Reflect.hasField()`. We know it has the field, because we're iterating over `Reflect.fields()`.
Configuration menu - View commit details
-
Copy full SHA for 37bb081 - Browse repository at this point
Copy the full SHA 37bb081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df5a11 - Browse repository at this point
Copy the full SHA 2df5a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for d65f28c - Browse repository at this point
Copy the full SHA d65f28cView commit details -
Allow adding tags to AndroidManifest.xml from project.xml.
For instance, `<config:android><manifest><uses-permission android:name="xyz" /></manifest></config:android>` will copy the `uses-permission` tag directly into the manifest. This allows you to specify attributes like `android:maxSdkVersion` that aren't normally available.
Configuration menu - View commit details
-
Copy full SHA for 221bb3d - Browse repository at this point
Copy the full SHA 221bb3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fd7060 - Browse repository at this point
Copy the full SHA 5fd7060View commit details
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.