Releases: dzeiocom/crashhandler
Releases · dzeiocom/crashhandler
1.1.0: Add ability to export crashs to storage
What's Changed
- misc: update README.md with a usage example by @Aviortheking in #11
- feat: simplified sample app code to better understand how it work by @Aviortheking in #10
- feat: change to use strings by @Aviortheking in #9
- feat: Add crash saving by @Aviortheking in #12
- feat: Add jitpack Config by @Aviortheking in #13
Full Changelog: 1.0.2...1.1.0
1.0.2: last crash fixed
What's Changed
- fix: Add prefs to the demo app by @Aviortheking in #5
- misc: update deps by @Aviortheking in #7
- misc: Add logo to demo app by @Aviortheking in #4
- fix: last crash not working by @Aviortheking in #8
- misc: fixed linting in lib by @Aviortheking in #6
Full Changelog: 1.0.1...1.0.2
v1.0.1: fix collision with main applications
What's Changed
- fix: Missing required view by @Aviortheking in #1
New Contributors
- @Aviortheking made their first contribution in #1
Full Changelog: 1.0.0...1.0.1
v1.0.0: Initial release
Initial release of the library
Added
- Base
CrashHandler
class - launch Custom activity on crash
- Ability to detect if the crash happens in the CrashActivity or the Application files
- Custom texts at the beggining and end of custom trace
Full Changelog: https://github.com/dzeiocom/crashhandler/commits/1.0.0