You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui
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.
10 years ago
..
data Refactoring hardware abstraction 10 years ago
elements Refactoring hardware abstraction 10 years ago
message fix run out of memory when receiving large files from Calibre 10 years ago
widget Refactoring hardware abstraction 10 years ago
downloadmgr.lua fix #1034 by refactoring path chooser to a download manager 10 years ago
event.lua cleanup: expand tab to 4 spaces 10 years ago
font.lua Refactoring hardware abstraction 10 years ago
geometry.lua fix #1011 10 years ago
gesturerange.lua range field in gesturerange can be function now 10 years ago
language.lua fix: use correct entry for Ukrainian in language menu 10 years ago
networkmgr.lua Refactoring hardware abstraction 10 years ago
opdsparser.lua add OPDS support 10 years ago
otamanager.lua Refactoring hardware abstraction 10 years ago
rendertext.lua Refactoring hardware abstraction 10 years ago
screen.lua Refactoring hardware abstraction 10 years ago
screensaver.lua Refactoring hardware abstraction 10 years ago
timeval.lua fix typo 10 years ago
translator.lua don't require ssl.https since it cannot yet be built for win32 10 years ago
uimanager.lua Refactoring hardware abstraction 10 years ago
wikipedia.lua don't require ssl.https since it cannot yet be built for win32 10 years ago