Commit Graph

20 Commits (a60544b1ad2e9e206060c8f4a00d2ab62a907230)

Author SHA1 Message Date
chrox a60544b1ad Koreader Ubuntu-touch port
Currently only tested on Ubuntu-touch emulator with framework
ubuntu-sdk-14.10 for armhf.
The ubuntu-touch port is binary compatible with the Kobo port
major changes in this PR are:
1. rename the emulator device to sdl device since both the emulator
and the ubuntu-touch target use libsdl to handle input/output.
2. ubuntu-touch app has no write access to the installation dir so
all write-outs should be in a seperate dir definded in `datastorage`.
9 years ago
chrox db064fc009 add toggle wifi status on PocketBook 9 years ago
Frans de Jonge 73a6f71a0b Prevent spaces from being eaten by Transifex
Fixes #1276
10 years ago
Frans de Jonge 6a7e6ed6ca Some English improvements in evernote.koplugin 10 years ago
Frans de Jonge ff4e2f3458 Minor English improvements. 10 years ago
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
chrox 7eb58588fc add option to export highlights to local HTML files in Evernote plugin 10 years ago
chrox a4d5ec6534 plugin modules have 'name' field 10 years ago
Martín Fernández 63dc9f7404 Update main.lua 10 years ago
pazos 9458936868 no need to translate trademarks v2 10 years ago
chrox 880e5499fb more informative notification 10 years ago
chrox d5860fa9fb no need to translate trademarks 10 years ago
chrox d1052a46fc prompt users to turn on Wifi if network is unreachable 10 years ago
chrox 3bba47b241 fix domain in login/logout menu not changed after switching domain 10 years ago
chrox 27148c3c8b check if booknotes are exported in this notebook
so that booknotes will still be exported after switching user account
10 years ago
chrox 55734f6aaa export highlighted rect in scanned page to Evernote 10 years ago
chrox dd278a4b1f fix inconsistant notes between myclipping and history 10 years ago
chrox 6a9adbacca incremental exporting of all notes 10 years ago
chrox 8e4eda579e add option to export notes to Yinxiang 10 years ago
chrox 5c1d5c3314 add Evernote plugin to export highlights and notes
The "My Clipping" file that storing highlights and notes for Kindle
native readers could also be parsed and exported. The parser is
implemented in `evernote.koplugin/clip.lua`.

Parsed highlights and notes in one book will be packed and rendered
into html node with a slt2 template `note.tpl` that complies with
evernote markup language(ENML).

Finally the evernote client will create or update note entries and
push them to Evernote cloud.
10 years ago