MartinLangbecker / wokubot

MIT License
1 stars 0 forks source link

Import media files #13

Closed MartinLangbecker closed 3 years ago

MartinLangbecker commented 3 years ago

As a user, I want to be able to import media files, e. g. from a computer or SD card. Depending on the file type, the media files should be displayed in the correct tab on the main screen.

MartinLangbecker commented 3 years ago

Implemented adding images in commit 15c436e. File types will be recognized automatically based on their file extension. Recognized file types: https://developer.android.com/guide/topics/media/media-formats

MartinLangbecker commented 3 years ago

TODO: Replace image_picker with file_picker.

MartinLangbecker commented 3 years ago

All media files can be added and displayed in the correct tab as of commit eccd03c.