Skip to content

Conversation

@Alex-Usmanov
Copy link
Contributor

@Alex-Usmanov Alex-Usmanov commented Dec 26, 2023

Platform implementation portion of #5166. Implements InAppBrowserConfiguration support on Android, as well as support for InAppBrowserConfiguration.showTitle parameter for hiding/showing webpage title in Android Custom Tabs.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the relevant style guides and ran the auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages repo does use dart format.)
  • I signed the CLA.
  • The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences]
  • I listed at least one issue that this PR fixes in the description above.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.
  • I updated CHANGELOG.md to add a description of the change, following repository CHANGELOG style.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@Alex-Usmanov
Copy link
Contributor Author

This is #5166 but only with android implementation changes

@stuartmorgan-g
Copy link
Collaborator

Marking as a draft for now; the sub-PRs can't proceed without the dependencies landing first. The overall pre-review is done in the main PR.

@stuartmorgan-g stuartmorgan-g marked this pull request as draft January 3, 2024 16:08
@Alex-Usmanov Alex-Usmanov marked this pull request as ready for review January 25, 2024 12:41
@Alex-Usmanov
Copy link
Contributor Author

@stuartmorgan sorry for tagging. could you please review this PR? it seems to have slipped through the cracks.
the dependencies are landed as far as I understand.

thanks!

@stuartmorgan-g
Copy link
Collaborator

it seems to have slipped through the cracks.

You only marked it as ready for review at the end of last week; it often takes more than two working days for a PR to be reviewed.

@Alex-Usmanov
Copy link
Contributor Author

Alex-Usmanov commented Jan 29, 2024

Sorry, did not mean to be pushy. I am just quite unaware of the process and assumed that once the child prs are going to be taken care of once the main one was approved (perhaps a silly assumption to make, you guys have a lot of responsibilities without this)

Since this one was in drafts for a month, I thought this one got lost.

Once again sorry for misunderstanding and disturbance!

@stuartmorgan-g
Copy link
Collaborator

I am just quite unaware of the process

We follow the process described at https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changing-federated-plugins

Since this one was in drafts for a month, I thought this one got lost.

We don't generally look at draft PRs, we wait for the author of the PR to mark it as ready for review.

Copy link
Collaborator

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, @gmackall for secondary review.

Copy link
Member

@gmackall gmackall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@stuartmorgan-g stuartmorgan-g added the autosubmit Merge PR when tree becomes green via auto submit App label Feb 13, 2024
@auto-submit auto-submit bot merged commit 1bc9fee into flutter:main Feb 13, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 14, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Feb 14, 2024
flutter/packages@9385bbb...a864254

2024-02-14 [email protected] Allow deprecated members from the Dart SDK/Flutter Framework to roll in (flutter/packages#6111)
2024-02-14 [email protected] [google_maps_flutter][iOS 12] Skip `testTakeSnapshot` (flutter/packages#6120)
2024-02-13 [email protected] [ci] Allow dependencies on local_auth_ios (flutter/packages#6116)
2024-02-13 [email protected] [url_launcher] Add `InAppBrowserConfiguration` parameter in implementations (flutter/packages#5759)
2024-02-13 [email protected] [flutter_markdown] Use Text.rich to replace RichText in Flutter Markdown (flutter/packages#6062)
2024-02-13 [email protected] [google_maps_flutter][iOS 17] takeSnapshot FIX (flutter/packages#5823)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC [email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App p: url_launcher platform-android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants