Audrius Karosevicius
Audrius Karosevicius
How this should work? Most straightforward solution I can think is to refactor bt connection/tracking logging from `MainActivity` to foreground service. From user perspective this would look like: - `MainActivity`...
Ok. If possible can you fill separate issue tickets for 100% identified problems please? I will try to solve them one by one. In meantime I am going to investigate...
Is this still blocked? Seems that the referenced issue is already resolved
Most CI servers supports [Service containers](https://docs.github.com/en/actions/configuring-and-managing-workflows/using-databases-and-service-containers). This would be ideal use-case for firebase emulators. In such case our tests containers could avoid downloading firebase-tools
Is there any known workarounds? This basically prevents using flutter in any app which has chat functionality for younger audience...
> While this event loop call should not cause any real issues for your application (the event loop is on a separate thread Android system sets default global uncaught exception...
@qwwdfsad There is no support for `linuxArm32Hfp`. I think this issue was marked as done by mistake. May be very confusing if some people come to this GH issue and...
Maybe an option would be to use `AndroidManifest` metadata to declare which callbacks should be registered for these `before*` methods? Also add a lint rule that checks if declared callbacks...
Another [problem](https://github.com/getsentry/sentry-android-gradle-plugin/issues/585) due to Sentry's reliance on 3rd part ABI. These two issues have cost us several days of developer time over a couple of weeks. At this rate, this...
> this is only the 2nd issue with Room within the past 2 years Yes. Sorry for the poor wording. I didn't mean to imply that this was a very...