Patrick Melanson
19c408ba13
#705 bugfix datechange injected under read marker
...
after #708 was merged, if a date change message is
injected underneath the read marker the read
marker would be one line too low. Now, the read
marker will adjust properly when a date change
message is injected above and below the read
marker.
thanks lorenzhs for spotting that
10 years ago
Lorenz Hübschle-Schneider
ef8d32221b
Merge pull request #701 from pmelanson/700-date-change-format-fallback
...
#700 added fallback mode for unsupported .toLocaleDateString()
10 years ago
Patrick Melanson
b719354a07
#700 detect locale formatting support on load
10 years ago
Lorenz Hübschle-Schneider
07d706d825
Add a .editorconfig
10 years ago
Lorenz Hübschle-Schneider
ec24142e50
Merge pull request #720 from glowing-bear/black-theme
...
Add black theme for AMOLED displays, fix theme selector background in dark theme
10 years ago
Lorenz Hübschle-Schneider
912a9b45dc
Merge pull request #727 from pmelanson/circular-ref-date-change
...
Fixed a circular ref in date change messages
10 years ago
Patrick Melanson
48cc2356a6
Fixed a circular ref in date change messages
...
line.buffer was the actual buffer object, which contains the injected
date
change message itself. Made this just a buffer id.
10 years ago
Lorenz Hübschle-Schneider
a50d72a3b5
Merge pull request #722 from falaca/master
...
parse dropbox URLs for image preview plugin (v4)
10 years ago
Lorenz Hübschle-Schneider
48afda9c56
Merge pull request #723 from kurros/emojiopt
...
optimize what gets passed to emojione.unicodeToImage
10 years ago
Lorenz Hübschle-Schneider
bf7ce1678d
Merge pull request #726 from ghostfreeman/master
...
#725 Updated wording to include reference to openssl sha256 argument
10 years ago
Cameron Kilgore
9e8d94b0f2
#725 Updated wording to include reference to openssl sha256 argument
10 years ago
Furkan Alaca
41659493cd
parse dropbox URLs for image preview plugin (v5)
10 years ago
kurros
dfffbeec46
optimize what gets passed to emojione.unicodeToImage
10 years ago
Tor Hveem
2a5b80da1d
Merge pull request #721 from glowing-bear/update-angular
...
Update Angular to 1.4.x series (1.4.8)
10 years ago
Lorenz Hübschle-Schneider
407f9111ad
Update Angular to 1.4.x series (1.4.8)
...
Angular now has a .$$watchersCount property, which makes our watcher
counting function unnecessary.
Also add sha384 emojione SRI hash
10 years ago
Lorenz Hübschle-Schneider
01d0891a2d
Themes: Add black theme for AMOLED displays, fix theme selector background in dark theme
...
Deprecates / closes #671
10 years ago
Lorenz Hübschle-Schneider
d06219102c
Merge pull request #718 from torhve/serviceworker
...
Implement click handler for the notification
10 years ago
Lorenz Hübschle-Schneider
d8a1beb4db
Fix missing argument in notification showing
10 years ago
Tor Hveem
952da6d9dd
implement on notification click
10 years ago
Lorenz Hübschle-Schneider
688c6f1ee5
Merge pull request #714 from torhve/infscroll
...
Implement infinite scrolling
10 years ago
Tor Hveem
1565c0e72d
less vibrations
10 years ago
Lorenz Hübschle-Schneider
1d07c05621
Merge pull request #717 from torhve/serviceworker
...
use service workers for notifications
10 years ago
Lorenz Hübschle-Schneider
9698c7b449
Merge pull request #716 from torhve/webappmanifest
...
Chrome WebApp now loads manifest
10 years ago
Tor Hveem
9985e91a69
use service workers for notifications
...
If Service Workers are available use them to display notifications
instead of the old way of creating notifications directly.
This has the side effect that it works nicely on chrome on android which
the old method does not.
This also paves the way to set up GCM for push notification in the
future which can give us push notifications without having the app running.
This patch can be improved in the future to get existing notifications
and change the message instead of just adding more and more
notifications.
See: ServiceWorkerRegistration.getNotifications() and
ServiceWorkerRegistration.update() from
https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration
10 years ago
Tor Hveem
efa6e39b93
Chrome WebApp now loads manifest
10 years ago
Tor Hveem
df36d56fa7
Implement infinite scrolling
...
I't not perfect but it's a start.
10 years ago
Lorenz Hübschle-Schneider
623ff5a484
Merge pull request #715 from torhve/sendbuttontitle
...
set a title on the send button
10 years ago
Tor Hveem
021d9e6e95
set a title on the send button
10 years ago
Lorenz Hübschle-Schneider
5dc0b4df02
Merge pull request #712 from torhve/soundnotify
...
Fix problem with saving of sound notify
10 years ago
Tor Hveem
31ba8db33d
Fix problem with saving of sound notify
10 years ago
Lorenz Hübschle-Schneider
8b045049ce
Merge pull request #710 from glowing-bear/weechatconf
...
fetch weechat configuration variables
10 years ago
Tor Hveem
c9dbdc39e4
fetch weechat configuration variables
...
Usage: fetchConfValue('weechat.look.buffer_time_format')
will result in models.wconfig['weechat.look.buffer_time_format'] to be
set when the result returns from WeeChat.
Could maybe be extended to also call a callback when it's available if
needed.
10 years ago
Tor Hveem
e1102522ac
weechat.js: implement infolist
10 years ago
Tor Hveem
2eed850faa
Merge pull request #709 from pmelanson/705-read-marker-update-after-date-change
...
semicolons :'( :'( :'( fixes failing build
10 years ago
Patrick Melanson
86f6a37702
semicolons :'( :'( :'( fixes failing build
10 years ago
Tor Hveem
1e84292208
Merge pull request #708 from pmelanson/705-read-marker-update-after-date-change
...
#705 increment buffer.lastSeen on date change message
10 years ago
Patrick Melanson
e3f2a160b9
#700 increment buffer.lastSeen on date change message
10 years ago
Lorenz Hübschle-Schneider
aeb0cdf70e
Merge pull request #704 from glowing-bear/passworderror
...
Fix for password error
10 years ago
Lorenz Hübschle-Schneider
5c63c55d4e
Merge pull request #703 from glowing-bear/emojione-attribution
...
fixes regarding EmojiOne
10 years ago
Tor Hveem
68a766af0a
Fix for password error
...
The old error handler wasn't really working for unknown reasons, but
this seems to fix it.
10 years ago
Tor Hveem
59e0662320
fixes regarding EmojiOne
...
* Add attribution, EmojiOne requires attribution, see: http://emojione.com/developers
* Upgrade to newest version
* Remove mention of old twemoji
10 years ago
Lorenz Hübschle-Schneider
0390d414f3
Merge pull request #702 from glowing-bear/spinner
...
Use spinner for certain operations
10 years ago
Tor Hveem
5494fefbcb
use spinner for connect/reconnect/fetchmorelines
10 years ago
Tor Hveem
17671c560d
add CSS to make spin icon
10 years ago
Lorenz Hübschle-Schneider
8af9b3e1e9
Merge pull request #697 from dancek/update-karma
...
update karma and install some dependencies; fixes #696
10 years ago
Lorenz Hübschle-Schneider
71e9ef1447
Merge pull request #695 from dancek/prevent-zalgo
...
prevent "zalgo text" from exiting the message/bufferline
10 years ago
Hannu Hartikainen
9cf6c84013
update karma and install some dependencies; fixes #696
10 years ago
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.
10 years ago
David Cormier
3890875924
Merge pull request #693 from glowing-bear/use-buffer-localvars
...
Use buffer localvars instead of regex hackery
10 years ago
Lorenz Hübschle-Schneider
ceceac78a2
Use buffer localvars instead of regex hackery
...
Fixes #589
10 years ago