lilia
c8f0fe3fbb
Bump version
...
// FREEBIE
9 years ago
lilia
dbfa4c960d
Bump version
...
// FREEBIE
9 years ago
lilia
e5d0da12b9
Bump version
...
// FREEBIE
9 years ago
lilia
e0befc888b
Bump version
...
// FREEBIE
9 years ago
lilia
ce583bed18
Bump version
...
// FREEBIE
9 years ago
lilia
892831a9c5
Localize the app description in the webstore
...
// FREEBIE
9 years ago
lilia
4f46a164ba
Add voice notes
...
// FREEBIE
9 years ago
lilia
93edce87aa
Bump version
...
// FREEBIE
9 years ago
lilia
11e84846bf
Bump version
...
// FREEBIE
9 years ago
lilia
0302960ab7
Bump version
...
// FREEBIE
9 years ago
lilia
dee735f609
Bump version
...
// FREEBIE
9 years ago
lilia
c0979b87e8
Bump version
...
// FREEBIE
9 years ago
lilia
84b6c9a065
Bump version
...
// FREEBIE
9 years ago
lilia
8203e71ac3
Bump version
...
// FREEBIE
9 years ago
lilia
9091233950
Open images in a lightbox
...
Adds file-write permission for saving to disk from lightbox.
Fixes #810
// FREEBIE
9 years ago
lilia
c01722c31b
Bump version
...
// FREEBIE
9 years ago
lilia
b73e7ac28f
Bump version
...
// FREEBIE
9 years ago
lilia
814328b12c
Bump version
...
// FREEBIE
9 years ago
lilia
f783b11368
Bump version
...
// FREEBIE
9 years ago
lilia
777e7386a4
Bump version
...
// FREEBIE
9 years ago
lilia
3d3cbb45b7
Bump version
...
// FREEBIE
9 years ago
lilia
b762a847da
Bump version
...
// FREEBIE
9 years ago
lilia
b19ec6c05b
Bump version
...
// FREEBIE
9 years ago
lilia
e2dbd90533
Bump version
...
// FREEBIE
9 years ago
lilia
6fd438951c
Bump version
...
// FREEBIE
9 years ago
lilia
0dc5a0488c
Bump version
...
// FREEBIE
9 years ago
lilia
b29a48fc35
Bump version
...
// FREEBIE
9 years ago
lilia
fa0cb1c057
Bump version
...
// FREEBIE
9 years ago
lilia
6d445c2ea7
Bump version
...
// FREEBIE
9 years ago
lilia
7ff2d431b2
Bump version
...
// FREEBIE
9 years ago
lilia
3e9396f933
Bump version
...
// FREEBIE
9 years ago
lilia
b1b4cd81d4
Bump version
...
// FREEBIE
9 years ago
lilia
7210636b5e
Bump version to 0.5.0
...
// FREEBIE
9 years ago
lilia
57ac7c4fd7
Bump version
...
// FREEBIE
9 years ago
lilia
9fd4760438
Bump version to 0.3.2
...
// FREEBIE
9 years ago
lilia
a70ce7ae0e
Bump version to 0.3.1
...
// FREEBIE
9 years ago
lilia
aac9f3ec4c
Bump version to 0.3.0
...
// FREEBIE
9 years ago
lilia
bb97239214
Bump version to 0.2.2
...
// FREEBIE
9 years ago
lilia
1fcc528706
Bump to 0.2.1
...
// FREEBIE
9 years ago
lilia
8545ab93f4
Bump to 0.2.0
...
// FREEBIE
9 years ago
lilia
a1743e3cc1
Bump to 0.1.12
...
// FREEBIE
9 years ago
lilia
df079a7027
Bump to 0.1.11
...
// FREEBIE
9 years ago
lilia
a33e379c22
Bump to 0.1.10
...
// FREEBIE
9 years ago
lilia
54b4b03db7
Bump to 0.1.9
...
// FREEBIE
9 years ago
lilia
cda1eb723b
Bump to 0.1.8
...
// FREEBIE
9 years ago
lilia
60c37ca3c6
Bump to 0.1.7
...
// FREEBIE
9 years ago
lilia
f127807d88
Bump to 0.1.6
...
// FREEBIE
9 years ago
lilia
e9d3272e87
Prepare for i18n
...
// FREEBIE
9 years ago
lilia
ce51620b2a
Add fullscreen permission // Fixes #538
...
// FREEBIE
9 years ago
lilia
41357b4a24
Bump version to 0.1.5
...
// FREEBIE
9 years ago
lilia
7f60a2d797
Bump version to 0.1.4
...
// FREEBIE
9 years ago
Jake McGinty
bbde528c2f
Spiffed out icon
...
// FREEBIE
9 years ago
lilia
b093e34546
Bump version to 0.1.3
...
// FREEBIE
10 years ago
lilia
e783e49698
Bump to 0.1.2
...
// FREEBIE
10 years ago
lilia
05fc4c55f3
Bump to 0.1.1
...
// FREEBIE
10 years ago
lilia
87b0574973
Update name/description in app manifest
...
These strings are displayed in the webstore. Slightly more descriptive
copy is desireable here.
// FREEBIE
10 years ago
lilia
5d15069f8a
Bump version to 0.1.0
...
// FREEBIE
10 years ago
lilia
36f3bc5002
Add minimum chrome version
...
Chrome 37 and higher should support the native SubtleCrypto api, which
allows us to remove the cryptojs polyfill from libaxolotl.
// FREEBIE
10 years ago
McLoo
1b8071f0bb
Tweak app icons a bit
...
//FREEBIE
10 years ago
lilia
9441fa98fd
Add short_name manifest attribute
10 years ago
lilia
9882190bde
Wake up once a minute to check for messages
...
If all the application windows are closed (and not merely hidden), the
background page will go inactive and there's nothing we can do to stop
it. However, we can ask chrome to trigger an alarm once per minute,
which will spin up the background page and check for new messages.
This will effectively keep us alive as long as chrome has open windows
or is running in the background, subject to chrome settings'
Advanced -> System -> Continue running background apps
10 years ago
lilia
5d3a2a4cc8
Fix file inputs
...
As a chrome app we are obligated to use the fileSystem api, and must do
so via the window in which we want to open the dialog.
10 years ago
lilia
7ec377950c
Remove manifest attributes
...
These properties are not supported in packaged apps.
10 years ago
lilia
a57363f1c0
Update manifest to be a chrome packaged app
10 years ago
lilia
22796099d8
Fix manifest
10 years ago
lilia
6572c0836f
Get notification permission on install
...
Notifications are still configured off by default, but now we don't need
to trigger the pop-down permission dialogue if the user enables them.
10 years ago
lilia
8da062f75c
Resize icon to various resolutions
...
You want icon sizes? I got all the size you need.
10 years ago
lilia
65c069b3d3
Update extension name and description
10 years ago
lilia
20baa795ad
Fixes #198 Squished avatars
...
Refactor all avatar views to use a shared partial, then change it to a
background image. Requires allowing unsafe-inline styles in the CSP.
10 years ago
lilia
c4ae7a21d8
Tighten up CSP
...
Should be all we need, modulo staging/prod.
10 years ago
lilia
5ffa265559
Revert "Popout inbox"
...
This reverts commit 31e7d285e3
.
This seemed like a nice feature, but the popup bubble isn't very
conducive to nontrivial user inputs, e.g. file inputs.
Fixes #211
10 years ago
lilia
db3d97b576
Move icon.png to /images
10 years ago
lilia
31e7d285e3
Popout inbox
...
Rather than opening the inbox in its own window, let it appear as a
browser action popup by default, but allow promotion to its own window
if requested.
10 years ago
lilia
c7550aa9ae
Fix whitespace in manifest
10 years ago
Riley Shaw
2cbcb28ee3
Start on panels
10 years ago
Matt Corallo
9a30a1e175
s/\t/ /g in manifest.json
10 years ago
lilia
ced295a630
Move message and conversation storage to IndexedDB
...
Getting up and running with IndexedDB was pretty easy, thanks to
backbone. The tricky part was making reads and writes asynchronous.
In that process I did some refactoring on Whisper.Threads, which
has been renamed Conversations for consistency with the view names.
This change also adds the unlimitedStorage permission.
11 years ago
lilia
806693ac1c
use new index page for popup
11 years ago
Matt Corallo
615fa1075c
Fix blanket for plugin ( http://stackoverflow.com/questions/23022686 )
11 years ago
Matt Corallo
8db3885659
Updates, NaCL
11 years ago
Matt Corallo
eec4c66ef6
Fixup dir structure
11 years ago
Matt Corallo
41866cee95
Working background push.
11 years ago
Matt Corallo
f4755cb4b1
Updates
11 years ago
Matt Corallo
a25cf5f176
Initial Checkin
11 years ago