Commit Graph

5138 Commits (744115de9f5c30f9e3c06ad3cc4f8654504f0ad4)
 

Author SHA1 Message Date
Frans de Jonge 6091378bc6 Various low-hanging language fruits
* Record to location, see https://github.com/koreader/koreader/pull/2268#issuecomment-252416860
* Defect size, see https://www.transifex.com/houqp/koreader/translate/#nl_NL/koreader/11979947?issue=yes
* Stop publisher/subscriber, see https://www.transifex.com/houqp/koreader/translate/#nl_NL/koreader/27031159?issue=yes and https://www.transifex.com/houqp/koreader/translate/#nl_NL/koreader/27031160?issue=yes and https://www.transifex.com/houqp/koreader/translate/#nl_NL/koreader/27031161?issue=yes
8 years ago
Huang Xin c9ffd44fc8 Merge pull request #2287 from koreader/houqp-master
minor changes
8 years ago
ycrichard f3149b0b2c add frontlight information in the footer including context menu 8 years ago
Qingping Hou db5a872ec6 minor: turn off wifi on exit 8 years ago
Qingping Hou 0ed95406a4 log(fix): do not pipe stdout to /dev/null during crash log rotation 8 years ago
Qingping Hou ca14b32204 kodev: add transifex pull in release command 8 years ago
Qingping Hou d0c6ea1308 build(chore): use DIST to label kindle artifacts 8 years ago
Huang Xin 0facc96f4c Merge pull request #2286 from koreader/houqp-master
defaults: try parse int from user input
8 years ago
Qingping Hou 5309a0a47f misc: rotate crash.log for kobo/kindle/pocketbook 8 years ago
Qingping Hou 31d22dfc17 fix(kobofrontligh): initialize dimen with nil value 8 years ago
Qingping Hou 67ae10742a defaults: try parse int from user input 8 years ago
ycrichard 17e9a8e45b add kobo frontlight gesture (#2284)
* add kobo frontlight gesture
8 years ago
Qingping Hou 039af34bb3 Merge pull request #2282 from Hzj-jie/master
Exclude *.un~ (vim undo file) from git
8 years ago
Zijie He a8b6155332 Exclude *.un~ (vim undo file) from git 8 years ago
Qingping Hou 95f5021ed9 Merge pull request #2281 from alexdemassy/master
fixed script to support OSX bash 3.x
8 years ago
Alexandre Robert de Massy 74eeffb129 fixed script to support OSX bash 3.x 8 years ago
Frans de Jonge 9bd03c8643 Merge pull request #2280 from koreader/houqp-master
build: fix android and pocketbook builds
8 years ago
Qingping Hou 1b48059a2a add more kindle targets 8 years ago
Qingping Hou 3d79d44381 build: fix android and pocketbook builds 8 years ago
Huang Xin 8f09c45536 Merge pull request #2279 from koreader/houqp-master
kodev fixes and bump base/luajit-launcher
8 years ago
Qingping Hou cc4e510194 bump koreader base for android build tweaks 8 years ago
Qingping Hou 8ff9a916da kodev(minor): style clean up & fixes 8 years ago
Qingping Hou abbb72b6d3 readerrolling(fix): do not emit PageUpdate event until document is ready 8 years ago
Qingping Hou c998120a78 progressbar(performance): reuse calcauted value for ticks loop 8 years ago
Qingping Hou e41e489528 kodev(fix): update plugins before tests 8 years ago
Qingping Hou c716fef0e3 minor: change wording in restore-wifi-sync script 8 years ago
Qingping Hou 0ace252b64 device(minor): call restoreWifiAsync with self 8 years ago
Qingping Hou ef5c8ced60 chore: disable wrong usbplug event handler 8 years ago
Qingping Hou 58500ba01b fix: delay screen refresh on resume 8 years ago
Qingping Hou 404702914e minor: adjust wording for fallback font setting based on Frenzie's suggestion 8 years ago
Hzj_jie f1637ef19b Merge pull request #2268 from Hzj-jie/master
This is the implementation of whisper sync
8 years ago
Hzj_jie fd7ae875c0 Whisper sync feature
Now KOReader supports more sync options, and most of the sync operation can be
executed automatically.
8 years ago
Qingping Hou 8813f0f32d Merge pull request #2267 from Hzj-jie/master2
Always release ip before obtaining a new one
8 years ago
Hzj_jie 52bcf87643 always release ip before obtaining a new one 8 years ago
Hzj_jie 0eff2b67f5 Merge pull request #2245 from koreader/houqp-master
always suspend device when closing sleep cover
8 years ago
Qingping Hou 3767c58574 fix typo 8 years ago
Qingping Hou d6c48b06f9 chore: fix all luacheck issues 8 years ago
Qingping Hou 252100891f fix(defaults): override defaults with persistent defaults for advanced setting menu 8 years ago
Qingping Hou ca21ab4be5 fix(defaults): type casting for user input 8 years ago
Qingping Hou 902403bf0a kobo(fix): prevent usb plug events from interrupting sleep 8 years ago
Qingping Hou ca93494783 base: pick up djvu TOC page number fix 8 years ago
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.
8 years ago
Qingping Hou 4036e2c460 kobo(fix): do not wake up device when cover is closed 8 years ago
Qingping Hou 93b3262db7 kobo(fix): make sure sleep cover is not interrupting sleeping when ignore_power_sleepcover is set 8 years ago
Qingping Hou 22964a77a0 kobo(fix): always put device to suspend state when cover is closed 8 years ago
Qingping Hou ebc7055b43 chore: move kobo specific code into kobo/device.lua 8 years ago
Qingping Hou c619de324e chore: more luacheck fixes 8 years ago
Qingping Hou fedc2b2983 Merge pull request #2254 from Hzj-jie/master2
Use android.externalStorage instead of hardcoded string for android data path
8 years ago
Hzj_jie 3bf8b185d3 Use android.externalStorage instead of hardcoded string for android data path 8 years ago
Qingping Hou 6d578b26f5 minor: use io.write instead of print for dbg module 8 years ago