From f5e3b4404abbf5649c508ea7d79119be497b2302 Mon Sep 17 00:00:00 2001 From: Tianscar Date: Tue, 29 Jun 2021 20:44:30 +0800 Subject: [PATCH] Update docs --- .idea/compiler.xml | 2 +- .idea/copyright/MIT.xml | 6 + .idea/copyright/profiles_settings.xml | 7 + .idea/jarRepositories.xml | 5 + .idea/misc.xml | 4 +- .idea/runConfigurations.xml | 10 + build.gradle | 31 +- docs/allclasses-frame.html | 19 - docs/allclasses-index.html | 71 + docs/allclasses-noframe.html | 19 - docs/allpackages-index.html | 66 + .../soundtouch4android/SoundTouch.html | 1360 +++++++---------- .../soundtouch4android/package-frame.html | 20 - .../soundtouch4android/package-summary.html | 158 +- .../soundtouch4android/package-tree.html | 136 +- docs/constant-values.html | 242 +-- docs/deprecated-list.html | 120 -- docs/{package-list => element-list} | 0 docs/help-doc.html | 247 ++- docs/index-files/index-1.html | 138 +- docs/index-files/index-10.html | 180 +-- docs/index-files/index-2.html | 138 +- docs/index-files/index-3.html | 138 +- docs/index-files/index-4.html | 138 +- docs/index-files/index-5.html | 152 +- docs/index-files/index-6.html | 138 +- docs/index-files/index-7.html | 140 +- docs/index-files/index-8.html | 138 +- docs/index-files/index-9.html | 148 +- docs/index.html | 83 +- docs/jquery-ui.overrides.css | 34 + docs/member-search-index.js | 1 + docs/module-search-index.js | 1 + docs/overview-tree.html | 138 +- docs/package-search-index.js | 1 + docs/resources/glass.png | Bin 0 -> 499 bytes docs/resources/x.png | Bin 0 -> 394 bytes .../images/ui-bg_glass_55_fbf9ee_1x400.png | Bin 0 -> 335 bytes .../images/ui-bg_glass_65_dadada_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_75_dadada_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_75_e6e6e6_1x400.png | Bin 0 -> 262 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 332 bytes .../ui-bg_highlight-soft_75_cccccc_1x100.png | Bin 0 -> 280 bytes .../images/ui-icons_222222_256x240.png | Bin 0 -> 6922 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4549 bytes .../images/ui-icons_454545_256x240.png | Bin 0 -> 6992 bytes .../images/ui-icons_888888_256x240.png | Bin 0 -> 6999 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4549 bytes docs/script-dir/jquery-3.5.1.min.js | 2 + docs/script-dir/jquery-ui.min.css | 7 + docs/script-dir/jquery-ui.min.js | 6 + docs/script-dir/jquery-ui.structure.min.css | 5 + docs/script.js | 148 +- docs/search.js | 354 +++++ docs/stylesheet.css | 837 ++++++---- docs/tag-search-index.js | 1 + docs/type-search-index.js | 1 + gradle.properties | 25 + gradle/wrapper/gradle-wrapper.properties | 31 +- gradlew | 25 + module/build.gradle | 29 +- module/src/main/AndroidManifest.xml | 25 + ...m_tianscar_soundtouch4android_SoundTouch.h | 25 + module/src/main/cpp/jni/soundtouch-jni.cpp | 25 + .../soundtouch4android/SoundTouch.java | 25 + settings.gradle | 25 + 66 files changed, 2785 insertions(+), 3040 deletions(-) create mode 100644 .idea/copyright/MIT.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/runConfigurations.xml delete mode 100644 docs/allclasses-frame.html create mode 100644 docs/allclasses-index.html delete mode 100644 docs/allclasses-noframe.html create mode 100644 docs/allpackages-index.html delete mode 100644 docs/com/tianscar/soundtouch4android/package-frame.html delete mode 100644 docs/deprecated-list.html rename docs/{package-list => element-list} (100%) create mode 100644 docs/jquery-ui.overrides.css create mode 100644 docs/member-search-index.js create mode 100644 docs/module-search-index.js create mode 100644 docs/package-search-index.js create mode 100644 docs/resources/glass.png create mode 100644 docs/resources/x.png create mode 100644 docs/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png create mode 100644 docs/script-dir/images/ui-bg_glass_65_dadada_1x400.png create mode 100644 docs/script-dir/images/ui-bg_glass_75_dadada_1x400.png create mode 100644 docs/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png create mode 100644 docs/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 docs/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png create mode 100644 docs/script-dir/images/ui-icons_222222_256x240.png create mode 100644 docs/script-dir/images/ui-icons_2e83ff_256x240.png create mode 100644 docs/script-dir/images/ui-icons_454545_256x240.png create mode 100644 docs/script-dir/images/ui-icons_888888_256x240.png create mode 100644 docs/script-dir/images/ui-icons_cd0a0a_256x240.png create mode 100644 docs/script-dir/jquery-3.5.1.min.js create mode 100644 docs/script-dir/jquery-ui.min.css create mode 100644 docs/script-dir/jquery-ui.min.js create mode 100644 docs/script-dir/jquery-ui.structure.min.css create mode 100644 docs/search.js create mode 100644 docs/tag-search-index.js create mode 100644 docs/type-search-index.js diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/copyright/MIT.xml b/.idea/copyright/MIT.xml new file mode 100644 index 0000000..709bcfd --- /dev/null +++ b/.idea/copyright/MIT.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..c1e2ebc --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 2370474..35ffc9d 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -26,5 +26,10 @@