lilia
f6376c0fa2
Rename event
...
'open' seems a better name for an event that triggers the open function.
10 years ago
Emily Chao
e74cba8a92
Restyled country dropdown
...
Added jquery plugin that allows for flags and country codes to be
displayed in a user-friendly way, on top of the existing phone view
10 years ago
Emily Chao
5d3020b9ed
Refactor phone number input view
...
Moves validation logic to its own view to be shared on index and options
pages.
10 years ago
lilia
fd3a72d435
Destroy all globals
...
Well, not *all* globals..
11 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
b9859ad9d4
Add some license headers
11 years ago
lilia
aa937ae1d1
Add attachment inputs to new conversation form
...
Fixes reference error to 'map' on undefined attachments list.
11 years ago
lilia
78166365c7
Fix new message number validation
11 years ago
lilia
6e2a85ccf1
wip new message phone number validation
11 years ago
lilia
81e4af5827
Move phonenumbery utils to libphonenumber object
...
Slowly whittling away at helpers.js...
11 years ago
lilia
ef066ea9d2
Make conversations open when they are created
11 years ago
lilia
b9640a54bd
Move new convo stuff to its own file
11 years ago