Commit Graph

3296 Commits (0bc3eadcae4c7b91dc32d9dbbeac2f436c2ef537)
 

Author SHA1 Message Date
chrox 0bc3eadcae refactoring: use Document API getCoverPageImage to get cover image 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
WS64 5fba816d08 remove global variable 10 years ago
chrox 092522b89d promote user to save PDF document after highlighting
This is a wordaround for #791.
10 years ago
Qingping Hou bd2fa87c85 Merge pull request #836 from chrox/fix_835
fix #835
10 years ago
Qingping Hou 0302944bc4 Merge pull request #834 from chrox/fix_fallback
fix Droid Sans Fallback not registered to crengine
10 years ago
chrox 985a421852 fix #835 10 years ago
Huang Xin 7c741ffd24 Merge pull request #833 from gontofe/master
Make cover preview size dynamic in search info
10 years ago
Mike 69c2ee5ef0 Merge pull request #1 from chrox/refactoring
refactoring: better logic and indentation
10 years ago
chrox 4c68e091f9 refactoring: better logic and indentation 10 years ago
Michael Hall 8d9eb30886 Switch to local variables 10 years ago
chrox 7ce5c9c052 fix Droid Sans Fallback not registered to crengine 10 years ago
Michael Hall 8e57adadb2 2nd change to make image dynamic in search 10 years ago
Michael Hall d84984521b Making image size in search info dynamic based on screen size 10 years ago
Huang Xin 6ce9c02d05 Merge pull request #831 from WS64/master
Give cover images unique names and keep them 30 days
10 years ago
WS64 aaf9d20c64 Give cover images unique names and keep them 30 days 10 years ago
Huang Xin e4ab31de31 Merge pull request #825 from WS64/master
Add last book screensaver for Kobo, also covers to book info screen
10 years ago
WS64 1a71b3e503 resolve github inconsistencies 10 years ago
WS64 26413adab5 resolve github inconsistencies 10 years ago
WS64 03c2782844 Don't show "0: text" in series view but just "text" 10 years ago
Qingping Hou 99f6298b28 Merge pull request #829 from chrox/master
markup annotation quadpoints should be defined in counterclockwise
10 years ago
Qingping Hou ef7626cf7d Merge pull request #828 from chrox/image_cache
add image cache
10 years ago
chrox ef65b0e343 update koreader-base 10 years ago
chrox 7048ca971b add getCoverPageImage api for CreDocument 10 years ago
chrox baae364571 add cover page in sample EPUB file 10 years ago
chrox a2b232c80b add image cache 10 years ago
chrox dc166b50cc fix OTA update on Kobo, close #824 10 years ago
WS64 9661616edb Removed screensaver functions to new lua file 10 years ago