Tor Hveem
|
fbfeec8fca
|
Change the connect button text based on connection status
|
11 years ago |
Tor Hveem
|
d2f11ad89d
|
Catch DOMException
|
11 years ago |
Lorenz Hübschle-Schneider
|
b766b41ed4
|
Improve encryption instructions
|
11 years ago |
Tor Hveem
|
dc077ac903
|
Improve CSS layout. Fix 98% bug that affects chrome/ff differently.
Conflicts:
css/glowingbear.css
|
11 years ago |
Tor Hveem
|
a2969adf9b
|
Remove old cruft
|
11 years ago |
Tor Hveem
|
3b74512c77
|
Bump versions
|
11 years ago |
Lorenz Hübschle-Schneider
|
18d1f4716b
|
Revert "use ng-if to hide date instead of css"
That actually decreases performance, because it adds a watcher to every line
This reverts commit 16365db588 .
|
11 years ago |
Lorenz Hübschle-Schneider
|
677ec7783d
|
Reduce usage of ng-show/hide to reduce number of useless DOM elements (fixed)
Progress in the direction of #87, especially on mobile.
This version doesn't break everything for new users.
|
11 years ago |
Lorenz Hübschle-Schneider
|
16365db588
|
use ng-if to hide date instead of css
|
11 years ago |
David Cormier
|
253e2ffc60
|
Revert "Minimise usage of ng-show/hide to reduce number of useless DOM elements"
This reverts commit b4e1a5aaad .
|
11 years ago |
Felix Eckhofer
|
482639f7e6
|
Update URL to point to new Github Org
Travis-CI url to be updated at a later date?
|
11 years ago |
Lorenz Hübschle-Schneider
|
e732d72550
|
Detect self-signed cert errors
|
11 years ago |
Lorenz Hübschle-Schneider
|
b4e1a5aaad
|
Minimise usage of ng-show/hide to reduce number of useless DOM elements
Progress in the direction of #87, especially on mobile.
|
11 years ago |
Lorenz Hübschle-Schneider
|
3ad76d2ff3
|
Don't ng-repeat function calls, they're expensive
See http://tech.small-improvements.com/2013/09/10/angularjs-performance-with-large-lists/
|
11 years ago |
Lorenz Hübschle-Schneider
|
76d7572622
|
Highlight user when clicking their nick
|
11 years ago |
Lorenz Hübschle-Schneider
|
16664cefc0
|
Double-tap escape to disconnect
|
11 years ago |
David Cormier
|
2719caf956
|
Revert "Bring up number keypad for port on mobile phones, URL for address"
This reverts commit bbcdada331 .
|
12 years ago |
Lorenz Hübschle-Schneider
|
bbcdada331
|
Bring up number keypad for port on mobile phones, URL for address
An alternative would be type="tel", which has bigger number buttons for me,
but it seems wrong to use.
|
12 years ago |
Lorenz Hübschle-Schneider
|
f2680419b6
|
Use svg logo on landing page
|
12 years ago |
Lorenz Hübschle-Schneider
|
2227e31fe4
|
Bigger logo on landing page
I rendered the svg with inkscape
|
12 years ago |
David Cormier
|
a8b1fbd512
|
Move img directory to assets directory
|
12 years ago |
Lorenz Hübschle-Schneider
|
aecae9f0e6
|
Optionally play a sound on notification
Fixes #42
TODO: find and add a sound file
|
12 years ago |
David Cormier
|
e274935537
|
Rename content -> buffer
Makes more sense as this variable is called "buffer" everywhere
else in the code base.
|
12 years ago |
David Cormier
|
c4dc74ca8d
|
Make allLinesFetched an attribute of buffer
Remove noMoreLines from the rootScope.
|
12 years ago |
Tor Hveem
|
ad68e32c08
|
Don't show fetch more lines when there aren't any
|
12 years ago |
Tor Hveem
|
5dd11d72c0
|
Fix alt-n again
|
12 years ago |
Tor Hveem
|
4fccf9dc8d
|
Fix HTML syntax error
|
12 years ago |
Tor Hveem
|
93a7e524d3
|
Increase swip area
|
12 years ago |
David Cormier
|
b0df74a59e
|
Add glowing bear logo
Replace weechat logo with a bear that glows
|
12 years ago |
Tor Hveem
|
d21267289c
|
Modal for settings instead of dropdown
|
12 years ago |
Tor Hveem
|
9dfcc06c41
|
Bump bootstrap
|
12 years ago |
Tor Hveem
|
5ac710a694
|
Fixes warnings in console with getelementid in firefox
|
12 years ago |
Tor Hveem
|
3f1984859e
|
Makes buffer switching a little bit faster if you don't use nicklist
|
12 years ago |
David Cormier
|
c04b6e64f6
|
Let user specify the id of the input bar
Input bar id is not globally set, but passed to the directive
through the input-id attribute.
|
12 years ago |
Felix Eckhofer
|
6d0dea1004
|
Rework installation instructions
- Add note on installation being optional
- Add some instruction how to create app shortcut for Chrome
|
12 years ago |
Lorenz Hübschle-Schneider
|
6cfabdd0bd
|
Extend swipe region. Still not optimal.
It would be nice if we could scroll on the whole `content` div, but then the
open sidebar and close nicklist swipes collide
|
12 years ago |
Tor Hveem
|
056aa3deed
|
Use CSS classes instead of javascript for margin
|
12 years ago |
Lorenz Hübschle-Schneider
|
df1bb08749
|
Only update title for notifications, not other kinds of activity
Also make the unread count the first thing in the title
|
12 years ago |
Felix Eckhofer
|
e0aef4c6e1
|
make enter switch to the first match in the list
|
12 years ago |
Felix Eckhofer
|
212aa1ba69
|
use consistent format to explain shortcuts
|
12 years ago |
Felix Eckhofer
|
fead046eed
|
use alt-g for filter bufferlist
this is more consistent with the other existing shortcuts and is also
the same shortcut go.py recommends in weechat-curses
|
12 years ago |
Tor Hveem
|
46b503e1b4
|
Use ngAnimate to animate sidebar hiding/showing
|
12 years ago |
Lorenz Hübschle-Schneider
|
9ac7b341ec
|
Make use of favico an option
@tribut: does this resolve your issue?
|
12 years ago |
David Cormier
|
d14afb9c81
|
Add previous buffer shortcut to instructions
|
12 years ago |
Lorenz Hübschle-Schneider
|
e5476dfd02
|
Whitespace fixes, some {} blocks
|
12 years ago |
Creesch
|
14706d1e33
|
html&css changes for mobile usage
|
12 years ago |
David Cormier
|
0bfbd3eb0b
|
Add missing keyboard shortcuts on landing page
Fixes #80
|
12 years ago |
creesch
|
a7e325de00
|
small html error as well.
|
12 years ago |
creesch
|
651287ad62
|
Bootstrap requires jquery
Without jquery the menu in the upper right corner will not open.
|
12 years ago |
Lorenz Hübschle-Schneider
|
eaf5adf467
|
Linkify IRC channels
Make '#foo' in a message or buffer title clickable, taking the user to the IRC
channel specified, joining it if necessary.
|
12 years ago |