- 29 Feb, 2024 1 commit
-
-
Bruno Leroux authored
## Description This PR simplifies one external link in a commented section of the Android manifest template. ## Related Issue Fixes https://github.com/flutter/flutter/issues/144249 ## Tests Documentation only PR.
-
- 16 Nov, 2023 1 commit
-
-
Bruno Leroux authored
## Description This PR adds a new section to the Android manifest file. This section is required for https://github.com/flutter/engine/pull/44579 (because it uses `PackageManager.queryIntentActivities` API ), see: 1. https://developer.android.com/training/package-visibility?hl=en 2. https://developer.android.com/reference/android/content/Intent#ACTION_PROCESS_TEXT 3. https://developer.android.com/reference/android/content/pm/PackageManager?hl=en#queryIntentActivities(android.content.Intent,%20android.content.pm.PackageManager.ResolveInfoFlags) ## Related Issue Android manifest update for https://github.com/flutter/flutter/issues/107603 ## Tests This PR updates the integration tests and examples Android manifest files, this will help catch error or warning related to this change.
-
- 30 May, 2023 1 commit
-
-
Reid Baker authored
Update android manifests to set exported:true on main activities in integration test for api 33 support (#127892) Update android manifests to set exported:true on main activities in integration test for api 33 support #127689 #127884 is resolved by https://flutter-review.googlesource.com/c/recipes/+/45181 but this pr is required to reland.
-
- 12 Nov, 2021 2 commits
-
-
Gary Qian authored
-
- 11 Nov, 2021 1 commit
-
-
Gary Qian authored
-
- 10 Nov, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit 6153bbef.
-
Gary Qian authored
-
- 28 Feb, 2020 1 commit
-
-
Jason Simmons authored
Update Android activities because plugin registration is now done by FlutterActivity.configureFlutterEngine (#50841)
-
- 15 Jan, 2020 1 commit
-
-
Jason Simmons authored
-
- 10 Jan, 2020 1 commit
-
-
Jonah Williams authored
This reverts commit 1613a62e.
-
- 09 Jan, 2020 1 commit
-
-
Jason Simmons authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 26 Sep, 2019 1 commit
-
-
Tong Wu authored
-
- 18 Jun, 2019 1 commit
-
-
Dan Field authored
Skip diagnostics on release mode, add test in firebase testlab
-