Giang H. Pham

Results 6 issues of Giang H. Pham

After updating the library to 5.2.0, my app starts crashing for animations with gradients. I suspect Lottie adds some extra verifications in this version, but not sure what is wrong...

## What's done AGP: 7.0.3 -> 7.3.0 Kotlin: 1.5.31 -> 1.7.20 ## Motivation When consumers of ticktock-android upgrade AGP to 7.3.0, there are some issues (described in #58 ) After...

## What happened? When I update AGP from 7.2.2 to 7.3.0 and Desugar from 1.1.6 to 1.2.0, Ticktock crashes with the following stacktrace ``` java.lang.Error: java.lang.ClassCastException: Cannot cast dev.zacsweers.ticktock.runtime.TickTockZoneRulesProvider to...

## Is it a security issue? no ## What did you do? Consume Line SDK 5.4.1 to 5.8.0. They declare allowBackup as false in AndroidManifest. ## What did you expect?...

**Describe the bug** Crash after code inside DFM access a layout file in DFM **Bundletool version(s) affected** Version: 1.18.0 **Stacktrace** ``` \\ the above isn't relevant Caused by: android.content.res.Resources$NotFoundException: Resource...

Hi, It seems like Android's string-array isn't supported. When I have an array defined as ```xml item 1 item 2 ``` and do `phrase push`. It appears on Phrase in...