2
0
mirror of https://github.com/koreader/koreader synced 2024-11-11 19:11:14 +00:00
Commit Graph

5019 Commits

Author SHA1 Message Date
Huang Xin
8f09c45536 Merge pull request #2279 from koreader/houqp-master
kodev fixes and bump base/luajit-launcher
2016-10-10 11:14:44 +08:00
Qingping Hou
cc4e510194 bump koreader base for android build tweaks 2016-10-09 16:35:45 -07:00
Qingping Hou
8ff9a916da kodev(minor): style clean up & fixes 2016-10-09 12:05:12 -07:00
Qingping Hou
abbb72b6d3 readerrolling(fix): do not emit PageUpdate event until document is ready 2016-10-08 15:53:58 -07:00
Qingping Hou
c998120a78 progressbar(performance): reuse calcauted value for ticks loop 2016-10-08 15:53:58 -07:00
Qingping Hou
e41e489528 kodev(fix): update plugins before tests 2016-10-08 15:53:02 -07:00
Qingping Hou
c716fef0e3 minor: change wording in restore-wifi-sync script 2016-10-08 15:53:02 -07:00
Qingping Hou
0ace252b64 device(minor): call restoreWifiAsync with self 2016-10-08 15:53:02 -07:00
Qingping Hou
ef5c8ced60 chore: disable wrong usbplug event handler 2016-10-08 15:53:02 -07:00
Qingping Hou
58500ba01b fix: delay screen refresh on resume 2016-10-08 15:53:02 -07:00
Qingping Hou
404702914e minor: adjust wording for fallback font setting based on Frenzie's suggestion 2016-10-08 15:53:02 -07:00
Hzj_jie
f1637ef19b Merge pull request #2268 from Hzj-jie/master
This is the implementation of whisper sync
2016-10-07 14:47:58 -07:00
Hzj_jie
fd7ae875c0 Whisper sync feature
Now KOReader supports more sync options, and most of the sync operation can be
executed automatically.
2016-10-07 11:23:27 -07:00
Qingping Hou
8813f0f32d Merge pull request #2267 from Hzj-jie/master2
Always release ip before obtaining a new one
2016-09-24 01:22:28 -07:00
Hzj_jie
52bcf87643 always release ip before obtaining a new one 2016-09-24 01:10:45 -07:00
Hzj_jie
0eff2b67f5 Merge pull request #2245 from koreader/houqp-master
always suspend device when closing sleep cover
2016-09-23 22:37:24 -07:00
Qingping Hou
3767c58574 fix typo 2016-09-22 01:16:52 -07:00
Qingping Hou
d6c48b06f9 chore: fix all luacheck issues 2016-09-22 00:38:10 -07:00
Qingping Hou
252100891f fix(defaults): override defaults with persistent defaults for advanced setting menu 2016-09-22 00:38:03 -07:00
Qingping Hou
ca21ab4be5 fix(defaults): type casting for user input 2016-09-21 23:57:45 -07:00
Qingping Hou
902403bf0a kobo(fix): prevent usb plug events from interrupting sleep 2016-09-21 23:32:56 -07:00
Qingping Hou
ca93494783 base: pick up djvu TOC page number fix 2016-09-21 23:32:56 -07:00
Qingping Hou
71afe3606c kobo(fix): set suspend wait timeout to 15 seconds
Otherwise, suspend might fail and the device will ended up in a false
sleep state and drain the battery.
2016-09-21 23:32:52 -07:00
Qingping Hou
4036e2c460 kobo(fix): do not wake up device when cover is closed 2016-09-21 23:29:22 -07:00
Qingping Hou
93b3262db7 kobo(fix): make sure sleep cover is not interrupting sleeping when ignore_power_sleepcover is set 2016-09-21 23:29:22 -07:00
Qingping Hou
22964a77a0 kobo(fix): always put device to suspend state when cover is closed 2016-09-21 23:29:17 -07:00
Qingping Hou
ebc7055b43 chore: move kobo specific code into kobo/device.lua 2016-09-19 01:10:53 -07:00
Qingping Hou
c619de324e chore: more luacheck fixes 2016-09-19 01:10:53 -07:00
Qingping Hou
fedc2b2983 Merge pull request #2254 from Hzj-jie/master2
Use android.externalStorage instead of hardcoded string for android data path
2016-09-16 14:06:33 -07:00
Hzj_jie
3bf8b185d3 Use android.externalStorage instead of hardcoded string for android data path 2016-09-16 10:13:02 -07:00
Qingping Hou
6d578b26f5 minor: use io.write instead of print for dbg module 2016-09-13 21:57:10 -07:00
Qingping Hou
76cef07c07 Merge pull request #2251 from MMihelic/master
Aura One support
2016-09-13 00:36:09 -07:00
Qingping Hou
31470efa3b Merge pull request #2250 from Hzj-jie/master2
Add readhistory_spec / docsettings_spec
2016-09-13 00:35:28 -07:00
Qingping Hou
77fff7f928 Merge pull request #2249 from Hzj-jie/master3
Restore WIFI state when koreader starts
2016-09-13 00:26:10 -07:00
Matej Mihelič
6600410c08 Aura One support 2016-09-13 06:50:07 +01:00
Zijie He
ced671bc69 Add readhistory_spec / docsettings_spec 2016-09-12 20:04:13 -07:00
Zijie He
125fb6dfc6 unload network manager package to ensure it is initialized correctly. 2016-09-12 14:52:22 -07:00
Zijie He
9b66bf1149 Restore WIFI state when koreader starts. 2016-09-12 11:53:42 -07:00
Qingping Hou
0ba2417e24 Merge pull request #2244 from tobias-93/patch-1
Update documentation to clarify the process
2016-09-08 23:22:44 -07:00
Tobias Feijten
b80e6b50a1 Update documentation to clarify the process
I've finally managed to build the release of KOreader for Android, but I've run into some issues.
I've updated the manual to reflect the solutions I've found.
The issues I've found are:
1. The version of the needed Android SDK platform isn't described anywhere;
2. xutils-dev is missing from the prerequisites, while it provides the `makedepend` utility used by the openssl build system;
3. Finally, for the Android build it is necessary to install JDK version 8.
2016-09-09 13:37:09 +08:00
Qingping Hou
7a1d6ccae8 Merge pull request #2243 from frankyifei/bump
bump base
2016-09-07 21:36:55 -07:00
frankyifei
2ef90019a2 bump 2016-09-08 11:07:43 +09:30
Hzj_jie
da2c57f93a Automatically connect WIFI after Kobo has been resumed (#2215)
* Add bash scripts to control WIFI / IP, so we can share them with frontend/device/kobo/device.lua.

* add test cases
2016-09-01 00:05:40 -07:00
Qingping Hou
95b571a4c7 Merge pull request #2233 from Frenzie/master
kosync: improve a couple of strings
2016-08-29 01:58:13 -04:00
Frans de Jonge
88fd5501d9 kosync: improve a couple of strings 2016-08-28 21:12:20 +02:00
Frans de Jonge
a55a987de4 Merge pull request #2227 from chrox/fix_2225_2226
revert 9ab005a changes to UIManager:sendEvent
2016-08-18 19:12:05 +02:00
chrox
b0498ec9b9 revert 9ab005a changes to UIManager:sendEvent
which would make readerui handle swipe event twice.

And use broadcastEvent to emit `FlushSettings` event.

This should fix #2225 and fix #2226.
2016-08-19 00:00:01 +08:00
Qingping Hou
e80b62a535 Merge pull request #2222 from chrox/coverage
various test/coverage optimization
2016-08-14 23:15:09 -04:00
chrox
001433e6bc various test/coverage optimization 2016-08-15 00:32:40 +08:00
Qingping Hou
7e4dc7a3fe Merge pull request #2220 from chrox/fix_2219
fix #2219
2016-08-14 00:30:10 -04:00