PhenoApps / Verify

GNU General Public License v2.0
0 stars 1 forks source link

Changes to Verify as discussed in Issues #10

Closed SidMalladi closed 10 months ago

trife commented 11 months ago

@chaneylc I think we just go full in on SAF for the update. We can switch from the created folder approach to using the system level folder for the sample files since it won't be important if they're deleted upon uninstall.

chaneylc commented 11 months ago

@SidMalladi it looks like MainActivity was not merged properly it has conflict markers and does not compile.

chaneylc commented 11 months ago

@SidMalladi there are still conflict markers in multiple files. It looks like the project was not merged correctly.

chaneylc commented 11 months ago

You need to write a simple document provider: https://developer.android.com/guide/topics/providers/create-document-provider So that users can access the sample files, otherwise they are hidden in the app's internal storage.

FileProvider should be sufficient: https://developer.android.com/reference/androidx/core/content/FileProvider

Alternatively you can create a dialog that lets the user select the sample files when importing, as discussed previously.

chaneylc commented 10 months ago

refer to #16