Commit Graph

2873 Commits (2773ca93862c5380b52abe0b96f39e16c487d6a6)
 

Author SHA1 Message Date
chrox 0a4a092d12 initial commit for android port of koreader
This PR just shows how far we have went to
the android port. There is still a few steps before a running
android port.
10 years ago
chrox 6fba40cc77 use mupdf to handle zipped image files 10 years ago
chrox 599c02ffcf add android build target 10 years ago
Markismus 4e055b97d3 Update language.lua
The list of languages is updated. So now all the translations at least partially present in Transifex are selectable.
10 years ago
Markismus 423177cb97 Merge pull request #586 from hwhw/l10n
Added a pure Lua gettext implementation.
Tested and working.

The translations are rather lacking, though!
10 years ago
Hans-Werner Hilse 6acdf35239 don't build .mo files, we read .po now 10 years ago
Hans-Werner Hilse 6bbfae389a don't accept empty strings as valid translations 10 years ago
HW ed982d3c95 Added a pure Lua gettext implementation 10 years ago
Qingping Hou 365b52c215 Merge pull request #584 from chrox/master
remove full screen option in koptoption
10 years ago
chrox 1d292f16a9 remove full screen option in koptoption
since we can now switch progress bar status simply by tap
10 years ago
chrox 7fc5d8910f update pot file 10 years ago
chrox d33710b6b5 remove unnecessary gettext translation 10 years ago
Qingping Hou db28fbf396 Merge pull request #583 from chrox/master
enlarge touch zone for readerfooter
10 years ago
chrox 6938b54346 enlarge touch zone for readerfooter 10 years ago
chrox c6ee31fad8 update gitignore file 10 years ago
chrox 5d77abd804 add spec of document rendering benchmark 10 years ago
Huang Xin e3518bf6a2 Merge pull request #582 from houqp/houqp-master
feat(gettext): update koreader-base to use embedded gettext lib
10 years ago
Qingping Hou cb015175be feat(gettext): update koreader-base to use embedded gettext 10 years ago
Qingping Hou 24bc3899b4 Merge pull request #581 from chrox/master
don't clip page images when text is available
10 years ago
chrox 162b1a69b5 don't clip page images when text is available 10 years ago
chrox a8b7b2cdbd add base document init method to create new configurable for each document
this should fix configurables pollution when opening multiple documents
at the same time, e.g. when clipping page images in Evernote plugin.
10 years ago
Qingping Hou 295d0406a2 Merge pull request #579 from chrox/master
export highlighted rect in scanned page to Evernote
10 years ago
chrox 91e3b9d293 sort file list respecting LC_COLLATE 10 years ago
chrox e110492d16 fix no page field in pos when reflowing 10 years ago
chrox 17741e292b serialize cache when closing ReaderUI other than closing document 10 years ago
chrox caa87241ed update pot file 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 71eda7a0ca busted test for frontend 10 years ago
chrox 709755cd9e fix ffi.cast to uint32_t in ARM
I don't know if it's a bug in luajit but on an x86_64 CPU:
```lua
> = ffi.cast("uint32_t", 0xFFFFFFFFE) + 0
4294967294LL
```
while on an ARM CPU:
```lua
> = ffi.cast("uint32_t", 0xFFFFFFFFE) + 0
4294967295LL
```
10 years ago
chrox dd278a4b1f fix inconsistant notes between myclipping and history 10 years ago
chrox 31aebe1caf disable exporting hightlights to My Clippings 10 years ago
chrox 1cd7ee9501 remove newline when exporting highlight to My Clipping 10 years ago
Qingping Hou 4e49ff9564 Merge pull request #577 from chrox/master
fix page to screen rect transform for highlighting
10 years ago
chrox 6a9adbacca incremental exporting of all notes 10 years ago
chrox 3b1e05bb7f switch to setIntProperty api for setting page margins 10 years ago
chrox 6bf1a9d033 use setStringProperty method to set font face
This should fix #569.
10 years ago
chrox 8f982faa7b fix page to screen rect transform for highlighting 10 years ago
Qingping Hou 7a4d0e47f1 Merge pull request #574 from chrox/master
add a link to the project wiki in the README file
10 years ago
chrox e2de7bbce0 remove Bitdeli badge since it's dead now 10 years ago
chrox bd952d84b8 add a link to the project wiki in the README file 10 years ago
Markismus d9a0ace773 Merge pull request #573 from chrox/platform
reorganize launching scripts for both kindle and kobo platforms
10 years ago
chrox 2a80c8f24a rename customupdate to kindleupdate in Makefile 10 years ago
chrox aa13e7ab4f reorganize launching scripts for both kindle and kobo
so that platform specific files are collected into platform
directory respectively
10 years ago
Huang Xin 4156b2edd0 Merge pull request #559 from Markismus/master
Return to Home screen for Kobo devices Mini, Touch and Aura
10 years ago
Huang Xin 3e55ab64aa Merge pull request #572 from DragoonAethis/master
Updated Readme with Subversion and removed andLinux suggestion.
10 years ago
DragoonAethis a1471a699f Also, libtool is needed.
Ubuntu 14.04 build-essential doesn't contain this... :S
10 years ago
DragoonAethis f2495fb4fb Updated with Subversion and removed andLinux.
Fetching all dependencies requires svn (for popen-noshell, for example). Also, removed andLinux, since it's not maintained, installs old toolchains from repositories and doesn't work on 64-bit Windows machines. Instead, added a link about installing Ubuntu in VM, which also mentions how to set up VMWare Tools for drag-n-drop, better video performance etc.
10 years ago
Qingping Hou 76b7ef7173 Merge pull request #568 from chrox/master
show a box indicator when tapping on a link
10 years ago