Dmitrii Kostyrev
Dmitrii Kostyrev
Received several crashes in applyToolTipPosition(). Was using ToolTipView on a fragment inside ViewPager. Stacktrace: java.lang.NullPointerException at com.haarman.supertooltips.ToolTipView.applyToolTipPosition(ToolTipView.java:138) at com.haarman.supertooltips.ToolTipView.onPreDraw(ToolTipView.java:99) at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:888) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2173) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1246) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6567) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:803) at...
Annotation processor for generating Cursor -> Model and Model -> ContentValues code instead of using reflection. Requires minimum package visibility of fields in model classes.
Fixes the issue #1346. `ClassReferenceParser` and `getBinaryAPI` extension functions now handle `jar` files as an input alongside with class files. There is a bit of duplication with regard to to...
**Build scan link** [Build scan](https://scans.gradle.com/s/ib3z5ovffa2is) **Plugin version** `2.6.1` **Gradle version** `8.10.2` **JDK version** `17` **(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version** `2.1.0` **(Optional) Android Gradle Plugin (AGP) version** `8.7.3`...
Nativelink CAS service terminates unexpectedly when Bazel client executes [FindMissingBlobs](https://github.com/bazelbuild/remote-apis/blob/main/build/bazel/remote/execution/v2/remote_execution.proto#L360C7-L362) call with a large list of digests (> 7k). According to Nativelink CAS logs it terminates due to the connection...