NiLuJe
5ebed6655b
Use Noto instead of Droid, where appropriate.
2014-07-08 02:11:17 +02:00
NiLuJe
3168ebd219
Move the waveform mode selection a bit...
...
Move it from the main UI loop to init, we're using static values anyways,
and a change of device at runtime is highly unlikely (:D).
2014-07-08 01:21:05 +02:00
NiLuJe
8435a79a3a
Add a warning about the waveform mode constants...
...
Note that they're from the Kindle driver, the Kobo one might expect
slightly different values...
2014-07-08 01:04:41 +02:00
NiLuJe
a2cf015545
Detect the EU 4GB WiFi PW2
2014-07-08 00:15:41 +02:00
NiLuJe
d45efd81d8
Add a battery indicator to the menu.
...
Very quick'n dirty hack, doesn't seem to blow up horribly.
re: #679
2014-07-07 05:37:16 +02:00
NiLuJe
a6ff78e5d8
Fix the battery checks.
...
I have *no* idea how that even seemed to work, but in fact didn't.
Also no idea where the hell is the battery status supposed to appear in
the menu, because it's currently not there.
2014-07-07 04:50:16 +02:00
NiLuJe
9e6dd11b0e
Keystrokes aren't that cheap.
2014-07-07 00:12:37 +02:00
NiLuJe
19295cc027
One more comment...
2014-07-07 00:11:45 +02:00
NiLuJe
806c2ffc00
Another hugely important commit!
2014-07-06 21:38:13 +02:00
NiLuJe
25a4fc01ea
Clear up some comments...
2014-07-06 18:43:50 +02:00
NiLuJe
64566e0f3a
Try to use reagl on the PW2...
...
That doesn't seem to work as nicely as the stock reader... :/
2014-07-06 18:02:58 +02:00
NiLuJe
603dd3bd05
Some Kidle refresh mode experiments...
...
Emulate (as best we can) the refresh behavior of the Kindle Touch reader
2014-07-06 17:22:36 +02:00
NiLuJe
f1cc984cbf
Close lipc handles on exit.
...
No idea if bad things happen if we don't, but at least this sounds more
correct. (re #696 )
2014-07-04 20:10:38 +02:00
chrox
0615e1463f
easier strings to translate
2014-07-04 19:29:45 +08:00
NiLuJe
834ff9a1fb
Don't fake the swipe to unlock if not needed.
...
Re: #695
2014-07-04 05:16:28 +02:00
NiLuJe
9132f520c7
Add the last missing PW2 model.
2014-07-04 03:53:26 +02:00
Huang Xin
8294f6de6f
Merge pull request #693 from pazos/master
...
clean crash.log for kobos
2014-07-04 03:09:08 +08:00
pazos
ccfc6e0bc5
clean crash.log for kobos
2014-07-03 20:55:45 +02:00
chrox
e7fc16dd25
hold on config panel option to set default option
2014-07-03 16:31:44 +08:00
chrox
07c2049cc4
confirmbox with button table
2014-07-02 22:52:17 +08:00
chrox
b0b2149a92
touch menu entry now responses hold gestures
2014-07-02 22:51:27 +08:00
Qingping Hou
45f3294f8d
fix(kobo suspend): ignore user input in suspend mode
2014-06-26 14:28:57 -04:00
Qingping Hou
4400468741
refactor(uimanager): use event_handlers to dispatch events
2014-06-26 14:12:44 -04:00
Qingping Hou
f7766d9606
feature(device): add isKindle method
2014-06-26 13:48:59 -04:00
Qingping Hou
f57014cfc3
fix(kobo): partially fix suspend support
...
Tested in Kobo Aura HD.
Suspend can still be interrrupted if user touches the screen after
slided the power button and before the suspend function is called (2s delay).
Reason for this is still unkown.
2014-06-26 13:48:59 -04:00
chrox
2773ca9386
fix zsync cannot run properly in Kindle due to firewall
2014-06-25 21:32:50 +08:00
chrox
26f5a4731e
add peer-to-peer file sharing plugin ZSync
2014-06-23 22:35:41 +08:00
Markismus
c390d6fca4
offset and resize Kobo Aura screen because of obscuration by black bezel
2014-06-21 18:24:37 +02:00
chrox
685fbb4d94
match distance when gesturerange has scale field
2014-06-17 21:11:48 +08:00
chrox
f13a165c4b
tweaks of font size
2014-06-10 21:33:31 +08:00
chrox
b8626f6098
pass onClose gesture to Menu widget
2014-06-10 21:33:31 +08:00
chrox
e624695d54
the Back key on Android should close the popup window and menu
2014-06-10 21:33:31 +08:00
chrox
613c66aa73
key event map for Android
2014-06-10 21:33:31 +08:00
pazos
b690d6aa95
standarize script names for kobos
2014-06-09 20:51:25 +02:00
chrox
c0bb3ab3f7
fix typo
2014-06-08 19:56:42 +08:00
chrox
15baeb7867
save doc settings when receiving IntoSS or Suspend or SaveState events
2014-06-08 17:56:58 +08:00
chrox
9dce5bad66
use checked/unchecked for language option
2014-06-08 14:09:59 +08:00
chrox
0f829390d6
decrease indentation of touch menu entries
2014-06-08 14:09:31 +08:00
chrox
6f99e96e49
fix two finger pan gestures detection
...
This is a stupid bug I introduced when I thought 0 evaluated to be false.
Actually in Lua only explicit `false` and `nil` are evaluated to `false`
all other values are true in logical expressions.
This should also fix #546 . Probably because the touch screens in Kindle
are not as sensitive as in Kobo, this problem is not discovered early
util I play with multi-touch on a Android phone which has a sensitive
enough screen to expose this bug.
2014-06-07 23:15:20 +08:00
chrox
31639cce39
check window stack before sending events
...
This should fix FC on Android with "Start with last opened file" checked
2014-06-07 20:16:25 +08:00
chrox
2e5ff3e437
add Korean in language table
2014-06-05 20:13:20 +08:00
chrox
3ae68399eb
add previous and next chevron icon in touch menu
2014-06-05 20:12:47 +08:00
chrox
d2eaeeaeed
add option to load last opened file automatically
2014-06-05 19:06:35 +08:00
chrox
857bd6fcc8
strings not shown on GUI will not be translated
...
This may encourage users in transifex to join Koreader project.
2014-06-05 14:59:06 +08:00
chrox
427da958cb
adapt touch menu for small screen
2014-06-05 12:58:57 +08:00
Paulo Matias
945cb16dbf
Merge pull request #626 from chrox/master
...
font weight option should be persistent between launchings
2014-06-04 11:13:32 -03:00
Huang Xin
c777d8ab3a
Merge pull request #625 from hwhw/master
...
fail gracefully when the Kobo light device cannot be opened
2014-06-04 22:01:00 +08:00
chrox
803e4e8600
font weight option should be persistent between launchings
...
This should fix #620 .
2014-06-04 21:55:01 +08:00
Hans-Werner Hilse
653143b448
fail gracefully when the Kobo light device cannot be opened
2014-06-04 15:38:12 +02:00
chrox
79ad1271d8
take care of directory that we don't have permission
2014-06-04 19:15:59 +08:00
chrox
ef84aff1db
make ffi/util module local
2014-06-04 17:36:18 +08:00
chrox
f9215a3a04
use android config interface to detect device keyboard and screen dpi
2014-06-02 23:50:19 +08:00
chrox
a33ab1fb8c
GUI tweaks for small screen
...
that sets a maximum size that won't render content outside of the screen
2014-06-02 23:49:00 +08:00
chrox
0fdba1ff35
remove least used koptoptions to save space for small screens
2014-06-02 23:49:00 +08:00
chrox
b2e0d2a735
detect screen DPI for android devices
2014-06-02 23:49:00 +08:00
chrox
5aa8eb52da
add missing Blitbuffer since it's removed from global space
2014-06-02 23:49:00 +08:00
Hans-Werner Hilse
0244ba7053
Claim that Android devices do not have a keyboard
...
For now, we can probably live better with the assumption that
Android devices do not have keyboards. That should be replaced
by an actual check, though.
2014-06-02 17:25:11 +02:00
Huang Xin
b5b91f7d6a
Merge pull request #604 from pazos/master
...
Enable spanish, galician and catalan translation on koreader
2014-06-01 21:51:37 +08:00
pazos
ad92201005
Enable spanish, galician and catalan translation on koreader (translations are really done on transifex)
2014-06-01 15:23:47 +02:00
Markismus
55cb11f3f1
Update input.lua
2014-06-01 15:21:40 +02:00
Qingping Hou
1ebc1de944
Merge pull request #597 from chrox/master
...
make Android target
2014-05-31 12:03:49 -04:00
chrox
bae13fb49d
partial refresh when switching config panel
2014-05-31 17:58:30 +08:00
nicolua
8a2c55330b
has been tested on k3g
...
(after ioctl to ffi.C.ioctl in framebuffer_linux.lua)
2014-05-30 18:09:38 +03:00
nicolua
90d9c3ddb1
menu on k3
2014-05-30 17:11:46 +03:00
chrox
a9b9e7f087
mv columns and text align options to 'Layout' panel
2014-05-29 21:09:39 +08:00
chrox
f507fd3709
various Android fix
...
now the android build has nearly the same features as the
Kindle/Kobo build. It's time for Android nightly build?
2014-05-29 16:07:40 +08:00
chrox
9f9acbbffb
android fix of screenshot
2014-05-28 23:22:03 +08:00
chrox
9f4f5fa451
auto adaptation for much smaller screen
2014-05-28 21:11:07 +08:00
chrox
3520e0c47e
partially working android build
...
Now the Android build should read PDF and EPUB documents
with limited gestures recognized such as "tap" and "swipe"
2014-05-28 12:57:59 +08:00
chrox
0a4a092d12
initial commit for android port of koreader
...
This PR just shows how far we have went to
the android port. There is still a few steps before a running
android port.
2014-05-26 23:39:10 +08:00
Markismus
4e055b97d3
Update language.lua
...
The list of languages is updated. So now all the translations at least partially present in Transifex are selectable.
2014-05-24 15:46:06 +02:00
chrox
1d292f16a9
remove full screen option in koptoption
...
since we can now switch progress bar status simply by tap
2014-05-19 14:23:36 +08:00
chrox
d33710b6b5
remove unnecessary gettext translation
2014-05-19 12:34:25 +08:00
chrox
91e3b9d293
sort file list respecting LC_COLLATE
2014-05-15 20:44:48 +08:00
chrox
71eda7a0ca
busted test for frontend
2014-05-15 16:11:26 +08:00
Huang Xin
4156b2edd0
Merge pull request #559 from Markismus/master
...
Return to Home screen for Kobo devices Mini, Touch and Aura
2014-05-08 16:30:35 +08:00
Markismus
a153286f44
Kobo Frontlight Tweaks
...
Now the frontlight remains unchanged from Nickel to koreader and vice
versa.
Also ffi/kobolight.lua has been changed to allow for usage of the toggle
button in the filemanager.
2014-05-02 16:06:18 +02:00
chrox
e1527611c5
show a box indicator when tapping on a link
...
only for PDF/DJVU docs for now since there is no easy way
to get link box from crengine
2014-05-02 16:50:52 +08:00
chrox
7000727cac
center align message in notification
2014-05-02 12:48:00 +08:00
chrox
5b99b478b2
fix not fully filled items in filechooser
...
reported by mobileread user @ignacy
2014-05-02 12:48:00 +08:00
chrox
877cff2933
invert button on tap
2014-05-01 18:37:12 +08:00
chrox
5c1d5c3314
add Evernote plugin to export highlights and notes
...
The "My Clipping" file that storing highlights and notes for Kindle
native readers could also be parsed and exported. The parser is
implemented in `evernote.koplugin/clip.lua`.
Parsed highlights and notes in one book will be packed and rendered
into html node with a slt2 template `note.tpl` that complies with
evernote markup language(ENML).
Finally the evernote client will create or update note entries and
push them to Evernote cloud.
2014-04-23 22:30:36 +08:00
chrox
c6c4cbcab1
add dewatermark option for pdf/djvu documents
2014-04-07 00:22:47 +08:00
chrox
4a32f4415e
use borderless flat bookmark/toc window
2014-04-04 23:37:50 +08:00
chrox
ac396e3aa9
highlight current toc entry
2014-04-04 23:02:29 +08:00
Qingping Hou
4b357c1466
move reader code into frontend/apps/reader
...
it makes more sense to completely separate the UI framework and
application code
also move frontend/ui/configurable.lua to frontend/configurable.lua
2014-04-02 17:02:01 -04:00
chrox
714bc13720
fix wrong screen dpi on Kindle paperwhite 2
2014-03-30 19:44:31 +08:00
Markismus
7e26047af4
The last code changes resulted in crashes. Now they don't and it the fine tuning is improved.
...
It changes `steps` in line 13 for better finetuning,
`rate` in line 22 so that it has a nil value for `Kobo_phoenix'
and delta_int in line 48 to the last know working syntax.
Could someone check whether line 22 does result in 3.0 for non-phoenix devices?
2014-03-17 19:36:18 +01:00
chrox
92219a1f1e
cleanup: expand tab to 4 spaces
2014-03-13 21:52:43 +08:00
chrox
bd0ba69d08
reset configurable before loading new options
2014-03-13 21:25:45 +08:00
chrox
5157a67ce2
code refactoring
2014-03-12 17:06:57 +08:00
chrox
9f50393f35
replace paging and zoomming order in readerui
2014-03-12 17:06:51 +08:00
chrox
0385374c07
code refactoring
2014-03-11 23:40:00 +08:00
Markismus
175721a185
UPDATE readerfrontlight.lua
...
Code is added to switch between Kobo Aura (Phoenix) and others.
`ReaderFrontLight`, `self.ges_events` and the `function ReaderFrontLight:onAdjust` are now different for Kobo Aura. This enables me to do a two-fingered-pan over approx 1/4 Screenheight to change from full on to full off.
The difference to the default implementation is that both the `rate` and the `msg` are omitted and the `steps` are different.
FURTHER ROOM FOR IMPROVEMENT: It would be an improvement to get a final message after the two-fingered-pan is done stating the achieved setting.
Signed-off-by: Markismus <zulde.zuldemans@gmail.com>
2014-03-11 15:04:01 +01:00
chrox
21b0b24b14
fix input timer queue
...
if new timer has a timeout later than a timer in queue, the
new timer will be discarded and never be pushed into timer queue.
This is fixed by pushing new timer without timeout checking
and then sorting the queue according to timer timeouts.
This should fix #520 and #495 .
2014-03-10 17:42:40 +08:00
danan72
e03c103364
Update language.lua
2014-03-09 15:47:09 +01:00
chrox
1b55339186
cleanup readerui init for pdf
2014-02-16 20:57:36 +08:00
chrox
b1acbb2446
make overlap pixels configurable
2014-02-16 19:42:50 +08:00
chrox
cb757a9ddf
fix missing page margin settings
2014-02-16 12:32:08 +08:00
chrox
bae842540a
get rid of several dirty hacks
2014-02-15 22:29:36 +08:00