Lorenz Hübschle-Schneider
f7fd36d0b5
remove emoji
11 years ago
Lorenz Hübschle-Schneider
6359a950e5
Fix links and embeds
...
Disable semi-broken plugins
11 years ago
Lorenz Hübschle-Schneider
b5e925f1df
remove unused png
11 years ago
Lorenz Hübschle-Schneider
4c8888c242
Add support for FirefoxOS
11 years ago
Lorenz Hübschle-Schneider
7693877a23
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
11 years ago
Lorenz Hübschle-Schneider
8e3ea4e041
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
11 years ago
Lorenz Hübschle-Schneider
63aa5edf16
add cordova, hide splash screen when loaded
11 years ago
Lorenz Hübschle-Schneider
5e4a789822
remove favico
...
doesn't make much sense in an app...
11 years ago
Lorenz Hübschle-Schneider
f3a976295c
Remove firefox app installation
11 years ago
Lorenz Hübschle-Schneider
435f6c7e18
Use local files (with bower)
...
copied to 3rdparties manually so that we don't have bower_modules in the app
11 years ago
Lorenz Hübschle-Schneider
68c3428345
Clarify purpose of the branch
11 years ago
Lorenz Hübschle-Schneider
1e46be41d0
Implement reconnecting upon connection loss
...
TODO: test in various conditions
11 years ago
David Cormier
b56309be6e
Bump version to 0.4.5
11 years ago
David Cormier
544f27c472
Merge pull request #529 from glowing-bear/add-video-support
...
Display ogv, mp4 and webm videos inside a video tag
11 years ago
David Cormier
0165e5e320
plugins: add tests for video plugin
...
Test ogv, webm and mp4 urls
11 years ago
David Cormier
d8c4ba78c1
plugins: add html5 video support
...
Shows ogv, mp4 and webm files inside a video tag
11 years ago
Vivien Didelot
c4bddc993d
Revert "Check GET parameters in image embedding"
...
There's no need to check for every GET parameters (using the line ending
'$' character), we can just add a word boundary (the '\b' character)
instead. Thus, revert commit b939bc7ca8
.
11 years ago
David Cormier
e45c2be59f
Merge pull request #547 from glowing-bear/rewrite-with-urlplugin
...
Overhaul plugins
11 years ago
David Cormier
091e235f19
Merge pull request #548 from glowing-bear/fix-async-autoembed
...
Fix automatic embedding of asynchronous plugins (jsonp)
11 years ago
Lorenz Hübschle-Schneider
c57911db64
Restructure plugin constructors to make them more convenient
11 years ago
Lorenz Hübschle-Schneider
07d60f96c3
Fix automatic embedding of asynchronous plugins (jsonp)
...
Closes #540
11 years ago
Lorenz Hübschle-Schneider
4b65847b46
Rewrite youtube plugin with urlPlugin
...
Remove URL without protocol from tests
11 years ago
Lorenz Hübschle-Schneider
beaa3426dd
Rewrite vine plugin with urlPlugin
11 years ago
Lorenz Hübschle-Schneider
18c0db6c4f
Fix Asciinema plugin
11 years ago
Lorenz Hübschle-Schneider
6522cd72d3
Fix Chrome application shortcut
...
closes #521
11 years ago
Lorenz Hübschle-Schneider
0dfd2bbc77
Merge pull request #545 from glowing-bear/fix-firefox-manifest-permission
...
Request firefox app permissions
11 years ago
Lorenz Hübschle-Schneider
d9c230ac44
Include settings.js in minification process; fix strict DI
11 years ago
Tor Hveem
ab23dd8083
Merge pull request #524 from glowing-bear/settings-module
...
Settings module
11 years ago
Lorenz Hübschle-Schneider
54bb9dad13
Add default settings again
11 years ago
Lorenz Hübschle-Schneider
be6e356363
Settings module
11 years ago
Lorenz Hübschle-Schneider
48582cff3f
Fix number parsing in localStorage
11 years ago
Lorenz Hübschle-Schneider
c422c2df4d
localStorage: remove dysfunctional fallback
11 years ago
Lorenz Hübschle-Schneider
51e5817cbd
Fix debug mode
...
manipulating window.location.search isn't reliable
11 years ago
Tor Hveem
3bc67e9c2d
Request firefox app permissions
11 years ago
David Cormier
12ac7f742a
Merge pull request #542 from vivien/plugins/vine
...
plugins: add Vine support
11 years ago
Vivien Didelot
ab260cb5a7
plugins: add Vine support
...
This commit adds support for Vine embeddable content.
11 years ago
David Cormier
e56acbc923
Merge pull request #528 from glowing-bear/add-filter-tests
...
Add some basic tests for filters
11 years ago
David Cormier
a0f85f8589
Merge pull request #536 from glowing-bear/theme-colour
...
Add theme-color meta tag for Android 5
11 years ago
Tor Hveem
50f3acf76a
Merge pull request #537 from glowing-bear/update-dependencies
...
Update dependenices
11 years ago
Lorenz Hübschle-Schneider
4476ff5064
Update dependenices
...
Angular 1.3.{2→9} has some nice bugfixes and features (esp for linky)
zlib.js was compressed a bit better, I don't think the code changed...
11 years ago
Lorenz Hübschle-Schneider
25ecdb7158
Add theme-color meta tag for Android 5
11 years ago
Tor Hveem
e4164fd353
Merge pull request #535 from anders/patch-1
...
Hide Chrome status bar when hovering links in the buffer list
11 years ago
Anders Bergh
45ff81f7e7
Remove href="#" from the buffer list to prevent the status bar in Chrome.
11 years ago
Lorenz Hübschle-Schneider
39e6a0bc72
Merge pull request #531 from vivien/plugins/size-suffix
...
plugins: (image) support :size suffix
11 years ago
Vivien Didelot
b365272aa6
plugins: (image) support :size suffix
...
Some images URL (such as Twitter hosting site twimg.com) are suffixed
with :size where size can be small, medium or large.
11 years ago
Tor Hveem
638a4595c7
Merge pull request #530 from glowing-bear/twemoji
...
Adds emoji support using Twitter's twemoji
11 years ago
Tor Hveem
63c7e10832
Merge pull request #496 from glowing-bear/colourise-title
...
Parse colours in buffer title
11 years ago
Lorenz Hübschle-Schneider
1068f36a74
Clarify NSFW hiding help text in autoembed setting
11 years ago
David Cormier
6658dd1265
Merge pull request #476 from glowing-bear/close-notifications-on-disconnect
...
Cancel all outstanding notifications when disconnecting / navigating away
11 years ago
Lorenz Hübschle-Schneider
d709c8fd93
Cancel all outstanding notifications when disconnecting / navigating away
...
Fixes #296
11 years ago