barteksc

Results 23 comments of barteksc

It is hard task and currently I don't plan adding search feature

I do not plan introducing it, but you may try and send pull request.

Using OCR for such task is madness. Pdfium has methods for getting text from pages

Opensource version od MuPDF od licensed under AGPL license, which requires you to publish source code of your app

@ToxicBakery Android uses Garbage Collector, when items are removed from cache it doesn't mean that they will be removed from memory immediately

What is the purpose of `nativeBitmapFillRect()` function? You can fill bitmap with color using Android API

There are no layers, this just a bitmap. FillRect will fill given region with given color

Thank you for your work, I will review commit source and add it to next release

`Resources#getSystem()` documentation states that returned instance is not configured for the current screen.

This method is not static...