ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.39k stars 1.36k forks source link

onActivityResultin fragment now is deprecated #821

Open yasinhajilou opened 3 years ago

yasinhajilou commented 3 years ago

in API level 28 and higher, the onActivtyResult in fragments is deprecated and as may you guess, getting cropped image result is no longer available in fragments. I think this useful project should be updated by ActivityResultLauncher in order to support higher versions.

Canato commented 3 years ago

@yasinhajilou 🚨🚨🚨🚨🚨 THIS LIBRARY IS NOT MAINTAINED, PLEASE READ THIS 🚨🚨🚨🚨🚨 #818

I start a new project to handover this library https://github.com/CanHub/Android-Image-Cropper

The ideia is that we keep improving because this project don’t have updates since 2018 Hope I can count with your help.

Open to contribute, next pieces of work will be Android 11 permissions, refactor into Kotlin and ActivityContract

onActivityResult is deprecated

https://github.com/CanHub/Android-Image-Cropper/issues/26

is on the To Do list, feel free to jump in and do it =D Otherwise, soon it will be done =)