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

Updated Android SDK version #261

Merged
merged 3 commits into from Sep 28, 2022

Conversation

orestesgaolin
Copy link
Contributor

There was issue with previous version of Android SDK that it used wrong text colors for dark backgrounds. I got response from Intercom support team, that updating to 12.5.1 should solve that.

@Zazo032 Zazo032 added the platform-android Specific to Android platform label Sep 27, 2022
@Zazo032 Zazo032 self-requested a review September 27, 2022 08:06
Copy link
Collaborator

@Zazo032 Zazo032 left a comment

Choose a reason for hiding this comment

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

🥇 Thanks for the contribution!
Since version 12.5.0, Android 13 is now officially supported by Intercom, I think we should also make some small changes to the README.md file:

  • In the optional permissions for Android section, add:
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

intercom_flutter/CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Cristian Zazo <cristian.zazo@gmail.com>
@orestesgaolin
Copy link
Contributor Author

Thanks, will apply the changes :)

@orestesgaolin
Copy link
Contributor Author

I updated the README.md and from what I can see right now the firebase_messaging should take care of the notification permission, so as this is a prerequisite it seems we don't need to ask users to install permission_handler, wdyt?

Copy link
Collaborator

@Zazo032 Zazo032 left a comment

Choose a reason for hiding this comment

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

You're right, I didn't notice there was a new update for firebase_messaging that automatically handled that for Android too. Changes LGTM, thanks for you help!

@Zazo032 Zazo032 merged commit 894c811 into v3rm0n:master Sep 28, 2022
@orestesgaolin orestesgaolin deleted the chore/update-android-to-12.5.1 branch September 28, 2022 10:22
@orestesgaolin orestesgaolin restored the chore/update-android-to-12.5.1 branch September 28, 2022 17:30
@orestesgaolin orestesgaolin deleted the chore/update-android-to-12.5.1 branch September 29, 2022 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform-android Specific to Android platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants