Commit graph

1458 commits

Author SHA1 Message Date
Tor Hveem
f042f729e1 switch from twitter's emoji lib to emojione 2015-03-21 16:43:46 +01:00
Lorenz Hübschle-Schneider
fe3360df15 Merge pull request #565 from glowing-bear/improve-hotlistsync
Use new command for "syncing" hotlist.
2015-03-21 14:51:22 +01:00
Tor Hveem
c71ce1b404 Use new command for "syncing" hotlist.
This patch also implements parsing version message and using that to
check that the WeeChat is new enough to use the new command.
2015-03-21 14:08:09 +01:00
Tor Hveem
703e67a221 Merge pull request #564 from glowing-bear/dynamic-theme-loading
Load theme without angular to reduce flicker
2015-03-21 13:32:12 +01:00
Lorenz Hübschle-Schneider
2d3c2c11bb Load theme without angular to reduce flicker
Initialising with dark theme prevents flicker
2015-03-21 12:56:30 +01:00
Tor Hveem
f2e3c441d3 Merge pull request #557 from glowing-bear/mathjax
Add MathJax support
2015-03-21 12:50:34 +01:00
Lorenz Hübschle-Schneider
be8ab42b7c Make MathJax a setting and load it only if enabled 2015-03-21 12:45:45 +01:00
Lorenz Hübschle-Schneider
5740c647d6 Basic MathJax hackery 2015-03-21 12:45:45 +01:00
Tor Hveem
f782d1e385 Merge pull request #562 from glowing-bear/dynamic-twemoji-loading
Dynamically load twemoji if required
2015-03-21 12:39:33 +01:00
Lorenz Hübschle-Schneider
6af6d34a4f Dynamically load twemoji if required 2015-03-21 12:27:20 +01:00
Lorenz Hübschle-Schneider
ba31f994ca Merge pull request #558 from glowing-bear/wide-bufferlist
Introduce a new media query list for wide screens
2015-03-21 11:26:40 +01:00
Tor Hveem
4e4abc03f3 Merge pull request #561 from glowing-bear/fix-bufferlist-transform
Fix bufferlist CSS transform for WebKit
2015-03-21 11:23:32 +01:00
Lorenz Hübschle-Schneider
3d76c1f785 Fix bufferlist CSS transform for WebKit
iOS, Safari, and the stock Android browser (up to 4.4) seem to need this
2015-03-21 11:02:54 +01:00
Lorenz Hübschle-Schneider
892563fb39 Merge pull request #560 from glowing-bear/improve-animation
Use transform to improve smootheness.
2015-03-20 14:16:23 +01:00
Tor Hveem
fbd4853cb6 Use transform to improve smootheness.
Also push bufferlines in.
2015-03-20 14:11:27 +01:00
Tor Hveem
7508405124 Merge pull request #559 from glowing-bear/fix-reconnect
fixes for reconnect feature
2015-03-16 00:02:59 +01:00
Tor Hveem
cf27b11df3 fixes for reconnect feature
Reinitalise models, and more apply state
2015-03-15 23:58:18 +01:00
Tor Hveem
afdcaadb72 Merge pull request #477 from glowing-bear/reconnect
[WIP] Start implementing auto-reconnect
2015-03-14 21:19:24 +01:00
Tor Hveem
7029511029 Style the reconnect banner, clean up apply usage 2015-03-14 21:16:45 +01:00
Tor Hveem
ca5542e46d Handle signal _buffer_localvar_changed
Our parser already supports this message, we just were not hooking the
signal up with the parser.
2015-03-14 21:16:45 +01:00
Tor Hveem
99f396b652 Check that nicklist exists before updating. 2015-03-14 21:16:45 +01:00
Lorenz Hübschle-Schneider
97871fb83f Angular.js update 1.3.9 -> 1.3.14
bugfix releases
2015-03-14 21:16:45 +01:00
Tor Hveem
ff480cd0c6 fix problem with activating saving of password 2015-03-14 21:16:45 +01:00
Tor Hveem
ed18a250fb save defaults to $store 2015-03-14 21:16:45 +01:00
Lorenz Hübschle-Schneider
86f9ed8bd5 Enable autocomplete on input, disable on search
In essence, this reverts a29905e02c which doesn't make much sense to me
2015-03-14 21:16:45 +01:00
Lorenz Hübschle-Schneider
2523ff80ee Improve app installation instructions
Also fix encryption instructions URL for those who proxy their relay
2015-03-14 21:16:44 +01:00
Lorenz Hübschle-Schneider
de69f820fe Save emojify preference in settings
This fixes a bug where the preference would not be saved
2015-03-14 21:16:44 +01:00
David Cormier
8f5ce92ada Bump version to 0.4.5 2015-03-14 21:16:44 +01:00
David Cormier
cfbc8108f3 plugins: add tests for video plugin
Test ogv, webm and mp4 urls
2015-03-14 21:16:44 +01:00
David Cormier
b6260e7cc7 plugins: add html5 video support
Shows ogv, mp4 and webm files inside a video tag
2015-03-14 21:16:44 +01:00
Tor Hveem
107ae870d5 Introduce a new media query list for wide screens
This change introduces a new media query that activates if the window is
wider than 1400px. It will then increase bufferlist width from 140px to
200px and nicklist from 100px to 140px.

