Dima

Results 15 issues of Dima

Hello. Can I create the same feature? ![sample](https://camo.githubusercontent.com/0d688f14a48d140ac88b5741702da26de47732d8c1a6ef33cc2ac45df0d152dd/687474703a2f2f692e67697068792e636f6d2f6c33765264577758696e316f6f4c4348532e676966) I found moveViewToAnimated, but maybe there is infinite moveView, because current function move with freezing (setInerval and etc.). Please help, thanks for...

``` java @Override protected void onCreate(){ mBLEController = BluetoothLEController.getInstance().build(this); mBLEController.setBluetoothListener(bluetoothLEListener); } @Override protected void onDestroy() { super.onDestroy(); try { mBLEController.release(); }catch (Exception e){ LogManager.LogEA(e); } } @Override protected void onPause()...

Please add callback when BLEService was inited, thanks. Sorry, but I use fragment and main activity is owner BLE Service, so I needed callback on service connection at fragment ```...

I can not connect two devices (current sample kotlin). http://prntscr.com/m12p6r Tested https://github.com/ybenannoune/BluetoothPong works normal (used classic https://github.com/googlesamples/android-BluetoothChat/blob/master/Application/src/main/java/com/example/android/bluetoothchat/BluetoothChatService.java ) Thanks for help.

question

Please implement logging for new RxJava 2 `Caused by: java.lang.ClassNotFoundException: Didn't find class "rx.Observable" on path: DexPathList[[zip file "/data/app/***/base.apk"],nativeLibraryDirectories=[/data/app/***/lib/x86, /system/lib, /vendor/lib]]` Thanks for your support.

Please add new feature "infinite progress": duration full circle move, fill value. Thanks for support.

Please add ViewModelFragment from RxFragment and ViewModelActivity from RxAppCompactActivity (RxActivity). Thanks for your support. You can use RxLifecycle library.

@baesumin Hello, I use setup({storekitMode: 'STOREKIT2_MODE'}); and I got "transactionReceipt":"" with help sandbox account and real device. Please help, version "12.10.8".

Hello, logout does not work and auto close webview does not work at iOS and Android. Thanks for help

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...