poire-z
2735c6d369
[fix, UX] Remove rounded corners from fullscreen History ( #3256 )
...
Prevent visibility of readers's footer edges.
2017-09-24 14:46:50 +02:00
Robert
88aba421cb
Timer Reader with normal time format ( #3244 )
2017-09-24 13:03:14 +02:00
poire-z
c770d71f14
Fix Menu (TOC, classic file browser...) right padding ( #3255 )
2017-09-24 01:08:44 +02:00
Huang Xin
a4e1a3ba5e
reflect changes in koreader/android-luajit-launcher#62 ( #3254 )
2017-09-24 05:58:34 +08:00
Frans de Jonge
8f3a5353e5
[fix] statistics: typo ( #3252 )
2017-09-23 22:03:28 +02:00
Frans de Jonge
36478262bf
[UX] Smaller top menu icons ( #3253 )
2017-09-23 22:01:30 +02:00
Frans de Jonge
87cf2864d9
Bump Android stuff ( #3251 )
...
https://github.com/koreader/koreader-base/pull/516
https://github.com/koreader/android-luajit-launcher/pull/62
2017-09-23 21:16:10 +02:00
Frans de Jonge
a6be301695
Added Size module
2017-09-23 20:24:45 +02:00
Frans de Jonge
9eb073a524
[travis] Add protection against unscaled sizes
...
As pointed out by @poire-z
* [fix, UX] SkimToWidget scaling
* [fix] Button scaling
* [fix, UX] Scale ProgressWidget
* [fix, UX] Scale confirmbox
* [fix, UX] Scale just about everything
2017-09-23 20:24:45 +02:00
Frans de Jonge
8babe57106
[fix] ReaderGoto button order
2017-09-23 20:24:45 +02:00
Frans de Jonge
cfb039a91b
[fix] Scale ImageWidget by screen size as well as DPI
...
Fix #3204
2017-09-23 20:24:45 +02:00
Robert
f0b9a66359
Book information for all books ( #3250 )
2017-09-23 19:51:58 +02:00
Robert
bdf02f14aa
Add bookmark browsing mode to menu ( #3248 )
2017-09-23 18:25:22 +02:00
poire-z
2c1e7f2a4f
Bump base for crengine bump ( #3249 )
...
crengine crashes, rendering and selection delay fix by @frankyifei
2017-09-23 00:10:47 +02:00
poire-z
4d18ac1100
Some History fixes and enhancements ( #3247 )
...
Made the onHold buttons table similar to the one of File browser.
Added "Purge .sdr" and "Delete" to these buttons.
Moved the purgeSettings and removeFileFromHistoryIfWanted
logic into filemanagerutil functions.
Stay on the same page when manipulating history (previously, we were
always put back on first page).
Really keep deleted files in history (unless setting says otherwise).
Show deleted files in grey or dimmed in classic History and all
CoverBrowser display modes.
2017-09-22 18:24:38 +02:00
poire-z
47139266b2
Dict lookup: allow cancelling with tap
...
base bumped for ffi/util.getNonBlockingReadSize(luafile)
2017-09-20 23:09:59 +02:00
poire-z
de54ef5ae6
Added Trapper module, for simple interaction with UI
...
This module provides methods for simple interaction with UI, without
the need for explicit callbacks, for use by linear jobs between
their steps.
Uses coroutines, but their usage is hidden by a simple API.
Factored out of Wikipedia:createEpubWithUI().
2017-09-20 23:09:59 +02:00
poire-z
5828ef8f1c
Fix potential crash when clearing hold highlight ( #3241 )
...
A delayed clear() could reset hold_pos while a onHold/onHoldPan/
onHoldRelease is in progress, resulting in hold_pos becoming nil and
a crash.
2017-09-20 17:35:30 +02:00
poire-z
941d77f6bc
Reduce unhighlight delay when closing dict ( #3239 )
2017-09-19 22:48:30 +02:00
Robert
019513f785
Prevent crash Timer in Filemanager ( #3237 )
2017-09-18 19:53:06 +02:00
Robert
5258643a85
Add a date setting ( #3234 )
2017-09-18 19:04:36 +02:00
mwoz123
ae66a367c2
Android fullscreen switcher ( #2938 )
2017-09-17 20:29:49 +02:00
Robert
d4a4bb2b55
Refactor TimeWidget and add NumberPickerWidget ( #3232 )
2017-09-17 16:41:54 +02:00
Frans de Jonge
4360837e3b
[Android] Update to NDK 15 ( #3233 )
...
Also improve SDK installation for ease of setting up development system.
This also puts in place most of the missing pieces to finish the intent in #3064 .
2017-09-17 16:04:43 +02:00
poire-z
80d8e44bde
Fix Wiki save as epub crash on certain pages ( #3231 )
...
* Fix Wiki save as epub crash on certain pages
When first images don't have a height or width attribute
2017-09-17 15:48:47 +02:00
Frans de Jonge
110c882bba
Bump android-luajit-launcher (fixes nightly build) ( #3229 )
2017-09-17 09:10:25 +02:00
Frans de Jonge
70e6aa9093
Bump android-luajit-launcher ( #3227 )
...
Part of the spirit of #3064 . Making it easier to test different things.
2017-09-16 18:25:39 +02:00
poire-z
79dca8e245
[UX] Wikipedia save as EPUB: allow for aborting download ( #3224 )
2017-09-16 17:25:47 +02:00
Frans de Jonge
24948e9c4f
kodev: add --graph option for rudimentary memory use tracking ( #3209 )
...
Usage:
`./kodev run --graph`
2017-09-16 17:01:31 +02:00
Robert
2c3936ddb4
Refactoring readerfooter statistics - TB and TC ( #3223 )
2017-09-16 13:36:54 +02:00
Frans de Jonge
5ea7c703e0
README.md: add Android p7zip-full requirement
2017-09-16 00:11:48 +02:00
Frans de Jonge
b7137acb29
Bump base ( #3222 )
...
Fixes #3212 .
2017-09-15 23:03:01 +02:00
poire-z
0122c086f2
Fix crash on exit on Kobo devices with no frontlight ( #3221 )
2017-09-15 20:05:46 +02:00
Robert
7c88bad189
[fix] Statistics settings reset to default when on save without change ( #3188 )
...
* Fix : #3186
2017-09-14 22:31:25 +02:00
Robert
e5eb015f1b
Statistics in bookstatuswidget ( #3218 )
2017-09-14 22:29:09 +02:00
Frans de Jonge
e566a7ffc6
kodev: add hidpi shortcut and dpi argument ( #3208 )
...
* [doc] also generate base ffi doc
* kodev: add hidpi shortcut and dpi argument
* Bump base
2017-09-14 13:19:20 +02:00
poire-z
f5a6e32887
Fix wrong page when tap on link ( #3217 )
...
Closes #3216
2017-09-14 13:01:09 +02:00
Frans de Jonge
161cae6b3a
[UX] Document settings language simplification ( #3215 )
...
As suggested by @comradekingu in https://github.com/koreader/koreader/pull/3165#issuecomment-326795203
2017-09-13 12:44:37 +02:00
Allan Nordhøy
3f24514a8d
Set Rendering Style, and Comments ( #3165 )
2017-09-13 12:16:42 +02:00
poire-z
bccbf95080
Add horizontal_padding to IconButton ( #3213 )
...
TouchMenu (top menu) and ConfigDialog (bottom menu) updated
to make use of that. This provides a wider sensitivity to
menu buttons.
2017-09-13 10:12:29 +02:00
Robert
b617efa21f
Disable Current book when statistics are disabled ( #3210 )
2017-09-12 18:35:23 +02:00
Robert
56345fd8c0
Fix moving icons in config panel ( #3211 )
2017-09-12 18:34:30 +02:00
Frans de Jonge
8c9fdfbb1a
[fix] MenuSorter: don't ignore user order without counterpart in default menu ( #3166 )
...
Fixes #3164 .
2017-09-11 22:56:44 +02:00
poire-z
991b56664f
Added Swipe to follow nearest link/to jump to latest bookmark ( #3207 )
2017-09-11 22:56:15 +02:00
Frans de Jonge
a39db783c0
[SDL] Add quit through regular window manager actions ( #3206 )
...
* [SDL] Add quit through regular window manager actions
Depends on https://github.com/koreader/koreader-base/pull/506
* proper exit and fix bug in restart function as a bonus
2017-09-11 21:37:00 +02:00
Robert
85e2140ced
Show position on config panel ( #3194 )
2017-09-11 20:54:27 +02:00
poire-z
a9c1ed24b8
Show vertical marker at target position when following a link ( #3202 )
2017-09-11 17:11:04 +02:00
Frans de Jonge
1a1c1e3f80
[fix, doc] TimeVal: typo
2017-09-11 13:17:52 +02:00
Frans de Jonge
9dee6c045c
[doc] TimeVal ( #3201 )
2017-09-11 00:01:54 +02:00
poire-z
a720eaceb5
Hold on a word for more than 3 seconds to access highlight menu ( #3199 )
...
and avoid the dict lookup.
2017-09-10 20:35:27 +02:00