Yo

Results 39 comments of Yo

Oh okay, it seems that `MoshiEmoji` and probably `GsonEmoji` are missing proguard rules to keep the class. Maybe something like in the proguard-rules.pro would solve the issue ``` -keepclasseswithmembers class...

The working proguard rules are ```pro -keep class io.wax911.emojify.serializer.moshi.MoshiEmoji { *;} -dontwarn com.google.gson.Gson -dontwarn com.google.gson.annotations.SerializedName -dontwarn com.google.gson.reflect.TypeToken -keep class io.wax911.emojify.serializer.gson.GsonEmoji { *;} ``` I also ran into a bug with...

I'll be able to test this end of next week to tell you but this could work yes

I finally had some time to check it out, adding a consumer-rules.pro on moshi module fixed the issue. Unfortunately even using `@Transient` lead to crash so I'm not sure what...

Yep doing the conversion in the script would avoid unnecessary computing when serializing Do you need me to push the fix for Moshi ?

I have found the fix for this and it is quite simple: You have to replace the [`isAllTextVisible`](https://github.com/glailton/ExpandableTextView/blob/23df520c18939554f71f75f3356fe10f2e8dfd9e/expandable-textview/src/main/java/io/github/glailton/expandabletextview/ExpandableTextView.kt#L318) ```kotlin private fun String.isAllTextVisible(): Boolean = this == text ``` to ```kotlin...

I noticed the same behavior in my app, so I'm forced to use kapt for glide but the rest of my app is using ksp :/

Would it be possible to requalify this P3 into maybe a P1 or P2, as more and more mobile application and web3 uses passkey as authentication instead of login/password ?

Any chances to be merged ?

As I saw the author made a request for review I thought it was done, having credits for it make sense. Also to note I have copied the python code...