Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Saving media to public directory #56

Closed
wants to merge 1 commit into from
Closed

[WIP] Saving media to public directory #56

wants to merge 1 commit into from

Conversation

lmj0011
Copy link

@lmj0011 lmj0011 commented Dec 15, 2022

Images are saved to DCIM directory

Deleting image from app gallery deletes image from DCIM directory

[WIP] Videos are saved to the DCIM directory, however video is being "copied" to the shared directory, but still exists in the app directory, also the copied video is garbled and sometimes unplayable. Also the video effects appear to only be applied in realtime to the raw video when it's played inside the app.

  • Save Images to DCIM directory
  • Save Videos to DCIM directory
  • Deleting image from app gallery should delete image from DCIM directory
  • Deleting video from app gallery should delete video from DCIM directory
  • Exporting image from app gallery should get image from MediaStore
  • Exporting video from app gallery should get video from MediaStore
  • App gallery should stay synced with media from DCIM directory
  • Update migration tool
  • upon completion, test on Android M (sdk 23) to determine if the (sdk > Android Q) restriction should be lifted

Images are saved to DCIM directory

Deleting image from app gallery deletes image from DCIM directory

[WIP] Videos are saved to the DCIM directory, however video is being "copied" to the shared directory, but still exists in the app directory, also the copied video is garbled and sometimes unplayable. Also the video effects appear to only be applied in realtime to the raw video when it's played inside the app.
@lmj0011 lmj0011 closed this by deleting the head repository Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant