Commit Graph

3322 Commits (2bec0017a0caff6b84468aba3f5ce2cde40c60e6)
 

Author SHA1 Message Date
chrox 2bec0017a0 refactor out global functions showHomePage and showReaderUI 10 years ago
chrox c74c258fc7 add filemanager icon in reader menu
now we can access the filemanager in all launcher configurations
10 years ago
NiLuJe bb7c7be70a Merge pull request #870 from chrox/fix_868
issue error directly when doc is malformated
10 years ago
Huang Xin 22f98c6850 Merge pull request #871 from WS64/master
Screensaver repair
10 years ago
WS64 f29eed1ebe minor code optimizing 10 years ago
WS64 eae3f01b57 Screensaver repair
Single picture as screensaver was not displayed anymore after the last update
10 years ago
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.
10 years ago
Paulo Matias 233f847954 Merge pull request #867 from chrox/fix_863
register opened document in documentregistry
10 years ago
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.
10 years ago
Qingping Hou 0252139361 Merge pull request #862 from chrox/fix_858
don't share info field in document
10 years ago
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.
10 years ago
Qingping Hou ab3be1012b Merge pull request #861 from chrox/screensaver
fix performance issue of screensaver on Kobo
10 years ago
chrox fd9e3d57f3 fix performance issue of screensaver on Kobo
now loadDocument will not render the document and getCoverPageImage will
be much faster.
10 years ago
Qingping Hou 8d013f5016 Merge pull request #860 from WS64/master
Set minimum light to 0 instead of 1
10 years ago
WS64 4916ae6cb1 Set minimum light to 0 instead of 1 10 years ago
Huang Xin 078e3cd8bc Merge pull request #857 from WS64/master
Bring back the two KOBO variables for the light
10 years ago
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.
10 years ago
Huang Xin eb11c8eba2 Merge pull request #855 from WS64/master
Only use registered file types in search
10 years ago
WS64 6c4869f8a8 Only use registered file types in search 10 years ago
Qingping Hou 288a49252e Merge pull request #854 from chrox/screensaver
refactoring: use Document API getCoverPageImage to get cover image
10 years ago
chrox 0bc3eadcae refactoring: use Document API getCoverPageImage to get cover image 10 years ago
Huang Xin 7adb99429b Merge pull request #853 from gontofe/master
Prevent promptWifiOn() needing to be called twice and refactor OTA update fetch/version check
10 years ago
Michael Hall 7379c3a6e5 Display error message upon failed OTA Update. 10 years ago
Michael Hall 4cc9cf85e4 Prevent promptWifiOn() needing to be called twice and refactor OTA update fetch/version check 10 years ago
Paulo Matias afb591a552 Merge pull request #852 from chrox/screensaver
emulate Power button with F2 on emulator
10 years ago
Paulo Matias 319ba96b84 Merge pull request #851 from chrox/fix_home_crash
fix faked Tap event causes koreader crash
10 years ago
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.
10 years ago
chrox 40bddf0735 emulate Power button with F2 on emulator 10 years ago
Huang Xin 451092905e Merge pull request #842 from WS64/master
Add a new multi line input dialog and change some search behaviour
10 years ago
WS64 98dbdb2cae Merge pull request #1 from chrox/WS64-master
use conventional util name and update koreader-base
10 years ago
Qingping Hou dfe1c096c1 Merge pull request #850 from chrox/fix_templates
make templates dir since it's removed together with the pot file
10 years ago
chrox 87d9d21079 make templates dir since it's removed together with the pot file 10 years ago
Qingping Hou 8199aa20c1 Merge pull request #849 from chrox/fix_cannot_translate
remove too verbose information that is utterly untranslatable
10 years ago
Qingping Hou 77af817376 Merge pull request #848 from chrox/auto_transifex
remove template pot and translated po files in the main repo
10 years ago
Huang Xin b9a80c900d Merge pull request #846 from gontofe/master
Changes to networkmgr and otamanager to prevent call to checkUpdate if wifi not available
10 years ago
chrox 6a0cc0afc6 remove too verbose information that is utterly untranslatable
I would suggest when creating a translate string you'd better keep
as much words together as you can other than trying to call the
`_` function on each word which may cause the final
translation in some languages unreadable.
For example, no matter how we translate the single words, the Chinese
translation of
```
_("No ") .. some_thing .. _("found ") .. _("matching") .. other_thing
```
will be nonsense.
Better way would be:
```
some_thing .. " is not found matching" .. other_thing
```
10 years ago
chrox 1817a9190f remove template pot and translated po files in the main repo
aternatively the resource file(pot file) in Transifex is updated
with `make pot` and the translated files(po files) is updated with
`make po`. `make pot po` will be handled automatically on the nightly
build machine.
10 years ago
chrox 5890e4a0b1 use conventional util name and update koreader-base 10 years ago
Michael Hall d49153059d Merge remote-tracking branch 'upstream/master' 10 years ago
Michael Hall 7ea90b2dc9 Change to prevent OTA Server check before wifi enabled 10 years ago
WS64 4bad1a6f6f New editor for table fields used 10 years ago
WS64 3bb45f3a20 Changed the way to handle the own database file
This should make it easier to update the format of the file and also prevents errors when someone keeps this file but the deletes the original calibre file
10 years ago
WS64 bde3f31089 New input dialog with variable amount of fields 10 years ago
Huang Xin f2c2657cd9 Merge pull request #840 from houqp/houqp-master
fix(FM): remove redundant call to lfs.dir
10 years ago
Qingping Hou 749c7f9939 fix(FM): remove redundant call to lfs.dir 10 years ago
Qingping Hou 8ddade9862 Merge pull request #837 from chrox/save_highlight
prompt user to save PDF document after highlighting
10 years ago
Michael Hall 071a301edf Add getWifiStatus function to allow checking for live wifi connection before
trying OTA Update
10 years ago
Huang Xin fceb0f4b50 Merge pull request #838 from WS64/master
refactoring: remove global variable GLOBAL_INPUT_VALUE
10 years ago
WS64 6c603bf9ad remove global variable 10 years ago
WS64 6e86923659 remove global variable 10 years ago