Petar Petrov
Petar Petrov
Thanks @uugan. I am not sure, if the zoom should remain when the page is changed. I took a look at a number of popular apps that render PDFs and...
I was able to mitigate it with the following ``` override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { super.onActivityResult(requestCode, resultCode, data) activity?.let { val dataIntent = fixDataIntentForEasyImage(data) easyImage.handleActivityResult(requestCode, resultCode,...
I can only agree. I don't believe this lib should be deprecated. The "official" seems to be rather old. The ImageLoader for example does not include the makeImageRequest method, which...
The library requires you to have the App Compat `colorPrimary` and `colorPrimaryDark` colors for the custom dialogs. If you define these in your `colors.xml`, it should work. ``` myColorHex myOtherColorHex...
This was on a real device. Nexus 5X with Android 8.1.0 afaik. This report happened during testing in our team. We are not yet sure, if it happens in the...
Thanks for this. I was able to reproduce it. I will reopen the issue and add it to the next milestone.
Thanks for this feature request. We will certainly add it within some of the next releases. Currently on the agenda is a face lift of the app and then integration...
That is because the PTR Indicator is shown. Or don't you see the other loading indicator as well?
Thank you. I just released a fix for the comments parsing and will try to take a look at your PR by the end of the week.
@0xKD This is great, but there is no way to switch between the article and the comments when using the Chrome Tabs. Unfortunately, I don't have much experience with Chrome...