jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.68k stars 452 forks source link

Added compatibility for Android O #51

Closed mannodermaus closed 7 years ago

mannodermaus commented 7 years ago

Starting with Android O, any notification posted to the device is required to be assigned a Notification Channel, otherwise it won't show up, and a "developer warning" is shown as a Toast message. This PR introduces a Notification Channel for Chuck, and configures its notifications to adhere to this new standard. In the process of doing this, the support library has been updated to 26.x as well.

mannodermaus commented 7 years ago

Made obsolete by this commit