Skip to content

Releases: CodeBoy722/MediaFacer

MediaFacer 1.0.3

07 Jul 10:53
Compare
Choose a tag to compare

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

MediaFacer 1.0.2

25 Apr 20:28
Compare
Choose a tag to compare

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

MediaFacer 1.0.1

18 Apr 00:42
Compare
Choose a tag to compare

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

MediaFacer 1.0.0

12 Apr 17:55
Compare
Choose a tag to compare

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