Dobrica Pavlinušić

Results 46 comments of Dobrica Pavlinušić

Comparing diffs, it implements erase (which is basically putting 0xff all over the flash) and somewhat nicer one-line output of progress, but I don't see any code changes related to...

You are absolutely right. It seems that -1 isn't supported in recent busybox installations. Switching to find does help, so can you please test if it works for you also?

You might try enabling root for adb if you are using recent cyanogen.

@aliabbasjp project which you are pointing at depends on huge Java pdf library, so porting it is not feasible, at least for me. If I'm not mistaken Kindle's pdf viewer...

Highlights are saved in `kindlepdfviewer/history/mungled-name-of-original-document.lua` folder together with file settings. It's lua syntax but it should be possible to parse it within Java code I think. Since we don't have...

@NuPogodi it seems that you fixed this with 925678b1ce0f7b3050cf83771f0bdf705c49c46b but commit message is miss-leading. I will merge it to master as soon as I get back home to test it...

@houqp highlight should work in all zoom modes, because I did some work on coordinate transformation for links, so at least coordinates on screen should be sane. Having said that,...

I think that OP means on document close. I agree with @houqp that it should be after user interaction. I've seen similar behavior in koreader, and I would love to...

@houqp how hard would it be to implement getText for crengine?

I added crengine search with #231, but we'll probably need to use mpdf API for search to gain more performance.