| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Capturable v3.0.0 source code.tar.gz | 2024-09-22 | 1.2 MB | |
| Capturable v3.0.0 source code.zip | 2024-09-22 | 1.3 MB | |
| README.md | 2024-09-22 | 859 Bytes | |
| Totals: 3 Items | 2.5 MB | 0 | |
What's new 🆕
- [#194] Using Compose's latest Graphics API to capture the content.
Fixes 🐞
- [#170]: Fix issue of edges getting cut off and there is a white background when capturing in devices below API 29.
- [#193]: Fix a issue of capturing with inverted colors
- [#202]: Fix issue of CaptureRequest is no getting handled in case when user captures before the request flow starts collection.
Breaking changes 🔥
- Composable method
Capturable()(which was already deprecated) removed in the favour of Modifier-based API. - Removed method
CaptureRequest#capture. - Removed method for passing
BitmapConfigtocaptureAsyncmethod.
Dependent Targets
- Jetpack Compose: 1.7.x (BoM: 2024.09.02)
- Kotlin: 2.0.22
Full Changelog: https://github.com/PatilShreyas/Capturable/compare/v2.1.0...v3.0.0