{{ message }}
Tags: TutorialsAndroid/crashx
Tags
Upgrade to v7.0.0: Redesign UI and add customization options - Redesigned the default crash screen with a modern look using `CardView` and a `ScrollView`. - Added extensive UI customization via `CrashConfig`, including background/text colors and custom button labels. - Introduced unique Crash IDs and expanded crash metadata (device info, thread name, and build date). - Implemented crash report sharing support with optional email and share sheet integration. - Refactored `CrashActivity` to improve lifecycle tracking, crash-loop protection, and background crash handling. - Updated project configuration to `compileSdk 37`, `minSdk 23`, and added Maven Central publishing scripts. - Enhanced the sample app with a comprehensive test suite for all v7.0.0 features. - Added clear attribution to the original project in `README.md` and `NOTICE`.
