Jernej Jerin

Results 27 comments of Jernej Jerin

> 1, 2, 3) We don't currently support customization of the signup screen. We will take your request into consideration and post here when we have a solution. > 4)...

Hello @mangolas ! I've seen the same issue in our app in production, I also recommend using `onBackpressureDrop/onBackpressureLatest` ([rxJava official docs](http://reactivex.io/RxJava/javadoc/rx/Observable.html#observeOn(rx.Scheduler))) when subscribing to widget events via `getWidgetStateUpdate`. Though haven't...

I still get this issue sometimes, even with the fix. I think the answer lies in the following (see [official rxjava docs](http://reactivex.io/RxJava/javadoc/)): ``` Note that this processor signals MissingBackpressureException if...

It's already in the SDK v5 project available [here](https://github.com/dji-sdk/Mobile-SDK-Android-V5/tree/dev-sdk-main/SampleCode-V5). What DJI did they extracted this project to that one and made changes to support v5 SDK. Not ideal though for...

Hello @Michael-DJI Great, nice to hear that you would consider accepting that kind of changes. Sure, the first PR would be only to convert existing Java classes to Kotlin.

Confirm the same issue, might be they have not yet implemented these menus.

Good question, not sure if they are planning on adding support for those menus?

Hello @dji-lisafedane ! Nice to hear that! Can't wait for it.

Hello @alainpimentel ! Do you maybe have any ETA when this will be fixed. Many thanks! Cheers, Jernej

Hello @alainpimentel @siddutgikar ! First congratulations on the new awesome release with so many new features. Though I'm still having issues with getting `VideoFeedUpdated` model state updates. My configuration: *...