Skip to content

Tags: Qeepsake/react-native-file-utils

Tags

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(android): update compileSdkVersion to be compatible with React Na…

…tive 0.72

fix(android): update compileSdkVersion to be compatible with React Native 0.72

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #23 from Qeepsake/timestamp_null_reference

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

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #22 from Qeepsake/fixed_file_path_issue

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

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from Qeepsake/change_date_format

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

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #20 from Qeepsake/fixed_error_with_file_stream

fix(java): fixed issue with java not checking for null and assuming boolean

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from Qeepsake/added_content_path_to_mime_and_t…

…imestamp

feat(android): added content:// scheme to getMimeType and file:// scheme to getTimestamp (for image)

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #18 from Qeepsake/ph_asset_support_for_mime

fix(mime): added support for PHAsset URI ph:// to getMimeType

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from Qeepsake/mime_type_fallback

fix(mime): added fallback for mime types to support simulators running on M1 chip

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from Qeepsake/bugfix/change-getduration-signature

fix(getduration-signature): Changes the getDuration signature to getV…

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from Qeepsake/bugfix/fix-timestamp-date-return

fix(timestamp-format): Update readme and return string type from getTimestamp