🌟 Features
- add demo
- add dynamic merging
- add auto-cleaning
- add built-in adb support
- add adb fallback (thanks to @mikepenz ;))
- add install note
- add @mikepenz to credits
- introduce github actions build pipeline, with app packaging, make gradle wrapper executable
- enhance upload of artifacts
- release build which packages the app and publishes the artifacts to the github release
- configure changelog builder to use emojis as categorisation
- enhance ci setup, do not run build for releases, split changelog creation into different step
🐛 Fixes
- fix ##3
- fix typo
- fix #4
- fix dynamic lib replacement
- fix apostrophe issue with app name
- fix java.util.logger error
- use latest macos runner instead
- introduce build matrix for ubuntu and mac, transform distribution version to 1.0.0 to allow mac build to succeed
- simplify matrix configuration
💬 Other
- backup
- update README
- update README
- reduce animation rotate angle
- add package name to final report
- fix tests
- improve lib merging
- disable lib tracking
- code refactor
- move merging logic to report class and apply sort by category
- update screenshot with truecaller stack
- remove map categorizing since we're not using that any more. also add some method docs
- bump version to 1.0.0-alpha02
- combine all non mapped emojis into
other
, include critical bug category - update README
- fix ci yml
- fix ci yml again