[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ring] Android Call StatusBar Exception/MultiDex
From: |
Nathan Royce |
Subject: |
Re: [Ring] Android Call StatusBar Exception/MultiDex |
Date: |
Mon, 14 May 2018 01:53:27 -0500 |
Re-sending since I neglected to Reply-To-All...
I pulled the latest commit (81cb605e6c72c9947826ad489898a4deb0abe1b6)
which also included the previous fix for Android 4.4 and can confirm I
don't have issue sending/receiving calls, so it can be pushed to the
Play Store.
On Fri, May 4, 2018 at 4:38 PM, Pierre Duchemin
<address@hidden> wrote:
> Thank you Nathan for this report.
>
> This issue is quite common on Android.
> It's caused by the library that convert vector pictures to raster in order to
> keep compatibility with api < 21.
>
> However, vectors brings lots of improvements so I'd rather find a vector that
> don't make the lib crash instead of using a png like you did.
>
> Here is a patch for this issue:
> https://gerrit-ring.savoirfairelinux.com/#/c/9374/
> The vector drawable is taken from http://materialdesignicons.com/ and look
> like the old one.
>
> Since the emulator is crashing on call and our oldest phones are out of
> order, I was not able to test it.
> Can you tell me if it helps?