Lorenz Hübschle-Schneider
df23985cda
Remove MathJax (for now)
10 years ago
Lorenz Hübschle-Schneider
9976926c2e
Fix links and embeds
...
Disable semi-broken plugins
10 years ago
Lorenz Hübschle-Schneider
4e6cd976e2
remove unused png
10 years ago
Lorenz Hübschle-Schneider
34f8f8c33c
Add support for FirefoxOS
10 years ago
Lorenz Hübschle-Schneider
ac32d93050
Update landing page text for app, design fixes
...
Replaces mentions of 'browser' with 'device', remove installation instructions,
change encryption instructions to reflect situation in the app
Increases tap target in buffer list again
10 years ago
Lorenz Hübschle-Schneider
b4ba0e62f7
Implement system notifications with cordova
...
Removes our manual sound notification, this is the platform's job in an app.
Also don't expect Notification to exist, mobile Chrome doesn't know it
10 years ago
Lorenz Hübschle-Schneider
46b7f5e4ff
add cordova, hide splash screen when loaded
10 years ago
Lorenz Hübschle-Schneider
6232b5e4b7
remove favico and emoji rendering
...
doesn't make much sense in an app...
keep emojione around though (and add with bower) because the
unicode replacement is useful on mobile. the glyphs not so much.
10 years ago
Lorenz Hübschle-Schneider
4cc1867cf1
Remove firefox app installation
10 years ago
Lorenz Hübschle-Schneider
0e9b04310e
Use local files (with bower)
...
copied to 3rdparties manually so that we don't have bower_modules in the app
10 years ago
Lorenz Hübschle-Schneider
7e54fd955d
Clarify purpose of the branch
10 years ago
Lorenz Hübschle-Schneider
d8a1beb4db
Fix missing argument in notification showing
10 years ago
Lorenz Hübschle-Schneider
688c6f1ee5
Merge pull request #714 from torhve/infscroll
...
Implement infinite scrolling
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
Lorenz Hübschle-Schneider
73123fd0dd
Merge pull request #691 from 20after4/switch-to-adjacent-buffers
...
Switch to adjacent buffer with alt+arrow up/down
10 years ago
Mukunda Modell
3b60f992b4
Switch to adjacent buffer with alt+arrow
...
Use alt+up and alt+down to switch to previous / next buffer.
Works when bufferlist is nested or flat.
This implements issue #511 .
10 years ago
Tor Hveem
a702aded62
Merge pull request #689 from dancek/issue-688
...
fix #688 and provide a unit test
10 years ago
Hannu Hartikainen
b0f4ee4413
fix #688 and provide a unit test
10 years ago
Tor Hveem
e63877ad41
Merge pull request #685 from glowing-bear/date-change-fixes
...
Date change fixes
10 years ago
Tor Hveem
0818cc3f9c
Merge pull request #687 from glowing-bear/initialise-unread-count
...
Fix initialisation of global unread count
10 years ago
Lorenz Hübschle-Schneider
a631a913c7
Fix initialisation of global unread count
...
Fixes #595
10 years ago
Tor Hveem
4c98298ea4
Merge pull request #686 from glowing-bear/empty-hrefs
...
Add empty hrefs to make browser extensions happy
10 years ago