Tomasz Bogusz

Results 18 issues of Tomasz Bogusz

Currently JSON parsing is implemented without error handling in the native iOS part of the plugin. Whenever error occurs, it does so silently and application resumes with invalid parsing results.

First section on the main tab should contain rssi view, which should display most recent rssi value and a button to retrieve rssi value on demand.

example
ui
business logic

Main tab of peripheral details screen's services list should be expandable (whether it should be expanded or collapsed at the start is to be decided). Expanded service should contain the...

example
ui
business logic

Main tab of peripheral details screen should contain the list of services (once they are discovered).

example
ui
business logic

It is required to ask user for relevant permissions to use BLE functionality. This is an Android version of this task.

example

It is required to ask user for relevant permissions to use BLE functionality. This is an iOS version of this task.

example

First section on the main tab should contain mtu view, which should display mtu value and a button to negotiate mtu.

example
ui
business logic

The idea is to have connect / disconnect buttons available in the peripheral's properties section with only one available at the time depending on the peripheral's connection state (or on...

example
ui
business logic

Add Bluetooth state controls (on/off) to the main screen of the example app.

example
business logic

NavigotionBloc was introduced as a part of another feature and it was decided to write unit tests for it in a separate issue.

example