From fe3e8407c5f8baee6ea17126dc57abeba0b5465f Mon Sep 17 00:00:00 2001 From: ThibaultBee Date: Mon, 15 Jul 2024 14:19:20 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Thibault?= =?UTF-8?q?Bee/srtdroid@a8c8b3838a77ce442bc19f203f5f5ff5c3cb7133=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../-recv-file/-recv-file.html | 2 +- .../-recv-file/index.html | 4 +- .../-send-file/-send-file.html | 2 +- .../-send-file/index.html | 4 +- .../index.html | 4 +- .../-main-activity/index.html | 66 +++++++++---------- .../-main-client-settings-fragment/index.html | 4 +- .../-main-server-settings-fragment/index.html | 4 +- .../-main-view-model/index.html | 2 +- 9 files changed, 46 insertions(+), 46 deletions(-) diff --git a/example/io.github.thibaultbee.srtdroid.example.tests/-recv-file/-recv-file.html b/example/io.github.thibaultbee.srtdroid.example.tests/-recv-file/-recv-file.html index 33deb61c..6c895547 100644 --- a/example/io.github.thibaultbee.srtdroid.example.tests/-recv-file/-recv-file.html +++ b/example/io.github.thibaultbee.srtdroid.example.tests/-recv-file/-recv-file.html @@ -63,7 +63,7 @@

RecvFile

-
constructor(sendFileName: String, recvFileName: String, recvFileDir: File)
+
constructor(sendFileName: String, recvFileName: String, recvFileDir: File)
diff --git a/example/io.github.thibaultbee.srtdroid.example.tests/-send-file/-send-file.html b/example/io.github.thibaultbee.srtdroid.example.tests/-send-file/-send-file.html index 91e4b219..1a2194bd 100644 --- a/example/io.github.thibaultbee.srtdroid.example.tests/-send-file/-send-file.html +++ b/example/io.github.thibaultbee.srtdroid.example.tests/-send-file/-send-file.html @@ -63,7 +63,7 @@

SendFile

-
constructor(fileSendDir: File)
+
constructor(fileSendDir: File)
diff --git a/example/io.github.thibaultbee.srtdroid.example.tests/index.html b/example/io.github.thibaultbee.srtdroid.example.tests/index.html index 21afa905..42af2357 100644 --- a/example/io.github.thibaultbee.srtdroid.example.tests/index.html +++ b/example/io.github.thibaultbee.srtdroid.example.tests/index.html @@ -78,7 +78,7 @@

Types

-
class RecvFile(sendFileName: String, recvFileName: String, recvFileDir: File) : Test
+
class RecvFile(sendFileName: String, recvFileName: String, recvFileDir: File) : Test
@@ -93,7 +93,7 @@

Types

-
class SendFile(fileSendDir: File) : Test
+
class SendFile(fileSendDir: File) : Test
diff --git a/example/io.github.thibaultbee.srtdroid.example/-main-activity/index.html b/example/io.github.thibaultbee.srtdroid.example/-main-activity/index.html index 207ecca7..a7c7b272 100644 --- a/example/io.github.thibaultbee.srtdroid.example/-main-activity/index.html +++ b/example/io.github.thibaultbee.srtdroid.example/-main-activity/index.html @@ -391,7 +391,7 @@

Functions

@@ -406,7 +406,7 @@

Functions

-
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
+
open override fun bindService(p0: Intent, p1: ServiceConnection, p2: Int): Boolean
open override fun bindService(p0: Intent, p1: Int, p2: Executor, p3: ServiceConnection): Boolean
@@ -976,7 +976,7 @@

Functions

-
open override fun dump(@NonNull p0: String, @Nullable p1: FileDescriptor?, @NonNull p2: PrintWriter, @Nullable p3: Array<String>?)
+
open override fun dump(@NonNull p0: String, @Nullable p1: FileDescriptor?, @NonNull p2: PrintWriter, @Nullable p3: Array<String>?)
@@ -1351,7 +1351,7 @@

Functions

-
open override fun getCacheDir(): File
+
open override fun getCacheDir(): File
@@ -1411,7 +1411,7 @@

Functions

-
open override fun getClassLoader(): ClassLoader
+
open override fun getClassLoader(): ClassLoader
@@ -1426,7 +1426,7 @@

Functions

-
open override fun getCodeCacheDir(): File
+
open override fun getCodeCacheDir(): File
@@ -1546,7 +1546,7 @@

Functions

-
open override fun getDatabasePath(p0: String): File
+
open override fun getDatabasePath(p0: String): File
@@ -1561,7 +1561,7 @@

Functions

-
open override fun getDataDir(): File
+
open override fun getDataDir(): File
@@ -1606,7 +1606,7 @@

Functions

-
open override fun getDir(p0: String, p1: Int): File
+
open override fun getDir(p0: String, p1: Int): File
@@ -1666,7 +1666,7 @@

