Bao Le Duc

Results 10 comments of Bao Le Duc

It's because the material library v1.5.0 changed its API. I created a PR https://github.com/hendraanggrian/collapsingtoolbarlayout-subtitle/pull/41 to fix it. @hendraanggrian could you have a look?

This is an example: http://plnkr.co/edit/BuE9Ae?p=preview

Same for me, `opentok-android-sdk-v3 3.0.3` artifact doesn't exist on mavenCentral().

From https://support.tokbox.com/hc/en-us/articles/360059402811-Android-SDK-available-through-maven-central > If you are using a version 2.16.x or older, please note that those old SDKs could depend on additional binaries that may not be available in Maven....

@adrienrx thank you! I meant a mavenized version.

@DanielGalarza Is there a particular reason that the BLUETOOTH_CONNECT permission is required, even there is no bluetooth device is connected? In the UX perspective, it's really strange to ask the...

@sandwwraith the dependency tree shows it uses kotlinx-serialization v1.4.0 ``` allSourceSetsCompileDependenciesMetadata +--- org.jetbrains.kotlin:kotlin-stdlib:{require 1.7.10; reject _} -> 1.7.10 | +--- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10 | \--- org.jetbrains:annotations:13.0 +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:{require 1.6.4; reject _} ->...

It would be nice to request email verification in the AuthUI builder, such as new AuthUI.IdpConfig.EmailBuilder() .setRequireName(false) **.setRequireEmailVerification(true)** // not in the builder atm .build() And this library will handle...

@Ayyanchira https://github.com/Iterable/iterable-android-sdk/pull/635 doesn't fix the issue. The fact is that Iterable SDK uses I/O (read files) when calling `IterableApi.initialize()`. The below stacktrack is reported by the system when enables [StrictMode](https://developer.android.com/reference/android/os/StrictMode)....