haroldadmin / WhatTheStack

See a pretty error screen when your Android app crashes
Apache License 2.0
245 stars 22 forks source link

feat: Switch to androidx startup instead of content provider for init #5

Closed haroldadmin closed 4 years ago

haroldadmin commented 4 years ago

The recent announcement of the Android App Startup library provides a more performant way of auto initializing libraries at startup. It uses a single content provider for all enrolled libraries.

This PR moves WhatTheStack to use the Startup library instead of its own content provider.