├── AppServer ├── .classpath ├── .myeclipse │ └── profiler │ │ └── AppServer on Tomcat 7.x.xml ├── .project ├── .settings │ ├── .jsdtscope │ ├── com.genuitec.eclipse.j2eedt.core.prefs │ ├── org.eclipse.core.resources.prefs │ ├── org.eclipse.jdt.core.prefs │ ├── org.eclipse.wst.common.component │ ├── org.eclipse.wst.common.project.facet.core.xml │ ├── org.eclipse.wst.jsdt.ui.superType.container │ └── org.eclipse.wst.jsdt.ui.superType.name ├── WebContent │ ├── META-INF │ │ └── MANIFEST.MF │ ├── WEB-INF │ │ ├── lib │ │ │ ├── commons-beanutils-1.8.0.jar │ │ │ ├── commons-codec-1.8.jar │ │ │ ├── commons-collections-3.1.jar │ │ │ ├── commons-collections-3.2.jar │ │ │ ├── commons-lang-2.4.jar │ │ │ ├── commons-logging-1.1.1.jar │ │ │ ├── ehcache-1.2.3.jar │ │ │ ├── ezmorph-1.0.3.jar │ │ │ ├── json-lib-2.2.3-jdk15.jar │ │ │ ├── json.jar │ │ │ └── sun.misc.BASE64Decoder.jar │ │ └── web.xml │ └── index.jsp ├── build │ └── classes │ │ └── com │ │ └── tgb │ │ └── lk │ │ └── demo │ │ └── appserver │ │ ├── SynDataServlet.class │ │ ├── SynTxtDataServlet.class │ │ └── UploadFileServlet.class └── src │ └── com │ └── tgb │ └── lk │ └── demo │ └── appserver │ ├── SynDataServlet.java │ ├── SynTxtDataServlet.java │ └── UploadFileServlet.java ├── README.md └── UploadTool ├── .gradle └── 2.10 │ ├── taskArtifacts │ ├── cache.properties │ ├── cache.properties.lock │ ├── fileHashes.bin │ ├── fileSnapshots.bin │ ├── outputFileStates.bin │ └── taskArtifacts.bin │ └── tasks │ └── _app_compileDebugJavaWithJavac │ ├── localClassSetAnalysis │ ├── localClassSetAnalysis.bin │ └── localClassSetAnalysis.lock │ └── localJarClasspathSnapshot │ ├── localJarClasspathSnapshot.bin │ └── localJarClasspathSnapshot.lock ├── .idea ├── .name ├── compiler.xml ├── copyright │ └── profiles_settings.xml ├── encodings.xml ├── gradle.xml ├── libraries │ ├── android_async_http_1_4_8.xml │ ├── commons_codec_1_8.xml │ ├── sun_misc_BASE64Decoder.xml │ ├── support_annotations_23_3_0.xml │ └── support_v4_23_3_0.xml ├── misc.xml ├── modules.xml ├── runConfigurations.xml └── workspace.xml ├── UploadTool.iml ├── app ├── app.iml ├── build.gradle ├── build │ ├── generated │ │ └── source │ │ │ ├── buildConfig │ │ │ ├── androidTest │ │ │ │ └── debug │ │ │ │ │ └── com │ │ │ │ │ └── ke │ │ │ │ │ └── uploadtol │ │ │ │ │ └── test │ │ │ │ │ └── BuildConfig.java │ │ │ └── debug │ │ │ │ └── com │ │ │ │ └── ke │ │ │ │ └── uploadtol │ │ │ │ └── BuildConfig.java │ │ │ └── r │ │ │ └── debug │ │ │ └── com │ │ │ └── ke │ │ │ └── uploadtol │ │ │ └── R.java │ ├── intermediates │ │ ├── blame │ │ │ └── res │ │ │ │ └── debug │ │ │ │ ├── multi │ │ │ │ ├── values-sw720dp-land-v13.json │ │ │ │ ├── values-v11.json │ │ │ │ ├── values-v14.json │ │ │ │ └── values.json │ │ │ │ └── single │ │ │ │ ├── drawable-hdpi-v4.json │ │ │ │ ├── drawable-mdpi-v4.json │ │ │ │ ├── drawable-xhdpi-v4.json │ │ │ │ ├── drawable-xxhdpi-v4.json │ │ │ │ ├── layout.json │ │ │ │ └── menu.json │ │ ├── exploded-aar │ │ │ └── com.android.support │ │ │ │ └── support-v4 │ │ │ │ └── 23.3.0 │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── aapt │ │ │ │ └── AndroidManifest.xml │ │ │ │ ├── aidl │ │ │ │ └── android │ │ │ │ │ └── support │ │ │ │ │ └── v4 │ │ │ │ │ ├── media │ │ │ │ │ ├── MediaMetadataCompat.aidl │ │ │ │ │ ├── RatingCompat.aidl │ │ │ │ │ └── session │ │ │ │ │ │ ├── MediaSessionCompat.aidl │ │ │ │ │ │ ├── ParcelableVolumeInfo.aidl │ │ │ │ │ │ └── PlaybackStateCompat.aidl │ │ │ │ │ └── os │ │ │ │ │ └── ResultReceiver.aidl │ │ │ │ ├── annotations.zip │ │ │ │ └── jars │ │ │ │ ├── classes.jar │ │ │ │ └── libs │ │ │ │ └── internal_impl-23.3.0.jar │ │ ├── incremental │ │ │ ├── compileDebugAidl │ │ │ │ └── dependency.store │ │ │ ├── compileDebugAndroidTestAidl │ │ │ │ └── dependency.store │ │ │ ├── mergeDebugAndroidTestAssets │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugAndroidTestResources │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugAndroidTestShaders │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugAssets │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugResources │ │ │ │ └── merger.xml │ │ │ └── mergeDebugShaders │ │ │ │ └── merger.xml │ │ ├── manifest │ │ │ └── androidTest │ │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── manifests │ │ │ └── full │ │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── res │ │ │ ├── merged │ │ │ │ └── debug │ │ │ │ │ ├── drawable-hdpi-v4 │ │ │ │ │ ├── fileke.png │ │ │ │ │ ├── folderke.png │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── icon.png │ │ │ │ │ ├── drawable-mdpi-v4 │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi-v4 │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxhdpi-v4 │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── layout │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ ├── chose_all_files.xml │ │ │ │ │ ├── chose_file.xml │ │ │ │ │ ├── line.xml │ │ │ │ │ └── popup.xml │ │ │ │ │ ├── menu │ │ │ │ │ └── main.xml │ │ │ │ │ ├── values-sw720dp-land-v13 │ │ │ │ │ └── values-sw720dp-land-v13.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ └── values-v11.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ └── values-v14.xml │ │ │ │ │ └── values │ │ │ │ │ └── values.xml │ │ │ ├── resources-debug-androidTest.ap_ │ │ │ └── resources-debug.ap_ │ │ └── symbols │ │ │ └── debug │ │ │ └── R.txt │ └── outputs │ │ └── logs │ │ └── manifest-merger-debug-report.txt ├── libs │ ├── android-async-http-1.4.8.jar │ ├── commons-codec-1.8.jar │ └── sun.misc.BASE64Decoder.jar ├── src.zip └── src │ └── main │ ├── AndroidManifest.xml │ ├── java │ ├── com │ │ └── ke │ │ │ └── uploadtol │ │ │ ├── activity │ │ │ ├── ChoseFileToolActivity.java │ │ │ ├── ChoseFolderToolActivity.java │ │ │ └── MainActivity.java │ │ │ └── tool │ │ │ ├── FileAccessI.java │ │ │ ├── HttpUtils.java │ │ │ ├── OpenSharedPerferences.java │ │ │ └── UploadTool.java │ └── common │ │ ├── FileUtiles.java │ │ ├── StreamReader.java │ │ └── net │ │ ├── HttpRequest.java │ │ ├── HttpResponse.java │ │ ├── HttpUtils.java │ │ ├── Method.java │ │ └── test │ │ └── Test.java │ └── res │ ├── drawable-hdpi │ ├── fileke.png │ ├── folderke.png │ ├── ic_launcher.png │ └── icon.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ ├── drawable-xxhdpi │ └── ic_launcher.png │ ├── layout │ ├── activity_main.xml │ ├── chose_all_files.xml │ ├── chose_file.xml │ ├── line.xml │ └── popup.xml │ ├── menu │ └── main.xml │ ├── values-sw600dp │ └── dimens.xml │ ├── values-sw720dp-land │ └── dimens.xml │ ├── values-v11 │ └── styles.xml │ ├── values-v14 │ └── styles.xml │ └── values │ ├── dimens.xml │ ├── strings.xml │ └── styles.xml ├── build.gradle ├── build ├── generated │ └── mockable-android-17.jar └── intermediates │ └── dex-cache │ └── cache.xml ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── import-summary.txt ├── local.properties └── settings.gradle /AppServer/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /AppServer/.myeclipse/profiler/AppServer on Tomcat 7.x.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | true 5 | true 6 | 2 7 | 10 8 | 4 9 | com.tgb.lk.demo.appserver.** 10 | 11 | com.tgb.lk.demo.appserver.* 12 | true 13 | 0 14 | -1 15 | 16 | -------------------------------------------------------------------------------- /AppServer/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | AppServer 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.wst.jsdt.core.javascriptValidator 10 | 11 | 12 | 13 | 14 | org.eclipse.jdt.core.javabuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.wst.common.project.facet.core.builder 20 | 21 | 22 | 23 | 24 | org.eclipse.wst.validation.validationbuilder 25 | 26 | 27 | 28 | 29 | com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder 30 | 31 | 32 | 33 | 34 | 35 | org.eclipse.wst.common.project.facet.core.builder 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | org.eclipse.wst.validation.validationbuilder 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | com.genuitec.eclipse.ast.deploy.core.deploymentnature 55 | org.eclipse.jem.workbench.JavaEMFNature 56 | org.eclipse.wst.common.modulecore.ModuleCoreNature 57 | org.eclipse.wst.common.project.facet.core.nature 58 | org.eclipse.jdt.core.javanature 59 | org.eclipse.wst.jsdt.core.jsNature 60 | org.eclipse.wst.common.project.facet.core.nature 61 | org.eclipse.wst.common.modulecore.ModuleCoreNature 62 | org.eclipse.jem.workbench.JavaEMFNature 63 | 64 | 65 | -------------------------------------------------------------------------------- /AppServer/.settings/.jsdtscope: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /AppServer/.settings/com.genuitec.eclipse.j2eedt.core.prefs: -------------------------------------------------------------------------------- 1 | defaultTldInfo=f\=http\://java.sun.com/jsf/core;http\://java.sun.com/jsf/html\=h;http\://struts.apache.org/tags-bean\=bean;http\://java.sun.com/jsp/jstl/fmt\=fmt;nested\=http\://struts.apache.org/tags-nested;bean\=http\://struts.apache.org/tags-bean;http\://java.sun.com/jsp/jstl/sql\=sql;c\=http\://java.sun.com/jsp/jstl/core;fmt\=http\://java.sun.com/jsp/jstl/fmt;http\://struts.apache.org/tags-logic\=logic;http\://java.sun.com/jsp/jstl/xml\=x;http\://java.sun.com/jsp/jstl/core\=c;logic\=http\://struts.apache.org/tags-logic;h\=http\://java.sun.com/jsf/html;http\://struts.apache.org/tags-tiles\=tiles;http\://java.sun.com/jsp/jstl/functions\=fn;tiles\=http\://struts.apache.org/tags-tiles;sql\=http\://java.sun.com/jsp/jstl/sql;http\://struts.apache.org/tags-html\=html;http\://struts.apache.org/tags-nested\=nested;html\=http\://struts.apache.org/tags-html;http\://java.sun.com/jsf/core\=f;fn\=http\://java.sun.com/jsp/jstl/functions;x\=http\://java.sun.com/jsp/jstl/xml 2 | eclipse.preferences.version=1 3 | -------------------------------------------------------------------------------- /AppServer/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding//WebContent/index.jsp=UTF-8 3 | -------------------------------------------------------------------------------- /AppServer/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 3 | org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate 4 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 5 | org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve 6 | org.eclipse.jdt.core.compiler.compliance=1.8 7 | org.eclipse.jdt.core.compiler.debug.lineNumber=generate 8 | org.eclipse.jdt.core.compiler.debug.localVariable=generate 9 | org.eclipse.jdt.core.compiler.debug.sourceFile=generate 10 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 11 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 12 | org.eclipse.jdt.core.compiler.source=1.8 13 | -------------------------------------------------------------------------------- /AppServer/.settings/org.eclipse.wst.common.component: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /AppServer/.settings/org.eclipse.wst.common.project.facet.core.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /AppServer/.settings/org.eclipse.wst.jsdt.ui.superType.container: -------------------------------------------------------------------------------- 1 | org.eclipse.wst.jsdt.launching.baseBrowserLibrary -------------------------------------------------------------------------------- /AppServer/.settings/org.eclipse.wst.jsdt.ui.superType.name: -------------------------------------------------------------------------------- 1 | Window -------------------------------------------------------------------------------- /AppServer/WebContent/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Class-Path: 3 | 4 | -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/lib/commons-beanutils-1.8.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/WebContent/WEB-INF/lib/commons-beanutils-1.8.0.jar -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/lib/commons-codec-1.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/WebContent/WEB-INF/lib/commons-codec-1.8.jar -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/lib/commons-collections-3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/WebContent/WEB-INF/lib/commons-collections-3.1.jar -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/lib/commons-collections-3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/WebContent/WEB-INF/lib/commons-collections-3.2.jar -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/lib/commons-lang-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/WebContent/WEB-INF/lib/commons-lang-2.4.jar -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/WebContent/WEB-INF/lib/commons-logging-1.1.1.jar -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/lib/ehcache-1.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/WebContent/WEB-INF/lib/ehcache-1.2.3.jar -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/lib/ezmorph-1.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/WebContent/WEB-INF/lib/ezmorph-1.0.3.jar -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/lib/json-lib-2.2.3-jdk15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/WebContent/WEB-INF/lib/json-lib-2.2.3-jdk15.jar -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/lib/json.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/WebContent/WEB-INF/lib/json.jar -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/lib/sun.misc.BASE64Decoder.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/WebContent/WEB-INF/lib/sun.misc.BASE64Decoder.jar -------------------------------------------------------------------------------- /AppServer/WebContent/WEB-INF/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | SynTxtDataServlet 10 | com.tgb.lk.demo.appserver.SynTxtDataServlet 11 | 12 | 13 | SynDataServlet 14 | com.tgb.lk.demo.appserver.SynDataServlet 15 | 16 | 17 | UploadFileServlet 18 | com.tgb.lk.demo.appserver.UploadFileServlet 19 | 20 | 21 | 22 | 23 | 24 | UploadFileServlet 25 | /UploadFileServlet 26 | 27 | 28 | SynDataServlet 29 | /SynDataServlet 30 | 31 | 32 | SynTxtDataServlet 33 | /SynTxtDataServlet 34 | 35 | 36 | 37 | index.jsp 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /AppServer/WebContent/index.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" 2 | pageEncoding="ISO-8859-1"%> 3 | 4 | 5 | 6 | 7 | Insert title here 8 | 9 | 10 | 11 | 111199 12 | 13 | 14 | -------------------------------------------------------------------------------- /AppServer/build/classes/com/tgb/lk/demo/appserver/SynDataServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/build/classes/com/tgb/lk/demo/appserver/SynDataServlet.class -------------------------------------------------------------------------------- /AppServer/build/classes/com/tgb/lk/demo/appserver/SynTxtDataServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/build/classes/com/tgb/lk/demo/appserver/SynTxtDataServlet.class -------------------------------------------------------------------------------- /AppServer/build/classes/com/tgb/lk/demo/appserver/UploadFileServlet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/build/classes/com/tgb/lk/demo/appserver/UploadFileServlet.class -------------------------------------------------------------------------------- /AppServer/src/com/tgb/lk/demo/appserver/SynDataServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/src/com/tgb/lk/demo/appserver/SynDataServlet.java -------------------------------------------------------------------------------- /AppServer/src/com/tgb/lk/demo/appserver/SynTxtDataServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/src/com/tgb/lk/demo/appserver/SynTxtDataServlet.java -------------------------------------------------------------------------------- /AppServer/src/com/tgb/lk/demo/appserver/UploadFileServlet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/AppServer/src/com/tgb/lk/demo/appserver/UploadFileServlet.java -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # uploadFile 2 | android 大文件分隔上传 3 | 4 | android 大文件分隔上传 5 | 详见:http://blog.csdn.net/jdsjlzx/article/details/43540379 6 | -------------------------------------------------------------------------------- /UploadTool/.gradle/2.10/taskArtifacts/cache.properties: -------------------------------------------------------------------------------- 1 | #Thu Apr 21 09:51:07 CST 2016 2 | -------------------------------------------------------------------------------- /UploadTool/.gradle/2.10/taskArtifacts/cache.properties.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/.gradle/2.10/taskArtifacts/cache.properties.lock -------------------------------------------------------------------------------- /UploadTool/.gradle/2.10/taskArtifacts/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/.gradle/2.10/taskArtifacts/fileHashes.bin -------------------------------------------------------------------------------- /UploadTool/.gradle/2.10/taskArtifacts/fileSnapshots.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/.gradle/2.10/taskArtifacts/fileSnapshots.bin -------------------------------------------------------------------------------- /UploadTool/.gradle/2.10/taskArtifacts/outputFileStates.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/.gradle/2.10/taskArtifacts/outputFileStates.bin -------------------------------------------------------------------------------- /UploadTool/.gradle/2.10/taskArtifacts/taskArtifacts.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/.gradle/2.10/taskArtifacts/taskArtifacts.bin -------------------------------------------------------------------------------- /UploadTool/.gradle/2.10/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/.gradle/2.10/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.bin -------------------------------------------------------------------------------- /UploadTool/.gradle/2.10/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/.gradle/2.10/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.lock -------------------------------------------------------------------------------- /UploadTool/.gradle/2.10/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/.gradle/2.10/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.bin -------------------------------------------------------------------------------- /UploadTool/.gradle/2.10/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/.gradle/2.10/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.lock -------------------------------------------------------------------------------- /UploadTool/.idea/.name: -------------------------------------------------------------------------------- 1 | UploadTol -------------------------------------------------------------------------------- /UploadTool/.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /UploadTool/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /UploadTool/.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /UploadTool/.idea/gradle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 23 | 24 | -------------------------------------------------------------------------------- /UploadTool/.idea/libraries/android_async_http_1_4_8.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /UploadTool/.idea/libraries/commons_codec_1_8.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /UploadTool/.idea/libraries/sun_misc_BASE64Decoder.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /UploadTool/.idea/libraries/support_annotations_23_3_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /UploadTool/.idea/libraries/support_v4_23_3_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /UploadTool/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 19 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 46 | -------------------------------------------------------------------------------- /UploadTool/.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /UploadTool/.idea/runConfigurations.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 12 | -------------------------------------------------------------------------------- /UploadTool/UploadTool.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /UploadTool/app/app.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | -------------------------------------------------------------------------------- /UploadTool/app/build.gradle: -------------------------------------------------------------------------------- 1 | apply plugin: 'com.android.application' 2 | 3 | android { 4 | compileSdkVersion 17 5 | buildToolsVersion "23.0.3" 6 | 7 | defaultConfig { 8 | applicationId "com.ke.uploadtol" 9 | minSdkVersion 8 10 | targetSdkVersion 17 11 | } 12 | 13 | buildTypes { 14 | release { 15 | minifyEnabled false 16 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' 17 | } 18 | } 19 | } 20 | 21 | dependencies { 22 | compile 'com.android.support:support-v4:23.3.0' 23 | compile files('libs/commons-codec-1.8.jar') 24 | compile files('libs/sun.misc.BASE64Decoder.jar') 25 | compile files('libs/android-async-http-1.4.8.jar') 26 | } 27 | -------------------------------------------------------------------------------- /UploadTool/app/build/generated/source/buildConfig/androidTest/debug/com/ke/uploadtol/test/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Automatically generated file. DO NOT MODIFY 3 | */ 4 | package com.ke.uploadtol.test; 5 | 6 | public final class BuildConfig { 7 | public static final boolean DEBUG = Boolean.parseBoolean("true"); 8 | public static final String APPLICATION_ID = "com.ke.uploadtol.test"; 9 | public static final String BUILD_TYPE = "debug"; 10 | public static final String FLAVOR = ""; 11 | public static final int VERSION_CODE = -1; 12 | public static final String VERSION_NAME = ""; 13 | } 14 | -------------------------------------------------------------------------------- /UploadTool/app/build/generated/source/buildConfig/debug/com/ke/uploadtol/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Automatically generated file. DO NOT MODIFY 3 | */ 4 | package com.ke.uploadtol; 5 | 6 | public final class BuildConfig { 7 | public static final boolean DEBUG = Boolean.parseBoolean("true"); 8 | public static final String APPLICATION_ID = "com.ke.uploadtol"; 9 | public static final String BUILD_TYPE = "debug"; 10 | public static final String FLAVOR = ""; 11 | public static final int VERSION_CODE = 1; 12 | public static final String VERSION_NAME = "1.0"; 13 | } 14 | -------------------------------------------------------------------------------- /UploadTool/app/build/generated/source/r/debug/com/ke/uploadtol/R.java: -------------------------------------------------------------------------------- 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. 2 | * 3 | * This class was automatically generated by the 4 | * aapt tool from the resource data it found. It 5 | * should not be modified by hand. 6 | */ 7 | 8 | package com.ke.uploadtol; 9 | 10 | public final class R { 11 | public static final class attr { 12 | } 13 | public static final class dimen { 14 | public static final int activity_horizontal_margin=0x7f040000; 15 | public static final int activity_vertical_margin=0x7f040001; 16 | } 17 | public static final class drawable { 18 | public static final int fileke=0x7f020000; 19 | public static final int folderke=0x7f020001; 20 | public static final int ic_launcher=0x7f020002; 21 | public static final int icon=0x7f020003; 22 | } 23 | public static final class id { 24 | public static final int action_settings=0x7f08000a; 25 | public static final int btn_parent=0x7f080006; 26 | public static final int choseAllFiles=0x7f080001; 27 | public static final int choseFile=0x7f080000; 28 | public static final int file_list=0x7f080005; 29 | public static final int file_name=0x7f080008; 30 | public static final int file_path=0x7f080004; 31 | public static final int groupItem=0x7f080009; 32 | public static final int icon=0x7f080007; 33 | public static final int startUpload=0x7f080003; 34 | public static final int tvData=0x7f080002; 35 | } 36 | public static final class layout { 37 | public static final int activity_main=0x7f030000; 38 | public static final int chose_all_files=0x7f030001; 39 | public static final int chose_file=0x7f030002; 40 | public static final int line=0x7f030003; 41 | public static final int popup=0x7f030004; 42 | } 43 | public static final class menu { 44 | public static final int main=0x7f070000; 45 | } 46 | public static final class string { 47 | public static final int action_settings=0x7f060000; 48 | public static final int app_name=0x7f060001; 49 | public static final int btn_parent=0x7f060002; 50 | public static final int choseAllFiles=0x7f060003; 51 | public static final int choseFile=0x7f060004; 52 | public static final int chose_all_file=0x7f060005; 53 | public static final int chose_file=0x7f060006; 54 | public static final int startUpload=0x7f060007; 55 | public static final int tvData=0x7f060008; 56 | } 57 | public static final class style { 58 | /** API 11 theme customizations can go here. 59 | API 14 theme customizations can go here. 60 | 61 | Theme customizations available in newer API levels can go in 62 | res/values-vXX/styles.xml, while customizations related to 63 | backward-compatibility can go here. 64 | 65 | */ 66 | public static final int AppBaseTheme=0x7f050000; 67 | /** All customizations that are NOT specific to a particular API-level can go here. 68 | */ 69 | public static final int AppTheme=0x7f050001; 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/blame/res/debug/multi/values-sw720dp-land-v13.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "outputFile": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\values-sw720dp-land-v13\\values-sw720dp-land-v13.xml", 4 | "map": [ 5 | { 6 | "to": { 7 | "startLine": 2, 8 | "startColumn": 4, 9 | "startOffset": 55, 10 | "endColumn": 58, 11 | "endOffset": 109 12 | }, 13 | "from": { 14 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values-sw720dp-land\\dimens.xml", 15 | "position": { 16 | "startLine": 6, 17 | "startColumn": 4, 18 | "startOffset": 205, 19 | "endColumn": 58, 20 | "endOffset": 259 21 | } 22 | } 23 | } 24 | ] 25 | } 26 | ] -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/blame/res/debug/multi/values-v11.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "outputFile": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\values-v11\\values-v11.xml", 4 | "map": [ 5 | { 6 | "to": { 7 | "startLine": 2, 8 | "startColumn": 4, 9 | "startOffset": 55, 10 | "endLine": 4, 11 | "endColumn": 12, 12 | "endOffset": 187 13 | }, 14 | "from": { 15 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values-v11\\styles.xml", 16 | "position": { 17 | "startLine": 6, 18 | "startColumn": 4, 19 | "startOffset": 182, 20 | "endLine": 8, 21 | "endColumn": 12, 22 | "endOffset": 316 23 | } 24 | } 25 | } 26 | ] 27 | } 28 | ] -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/blame/res/debug/multi/values-v14.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "outputFile": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\values-v14\\values-v14.xml", 4 | "map": [ 5 | { 6 | "to": { 7 | "startLine": 2, 8 | "startColumn": 4, 9 | "startOffset": 55, 10 | "endLine": 4, 11 | "endColumn": 12, 12 | "endOffset": 201 13 | }, 14 | "from": { 15 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values-v14\\styles.xml", 16 | "position": { 17 | "startLine": 7, 18 | "startColumn": 4, 19 | "startOffset": 225, 20 | "endLine": 9, 21 | "endColumn": 12, 22 | "endOffset": 373 23 | } 24 | } 25 | } 26 | ] 27 | } 28 | ] -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/blame/res/debug/multi/values.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "outputFile": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\values\\values.xml", 4 | "map": [ 5 | { 6 | "to": { 7 | "startLine": 2, 8 | "startColumn": 4, 9 | "startOffset": 55, 10 | "endColumn": 57, 11 | "endOffset": 108 12 | }, 13 | "from": { 14 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\dimens.xml", 15 | "position": { 16 | "startLine": 3, 17 | "startColumn": 4, 18 | "startOffset": 92, 19 | "endColumn": 57, 20 | "endOffset": 145 21 | } 22 | } 23 | }, 24 | { 25 | "to": { 26 | "startLine": 3, 27 | "startColumn": 4, 28 | "startOffset": 113, 29 | "endColumn": 55, 30 | "endOffset": 164 31 | }, 32 | "from": { 33 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\dimens.xml", 34 | "position": { 35 | "startLine": 4, 36 | "startColumn": 4, 37 | "startOffset": 151, 38 | "endColumn": 55, 39 | "endOffset": 202 40 | } 41 | } 42 | }, 43 | { 44 | "to": { 45 | "startLine": 4, 46 | "startColumn": 4, 47 | "startOffset": 169, 48 | "endColumn": 52, 49 | "endOffset": 217 50 | }, 51 | "from": { 52 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\strings.xml", 53 | "position": { 54 | "startLine": 7, 55 | "startColumn": 4, 56 | "startOffset": 204, 57 | "endColumn": 52, 58 | "endOffset": 252 59 | } 60 | } 61 | }, 62 | { 63 | "to": { 64 | "startLine": 5, 65 | "startColumn": 4, 66 | "startOffset": 222, 67 | "endColumn": 46, 68 | "endOffset": 264 69 | }, 70 | "from": { 71 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\strings.xml", 72 | "position": { 73 | "startLine": 3, 74 | "startColumn": 4, 75 | "startOffset": 58, 76 | "endColumn": 46, 77 | "endOffset": 100 78 | } 79 | } 80 | }, 81 | { 82 | "to": { 83 | "startLine": 6, 84 | "startColumn": 4, 85 | "startOffset": 269, 86 | "endColumn": 44, 87 | "endOffset": 309 88 | }, 89 | "from": { 90 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\strings.xml", 91 | "position": { 92 | "startLine": 15, 93 | "startColumn": 4, 94 | "startOffset": 453, 95 | "endColumn": 44, 96 | "endOffset": 493 97 | } 98 | } 99 | }, 100 | { 101 | "to": { 102 | "startLine": 7, 103 | "startColumn": 4, 104 | "startOffset": 314, 105 | "endColumn": 47, 106 | "endOffset": 357 107 | }, 108 | "from": { 109 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\strings.xml", 110 | "position": { 111 | "startLine": 9, 112 | "startColumn": 4, 113 | "startOffset": 301, 114 | "endColumn": 47, 115 | "endOffset": 344 116 | } 117 | } 118 | }, 119 | { 120 | "to": { 121 | "startLine": 8, 122 | "startColumn": 4, 123 | "startOffset": 362, 124 | "endColumn": 42, 125 | "endOffset": 400 126 | }, 127 | "from": { 128 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\strings.xml", 129 | "position": { 130 | "startLine": 8, 131 | "startColumn": 4, 132 | "startOffset": 258, 133 | "endColumn": 42, 134 | "endOffset": 296 135 | } 136 | } 137 | }, 138 | { 139 | "to": { 140 | "startLine": 9, 141 | "startColumn": 4, 142 | "startOffset": 405, 143 | "endColumn": 48, 144 | "endOffset": 449 145 | }, 146 | "from": { 147 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\strings.xml", 148 | "position": { 149 | "startLine": 5, 150 | "startColumn": 4, 151 | "startOffset": 149, 152 | "endColumn": 48, 153 | "endOffset": 193 154 | } 155 | } 156 | }, 157 | { 158 | "to": { 159 | "startLine": 10, 160 | "startColumn": 4, 161 | "startOffset": 454, 162 | "endColumn": 43, 163 | "endOffset": 493 164 | }, 165 | "from": { 166 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\strings.xml", 167 | "position": { 168 | "startLine": 4, 169 | "startColumn": 4, 170 | "startOffset": 105, 171 | "endColumn": 43, 172 | "endOffset": 144 173 | } 174 | } 175 | }, 176 | { 177 | "to": { 178 | "startLine": 11, 179 | "startColumn": 4, 180 | "startOffset": 498, 181 | "endColumn": 44, 182 | "endOffset": 538 183 | }, 184 | "from": { 185 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\strings.xml", 186 | "position": { 187 | "startLine": 10, 188 | "startColumn": 4, 189 | "startOffset": 349, 190 | "endColumn": 44, 191 | "endOffset": 389 192 | } 193 | } 194 | }, 195 | { 196 | "to": { 197 | "startLine": 12, 198 | "startColumn": 4, 199 | "startOffset": 543, 200 | "endColumn": 43, 201 | "endOffset": 582 202 | }, 203 | "from": { 204 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\strings.xml", 205 | "position": { 206 | "startLine": 12, 207 | "startColumn": 4, 208 | "startOffset": 399, 209 | "endColumn": 43, 210 | "endOffset": 438 211 | } 212 | } 213 | }, 214 | { 215 | "to": { 216 | "startLine": 13, 217 | "startColumn": 4, 218 | "startOffset": 587, 219 | "endLine": 19, 220 | "endColumn": 12, 221 | "endOffset": 873 222 | }, 223 | "from": { 224 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\styles.xml", 225 | "position": { 226 | "startLine": 6, 227 | "startColumn": 4, 228 | "startOffset": 191, 229 | "endLine": 12, 230 | "endColumn": 12, 231 | "endOffset": 481 232 | } 233 | } 234 | }, 235 | { 236 | "to": { 237 | "startLine": 20, 238 | "startColumn": 4, 239 | "startOffset": 878, 240 | "endLine": 22, 241 | "endColumn": 12, 242 | "endOffset": 1033 243 | }, 244 | "from": { 245 | "file": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\values\\styles.xml", 246 | "position": { 247 | "startLine": 15, 248 | "startColumn": 4, 249 | "startOffset": 522, 250 | "endLine": 17, 251 | "endColumn": 12, 252 | "endOffset": 679 253 | } 254 | } 255 | } 256 | ] 257 | } 258 | ] -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\fileke.png", 4 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\drawable-hdpi\\fileke.png" 5 | }, 6 | { 7 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\ic_launcher.png", 8 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\drawable-hdpi\\ic_launcher.png" 9 | }, 10 | { 11 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\icon.png", 12 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\drawable-hdpi\\icon.png" 13 | }, 14 | { 15 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\folderke.png", 16 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\drawable-hdpi\\folderke.png" 17 | } 18 | ] -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\ic_launcher.png", 4 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\drawable-mdpi\\ic_launcher.png" 5 | } 6 | ] -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\ic_launcher.png", 4 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\drawable-xhdpi\\ic_launcher.png" 5 | } 6 | ] -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\ic_launcher.png", 4 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\drawable-xxhdpi\\ic_launcher.png" 5 | } 6 | ] -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/blame/res/debug/single/layout.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\layout\\line.xml", 4 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\layout\\line.xml" 5 | }, 6 | { 7 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\layout\\popup.xml", 8 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\layout\\popup.xml" 9 | }, 10 | { 11 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\layout\\chose_all_files.xml", 12 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\layout\\chose_all_files.xml" 13 | }, 14 | { 15 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\layout\\chose_file.xml", 16 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\layout\\chose_file.xml" 17 | }, 18 | { 19 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\layout\\activity_main.xml", 20 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\layout\\activity_main.xml" 21 | } 22 | ] -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/blame/res/debug/single/menu.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "E:\\AndroidStudioProjects\\UploadTool\\app\\build\\intermediates\\res\\merged\\debug\\menu\\main.xml", 4 | "source": "E:\\AndroidStudioProjects\\UploadTool\\app\\src\\main\\res\\menu\\main.xml" 5 | } 6 | ] -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/aapt/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/aidl/android/support/v4/media/MediaMetadataCompat.aidl: -------------------------------------------------------------------------------- 1 | /* Copyright 2014, The Android Open Source Project 2 | ** 3 | ** Licensed under the Apache License, Version 2.0 (the "License"); 4 | ** you may not use this file except in compliance with the License. 5 | ** You may obtain a copy of the License at 6 | ** 7 | ** http://www.apache.org/licenses/LICENSE-2.0 8 | ** 9 | ** Unless required by applicable law or agreed to in writing, software 10 | ** distributed under the License is distributed on an "AS IS" BASIS, 11 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | ** See the License for the specific language governing permissions and 13 | ** limitations under the License. 14 | */ 15 | 16 | package android.support.v4.media; 17 | 18 | parcelable MediaMetadataCompat; 19 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/aidl/android/support/v4/media/RatingCompat.aidl: -------------------------------------------------------------------------------- 1 | /* Copyright 2014, The Android Open Source Project 2 | ** 3 | ** Licensed under the Apache License, Version 2.0 (the "License"); 4 | ** you may not use this file except in compliance with the License. 5 | ** You may obtain a copy of the License at 6 | ** 7 | ** http://www.apache.org/licenses/LICENSE-2.0 8 | ** 9 | ** Unless required by applicable law or agreed to in writing, software 10 | ** distributed under the License is distributed on an "AS IS" BASIS, 11 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | ** See the License for the specific language governing permissions and 13 | ** limitations under the License. 14 | */ 15 | 16 | package android.support.v4.media; 17 | 18 | parcelable RatingCompat; 19 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/aidl/android/support/v4/media/session/MediaSessionCompat.aidl: -------------------------------------------------------------------------------- 1 | /* Copyright 2014, The Android Open Source Project 2 | ** 3 | ** Licensed under the Apache License, Version 2.0 (the "License"); 4 | ** you may not use this file except in compliance with the License. 5 | ** You may obtain a copy of the License at 6 | ** 7 | ** http://www.apache.org/licenses/LICENSE-2.0 8 | ** 9 | ** Unless required by applicable law or agreed to in writing, software 10 | ** distributed under the License is distributed on an "AS IS" BASIS, 11 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | ** See the License for the specific language governing permissions and 13 | ** limitations under the License. 14 | */ 15 | 16 | package android.support.v4.media.session; 17 | 18 | parcelable MediaSessionCompat.Token; 19 | parcelable MediaSessionCompat.QueueItem; 20 | parcelable MediaSessionCompat.ResultReceiverWrapper; 21 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl: -------------------------------------------------------------------------------- 1 | /* Copyright 2014, The Android Open Source Project 2 | ** 3 | ** Licensed under the Apache License, Version 2.0 (the "License"); 4 | ** you may not use this file except in compliance with the License. 5 | ** You may obtain a copy of the License at 6 | ** 7 | ** http://www.apache.org/licenses/LICENSE-2.0 8 | ** 9 | ** Unless required by applicable law or agreed to in writing, software 10 | ** distributed under the License is distributed on an "AS IS" BASIS, 11 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | ** See the License for the specific language governing permissions and 13 | ** limitations under the License. 14 | */ 15 | 16 | package android.support.v4.media.session; 17 | 18 | parcelable ParcelableVolumeInfo; 19 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl: -------------------------------------------------------------------------------- 1 | /* Copyright 2014, The Android Open Source Project 2 | ** 3 | ** Licensed under the Apache License, Version 2.0 (the "License"); 4 | ** you may not use this file except in compliance with the License. 5 | ** You may obtain a copy of the License at 6 | ** 7 | ** http://www.apache.org/licenses/LICENSE-2.0 8 | ** 9 | ** Unless required by applicable law or agreed to in writing, software 10 | ** distributed under the License is distributed on an "AS IS" BASIS, 11 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | ** See the License for the specific language governing permissions and 13 | ** limitations under the License. 14 | */ 15 | 16 | package android.support.v4.media.session; 17 | 18 | parcelable PlaybackStateCompat; 19 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/aidl/android/support/v4/os/ResultReceiver.aidl: -------------------------------------------------------------------------------- 1 | /* 2 | ** Copyright 2015, The Android Open Source Project 3 | ** 4 | ** Licensed under the Apache License, Version 2.0 (the "License"); 5 | ** you may not use this file except in compliance with the License. 6 | ** You may obtain a copy of the License at 7 | ** 8 | ** http://www.apache.org/licenses/LICENSE-2.0 9 | ** 10 | ** Unless required by applicable law or agreed to in writing, software 11 | ** distributed under the License is distributed on an "AS IS" BASIS, 12 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | ** See the License for the specific language governing permissions and 14 | ** limitations under the License. 15 | */ 16 | 17 | package android.support.v4.os; 18 | 19 | parcelable ResultReceiver; 20 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/annotations.zip -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/jars/classes.jar -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/jars/libs/internal_impl-23.3.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/app/build/intermediates/exploded-aar/com.android.support/support-v4/23.3.0/jars/libs/internal_impl-23.3.0.jar -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/incremental/compileDebugAidl/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/incremental/mergeDebugAndroidTestShaders/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/incremental/mergeDebugAssets/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/incremental/mergeDebugResources/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | 16dp16dp选择文件FileName选择文件SettingsUploadTol上一级目录选择文件夹开始上传选择文件夹128dp -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/incremental/mergeDebugShaders/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 16 | 17 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/manifests/full/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | 12 | 13 | 14 | 15 | 20 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 32 | 33 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/fileke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/fileke.png -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/folderke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/folderke.png -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_launcher.png -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/icon.png -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_launcher.png -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_launcher.png -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jdsjlzx/uploadFile/b221f8b648f275d4034f3dce5b89fec12ddfed9e/UploadTool/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_launcher.png -------------------------------------------------------------------------------- /UploadTool/app/build/intermediates/res/merged/debug/layout/activity_main.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 |