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

2808 Commits

Author SHA1 Message Date
chrox
857bd6fcc8 strings not shown on GUI will not be translated
This may encourage users in transifex to join Koreader project.
2014-06-05 14:59:06 +08:00
chrox
427da958cb adapt touch menu for small screen 2014-06-05 12:58:57 +08:00
chrox
53a41c0ce8 adapt reader footer for small screen 2014-06-05 12:50:33 +08:00
Paulo Matias
6c2a8c1e01 Merge pull request #627 from houqp/houqp-master
fix(setting): handle empty setting files properly
2014-06-04 17:32:51 -03:00
Qingping Hou
8162192a9d fix(setting): handle empty setting files properly
empty reader setting evalues to nil
2014-06-04 14:56:04 -04:00
Paulo Matias
945cb16dbf Merge pull request #626 from chrox/master
font weight option should be persistent between launchings
2014-06-04 11:13:32 -03:00
Huang Xin
c777d8ab3a Merge pull request #625 from hwhw/master
fail gracefully when the Kobo light device cannot be opened
2014-06-04 22:01:00 +08:00
chrox
8c9a139f94 update pot file 2014-06-04 21:55:01 +08:00
chrox
803e4e8600 font weight option should be persistent between launchings
This should fix #620.
2014-06-04 21:55:01 +08:00
chrox
a9fceec193 os.execute may cause FC on Android 2014-06-04 21:55:01 +08:00
Hans-Werner Hilse
653143b448 fail gracefully when the Kobo light device cannot be opened 2014-06-04 15:38:12 +02:00
HW
4cc51ff040 Merge pull request #621 from chrox/master
take care of directory that we don't have permission
2014-06-04 13:43:39 +02:00
chrox
80e3c52655 add ant prerequisite for Android build 2014-06-04 19:19:22 +08:00
chrox
79ad1271d8 take care of directory that we don't have permission 2014-06-04 19:15:59 +08:00
HW
69b5cefb57 Merge pull request #619 from chrox/master
update README file to clarify how to use make clean
2014-06-04 12:52:56 +02:00
chrox
8e278c0d62 remove global util module 2014-06-04 18:19:43 +08:00
chrox
232cb27979 update README file to clarify how to use make clean 2014-06-04 17:36:18 +08:00
chrox
ef84aff1db make ffi/util module local 2014-06-04 17:36:18 +08:00
HW
e0ba8b6c35 Merge pull request #618 from chrox/master
fix blank screen on Android 2.3
2014-06-04 10:14:03 +02:00
chrox
46c6069412 fix blank screen on Android 2.3 2014-06-04 16:06:18 +08:00
Paulo Matias
c4d16b4542 Merge pull request #617 from hwhw/master
Get LuaJIT launcher updates
2014-06-03 15:53:48 -03:00
Hans-Werner Hilse
f7dda49dcd Get LuaJIT launcher updates 2014-06-03 20:28:39 +02:00
Huang Xin
497d252421 Merge pull request #616 from hwhw/master
reflect new ownership of android-luajit-launcher repo
2014-06-03 23:11:08 +08:00
Hans-Werner Hilse
f09c19a947 reflect new ownership of android-luajit-launcher repo 2014-06-03 17:01:52 +02:00
HW
17415ae16e Merge pull request #615 from chrox/master
fix blank screen on Android 2.3
2014-06-03 16:59:09 +02:00
chrox
49478f835a fix blank screen on Android 2.3
Now blitbuffer is initialized with android.screen field
which is possible to grab before native activity window is inited.
2014-06-03 22:50:55 +08:00
chrox
81c5d71e94 fix FC in Android 2.3 when calling util.realpath 2014-06-03 22:50:55 +08:00
Huang Xin
03ba0c7523 Merge pull request #613 from hwhw/master
Android: use FFI-based dlopen() and JNI interfacing
2014-06-03 22:40:53 +08:00
Hans-Werner Hilse
d72bf67d0e Android: use FFI-based dlopen() and JNI interfacing 2014-06-03 16:35:29 +02:00
HW
bac02ff85a Merge pull request #611 from chrox/master
use android config interface to detect device keyboard and screen dpi
2014-06-02 17:55:10 +02:00
chrox
f9215a3a04 use android config interface to detect device keyboard and screen dpi 2014-06-02 23:50:19 +08:00
chrox
a33ab1fb8c GUI tweaks for small screen
that sets a maximum size that won't render content outside of the screen
2014-06-02 23:49:00 +08:00
chrox
0fdba1ff35 remove least used koptoptions to save space for small screens 2014-06-02 23:49:00 +08:00
chrox
b2e0d2a735 detect screen DPI for android devices 2014-06-02 23:49:00 +08:00
chrox
5aa8eb52da add missing Blitbuffer since it's removed from global space 2014-06-02 23:49:00 +08:00
chrox
c68a416293 update ignore file 2014-06-02 23:49:00 +08:00
Qingping Hou
40dc9443bd Merge pull request #610 from hwhw/master
Claim that Android devices do not have a keyboard
2014-06-02 11:31:47 -04:00
Hans-Werner Hilse
0244ba7053 Claim that Android devices do not have a keyboard
For now, we can probably live better with the assumption that
Android devices do not have keyboards. That should be replaced
by an actual check, though.
2014-06-02 17:25:11 +02:00
HW
a89526630c Merge pull request #607 from houqp/houqp-master
refactor: update reader to use new launcher
2014-06-01 21:05:12 +02:00
Qingping Hou
f6a9c694dc refactor: update reader to use new launcher 2014-06-01 12:46:55 -04:00
Qingping Hou
faf5f89cc4 Merge pull request #606 from chrox/master
finally fix travis build of koreader
2014-06-01 11:58:00 -04:00
chrox
bda2a1aab4 need ndk-build command in PATH to build koreader for Android 2014-06-01 23:16:45 +08:00
chrox
e10a0cecf3 use koreader/koreader travis icon and link 2014-06-01 22:55:39 +08:00
chrox
514919985e update koreader-base 2014-06-01 22:54:53 +08:00
Huang Xin
b5b91f7d6a Merge pull request #604 from pazos/master
Enable spanish, galician and catalan translation on koreader
2014-06-01 21:51:37 +08:00
Huang Xin
76c620fe02 Merge pull request #603 from Markismus/master
Latest nightly crashed due to changes in input.lua
2014-06-01 21:26:58 +08:00
pazos
ad92201005 Enable spanish, galician and catalan translation on koreader (translations are really done on transifex) 2014-06-01 15:23:47 +02:00
Markismus
55cb11f3f1 Update input.lua 2014-06-01 15:21:40 +02:00
Markismus
9d976f560f Update README.txt 2014-06-01 15:20:59 +02:00
Qingping Hou
1ebc1de944 Merge pull request #597 from chrox/master
make Android target
2014-05-31 12:03:49 -04:00