Skip to content

Releases: SNNafi/media_store_plus

0.1.2

10 Jun 20:50
Compare
Choose a tag to compare

What's Changed

  • Introduce MediaStore.ensureInitialized().
  • Added proguard-rules.pro info in README.md

Full Changelog: 0.1.1...0.1.2

0.1.1

13 Apr 02:31
Compare
Choose a tag to compare

What's Changed

  • Add SaveInfo class to get info about a file after saving.
  • saveFile now returns SaveInfo

Full Changelog: 0.1.0...0.1.1

0.1.0

12 Apr 03:46
Compare
Choose a tag to compare

What's Changed

  • Add getFilePathFromUri() to get the file path from a Uri
  • Update the deleteFile() implementation

Full Changelog: 0.0.9...0.1.0

0.0.9

11 Apr 22:23
Compare
Choose a tag to compare

Full Changelog: 0.0.8...0.0.9

0.0.8

11 Apr 12:24
Compare
Choose a tag to compare

What's Changed

  • saveFile now returns the file Uri if the operation is successful
  • Fix bugs while using special characters in file names
  • Set namespace in build.gradle for AGP 8.0 by @refi64 in #19
  • Cleanup & Reformat codes a little bit

New Contributors

Full Changelog: 0.0.7...0.0.8