openedx / openedx-app-android

The mobile app for Android for the Open EdX Platform.
Apache License 2.0
14 stars 19 forks source link

feat: delete old videos Directory #326

Closed omerhabib26 closed 1 month ago

omerhabib26 commented 1 month ago

Description

This PR implements functionality to delete outdated video files stored in the previous app directory upon the first launch of the updated app version. This ensures that storage is efficiently managed, preventing unnecessary space usage by obsolete files, and maintaining consistency with the new data storage structure.

fix: LEARNER-9950

volodymyr-chekyrta commented 1 month ago

Should it be hidden behind a feature flag or is it good as is?

omerhabib26 commented 1 month ago

Should it be hidden behind a feature flag or is it good as is?

This feature is for temporary time period once all the user's shifted to new code base we will remove this code.