Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 15 additions & 6 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
License

The MIT License (MIT)
Copyright (c) 2011-2019 Sentaroh
Copyright (c) 2011 Sentaroh

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
29 changes: 17 additions & 12 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# SMBSync2
### SMBSync2
This application performs file synchronization between an Android device and a PC/NAS via wireless LAN using SMB v1/v2/v3 protocol.
- This software includes the work that is distributed in the Apache License 2.0.
- This software includes the work that is distributed in the GNU Lesser General Public License v2.1.
- This software includes the work that is distributed in the MOZILLA PUBLIC LICENSE 1.1.
- This software includes the work that is distributed in the MIT License.

This application performs file synchronization between an Android device and a PC/NAS via wireless LAN using SMB v1/v2/v3 protocol.
### Download
It is the same thing as the APK published on Google Play.
https://github.com/Sentaroh/SMBSync2/releases

- This software includes the work that is distributed in the Apache License 2.0.
- This software includes the work that is distributed in the GNU Lesser General Public License v2.1.
### Used library
- [jcifs-ng ClientLibrary](https://github.com/AgNO3/jcifs-ng)
- [jcifs-1.3.17](https://jcifs.samba.org/)
- [Zip4J 1.3.2](https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j/1.3.2)
- [juniversalchardet-1.0.3](https://code.google.com/archive/p/juniversalchardet/)
- [Metadata-extractor](https://github.com/drewnoakes/metadata-extractor)

# Download

- Latest version : https://drive.google.com/drive/folders/1NF9HfxxtQOAh7_8zHiHchc8fPd8z9fWt?usp=sharing
- Previous version : https://drive.google.com/drive/folders/1ORjpLNsqv7Ccv6EmN4YP0qhXy_0JYtOd?usp=sharing

# How to Build

- Clone from Github(https://github.com/Sentaroh/SMBSync2.git) using Android Studio 3.0 or higher(VCS-> Checkout from Version Control-> GitHub).
### How to Build
- Clone from Github(https://github.com/Sentaroh/SMBSync2.git) using Android Studio 3.0 or higher(VCS-> Checkout from Version Control-> GitHub).
- Build by Android Studio.
10 changes: 6 additions & 4 deletions SMBSync2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
targetSdkVersion 29

//
versionCode 269
versionName "2.38"
versionCode 276
versionName "2.45"

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -88,7 +88,7 @@ dependencies {
implementation files('libs/jcifs-ng-2.1.4-20200413-02.jar')
implementation files('libs/jcifs-1.3.17_patch.jar')
// implementation files('libs/JcifsFile-1.0.6.jar')
implementation files('libs/JcifsFile-1.0.8.jar')
implementation files('libs/JcifsFile-1.0.9.jar')
// implementation files('libs/slf4j-api-1.7.7.jar')
implementation files('libs/bcprov-jdk15on-158.jar')
// implementation files('libs/WrapperForSlf4j-1.0.2.jar')
Expand All @@ -99,7 +99,9 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:preference-v7:28.0.0'

implementation 'com.android.support:design:28.0.0'

implementation files('libs/metadata-extractor-2.11.0.jar')
implementation files('libs/xmpcore-5.1.3.jar')
// implementation files('libs/xmpcore-5.1.3.jar')

}
Binary file not shown.
Binary file modified SMBSync2/libs/Utilities-1.0.17.aar
Binary file not shown.
Binary file removed SMBSync2/libs/xmpcore-5.1.3.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions SMBSync2/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
<!-- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>-->
<!-- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>-->
<!-- <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />-->
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
Expand Down
Binary file removed SMBSync2/src/main/assets/LocationPermission1-EN.jpg
Binary file not shown.
Binary file removed SMBSync2/src/main/assets/LocationPermission1-JA.jpg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading