Ervin Martirosyan
Ervin Martirosyan
I'm using such code for initialize Fresco: ``` SimpleProgressiveJpegConfig jpegConfig = new SimpleProgressiveJpegConfig(); ImagePipelineConfig config = OkHttpImagePipelineConfigFactory.newBuilder(context, new OkHttpClient()) .setProgressiveJpegConfig(jpegConfig) .setBitmapsConfig(Bitmap.Config.RGB_565) .setResizeAndRotateEnabledForNetwork(true) .build(); Fresco.initialize(context, config); ``` `BlurPostprocessor` using `Bitmap.Config.ARGB_8888` and...
I have found issue in keyboard height calculation after device rotate. The solution is to calculate keyboard height `initialValue - rootViewRef.get().getHeight()` in `KeyboardWatcher.GlobalLayoutListener:onGlobalLayout()` after keyboard has already finished slide from...
Add ability to change folder drop-down list to all presented horizontal list like https://addons-media.operacdn.com/media/CACHE/images/extensions/15/168115/3.1.2-rev1/images/1076fea0a3048961542d7711c4a7c4f7/5d64aa64c6f2b3ea9caac5bfb5819966.jpeg Use case - I have home bookmark folder and work one. But for work I'd like...
I have found issue when I try to run this demo on Android 6. "Join" button make no effect. On my Samsung Note 2 (Android 4.4.2) chat works like a...