Łukasz Wasylkowski

Results 17 comments of Łukasz Wasylkowski

Possibly related https://github.com/android/android-test/issues/427

I'm not sure this is directly related, but once I migrated to ActivityScenario, my tests involving opening deep links started failing, since NavigationComponent will now recreate the stack, but not...

Is there any update on this? Seeing as `ActivityTestRule` is deprecated, it'd be nice to have a clear migration for tests using deep links with navigation component

> How are you creating the APK? Are you using an external tool designed for obfuscation? Just plain `./gradlew app:assembleMyVariantRelease` with `minifyEnabled true`. _However_ the new build had FullStory integration...

Yes, any way to bundle the time zone database with the app and use it instead of the system tzdb (like 310bp does: https://github.com/ThreeTen/threetenbp/blob/master/src/main/resources/org/threeten/bp/TZDB.dat) would solve the issue. I suggested...

@bruno-garcia I am but it's not working as expected supposedly due to https://github.com/getsentry/sentry-android-gradle-plugin/issues/37. All I know is for now our release has no proguard mappings even though the plugin was...

Hey @philipphofmann I wasn't motivated but _someone_ was, unfortunately they PR was left ignored for a year and ultimately closed: https://github.com/getsentry/sentry-fastlane-plugin/pull/80

I expected something like this. So is this also what's happening when both queries return empty lists? Since in that case none of the returned objects (in both queries) even...

Just from a cursory glance, without trying this out in practice, do I understand correctly that this would require defining a cache ID for _each_ type that we use that...

> adding @typePolicy at the schema level is still better than having to add id to each individual query and nested field. Do you mean that the query would not...