Functions

-
open override fun getExternalCacheDir(): File?
+
open override fun getExternalCacheDir(): File?
@@ -1681,7 +1681,7 @@

Functions

-
open override fun getExternalCacheDirs(): Array<File>
+
open override fun getExternalCacheDirs(): Array<File>
@@ -1696,7 +1696,7 @@

Functions

-
open override fun getExternalFilesDir(p0: String?): File?
+
open override fun getExternalFilesDir(p0: String?): File?
@@ -1711,7 +1711,7 @@

Functions

-
open override fun getExternalFilesDirs(p0: String): Array<File>
+
open override fun getExternalFilesDirs(p0: String): Array<File>
@@ -1726,7 +1726,7 @@

Functions

-
open override fun getExternalMediaDirs(): Array<File>
+
open override fun getExternalMediaDirs(): Array<File>
@@ -1741,7 +1741,7 @@

Functions

-
open fun <T : ComponentActivity.ExtraData> getExtraData(extraDataClass: Class<T>): T?
+
open fun <T : ComponentActivity.ExtraData> getExtraData(extraDataClass: Class<T>): T?
@@ -1756,7 +1756,7 @@

Functions

-
open override fun getFilesDir(): File
+
open override fun getFilesDir(): File
@@ -1771,7 +1771,7 @@

Functions

-
open override fun getFileStreamPath(p0: String): File
+
open override fun getFileStreamPath(p0: String): File
@@ -1921,7 +1921,7 @@

Functions

-
open override fun getMainExecutor(): Executor
+
open override fun getMainExecutor(): Executor
@@ -1996,7 +1996,7 @@

Functions

-
open override fun getNoBackupFilesDir(): File
+
open override fun getNoBackupFilesDir(): File
@@ -2011,7 +2011,7 @@

Functions

-
open override fun getObbDir(): File
+
open override fun getObbDir(): File
@@ -2026,7 +2026,7 @@

Functions

-
open override fun getObbDirs(): Array<File>
+
open override fun getObbDirs(): Array<File>
@@ -2356,7 +2356,7 @@

Functions

-
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
+
open override fun getSystemService(p0: String): Any
fun <T : Any> getSystemService(p0: Class<T>): T
@@ -2371,7 +2371,7 @@

Functions

-
open override fun getSystemServiceName(p0: Class<*>): String?
+
open override fun getSystemServiceName(p0: Class<*>): String?
@@ -3391,7 +3391,7 @@

Functions

@@ -3706,7 +3706,7 @@

Functions

@@ -4381,7 +4381,7 @@

Functions

-
open override fun openFileInput(p0: String): FileInputStream
+
open override fun openFileInput(p0: String): FileInputStream
@@ -4396,7 +4396,7 @@

Functions

-
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
+
open override fun openFileOutput(p0: String, p1: Int): FileOutputStream
@@ -4576,7 +4576,7 @@

Functions

- +
@@ -4636,7 +4636,7 @@

Functions

@@ -4846,7 +4846,7 @@

Functions

@@ -4981,7 +4981,7 @@

Functions

@@ -5746,7 +5746,7 @@

Functions

-
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
+
open override fun setWallpaper(p0: Bitmap)
open override fun setWallpaper(p0: InputStream)
@@ -6436,7 +6436,7 @@

Functions

diff --git a/example/io.github.thibaultbee.srtdroid.example/-main-client-settings-fragment/index.html b/example/io.github.thibaultbee.srtdroid.example/-main-client-settings-fragment/index.html index 91367177..3827b4e7 100644 --- a/example/io.github.thibaultbee.srtdroid.example/-main-client-settings-fragment/index.html +++ b/example/io.github.thibaultbee.srtdroid.example/-main-client-settings-fragment/index.html @@ -207,7 +207,7 @@

Functions

- +
@@ -1572,7 +1572,7 @@

Functions

diff --git a/example/io.github.thibaultbee.srtdroid.example/-main-server-settings-fragment/index.html b/example/io.github.thibaultbee.srtdroid.example/-main-server-settings-fragment/index.html index 905666a5..1ca5ca78 100644 --- a/example/io.github.thibaultbee.srtdroid.example/-main-server-settings-fragment/index.html +++ b/example/io.github.thibaultbee.srtdroid.example/-main-server-settings-fragment/index.html @@ -207,7 +207,7 @@

Functions

- +
@@ -1572,7 +1572,7 @@

Functions

diff --git a/example/io.github.thibaultbee.srtdroid.example/-main-view-model/index.html b/example/io.github.thibaultbee.srtdroid.example/-main-view-model/index.html index 586aadbc..b7bd16db 100644 --- a/example/io.github.thibaultbee.srtdroid.example/-main-view-model/index.html +++ b/example/io.github.thibaultbee.srtdroid.example/-main-view-model/index.html @@ -211,7 +211,7 @@

Functions

- +