tibo

Results 3 issues of tibo

After bonding devices, performing a scan will return duplicated entries, once of them being wrong. Start a scan as such: ``` BleManager.get(this).startScan(discoveryEvent -> { Log.d("TAG", "scan: " + discoveryEvent.device().getName_normalized() +...

`setDisplayType(ImageViewTouchBase.DisplayType.FIT_TO_SCREEN)` will display the imageview to fit the screen while keeping the aspect ratio, but if I double tap to zoom in then out, the imageview will not fit the...