MediaFacer Versions Save

An android library aimed at helping in the structured querying of the MediaStore to get media files in the simplest way possible taking in account both storage mediums on device

1.0.3

3 years ago

1 ARUJ1yzwjpDp1aRX7oZrwQ

An android library for structured querying of the MediaStore to get media files in the simplest way possible taking into account both storage mediums on device

Added functions in videoGet and pictureGet classes

audioGet.getAbsoluteVideoFolders(Uri contentLocation)

returns an ArrayList of videoFolderContent with each videoFolderContent having all videoContent of the specific folder in it videoFiles variable, you don't have to use getAllVideoContentByBucket_id(int bucket_id) to get the videos is the folder anymore

pictureGet. getAbsolutePictureFolders()

returns an ArrayList of pictureFolderContent with each pictureFolderContent having all pictureContent of the specific folder in it photos variable you don't have to use getAllPictureContentByBucket_id(int bucket_id) to get the images in the folder anymore

1.0.2

4 years ago

1 ARUJ1yzwjpDp1aRX7oZrwQ

An android library for structured querying of the MediaStore to get media files in the simplest way possible taking into account both storage mediums on device

news

  • Code update for android 10 support

1.0.1

4 years ago

1 ARUJ1yzwjpDp1aRX7oZrwQ

An android library for structured querying of the MediaStore to get media files in the simplest way possible taking into account both storage mediums on device

news -Minor bug fixes

1.0.0

4 years ago

1 ARUJ1yzwjpDp1aRX7oZrwQ

An android library for structured querying of the MediaStore to get media files in the simplest way possible taking in account both storage mediums on device