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/spec/unit
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
..
benchmark.lua refactoring unit testsuite 10 years ago
cache_spec.lua refactoring unit testsuite 10 years ago
commonrequire.lua Refactoring hardware abstraction 10 years ago
document_spec.lua refactoring unit testsuite 10 years ago
opdsparser_spec.lua refactoring unit testsuite 10 years ago
readerrolling_spec.lua refactoring readerrolling 10 years ago
readertoc_spec.lua add collapsable TOC menu 10 years ago
readerui_spec.lua refactoring unit testsuite 10 years ago
widget_menu_spec.lua test: add spec for Menu.itemTableFromTouchMenu 10 years ago