johnnyzen
johnnyzen
Hi, thanks for your support. Yes it works without proguard. I will go back to 1.4 to see if I am being stupid and missing something.
Hi, thanks for the mapping log. I have matched: ``` 41:41:java.lang.Throwable tryInternalFastPathGetFailure(com.google.common.util.concurrent.internal.InternalFutureFailureAccess) -> a com.google.crypto.tink.Aead -> d.g.c.a.a: 105:107:void validateKeyFormat(com.google.crypto.tink.proto.AesCmacKeyFormat) -> g com.google.crypto.tink.mac.HmacKeyManager -> d.g.c.a.h0.b: com.google.crypto.tink.Mac -> d.g.c.a.s: void verifyMac(byte[],byte[]) ->...
After moving to 1.5.0 I made some changes, in which my understanding is poor (forgive me) The two methods I changed are: ``` private fun getAEAD(prefKey: String): Aead { val...
I have added to proguard `-keep class com.google.crypto.tink.** { *; }` as a test. Looks like I need to learn some more about what I am doing ;) Hope this...
Your business model is not the best. Adding watermarks and not being clear about it until I have added the library is not the way for me to buy the...
3 years after my comment and still the same!!!!. I just checked the read me and still no mention of trial. I went on to use mpchart. Come on guys....
@topherbuckley you will have great joy with mpchart. (sorry AnyChart)
> @VinsonGuo answer may be useful but not elegant. below is my advice: If you want certain data not show in line chart,you can just edit library class `LineChartRenderer` ....
Its ok, I got it working. Found this way was good for me add line to LineChartRenderer class at same position as @VinsonGuo above if (e1.getData() == null) continue; When...
@VinsonGuo thanks. Yeah i know its not great in that sense, but with other solutions, like the "use two datasets" techique, using chart.moveViewToX when scrolling live data causes the lines...