Mathieu Blanchette

Results 8 issues of Mathieu Blanchette

Hi, I have a RecyclerView with swipe to delete for each rows. I added a footer to my RecyclerView (footer uses a different layout than items and should not be...

**Description:** Hi, I've followed the documentation to initialize and configure OneSignal in my Application class. It works fine, but I'm always seeing errors in Logcat, even though I have the...

Reproducible with the demo app, using the "Chat with expandable input" example. **Steps to reproduce:** 1. Press the keyboard chat input icon. 2. Press the camera chat input icon. The...

bug
help wanted

I'm currently integrating Branch into a SplashActivity. Here's the code : ```kotlin class SplashActivity: AppCompatActivity() { private val branchListener = Branch.BranchReferralInitListener { referringParams: JSONObject?, error: BranchError? -> if (error ==...

This is working for my use case. I'm able to set `@dimen/font_size_toolbar` where font_size_toolbar is 20sp. I was hesitating to make a variable for `DEFAULT_TEXT_SIZE` in `MaterialSearchView.java` e.g.: `public static...

Hello, it seems there is a problem with safari firing the onClick_ event. The clusters doesn't even have pointer cursor when hovered. The issue is strange, i'm investigating it but...

Hello! We recently migrated our Android app's `build.gradle` (Groovy) file to a `build.gradle.kts` file using Kotlin (https://developer.android.com/build/migrate-to-kotlin-dsl). I started noticing that `licensed status` and `licensed cache` were not doing anything...

Hello, So i'm testing on a Samsung Galaxy Nexus running 4.2.1 I have a weird issue: I'm using a loading progress bar at the bottom of my listview. I show...