Skip to content

Add Android 11 feautures support, extend firebase test devices #24

Closed
1 task
azaat opened this issue Jan 28, 2021 · 2 comments · Fixed by #20
Closed
1 task

Add Android 11 feautures support, extend firebase test devices #24

azaat opened this issue Jan 28, 2021 · 2 comments · Fixed by #20

Comments

@azaat
Copy link
Collaborator

azaat commented Jan 28, 2021

  • Update app to support scoped storage
@azaat azaat changed the title Extend firebase test devices Add Android 10 feautures support, extend firebase test devices Jan 28, 2021
@azaat azaat changed the title Add Android 10 feautures support, extend firebase test devices Add Android 11 feautures support, extend firebase test devices Feb 11, 2021
@azaat azaat linked a pull request Feb 11, 2021 that will close this issue
@azaat
Copy link
Collaborator Author

azaat commented Feb 24, 2021

Scoped storage requires us to have video, image, and document files all in their own directories - which is not very convenient when we want to save videos, images and meta csv files in one directory and easily collect them

Summary:

  • The solution with saving everything as regular files to Documents works only partially and breaks last media scanner logic
  • Legacy storage access can be requested on both Android 10 and 11, but only when the app targets API <=29. So when we change to API 30, this won't work
  • Duplicating media files - too much memory

@azaat
Copy link
Collaborator Author

azaat commented Feb 24, 2021

@anastasiia-kornilova
Is there anything else I might've missed?

@azaat azaat closed this as completed in #20 Mar 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant