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

3337 Commits

Author SHA1 Message Date
chrox
11a8a1dce6 show file size and directory items in filemanager 2014-09-10 13:27:15 +08:00
chrox
8294a629b8 treate quoted slash as plain text in attribute value 2014-09-10 13:27:14 +08:00
Huang Xin
09892a4fc1 Merge pull request #880 from houqp/houqp-master
chore: cleanup FileManagerHistory:updateItemTable()
2014-09-08 14:55:59 +08:00
Qingping Hou
18d4c7550a chore: cleanup FileManagerHistory:updateItemTable() 2014-09-08 02:33:26 -04:00
NiLuJe
3e66718101 Merge pull request #879 from houqp/houqp-master
fix: replace showReaderUI with ReaderUI:showReader
2014-09-08 01:55:38 +02:00
Qingping Hou
7c6790796a fix: replace showReaderUI with ReaderUI:showReader 2014-09-07 18:43:32 -04:00
Paulo Matias
c26e5e3116 Merge pull request #877 from chrox/opds
fix href with two slash
2014-09-07 10:01:45 -03:00
chrox
98da30f689 fix href with two slash 2014-09-07 17:21:58 +08:00
chrox
c91224f12c add default directory for filemanager 2014-09-07 17:19:51 +08:00
NiLuJe
1524fd4615 Merge pull request #876 from chrox/opds
add OPDS support
2014-09-05 15:46:37 +02:00
chrox
69bb4a3df3 add return button in menu 2014-09-05 21:07:43 +08:00
chrox
c12cb0367b title truncation in input dialog 2014-09-05 21:07:43 +08:00
chrox
69c162ac4f refactoring to generic multiinputdialog 2014-09-05 21:07:43 +08:00
chrox
21dcf787da add OPDS support
This PR implements a simple OPDS browser which can be launched
from filemanager menu.
2014-09-05 21:07:43 +08:00
chrox
69919435ac restore frontlight setting only for Kobo devices 2014-09-05 21:07:42 +08:00
chrox
2bec0017a0 refactor out global functions showHomePage and showReaderUI 2014-09-05 21:07:42 +08:00
chrox
c74c258fc7 add filemanager icon in reader menu
now we can access the filemanager in all launcher configurations
2014-09-05 21:07:42 +08:00
NiLuJe
bb7c7be70a Merge pull request #870 from chrox/fix_868
issue error directly when doc is malformated
2014-09-02 17:19:47 +02:00
Huang Xin
22f98c6850 Merge pull request #871 from WS64/master
Screensaver repair
2014-08-30 08:13:11 +08:00
WS64
f29eed1ebe minor code optimizing 2014-08-29 22:16:47 +02:00
WS64
eae3f01b57 Screensaver repair
Single picture as screensaver was not displayed anymore after the last update
2014-08-29 22:10:20 +02:00
chrox
2f2d9f1bf7 issue error directly when doc is malformated
This should popup a message saying "No reader engine for this file"
instead of a crash when document file is malformated.

This should fix #868.
2014-08-29 17:17:12 +08:00
Paulo Matias
233f847954 Merge pull request #867 from chrox/fix_863
register opened document in documentregistry
2014-08-28 10:20:23 -03:00
chrox
132adf8e1b register opened document in documentregistry
so that when calling getCoverPageImage in screensaver mode
the document won't be opened again. This should avoid a lot of
problem such as messing up style and options described in #863.
2014-08-28 21:03:26 +08:00
Qingping Hou
0252139361 Merge pull request #862 from chrox/fix_858
don't share info field in document
2014-08-27 22:47:12 -07:00
chrox
b912200951 don't share info field in document
We may have multiple documents opened simultaneously, such as in
screensaver mode the current document is opened twice, it's better
to keep seperate info table for each document.

This should fix #858. When a credocument is opened for screensaver to
get the cover page, the total pages info is set to 1(strangely enough),
before this fix this total pages is shared with the reading document
so the progress bar will get a progress percentage well beyond 100% and
rendering the progress bar out of the boundering box as shown in #858.
2014-08-28 13:30:27 +08:00
Qingping Hou
ab3be1012b Merge pull request #861 from chrox/screensaver
fix performance issue of screensaver on Kobo
2014-08-27 22:29:48 -07:00
chrox
fd9e3d57f3 fix performance issue of screensaver on Kobo
now loadDocument will not render the document and getCoverPageImage will
be much faster.
2014-08-28 13:22:38 +08:00
Qingping Hou
8d013f5016 Merge pull request #860 from WS64/master
Set minimum light to 0 instead of 1
2014-08-27 22:11:00 -07:00
WS64
4916ae6cb1 Set minimum light to 0 instead of 1 2014-08-27 20:56:09 +02:00
Huang Xin
078e3cd8bc Merge pull request #857 from WS64/master
Bring back the two KOBO variables for the light
2014-08-27 20:52:11 +08:00
WS64
a3fad804e3 Bring back the two KOBO variables for the light
This should close #856.
Although still closed I will check this one back with someone from the German forum, I hope this also closes #822, but there might be still some problems with the light-bug introduced in Kobo's firmware 3.5. But since 822 is already in the state closed we can leave things as they are for now and I will reopen 822 if necessary.
2014-08-27 12:40:56 +02:00
Huang Xin
eb11c8eba2 Merge pull request #855 from WS64/master
Only use registered file types in search
2014-08-27 15:35:47 +08:00
WS64
6c4869f8a8 Only use registered file types in search 2014-08-27 09:17:54 +02:00
Qingping Hou
288a49252e Merge pull request #854 from chrox/screensaver
refactoring: use Document API getCoverPageImage to get cover image
2014-08-26 23:13:06 -07:00
chrox
0bc3eadcae refactoring: use Document API getCoverPageImage to get cover image 2014-08-27 11:07:25 +08:00
Huang Xin
7adb99429b Merge pull request #853 from gontofe/master
Prevent promptWifiOn() needing to be called twice and refactor OTA update fetch/version check
2014-08-27 09:00:17 +08:00
Michael Hall
7379c3a6e5 Display error message upon failed OTA Update. 2014-08-26 21:18:00 +01:00
Michael Hall
4cc9cf85e4 Prevent promptWifiOn() needing to be called twice and refactor OTA update fetch/version check 2014-08-26 20:21:18 +01:00
Paulo Matias
afb591a552 Merge pull request #852 from chrox/screensaver
emulate Power button with F2 on emulator
2014-08-26 10:02:02 -03:00
Paulo Matias
319ba96b84 Merge pull request #851 from chrox/fix_home_crash
fix faked Tap event causes koreader crash
2014-08-26 10:00:03 -03:00
chrox
26e8dc7065 fix faked Tap event causes koreader crash
Since there is a new clear method to clear highlight selection
the faked event is not needed when closing highlight

This should fix #847.
2014-08-26 20:32:52 +08:00
chrox
40bddf0735 emulate Power button with F2 on emulator 2014-08-26 18:10:26 +08:00
Huang Xin
451092905e Merge pull request #842 from WS64/master
Add a new multi line input dialog and change some search behaviour
2014-08-26 15:20:37 +08:00
WS64
98dbdb2cae Merge pull request #1 from chrox/WS64-master
use conventional util name and update koreader-base
2014-08-26 09:04:08 +02:00
Qingping Hou
dfe1c096c1 Merge pull request #850 from chrox/fix_templates
make templates dir since it's removed together with the pot file
2014-08-25 23:32:16 -07:00
chrox
87d9d21079 make templates dir since it's removed together with the pot file 2014-08-26 14:27:38 +08:00
Qingping Hou
8199aa20c1 Merge pull request #849 from chrox/fix_cannot_translate
remove too verbose information that is utterly untranslatable
2014-08-25 23:20:03 -07:00
Qingping Hou
77af817376 Merge pull request #848 from chrox/auto_transifex
remove template pot and translated po files in the main repo
2014-08-25 23:12:43 -07:00
Huang Xin
b9a80c900d Merge pull request #846 from gontofe/master
Changes to networkmgr and otamanager to prevent call to checkUpdate if wifi not available
2014-08-26 13:50:15 +08:00