An ebook reader application supports PDF, DJVU, EPUB, FB2 and much more, running on Kindle, Kobo, PocketBook and Android devices
People
Repo info
Activity
NiLuJe
@NiLuJe
@pazos: I think that's safe (it certainly works on my H2O). I remember having issues with fractional sleeps somewhere though, but I'll be damned if I can remember where ;).
@ptrm: That -m32 assumes an x86_64 host, I'm not familiar with native aarch64 toolchains, but, basically, you'll need a multilib-aware one, and pass it the flag necessary for it to target aarch32
And the host probably also needs to be able to run aarch32 binaries
That, or bypass the whole mess and tweak the buildsystem to ask it to use a native, full luajit interpreter instead of building minilua
I don't recall if that's the only part of the buildsystem where this sort of trickery is involved, though (I would think so, but you never know... :D)
NiLuJe
@NiLuJe
The whole luarocks in the later stages comes to mind, as that's generally a giant mess pretty much everywhere ^^
As is usually the case with cross-compiling mixed with PMS for interpreted languages (I'm looking at you, Python.)
@pazos: If you need a giant-screen tester, I have a 1080x2280 screen here...
On Pie
Martín Fernández
@pazos
@NiLuJe: cool
does your device handle multiwindows / split view ¿?
NiLuJe
@NiLuJe
Hmm, is that a stock thing?
Martín Fernández
@pazos
I guess but I'm not sure
It is a thing added in API24 and the reason why we need to tweak max aspect ratio from time to time
NiLuJe
@NiLuJe
The "hold on the thumbnail in recents view" thingy?
Never used it, but apparently, that's a thing, yeah
Well, it's in a three dots menu in the reents view now, but, yeah, it's there
And it indeed does what it says on the tin, yay.
Martín Fernández
@pazos
but you shouldn't be able to use KOReader in split view
NiLuJe
@NiLuJe
That was with GMail ;p
I never installed KOReader on that device ;)
Martín Fernández
@pazos
lol, better for your mental health!
NiLuJe
@NiLuJe
^^
Martín Fernández
@pazos
If you install current version you'll be able to reproduce the issues @wangkaibule mentioned.
_
NiLuJe
@NiLuJe
Already got my hands in too many pies ;p
Martín Fernández
@pazos
@pazos: I think that's safe (it certainly works on my H2O). I remember having issues with fractional sleeps somewhere though, but I'll be damned if I can remember where ;).
If is safe on kobos and safe on Kindles I will make the change.
NiLuJe
@NiLuJe
With a bit of luck, that was on something like FW 2.x on Kindle, so, eh.
I'm suspiciously using usleep in my old Kindle stuff, so that may be it
The K2 is flat, so, more on that later ;)
One could awlays use usleep if it's there and sleep otherwise, that'd make everything happy ;)
Martín Fernández
@pazos
usleep 500000 || sleep 0.5 ?
fine for me
NiLuJe
@NiLuJe
Yeah, fractional sleep is an optional busybox feature, while usleep is an "all or nothing" applet
So that'd make the most sense, compatibility-wise ;)
I was expecting that on Kobo tbh, but I tried it and was surprised to see that sleep 0.5 Just Worked™. (Isn't it one of those GNU extensions or whatever?)
NiLuJe
@NiLuJe
It's a coreutils behavior that's optional in bb, yeah
And usleep is bb only, funnily enough
NiLuJe
@NiLuJe
Mwahahah, 8bpp on Kobo, I CAN PAN REALLY FAST GUYS§§!
Frans de Jonge
@Frenzie
@NiLuJe Awesome! :-D
Frans de Jonge
@Frenzie
@NiLuJe Shall I merge the gesture thingy tonight or wait until tomorrow/Tuesday?
NiLuJe
@NiLuJe
My reply in the issue was meant to serve as a +1, yeah, go ahead ;).