Commit Graph

35 Commits

Author SHA1 Message Date
Kovid Goyal 6c670b22a4 Add support for adding calibre to the homescreen on Android and iOS devices 2017-05-29 11:42:09 +05:30
Kovid Goyal 2fbaa19cd6 Add a link to the /mobile page below the loading progress bar for old/limited browsers 2017-05-28 23:47:35 +05:30
Kovid Goyal a0a1261bc4 Add an apple-touch-icon because Apple is a special snowflake that cant use the favicon like everybody else 2017-05-28 13:25:51 +05:30
Kovid Goyal 17a5977e4f Use the HTML 5 appcache to make the browser e-book viewer fully offline-able 2017-04-06 19:55:51 +05:30
Kovid Goyal 00147c8e6c Port the autoreload script to RapydScript 2017-04-06 18:19:57 +05:30
Kovid Goyal 9e1614169f Fix #1670156 [ebook-polish produces an Unknown CSS Property name. [10:2: -webkit-border-radius] in [jacket.xhtml]](https://bugs.launchpad.net/calibre/+bug/1670156) 2017-03-05 23:19:41 +05:30
Kovid Goyal d061a82a13 ... 2016-09-28 09:24:57 +05:30
Kovid Goyal ec86b6287e Fix auto-reloading only working if client is on localhost 2016-09-28 08:08:41 +05:30
Kovid Goyal f4b6f52efe Proper valign for radio buttons 2016-09-26 09:03:39 +05:30
Kovid Goyal 6f894753f3 Some more refinements to the logo
Make the ends caps ont heyellow book more like the ones in the original
logo. Adda  dfrop shadow to the bookmark.
2016-09-23 12:02:33 +05:30
Kovid Goyal 4c5c7e4c4e Add end caps to the yellow book in the logo 2016-09-19 11:15:36 +05:30
Kovid Goyal 62118462b2 A new high resolution calibre logo
The old log was only available as a raster image at 512x512. This is
insufficient for the splash screen on high DPI monitors. So create a new
SVG logo (similar in look to the old one, but simplified).
2016-08-30 15:56:04 +05:30
Kovid Goyal 53d50a1730 ... 2016-05-02 01:03:46 +05:30
Kovid Goyal 25b631efad Make the reset CSS styles inline 2016-04-09 09:50:49 +05:30
Kovid Goyal 3e70e190dd Workaround for broken websocket ping/pong implementation in browsers
Now use a normal message to keep the connection alive. Avoids the
annoying error messages in the console when the browser times out the
connection.
2016-04-08 10:57:37 +05:30
Kovid Goyal 7d0c1d5276 ... 2016-04-07 22:33:21 +05:30
Kovid Goyal bb442dee28 Use SVG icons instead of an icon font 2016-04-07 22:12:42 +05:30
Kovid Goyal 9b049f63a2 ... 2016-04-07 20:30:25 +05:30
Kovid Goyal c56ef9c087 Simplify loading of javascript in render iframe
Also improves performance by in-lining javascript into index.html
2016-03-24 23:41:57 +05:30
Kovid Goyal f2519c96ea CS auto-reloader: Do not reload infinitely if connection never succeeds 2016-03-19 21:52:34 +05:30
Kovid Goyal 741d7d9efc CS: Port /mobile
Useful for legacy devices that dont support html 5
2016-02-25 18:43:58 +05:30
Kovid Goyal d83dc3fb94 CS: Implement switching of libraries 2016-02-18 18:16:12 +05:30
Kovid Goyal dc1bf3a36d Close auto reload websocket on page unload 2015-11-27 11:54:26 +05:30
Kovid Goyal 438f5a8d88 ... 2015-11-12 18:05:45 +05:30
Kovid Goyal 424a430d15 Add basic user management to the server
This code is mostly just a stub, will need to be fleshed out later.
2015-11-04 19:53:01 +05:30
Kovid Goyal e2bfb32dc9 Switch to using localStorage instead of cookies for sessions 2015-11-04 14:59:04 +05:30
Kovid Goyal 467f7a3273 Only retry connecting to the reload server for a second
The port changes when the reload server is restarted in any case, so no
point trying to reconnect if the server has gone away.
2015-10-27 20:43:17 +05:30
Kovid Goyal 6e874b5377 --auto-reload now automatically refreshes the page in browsers as well
Uses a WebSocket to send a signal to all browsers that have loaded the
page.
2015-10-27 20:33:56 +05:30
Kovid Goyal cdfe01a5e5 Throbbing donate button for server UI 2015-10-20 14:31:56 +05:30
Kovid Goyal a65b9126fa Add Font Awesome for the new server UI 2015-10-19 20:35:23 +05:30
Kovid Goyal 18533eeebc More work on the new server UI 2015-10-19 20:33:08 +05:30
Kovid Goyal bbca5330d8 Use a reset line height of 1.2 2015-10-18 12:46:26 +05:30
Kovid Goyal d2ba80ec41 Implement progress bar while loading library data 2015-10-16 12:35:57 +05:30
Kovid Goyal fa49f81b3e Infrastructure for serving rapydscript in the new content server 2015-10-07 11:37:58 +05:30
Kovid Goyal f2469eefdc Implement serving of static resources 2015-06-13 15:12:06 +05:30