2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
Commit Graph

2736 Commits

Author SHA1 Message Date
chrox
f507fd3709 various Android fix
now the android build has nearly the same features as the
Kindle/Kobo build. It's time for Android nightly build?
2014-05-29 16:07:40 +08:00
Qingping Hou
bc09241c2d Merge pull request #595 from chrox/master
add multi-touch support for Android
2014-05-28 14:01:11 -04:00
chrox
17817f1c40 add multi-touch support for Android 2014-05-28 23:22:03 +08:00
chrox
9f9acbbffb android fix of screenshot 2014-05-28 23:22:03 +08:00
HW
30c3c6189a Merge pull request #594 from chrox/master
GUI auto adaptation to much smaller screens
2014-05-28 15:43:02 +02:00
chrox
4f0a73b404 build fullscreen android app 2014-05-28 21:11:07 +08:00
chrox
9f4f5fa451 auto adaptation for much smaller screen 2014-05-28 21:11:07 +08:00
chrox
449445d95d update help info 2014-05-28 21:11:07 +08:00
chrox
3726e096f9 indicate current highlight mode in submenu 2014-05-28 21:11:07 +08:00
Qingping Hou
3843459a97 Merge pull request #593 from chrox/master
partially working android build
2014-05-28 01:18:29 -04:00
chrox
3520e0c47e partially working android build
Now the Android build should read PDF and EPUB documents
with limited gestures recognized such as "tap" and "swipe"
2014-05-28 12:57:59 +08:00
chrox
78a817b517 update luajit-launcher 2014-05-28 12:54:58 +08:00
HW
23d4afbafb Merge pull request #591 from chrox/master
initial commit for android port of koreader
2014-05-26 17:50:36 +02:00
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.
2014-05-26 23:39:10 +08:00
chrox
6fba40cc77 use mupdf to handle zipped image files 2014-05-25 22:28:17 +08:00
chrox
599c02ffcf add android build target 2014-05-25 16:19:48 +08:00
Markismus
4e055b97d3 Update language.lua
The list of languages is updated. So now all the translations at least partially present in Transifex are selectable.
2014-05-24 15:46:06 +02:00
Markismus
423177cb97 Merge pull request #586 from hwhw/l10n
Added a pure Lua gettext implementation.
Tested and working.

The translations are rather lacking, though!
2014-05-23 16:59:02 +02:00
Hans-Werner Hilse
6acdf35239 don't build .mo files, we read .po now 2014-05-23 12:04:01 +02:00
Hans-Werner Hilse
6bbfae389a don't accept empty strings as valid translations 2014-05-23 11:57:33 +02:00
HW
ed982d3c95 Added a pure Lua gettext implementation 2014-05-22 22:47:14 +02:00
Qingping Hou
365b52c215 Merge pull request #584 from chrox/master
remove full screen option in koptoption
2014-05-19 09:56:18 -04:00
chrox
1d292f16a9 remove full screen option in koptoption
since we can now switch progress bar status simply by tap
2014-05-19 14:23:36 +08:00
chrox
7fc5d8910f update pot file 2014-05-19 12:35:15 +08:00
chrox
d33710b6b5 remove unnecessary gettext translation 2014-05-19 12:34:25 +08:00
Qingping Hou
db28fbf396 Merge pull request #583 from chrox/master
enlarge touch zone for readerfooter
2014-05-18 19:14:43 -04:00
chrox
6938b54346 enlarge touch zone for readerfooter 2014-05-18 23:39:32 +08:00
chrox
c6ee31fad8 update gitignore file 2014-05-18 23:39:32 +08:00
chrox
5d77abd804 add spec of document rendering benchmark 2014-05-18 23:39:32 +08:00
Huang Xin
e3518bf6a2 Merge pull request #582 from houqp/houqp-master
feat(gettext): update koreader-base to use embedded gettext lib
2014-05-18 09:51:51 +08:00
Qingping Hou
cb015175be feat(gettext): update koreader-base to use embedded gettext 2014-05-17 17:20:53 -04:00
Qingping Hou
24bc3899b4 Merge pull request #581 from chrox/master
don't clip page images when text is available
2014-05-16 13:38:18 -04:00
chrox
162b1a69b5 don't clip page images when text is available 2014-05-16 14:02:08 +08:00
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.
2014-05-16 14:02:08 +08:00
Qingping Hou
295d0406a2 Merge pull request #579 from chrox/master
export highlighted rect in scanned page to Evernote
2014-05-15 15:42:15 -04:00
chrox
91e3b9d293 sort file list respecting LC_COLLATE 2014-05-15 20:44:48 +08:00
chrox
e110492d16 fix no page field in pos when reflowing 2014-05-15 20:04:59 +08:00
chrox
17741e292b serialize cache when closing ReaderUI other than closing document 2014-05-15 19:41:10 +08:00
chrox
caa87241ed update pot file 2014-05-15 17:55:15 +08:00
chrox
3bba47b241 fix domain in login/logout menu not changed after switching domain 2014-05-15 17:53:56 +08:00
chrox
27148c3c8b check if booknotes are exported in this notebook
so that booknotes will still be exported after switching user account
2014-05-15 17:27:23 +08:00
chrox
55734f6aaa export highlighted rect in scanned page to Evernote 2014-05-15 16:11:26 +08:00
chrox
71eda7a0ca busted test for frontend 2014-05-15 16:11:26 +08:00
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
```
2014-05-15 16:11:26 +08:00
chrox
dd278a4b1f fix inconsistant notes between myclipping and history 2014-05-15 16:11:26 +08:00
chrox
31aebe1caf disable exporting hightlights to My Clippings 2014-05-15 16:11:26 +08:00
chrox
1cd7ee9501 remove newline when exporting highlight to My Clipping 2014-05-15 16:11:26 +08:00
Qingping Hou
4e49ff9564 Merge pull request #577 from chrox/master
fix page to screen rect transform for highlighting
2014-05-12 08:50:43 -04:00
chrox
6a9adbacca incremental exporting of all notes 2014-05-12 18:07:20 +08:00
chrox
3b1e05bb7f switch to setIntProperty api for setting page margins 2014-05-12 15:47:11 +08:00