Chouten-App / Chouten-Android

Chouten App for Android
50 stars 3 forks source link

feat: mediastore loading #3

Closed TobyBridle closed 1 year ago

TobyBridle commented 1 year ago

At the moment, if the user pastes a json file into the modules directory, it is ignored by the app. It is only once the file is shared with the app that it is registered into the MediaStore and then read by the app. Rather than this, we should read all JSON files within the modules directory instead of relying on a MediaStore query to give us the registered files.

TobyBridle commented 1 year ago

Not sure why I labelled this as a good first issue..