Igor Kurek

Results 11 issues of Igor Kurek

I can't change text colour on dialog. I changed colours.xml to contain `#FFFFFF` but it doesn't work, the colour is still gray.

Hi, I have a problem with font, "i" and "l" characters to be exact. They seem to be different than other characters. I tried changing fonts but it didn't help....

bug report
enhancement

**Describe the bug** In some cases, ImageViewerView will fail with `UninitializedPropertyAccessException` because `lateinit property transitionImageAnimator has not been initialized`. I've taken a look at the source, and found out that...

bug

Since this project derieves from `BottomNavigationBar`, and not `TabBar`, creating `TabController` and it's listeners is not possible. Due to that, there is no way to integrate with `TabView`, and also,...

When using Camera to take a picture with RxPaparazzo, when I set builder to use `CustomMaxSize(2000)` as image size, resized file is not being saved, and RxPaparazzo returns `FileData` with...

Currently, the CI runner for Android uses SDK version 21 and 29. To make sure Ably is compatible with latest versions of Android, we can replace the SDK 29 emulator...

testing

I've noticed that Kotlin dependency is included in the package, but I failed to find any Kotlin-related components, or Kotlin code. We should probably investigate if including Kotlin is necessary...

code-quality

Some push-related classes like {{PushNotificationEventsInternal}} or {{PushActivationEventsInternal}} contain instances of {{SteamController}}, which is an implementation of {{Sink}}. According to Dart guidelines, instances of {{Sink}} should be closed to avoid leaks,...

bug
code-quality

This is a rework of https://github.com/ably/ably-flutter/pull/283 because the previous PR was made from enhancement/formatting and the branch can't be merged. The logic had to be extended, since the solution presented...

enhancement
blocked-by-ably

Right now, when used on an unsupported platform (for example on Flutter Web) the {{ably-flutter}} plugin will fail with {{Unsupported operation}} error, only when a method from Ably is called...

enhancement