Lorenz Hübschle-Schneider
06d7f6dfee
Include version information in settings dialog, update version numbers
2016-01-16 15:01:46 +01:00
Lorenz Hübschle-Schneider
e6d6272be5
Make buffer prefix lighter on active buffer
...
the old behaviour was quite counterintuitive in my opinion
See #592
2016-01-10 11:19:35 +01:00
Lorenz Hübschle-Schneider
01d0891a2d
Themes: Add black theme for AMOLED displays, fix theme selector background in dark theme
...
Deprecates / closes #671
2015-12-26 11:47:09 +01:00
Tor Hveem
17671c560d
add CSS to make spin icon
2015-12-14 15:49:44 +01:00
Hannu Hartikainen
c3f00cd6bc
prevent "zalgo text" from exiting the message/bufferline
...
For a review of what zalgo text is and how it works, see
http://stackoverflow.com/q/6579844/659526 . Suffice to say it abuses
unicode to create a vertical mess that goes over other lines of text.
2015-12-08 22:57:53 +02:00
Magnus Hauge Bakke
3f661ded6c
Support sending multiple images
2015-11-07 12:45:05 +01:00
Magnus Hauge Bakke
f2953d1190
Add image upload progressbar and error msg
2015-11-07 12:44:22 +01:00
Magnus Hauge Bakke
aef26a2dc5
Add file input with button and send file to imgur
2015-11-07 12:44:22 +01:00
Magnus Hauge Bakke
accbf276ad
Add button for sending image
2015-11-07 11:42:51 +01:00
Lorenz Hübschle-Schneider
aa9fb10941
Revert "Fixes problem with Firefox word / line breaking"
2015-09-11 12:53:33 +02:00
Michael Smith
8d371a5ed9
Fixes problem with Firefox breaking long lines between any random character. References #624 .
...
Firefox would break long lines in the middle of words, disregarding hyphenation rules resulting in poor readability. This change fixes that behaviour while still preventing very long unbreakable strings from showing a horizontal scrollbar.
Tested in Firefox 38.0.5 and Google Chrome 43.0.2357.124 (64-bit)
2015-08-25 23:26:09 +02:00
Tor Hveem
744b7a1755
Implement hidden brackets around prefix
2015-05-19 14:00:04 +02:00
Daniel Leining
0618a769d5
Add hidden brackets around user nicks
2015-05-10 20:11:29 -04:00
Lorenz Hübschle-Schneider
27eb2cbc7b
Fix height of bufferlist items in narrow desktop view
2015-05-02 11:39:23 +02:00
Tor Hveem
c939c7b32c
Don't force margins to badges
2015-04-20 16:55:29 +02:00
Tor Hveem
d83ea79809
Add ellipsis overflow to buffer list name
2015-04-18 11:57:15 +02:00
Johan Stenehall
cabf307361
Add iOS native scroll for buffers
2015-04-01 22:22:10 +02:00
Lorenz Hübschle-Schneider
c145457b91
Merge pull request #590 from glowing-bear/thdesign
...
[WIP] Improve footer, more monochrome dark design
2015-03-29 16:39:27 +02:00
Lorenz Hübschle-Schneider
04a7f31fde
Merge pull request #585 from stenehall/update-topbar
...
Handle mobile breakpoints correctly
2015-03-29 16:37:41 +02:00
Johan Stenehall
3ce93122a3
Handle mobile breakpoints correctly
2015-03-29 16:33:31 +02:00
Tor Hveem
9ed6c4ad25
fix topbar links color
2015-03-29 16:29:39 +02:00
Tor Hveem
d2bd6d3bc7
fix hover on active buffer
2015-03-29 16:27:48 +02:00
Tor Hveem
27d8293b06
no box shadow on btn send
2015-03-29 15:26:25 +02:00
Tor Hveem
7c2b2d98e8
fix button align and colors
2015-03-29 15:18:38 +02:00
Tor Hveem
210165daf7
Improve footer, more monochrome dark design
2015-03-29 14:05:25 +02:00
Lorenz Hübschle-Schneider
d8457fc37c
Adjust topbar sizes
...
Increase mobile title bar size
22px seems to be a standard tap target
The bear needs to be a bit bigger on mobile because of borders etc
2015-03-27 09:56:38 +01:00
Tor Hveem
5e83401782
Merge pull request #582 from stenehall/shrink-icons
...
Allow for more elements in the brand toolbar section
2015-03-26 17:34:07 +01:00
Johan Stenehall
3b0b71cfcb
Allow for more elements in the brand toolbar section
2015-03-26 16:47:03 +01:00
Tor Hveem
c764390c93
Merge pull request #581 from stenehall/count-in-topbar
...
Hide badges for phones.
2015-03-26 16:44:47 +01:00
Johan Stenehall
109d827d5d
Fix broken < 1400px display and broken light color theme
2015-03-25 17:49:12 +01:00
Johan Stenehall
edc0e2e0ff
Hide badges for phones.
2015-03-25 17:31:16 +01:00
Tor Hveem
10adc201a6
Merge pull request #576 from stenehall/update-topbar
...
Update topbar
2015-03-25 00:46:54 +01:00
Johan Stenehall
bf706d1483
Add prefix for buffers in topbar
2015-03-25 00:41:31 +01:00
Tor Hveem
33f2b81f65
Merge pull request #573 from stenehall/shrink-icons
...
Shrink nav icons
2015-03-25 00:25:18 +01:00
Johan Stenehall
18716387b8
Increase click area for topbar icons
2015-03-25 00:00:07 +01:00
Johan Stenehall
2372acf209
Remove topic and add channel name for mobile
...
* Removing topic from topbar.
* Adding channel name to the topbar.
This is done using visible-lg from bootstrap. As of v3.2.0 it's replaced by visible-lg-block. But that doesn't exist in v3.1.1 that's currently being used by glowing-bear.
2015-03-24 23:29:45 +01:00
Johan Stenehall
1830453d3d
Add odd/even backgrounds and increased font-size
...
* Add odd/even backgrounds for channellist
* Increase font-size for channellist
2015-03-24 23:20:13 +01:00
Johan Stenehall
308a854531
Shrink nav icons
...
* Shrink the nav icons and bear for a better mobile experience.
* Shrink the nav icons on desktop for a better navbar.
2015-03-24 21:54:13 +01:00
Tor Hveem
99ccd551b6
Enable by default, except on mobile. Convert by default.
2015-03-22 13:11:39 +01:00
Tor Hveem
f042f729e1
switch from twitter's emoji lib to emojione
2015-03-21 16:43:46 +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
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
Tor Hveem
fbd4853cb6
Use transform to improve smootheness.
...
Also push bufferlines in.
2015-03-20 14:11:27 +01:00
Tor Hveem
7029511029
Style the reconnect banner, clean up apply usage
2015-03-14 21:16:45 +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
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
f125c43ccb
Adds emoji support using Twitter's twemoji
2015-01-03 18:29:59 +01:00
Lorenz Hübschle-Schneider
9b7a778186
Fix non-#channels and single-symbol channels (#)
2014-11-20 12:59:33 +01:00