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

update develop #35

Draft
wants to merge 85 commits into
base: develop
Choose a base branch
from
Draft

update develop #35

wants to merge 85 commits into from

Conversation

atrope
Copy link
Member

@atrope atrope commented Mar 27, 2024

Description

Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and what motivated the change.

Related Issues

*Replace this paragraph with a list of issues related to this PR from the issue database. Indicate, which of these issues are resolved or fixed by this PR.

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]).
This will ensure a smooth and quick review process. Updating the pubspec.yaml and changelogs is not required.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See Contributor Guide).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (flutter analyze) does not report any problems on my PR.
  • I read and followed the Flutter Style Guide.
  • I signed the CLA.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate a breaking change in CHANGELOG.md and increment major revision).
  • No, this is not a breaking change.

jjliu15 and others added 30 commits November 8, 2023 10:44
… 3.7.0 (googleads#872)

* Remove visibility detector workaround and bump min Flutter version to 3.7.0

* Fix formatting.
Co-authored-by: Justin Malandruccolo <[email protected]>
* Added null validation to the create method in GoogleMobileAdsViewFactory.java
* Remove deprecated uses of describeEnum
* Removed old dependency
* Updated version to 4.0.0.
* Updated iOS GMA SDK version to 10.11.0
* Updated Android GMA SDK version to 22.5
* Updated CHANGELOG
* upgrade flutter version

* change in main funtion

* change print to debugPrint
…oogleads#981)

* Updated GMA SDK to version 10.14.0 and removed deprecated methods
* Tests updated. Modified use of RequestConfiguration SharedInstance
…tion changes (googleads#983)

* Using orientationBuilder to detect orientation changes

* Removed commented code

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Updated ad unit IDs for adaptive banners

* Ad Manager ad unit

* removed uneccessary import

* spacing

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](styfle/cancel-workflow-action@0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8f4b7f8...b4ffde6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* FlutterMediationExtras on iOS
* Adding new way of handling Mediation Extras
* Defined read values from host platform to dart layer of the Mediation Extras to avoid FormatExceptions
* Removed deprecated annotations to properties. Fixed iOS ReaderWriter
* Modified MediationExtras parsing for better testing
* Added iOS side of MediationExtras parsing. Marked FLTMediationNetworkExtrasProvider as deprecated.
* Updated CHANGELOG.
)

Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](styfle/cancel-workflow-action@0.12.0...0.12.1)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Removed call to iOS AppOpen deprecated methods
* Removed call to iOS AppOpen deprecated methods

* Updated changes for compatibility with GMA SDK iOS 11.1.0
…en orientation (googleads#1023)

* Updated AdRequest builders

* Removed deprecated methods

* Removed orientation field from dart and ios layer for AppOpen ads

* Removed call to iOS AppOpen deprecated methods (googleads#1020)

* Removed call to iOS AppOpen deprecated methods

* Upgrade to work with GMA SDK iOS version 11.1.0 (googleads#1021)

* Removed call to iOS AppOpen deprecated methods

* Updated changes for compatibility with GMA SDK iOS 11.1.0

* Removed call to iOS AppOpen deprecated methods (googleads#1020)

* Updated CHANGELOG and version bump

* Version bumped the constant and added more info on CHANGELOG
Co-authored-by: Justin Malandruccolo <[email protected]>
* Creation of AppLovin Adapter

* Reference Mediation Extras changes.

* Added applovin github workflow

* Completed iOS unit tests of third party APIs

* Added SKAdNetwork Ids to example app

* Added License and documentation on Android class

* Removed dart unit test workflow since there aren't any. Excluded applovin folder from pedantic analysis

* Prepared for publishing

* Created a general mediation folder where adapters will go

* Updated github workflow
malandr2 and others added 30 commits May 9, 2024 11:02
* Added UMP SDK integration to Interstitial example

* new line

* Updated error name

* formatted code

* spacing

* Removed branch

* https from ssh

* async/await

* Moved startnewgame out of consent callback

* put back

* updated app bar action

* setState

* Using 5.1.0

* space

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
…#1069)

* Adding UMP SDK integration to Rewarded Interstitial sample

* don't start game until consent is gathered

* only restart if paused

* explicit widget

* set statee

* 5.1.0

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Added UMP SDK integration to Rewarded sample

* Only resume if paused

* app bar widget

* 5.1.0

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Added UMP integration to native platform example

* comment out debug

* explicit widget

* 5.1.0

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Added UMP SDK integration to native template example

* explicit widget

* 5.1.0

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Added UMP SDK integration to App Open example

* null

* 5.1.0

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* IronSource Privacy APIs implementation

* Updated ironSource GitHub workflow to run unit tests
Co-authored-by: Justin Malandruccolo <[email protected]>
Update adapters version, google_mobile_ads version, CHANGELOG and gives example folder for better pub.dev score
…plicationInfo() API (googleads#1092)

* added Tiramasu support with API check for older versions

* formatted file

* format correcetly

* format comment

* more formatting

* Added test

* removed unused imiports

* tiramisu check

* Update FlutterRequestAgentProviderTest.java

* Format Fix

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
Co-authored-by: Aldo Becerril <[email protected]>
* Regenerated mock files

* Updated to GenerateNiceMocks
* Bump swift-actions/setup-swift from 1 to 2

Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift) from 1 to 2.
- [Release notes](https://github.com/swift-actions/setup-swift/releases)
- [Commits](swift-actions/setup-swift@v1...v2)

---
updated-dependencies:
- dependency-name: swift-actions/setup-swift
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updating compileSdkVersion to 34

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LTphantom <[email protected]>
* Bump actions/checkout from 4.1.2 to 4.1.6

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...a5ac7e5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Updated compileSdkVersion

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: LTphantom <[email protected]>
…#1112)

* Updated adapters to be static frameworks for iOS
…gleads#1056)

* Added DT Exchange Privacy API usage

* Added Android and iOS jobs to the DT Exchange github action

* Updated iOS versions to run swift tests
…oogleads#1119)

* Updated ad id for banner sample

* Updated android only

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...692973e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added ad inspector to app bar

* removed changes

* removed

* new line

* no changes

* no changes pt 2

* Updated minimum to iOS 12

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Added ad inspector code to interstitial example

* iOS 12

* pause/resume updated

* pause/resume

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Added ad inspector button to rewarded example

* iOS 12

* pause/resume

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
)

* Add ad inspector to rewarded interstititla

* iOS 12

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Added ad inspector button

* ios 12

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Added ad inspector button

* iOS 12

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Add ad inspector button

* ioS 12

* formatted

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Added ad inspector button

* iOS 12

* Added documentation

* Added documentation

* Documentation

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
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.

6 participants