Bastien Dejean
c71b176e0a
Kobo Aura ONE: no viewport adjustments needed
...
Test image:
https://cloud.githubusercontent.com/assets/159419/20651651/5e344d1c-b4e9-11e6-8450-6fb165c792db.png
Fixes #2372 .
2016-11-28 10:06:25 +01:00
Frans de Jonge
a13f55cfe8
Merge pull request #2383 from koreader/houqp-master
...
fix: disable network info menu when device is not connected
2016-11-28 06:35:27 +01:00
Qingping Hou
bd43e59fe7
fix: disable network info menu when device is not connected
2016-11-27 16:48:42 -08:00
Robert
171d40d287
feat: Would you like to read the downloaded book for OPDS ( #2370 )
2016-11-27 07:06:24 -08:00
Huang Xin
2859d8ee07
Merge pull request #2381 from Hzj-jie/master3
...
PR #2356 breaks CJK character splitting
2016-11-26 10:22:04 +08:00
Hzj_jie
9efc723388
PR #2356 breaks CJK character splitting
2016-11-25 16:46:56 -08:00
Dimitrios Semitsoglou-Tsiapos
2ed6cf760d
Finish renaming utils
to tools
...
Continues the work of 9afad43a3e
2016-11-25 14:43:08 -08:00
Huang Xin
b16a33a232
Merge pull request #2375 from koreader/houqp-master
...
readerpaging(fix): handle edge cases where paging pan will crash the reader
2016-11-25 10:27:33 +08:00
Dimitrios Semitsoglou-Tsiapos
b87ce7fe12
footer: update when toggling markers
2016-11-24 11:45:51 -08:00
chrox
fcb766784b
fix build on OSX
2016-11-24 11:41:00 -08:00
Qingping Hou
2242751d4a
build: fix automated documentation build
2016-11-24 02:23:25 -08:00
Qingping Hou
8e76ed4f0b
fix: flush reader setting on change from filemanagermenu
2016-11-24 02:03:48 -08:00
Qingping Hou
cd24eb82d7
readerpaging(fix): handle edge cases where paging pan will crash the reader
2016-11-24 00:41:29 -08:00
retrue
529b365b11
Arranges alphabetically list of languages and
...
uses caps for first letter of language name.
I have left English in first place because it is the default language, but it could be placed between Deutsch and Español.
2016-11-23 02:03:47 -08:00
Bastien Dejean
cffb21f7be
Add new setting: auto_book_status
...
Fixes #2363 .
2016-11-23 01:52:19 -08:00
Frans de Jonge
80cf111fcf
Merge pull request #2369 from robert00s/master
...
Change GoodReadsApi to GoodreadsApi
2016-11-22 10:38:01 +01:00
robert00s
14a3c5f7a8
Change GoodReadsApi to GoodreadsApi
2016-11-22 09:09:05 +01:00
Frans de Jonge
4d9a3f4e77
Merge pull request #2364 from robert00s/master
...
OPDS - fix opds catalog for Wolne Lektury
2016-11-21 09:44:57 +01:00
robert00s
2cfce6f369
OPDS - fix opds catalog for Wolne Lektury
2016-11-21 09:30:00 +01:00
Frans de Jonge
1a6ae058cc
Merge pull request #2362 from baskerville/use-last-file
...
Allow local overrides of use_lastfile_as_screensaver
2016-11-20 20:44:11 +01:00
Bastien Dejean
b959c4de1c
Allow local overrides of use_lastfile_as_screensaver
2016-11-20 20:31:50 +01:00
Frans de Jonge
6b4f48f29f
Merge pull request #2341 from koreader/houqp-master
...
minor: add doc_home_display_name setting
2016-11-20 09:05:24 +01:00
Qingping Hou
b7cdf103e3
chore: fix luacheck error & add comment to release-ip.sh
2016-11-19 13:11:23 -08:00
Frans de Jonge
2bc7b01d78
Fix a few Goodreads-related typos
2016-11-19 12:35:00 -08:00
robert00s
fc5ba9b862
Fix hyphenation words with unicode character in texboxwidget ( #2356 )
2016-11-19 12:26:53 -08:00
Qingping Hou
17b453cd02
doc: add more doc for imagewidget
2016-11-19 12:15:27 -08:00
Qingping Hou
42d74c0a36
doc: add sqlite sample code
2016-11-19 12:15:27 -08:00
Qingping Hou
88ab21c62c
minor: change setting names for home_dir_name
2016-11-19 12:15:27 -08:00
Bastien Dejean
64bc5cd63c
Make the powered off state customizable
...
This changes the behavior of the powered off transition phase for the
Kobo devices: instead of displaying a confirmation dialog, a screensaver
is used after a 2 seconds press delay.
Users can specify separate directories/files/messages for the powered
off and sleeping states through the `path` and `message` attributes of
the `{poweroff,suspend}_screensaver` settings.
Fixes #2327 and closes #2306 .
2016-11-18 12:54:00 -08:00
robert00s
2599c39d42
GoodReads Plugin ( #2346 )
...
GoodReads Plugin
2016-11-18 09:09:30 -08:00
Frans de Jonge
eb8c0525de
Merge pull request #2353 from baskerville/random-image
...
Don't try to return an element from an empty set
2016-11-17 14:52:35 +01:00
Bastien Dejean
fe738ef101
Don't try to return an element from an empty set
2016-11-17 14:12:31 +01:00
Bastien Dejean
b3d58fba00
Don't try to set the value of fm_screen_mode
...
I'm not sure what the original intention was, but in practice, the user
experience regarding the way this setting is saved is horrible: it seems
to change randomly and once the orientation is changed from portrait to
landscape, the only way to fix it is to edit `settings.reader.lua`.
2016-11-15 23:50:58 -08:00
Bastien Dejean
58b6c94a8d
Generalize and consolidate tildify
...
- Don't do any substitution unless `home_dir_name` exists.
- Don't rely on `gsub` because it might interpret some characters in
`home_dir` as magical (and might also replace a match not starting at
the beginning of `path`).
2016-11-14 13:22:20 -08:00
Bastien Dejean
283a113aaa
Handle corner case in tildify
2016-11-13 15:09:59 -08:00
Frans de Jonge
00fbc5f3c9
Merge pull request #2338 from koreader/houqp-master
...
add setupkoenv.lua
2016-11-13 09:29:40 +01:00
Qingping Hou
b2e1d9dc42
dictquicklookup(chore): simplify logic that disables wikipedia button
2016-11-13 00:06:54 -08:00
Qingping Hou
dae4a5a413
refactor: move bootstrap code into setupkoenv.lua
...
add ffi.load patch
add kodev prompt command
2016-11-12 23:48:56 -08:00
Bastien Dejean
2f5935411a
Replace the home dir by ~ in the FM's current path
...
This mirrors the well known shell convention and release the user from
a needlessly verbose description of the current path.
2016-11-12 15:26:14 -08:00
Bastien Dejean
83f18d6d77
Properly spell the title of the file manager
...
Us humans can handle spaces in titles.
2016-11-12 15:25:11 -08:00
Hzj_jie
8e5f294902
Return correct result from koreader.sh
2016-11-11 22:41:46 -08:00
Frans de Jonge
b7671e9ae5
Merge pull request #2324 from koreader/houqp-master
...
update new OTA server & fix plugin check errors
2016-11-11 21:43:29 +01:00
Frans de Jonge
312d0459a9
Merge pull request #2330 from robert00s/master
...
Fix #2328
2016-11-10 14:37:58 +01:00
robert00s
2238fdc882
Fix #2328
2016-11-10 12:21:42 +01:00
robert00s
09f2db3729
Fix long filename text in history textbox ( #2322 )
...
Fix long filename text in history textbox
2016-11-08 10:05:34 -08:00
Qingping Hou
8ff05707d2
ota: support legacy kindle devices
2016-11-08 00:53:46 -08:00
Qingping Hou
854043e18d
chore: fix all luacheck errors for plugins
2016-11-07 21:24:34 -08:00
Qingping Hou
d6aa3b9c8c
ota: add new default server
2016-11-07 21:17:01 -08:00
Qingping Hou
75f96c5508
Merge pull request #2320 from koreader/houqp-master
...
network(fix): automaticallly obtain IP if network is already authenticated
2016-11-07 00:27:17 -08:00
Qingping Hou
efae2ed16f
network(fix): automaticallly obtain IP if network is already authenticated
2016-11-06 23:56:29 -08:00