Skip to content

Add support for Android 13#879

Closed
cortinico wants to merge 2 commits into
developfrom
nc/android-13
Closed

Add support for Android 13#879
cortinico wants to merge 2 commits into
developfrom
nc/android-13

Conversation

@cortinico

@cortinico cortinico commented Sep 10, 2022

Copy link
Copy Markdown
Member

📷 Screenshots

chucker-notification-permission

📄 Context

This commit adds support for Android 13 and add supports for requesting the notification permission.

📝 Changes

  • Bump of compileSdk to 33
  • Bump of appcompat to 1.5.0
  • Adding support for a Chucker.requestNotificationPermission util method to help users request the Notification permission.

Apps that are already requesting such permission, should not use the method and Chucker will just work.

📎 Related PR

Fixes #854
Closes #869
Closes #881

🛠️ How to test

Tested on an API 33 emulator. On Api <= 32 Chucker works correctly.

⏱️ Next steps

We might want to backport this to 3.x?

This commit adds support for Android 13 with:
- Bump of compileSdk to 33
- Bump of appcompat to 1.5.0
- Adding support for a `Chucker.requestNotificationPermission` util
  method to help users request the Notification permission.

Apps that are already requesting such permission, should not use the
method and Chucker will just work.

Fixes #854
Closes #869
@cortinico

Copy link
Copy Markdown
Member Author

FYI for everyone: We're holding on here as @vbuberen was also working on this (apologize for taking a stance at it) with a different approach on Permission request which we might want to merge instead 👍

@vbuberen vbuberen mentioned this pull request Sep 18, 2022
@vbuberen

Copy link
Copy Markdown
Collaborator

Closing this one as #887 is merged already.

@vbuberen vbuberen closed this Sep 29, 2022
@cortinico cortinico deleted the nc/android-13 branch April 23, 2023 11:27
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.

Chucker library not working for Android 13

2 participants