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 from master #36

Merged
merged 52 commits into from
Jul 23, 2024
Merged

update from master #36

merged 52 commits into from
Jul 23, 2024

Conversation

atrope
Copy link
Member

@atrope atrope commented Jul 23, 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.

LTPhantom and others added 30 commits March 27, 2024 14:00
* Creation of Pangle Adapter
* Added Pangle github workflow
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@b4ffde6...9bb5618)

---
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>
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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>
* Creation of Meta Adapter

* Added gma_mediation_meta github workflow
* Created ironSource adapter

* Updated general analysis_options
* Added DT Exchange Adapter
* Created InMobi Adapter

* Added Github workflow
* Mediation Extras implementation

* Added permissions to manifest
* Updated iOS GMA SDK to 11.2.0

* Excluding mediation plugins from main plugin analysis
* Update Info.plist

* Update Info.plist

* Update Info.plist

* Update Info.plist

* Update Info.plist

* Update Info.plist

* Update Info.plist
Co-authored-by: Justin Malandruccolo <[email protected]>
* Updated UMP dependency to 2.2.0

* Added UMP 2.2.0 Android implementation

* Added UMP 2.2.0 iOS implementation

* Added Android unit tests

* Added iOS unit tests
* Unity Adapter implementation
* Bump actions/checkout from 4.1.1 to 4.1.4

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...0ad4b8f)

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

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

* Update gma_mediation_applovin.yaml

* Update google_mobile_ads.yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aldo Becerril <[email protected]>
…ive size (#1074)

* Using adaptive banner code for now default banner sample

* Deleted obsolete adaptive_banner_sample

* Update build.yaml

* Update build.yaml

---------

Co-authored-by: Justin Malandruccolo <[email protected]>
* Addressed issue of Dart conventions and Static analysis

* Suppressed deprecation warnings
* Version bump to 5.1.0

* Updated CHANGELOG
* Added dart class to allow compatibility analysis

* Updated license file
* Added LiftoffMonetize Adapter

* Added Android unit tests

* Added iOS unit tests

* Added liftoffmonetize github workflow
* Mintegral Adapter Creation
* Updated adapters version.

* Documentation for AppLovin Mediation Extras

* Added License header to mediation extras files
* 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]>
* 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
LTPhantom and others added 22 commits May 9, 2024 17:29
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 (#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]>
* Updated adapters to be static frameworks for iOS
* Added DT Exchange Privacy API usage

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

* Updated iOS versions to run swift tests
…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]>
@atrope atrope merged commit b77b8c8 into SuaMusica:master Jul 23, 2024
27 of 46 checks passed
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.

3 participants