forked from CarnegieTechnologies/gallery_saver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There is a fix for saving large videos. Now we allocate a buffer with the size of 8 mb that we use for reading and writing files. Also, now we are deleting video file from cache after save is completed. CWF-377 CWF-360
- Loading branch information
1 parent
ec04308
commit 0b0bd66
Showing
3 changed files
with
57 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.0.2 | ||
|
||
* Saving large video files - fix | ||
|
||
## 1.0.1 | ||
|
||
* Changed description | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: gallery_saver | ||
description: Saves images and videos from network or temporary file to external storage. Both images and videos will be visible in Android Gallery and iOS Photos. | ||
version: 1.0.1 | ||
version: 1.0.2 | ||
author: Carnegie Technologies d.o.o <[email protected]> | ||
homepage: https://github.com/CarnegieTechnologies/gallery_saver | ||
|
||
|