SebaUbuntu / android_packages_apps_Aperture

CameraX based camera app for LineageOS - releases here https://sebaubuntu.dev/lineageapps.html
85 stars 23 forks source link

Intents handling #110

Closed SebaUbuntu closed 1 year ago

SebaUbuntu commented 2 years ago

Right now the fragments are drawn on top of main activity but stuff below is still clickable

It might be worth to move the entire main activity to a fragment and swapping taking <-> preview with fragment transactions, this would solve the issue

SebaUbuntu commented 2 years ago

Plus we need to use activity-alias

luk1337 commented 2 years ago

Fix lint errors pls ^^

SebaUbuntu commented 2 years ago

While sending photo result intent UI freezes for a few seconds, with video it doesn't do that because it passes a URI, it's probably because the bitmap size is too big, do you know if we need to reduce the resolution and/or compress the byte array?