2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00
koreader/frontend/document
Hans-Werner Hilse 3066c86e38 Refactoring hardware abstraction
This is a major overhaul of the hardware abstraction layer.
A few notes:

General platform distinction happens in
  frontend/device.lua
which will delegate everything else to
  frontend/device/<platform_name>/device.lua
which should extend
  frontend/device/generic/device.lua

Screen handling is implemented in
  frontend/device/screen.lua
which includes the *functionality* to support device specifics.
Actually setting up the device specific functionality, however,
is done in the device specific setup code in the relevant
device.lua file.

The same goes for input handling.
2014-11-02 21:19:04 +01:00
..
credocument.lua Refactoring hardware abstraction 2014-11-02 21:19:04 +01:00
djvudocument.lua add djvu render mode options in readermenu 2014-10-15 20:31:24 +08:00
document.lua fix #1064 by adding timestamp of document in cache key 2014-10-30 11:05:26 +08:00
documentregistry.lua issue error directly when doc is malformated 2014-08-29 17:17:12 +08:00
koptinterface.lua Refactoring hardware abstraction 2014-11-02 21:19:04 +01:00
pdfdocument.lua add needed ffi module when saving annotations 2014-10-26 23:16:27 +01:00
picdocument.lua issue error directly when doc is malformated 2014-08-29 17:17:12 +08:00
tilecacheitem.lua serialize the most recently used blitbuffer/koptcontext 2014-04-30 23:24:47 +08:00