yosoycody

Results 4 issues of yosoycody

I'm using the app:textAutoLink="all" property to have links be clickable in messages. However, I need to override the click behavior to call my own custom function, instead of opening in...

Can this library be used for OAuth1?

On on older Android device running Android 6, I'm seeing the following crash: ``` java.lang.NoSuchMethodError: No interface method stream()Ljava/util/stream/Stream; in class Ljava/util/Set; or its super classes (declaration of 'java.util.Set' appears...

I'm trying to load the Indoor Bike data characteristic (which is part of Fitness Machine service), using the loadExtensionsFromFolder() method. I have the following code: ``` BluetoothGattParser bluetoothGattParser = BluetoothGattParserFactory.getDefault();...