Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (30 loc) · 1.72 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.72 KB

SMBProvider

This app uses the new storage access framework introduced with Android 4.4 KitKat to give you access to files on SMB shares (aka Windows Shares).

Thread at XDA-Developers

Libraries

This app uses the library JCIFS by Michael B. Allen which is released under the [GNU Lesser General Public License 2.1] (http://www.gnu.org/licenses/lgpl-2.1.txt).

License

Copyright (C) 2014 Jonas Hahnfeld

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Contributing

Please fork this repository and contribute back using pull requests. All development should be based on the 'dev' branch. Translations should also be done via this repository.