Rafał Augustyniak
Rafał Augustyniak
Steps to repro: 1. Enter title. 2. Press `Tab` to move to `Description` text field. Result: Nothing happens Expected result: Edition of description text field begins. Notice a weird blue...
### Description It's hard to tell what the reason for a given Bugsnag OOM crash was - whether a crash was happened by a memory leak, a retain cycle or...
### Description Bugsnag grouping of crashes does not work well for *Android native crashes* that happen inside of dynamically loaded libraries. Bugsnag seems to be using a whole path for...
Description: Integrate existing upstream Envoy support for proxies (https://github.com/envoyproxy/envoy/pull/21942) with Android APIs that are responsible for getting the information about the configured proxy settings from user's device. Risk Level: Medium,...
Description: Add support for Kotlin robolectric tests by making `envoy_mobile_android_test` macro use `kt_android_local_test` maco as opposed to `android_local_test` macro as the former supports both Java and Kotlin files while the...
Add a support for running Android tests on Android emulator to properly test all code that runs when Envoy Mobile runs on real Android devices. Some of the code that's...
THIS IS NOT INTENDED TO BE MERGED Used to showcase https://github.com/envoyproxy/envoy-mobile/issues/2432
NOT INTENDED TO BE MERGED. Testing https://github.com/envoyproxy/envoy-mobile/pull/2318
The implementation of `is_cleartext_permitted` method always crashes. That's because the `jcls_AndroidNetworkLibrary` variable in https://github.com/envoyproxy/envoy-mobile/blob/6eb67e6cd004665a01a35981b5728450ba6a179c/library/common/jni/android_jni_utility.cc#L23 is NULL. See failing CI jobs in https://github.com/envoyproxy/envoy-mobile/pull/2431 PR draft. ``` * thread #25, name =...
Add a more ergonomic way to access header values stored by `Headers`. This is for both iOS and Android. The Swift implementation could look like: ```swift subscript(name: String) -> [String]?...