Garfield Tan
495631e724
Call super.onCreate() in Application.
...
Just in case Application#onCreate() does something, though as of now it
does nothing for real.
2017-07-11 15:25:21 -07:00
Garfield Tan
61bc8e3389
Stop building for Lollipop.
...
This closes #13 .
2017-07-08 18:14:56 -07:00
Garfield Tan
f667f46dce
Allow SMBv3.
...
SMBv2 is already enforced in previous commit.
This fixed #7 .
2017-07-07 17:53:24 -07:00
Garfield Tan
58a8e50eb2
Update NDK to use unified headers.
...
Fixed issue #11 .
2017-07-07 15:23:49 -07:00
Garfield Tan
fc0eebc1de
Fix a bug that doesn't pass maxLen to read.
2017-07-07 12:18:40 -07:00
Adam Baxter
01bde4ab53
Set minimum protocol to SMB2 ( #10 )
...
This sets the default configuration to use at least SMB2, instead of defaulting to SMB1. You may want to look into the sub versions of SMB2 to see if this default is correct.
2017-07-06 20:58:54 -07:00
Garfield Tan
b9d90368bc
Fix a bug that exposes non-thread-safe access for reading dir.
2017-07-06 19:02:14 -07:00
Garfield Tan
a35d17f4e7
Plumb through notification when write finishes to O file descriptor.
2017-07-06 18:47:13 -07:00
Garfield Tan
061d34895d
Some bug fixes and tiny improvements upon seekable files.
2017-07-06 16:20:00 -07:00
Garfield Tan
0c5030a704
Separate directory loading into steps to avoid blocking samba thread.
2017-07-06 16:17:43 -07:00
Ruslan Tkhakokhov
228ca3f9d7
Implement seekability for file descriptors ( #6 )
...
* Implement seekability for file descriptors
2017-07-06 12:50:13 -07:00
Garfield Tan
ef48c1647e
Wrap MessageValues in try-resources.
...
So that they will be recycled to reduce some GC pressure.
2017-06-30 16:21:30 -07:00
Garfield Tan
e8188b9564
Change default project name & update README.
2017-06-19 14:58:26 -07:00
Garfield Tan
47ef315796
Initial commit.
2017-06-19 14:38:40 -07:00