Commit Graph

445 Commits

Author SHA1 Message Date
rio-
05a40e0a3b Add input field for WebSocket path, resolves #1008 2019-12-15 00:23:58 +01:00
Lorenz Hübschle-Schneider
fbb382e835 Make badge on mobile clickable and move it closer to the bear icon 2019-11-22 09:47:44 +01:00
Lorenz Hübschle-Schneider
5110061aed codify: use DOMfilter to avoid breaking URLs
This causes code blocks containing URLs to not be codified, but I think
that's preferable to the broken behaviour up until now
2019-08-20 13:50:47 +02:00
Serafeim Papastefanos
98cebb5b33 Improve behavior with links 2019-07-04 08:45:13 +03:00
Serafeim Papastefanos
29c6cc1e82 Add a simple codify filter 2019-07-03 10:01:05 +03:00
Robert Scullin
37ff42ee36 Removed accidental debugging line. 2019-04-15 22:22:01 -04:00
Robert Scullin
2b4ca93cf9 Don't linkify hostnames in join/part messages. 2019-04-12 22:59:22 -04:00
Lorenz Hübschle-Schneider
7ecd6c0c16 Fix nicklist font not being changed by the favorite font setting 2018-10-30 10:04:37 +01:00
Daiyousei
06f6b834c2 Fix color issue in chan topic. 2018-10-29 19:59:51 +01:00
Lorenz Hübschle-Schneider
74c309b9e8 Remove mention of the Android app, it's discontinued
Also reorder mentions of the other possibilities in order of preference
2018-10-27 16:43:34 +02:00
Lorenz Hübschle-Schneider
40ba995950 Bump version to 0.8.0 2018-10-27 16:31:31 +02:00
Lorenz Hübschle-Schneider
6bf2ea6b02
Merge pull request #990 from lorenzhs/fix-hidden-angle-brackets
Don't put hidden angle brackets around actions and other non-messages
2018-10-27 15:52:02 +02:00
Lorenz Hübschle-Schneider
ddb665182e Update angular 1.6.8 → 1.7.5, underscore 1.8.3 → 1.9.1 2018-10-26 10:04:49 +02:00
Markus Cisler
b6875e62dc Respect constraints on webkit/iPhone X(s)
This adds limited support to respect constraints on newer iPhones, especially when used as PWA.
2018-10-06 09:14:32 +00:00
Lorenz Hübschle-Schneider
5be2f027e4 Fix nicklist on iOS 2018-03-18 16:49:50 +01:00
Lorenz Hübschle-Schneider
0b506e30dc Don't insert mention when clicking non-privmsg
This goes in the direction of #860 but actually removing the tag seems
to be rather more involved
2018-03-18 16:48:29 +01:00
Lorenz Hübschle-Schneider
813fe93355 Don't put hidden angle brackets around actions and other non-messages
Fixes #616
2018-03-18 16:48:29 +01:00
Lorenz Hübschle-Schneider
e69f18c1c5 Describe behaviour of down-arrow when editing text
Fixes #970
2018-03-09 22:41:30 +01:00
Lorenz Hübschle-Schneider
0dd87b442c update third-party dependenices 2018-01-28 14:44:24 +01:00
Lorenz Hübschle-Schneider
f44b67489d Use CSS-based mobile detection 2017-06-26 10:29:48 +02:00
Lorenz Hübschle-Schneider
1c71ede145 simplify touch detection logic
no swipes on desktop needed with the previous commit!
2017-06-26 10:29:17 +02:00
Lorenz Hübschle-Schneider
6b7b639618 Add an "always show nicklist" setting on mobile to replace "hide nicklist" 2017-06-26 10:29:10 +02:00
Lorenz Hübschle-Schneider
e37666a571 better swipe handling
this makes the mobile UI less pleasant to use on Desktop :\
2017-06-26 10:24:45 +02:00
Lorenz Hübschle-Schneider
5d090dd0ed Enable title modal on desktop, too, and improve it a bit
- make it full-width for clickability of the entire top region
- show the buffer's name in the modal dialog

