Skip to content

Releases: Qeepsake/react-native-file-utils

v1.3.5

12 Oct 13:12
637be5d
Compare
Choose a tag to compare

1.3.5 (2023-10-12)

Bug Fixes

  • android: update compileSdkVersion to be compatible with React Native 0.72 (637be5d)

v1.3.4

21 Apr 11:55
5007098
Compare
Choose a tag to compare

1.3.4 (2022-04-21)

Bug Fixes

  • timestamp: android virtual method 'int java.lang.String.length()' on a null object reference (91dac76)

v1.3.3

10 Feb 15:58
219d0cf
Compare
Choose a tag to compare

1.3.3 (2022-02-10)

Bug Fixes

  • timestamp: android failing to read timestamp of file:// paths (4097860)

v1.3.2

30 Dec 16:59
6d336a9
Compare
Choose a tag to compare

1.3.2 (2021-12-30)

Bug Fixes

  • android: changed date format yyyy-MM-dd'T'HH:mm'Z' to yyyy-MM-dd'T'HH:mm:ss.SSSZ (6c15312)

v1.3.1

30 Dec 15:14
fac78fb
Compare
Choose a tag to compare

1.3.1 (2021-12-30)

Bug Fixes

  • java: fixed issue with java not checking for null and assuming boolean (64d0e8d)

v1.3.0

30 Dec 14:50
0503219
Compare
Choose a tag to compare

1.3.0 (2021-12-30)

Features

  • android: added content:// scheme to getMimeType and file:// scheme to getTimestamp (for image) (165bf51)

v1.2.4

29 Dec 18:11
33a22c0
Compare
Choose a tag to compare

1.2.4 (2021-12-29)

Bug Fixes

  • mime: added support for PHAsset URI ph:// to getMimeType (1c8f5c2)

v1.2.3

29 Dec 14:14
8c1ce3f
Compare
Choose a tag to compare

1.2.3 (2021-12-29)

Bug Fixes

  • mime: added fallback for mime types to support simulators running on M1 chip (2d25fca)

v1.2.2

23 Dec 15:26
d13446d
Compare
Choose a tag to compare

1.2.2 (2021-12-23)

Bug Fixes

  • getduration-signature: Changes the getDuration signature to getVideoDuration and removes media type input (ace4bb7)

v1.2.1

23 Dec 12:38
1a42197
Compare
Choose a tag to compare

1.2.1 (2021-12-23)

Bug Fixes

  • timestamp-format: Update readme (615d0d0)
  • timestamp-format: Update readme and return type from getTimestamp (14d5ebf)