Skip to content

Commit 76a212c

Browse files
committed
2 parents d171118 + 702a3b6 commit 76a212c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ A FileBrowser / FileChooser for Android that you can integrate to your app to br
99
<dependency>
1010
<groupId>com.adityak</groupId>
1111
<artifactId>browsemyfiles</artifactId>
12-
<version>1.6</version>
12+
<version>1.7</version>
1313
<type>pom</type>
1414
</dependency>
1515
```
1616
# Or Using Gradle
1717
```
18-
compile 'com.adityak:browsemyfiles:1.6'
18+
compile 'com.adityak:browsemyfiles:1.7'
1919
```
2020

2121

@@ -153,5 +153,10 @@ i.putExtra(Constants.ALLOWED_FILE_EXTENSIONS, "mkv;mp4;avi");
153153

154154
Use file extensions delimited by semicolon
155155

156+
### Known Issues
157+
Currently folder size is calculated using Java's Api getTotalSpace() which gives the size of the partition of the path which may not always give the desired result.
158+
To get the exact size, properties can be used which gives the exact result. If Exact size is to be known, then UI would lag as it would take some time to calculate size - Fix for this is postponed
159+
160+
156161
If you have any questions/queries/Bugs/Hugs please mail @
157162

0 commit comments

Comments
 (0)