If someone has better ideas than 1400px as a cutoff I am all ears to
that.

There might also be more changes we could do that further improves upon
this concept.
2015-03-13 14:15:00 +01:00
Lorenz Hübschle-Schneider
a689cd8386 Merge pull request #555 from glowing-bear/handle-localvar_changed
Handle signal _buffer_localvar_changed
2015-03-07 16:06:59 +01:00
Lorenz Hübschle-Schneider
d492bf2dc7 Merge pull request #554 from glowing-bear/check-nicklist-defined
Check that nicklist exists before updating.
2015-03-07 16:06:36 +01:00
Tor Hveem
784731f22f Handle signal _buffer_localvar_changed
Our parser already supports this message, we just were not hooking the
signal up with the parser.
2015-03-07 13:10:03 +01:00
Tor Hveem
7f82a24b91 Check that nicklist exists before updating. 2015-03-07 13:01:05 +01:00
Lorenz Hübschle-Schneider
e0c5842774 Angular.js update 1.3.9 -> 1.3.14
bugfix releases
2015-03-02 22:54:13 +01:00
Lorenz Hübschle-Schneider
5619420302 Merge pull request #553 from glowing-bear/fix-settings
Fix settings
2015-03-02 22:29:22 +01:00
Tor Hveem
a8dcd738cf fix problem with activating saving of password 2015-03-02 22:21:30 +01:00
Tor Hveem
c7de58d125 save defaults to $store 2015-03-02 22:21:30 +01:00
Tor Hveem
ba5bca9c8e Merge pull request #550 from glowing-bear/enable-autocomplete
Enable autocomplete on input, disable on search
2015-03-01 16:11:25 +01:00
Tor Hveem
fa56f3f2cf Merge pull request #549 from glowing-bear/app-installation-instructions
Improve app installation instructions
2015-03-01 16:10:39 +01:00
Lorenz Hübschle-Schneider
6d0e41e630 Save emojify preference in settings
This fixes a bug where the preference would not be saved
2015-02-28 21:30:57 +01:00
David Cormier
b56309be6e Bump version to 0.4.5 2015-02-18 12:49:38 -05:00
David Cormier
544f27c472 Merge pull request #529 from glowing-bear/add-video-support
Display ogv, mp4 and webm videos inside a video tag
2015-02-18 11:03:31 -05:00
David Cormier
0165e5e320 plugins: add tests for video plugin
Test ogv, webm and mp4 urls
2015-02-17 09:48:22 +01:00
David Cormier
d8c4ba78c1 plugins: add html5 video support
Shows ogv, mp4 and webm files inside a video tag
2015-02-17 09:48:18 +01:00
Lorenz Hübschle-Schneider
849da1b5a2 Implement reconnecting upon connection loss
TODO: test in various conditions
2015-02-17 09:42:48 +01:00
Lorenz Hübschle-Schneider
21aa89d2ad Improve app installation instructions
Also fix encryption instructions URL for those who proxy their relay
2015-02-17 09:30:48 +01:00
Lorenz Hübschle-Schneider
a0a191f104 Enable autocomplete on input, disable on search
In essence, this reverts a29905e02c which doesn't make much sense to me
2015-02-17 09:30:38 +01:00
Vivien Didelot
c4bddc993d Revert "Check GET parameters in image embedding"
There's no need to check for every GET parameters (using the line ending
'$' character), we can just add a word boundary (the '\b' character)
instead. Thus, revert commit b939bc7ca8.
2015-02-13 09:05:45 +01:00