Fixes #943
2017-06-02 11:37:41 +02:00
Robert Scullin
c3214a2ad6 Noscript code cleanup 2017-05-19 15:09:57 -04:00
Robert Scullin
945e84c538 Improves UX when JavaScript is disabled/blocked 2017-05-19 14:59:25 -04:00
Lorenz Hübschle-Schneider
539f892e8e Merge pull request #922 from glowing-bear/buffer-jump
Implement Alt+J buffer jump like in WeeChat
2017-05-14 20:13:15 +02:00
Lorenz Hübschle-Schneider
307a6a5344 revert changes to index.html
let's maintain a separate branch for now
2017-04-19 14:50:23 +02:00
Alice Jenkinson
b24a9e5137 Remove the negation of utils.isCordova() in settings
The settings were accidentally negated, causing them to be hidden
on desktop but not in Cordova. Oops.
2017-04-19 14:47:46 +02:00
Alice Jenkinson
8fca35078a Change references to "browser" in welcome text to "app" on Cordova only 2017-04-19 14:46:43 +02:00
Alice Jenkinson
d87f274c73 Hide some things on Cordova, fix links 2017-04-19 14:46:43 +02:00
Alice Jenkinson
8a1f02241f Move splashscreen logic out of app.js into glowingbear.js 2017-04-19 14:46:43 +02:00
Lorenz Hübschle-Schneider
e17fce6f6d Rename setting for consistency 2017-03-23 15:48:07 +01:00
Lorenz Hübschle-Schneider
64fc470cf3 Hide Alt+[0-9] checkbox on mobile
Mobile users don't typically have an Alt key
2017-03-23 15:47:51 +01:00
Evan Tschuyi
231a524438 allow users to disable the alt+%d buffer switching 2017-03-23 15:26:26 +01:00
Lorenz Hübschle-Schneider
26d8b5faee Animate jumpkey transition & change placeholder to "Number" 2017-03-23 13:53:07 +01:00
Lorenz Hübschle-Schneider
22cb962e63 jumpkeys: filter on entry of first digit
not quite sure whether I like changing the sort order
2017-03-18 16:33:54 +01:00
Lorenz Hübschle-Schneider
cdd88baa62 Add "Jump:" label to search box when jumping 2017-03-18 16:33:54 +01:00
Lorenz Hübschle-Schneider
e5b8f8fffe Force jump keys to double digits 2017-03-18 16:33:54 +01:00
Tobias Theuer
811e76d443 Jump to any buffer (up to 99) with Alt+J followed by 2 digits. 2017-03-18 16:33:54 +01:00
Dan Callahan
e37d12fe59
Remove obsolete references to Firefox OS / mozApps 2017-02-26 14:29:42 -06:00
Lorenz Hübschle-Schneider
dbd626b69c Increment version number 2016-12-03 12:40:18 +01:00
Lorenz Hübschle-Schneider
58de8546f8 Angular 1.5.8 → 1.5.9 security release 2016-12-03 12:34:29 +01:00
Tor Hveem
17d14364ed Merge pull request #853 from lorenzhs/improve-docs
Improve docs
2016-11-11 13:20:12 +01:00
Lorenz Hübschle-Schneider
aeef7c4668 Improve TLS warning detection 2016-11-11 13:09:55 +01:00
Lorenz Hübschle-Schneider
15e4199969 Try ng-show, maybe that works? 2016-11-10 09:16:17 +01:00
Lorenz Hübschle-Schneider
8892c4dfe5 Merge pull request #835 from glowing-bear/alth
Implement alt-h. Fixes #832
2016-11-09 14:34:54 +01:00
Lorenz Hübschle-Schneider
01ee7a0fcb More docs improvements 2016-11-01 10:31:55 +01:00
Lorenz Hübschle-Schneider
7ad23326ac Improve docs 2016-11-01 10:05:08 +01:00
Tor Hveem
03af5d7158 Merge pull request #834 from glowing-bear/noopener
Add 'rel='noopener noreferrer' to links generated by linky; update dependencies (angular, emojione, underscore, favico)
2016-10-18 14:00:05 +02:00