Skip to content

Handle db corruption

Nicolas Pomepuy requested to merge Aza/vlc-android:handle_db_corruption into master

Description

Implement the medialib API changes that handle DB integrity check and handle playlist backup and restore.

This is still WIP because before merging it:

  • medialibrary#138 (closed) should be fixed
  • a medialib aar artifact should be published to be able to compile it in debug mode

Motivation and Context

Follow the medialib API change to handle DB corruption

How Has This Been Tested?

Screenshots / GIFs (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking change which cleans up / improves existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING section of the README document.

Resolves

Edited by Nicolas Pomepuy

Merge request reports