lilia
757bcd4e50
Reset recipient typeahead after selecting a recipient
2015-06-17 12:29:34 -07:00
lilia
e9e875766f
Group update recipient typeahead excludes exisiting members
...
Fixes #199
// FREEBIE
2015-06-17 12:21:58 -07:00
lilia
694f801676
Stop hiding inbox instead of closing
...
This behavior was intended to help keep the websocket alive, but keeping
the inbox window around can cause some stale frontend state. Also we now
have a keepalive alarm to check for new messages once a minute.
2015-06-15 17:48:06 -07:00
lilia
72f16b94ff
Polish group update ux
...
* Show the members list as static elements
* Style the search results as a drop down, mirroring android ux
Fixes #248 // FREEBIE
2015-06-09 16:12:21 -07:00
lilia
23db5802cf
Support custom placeholder on recipients input
2015-06-09 16:10:07 -07:00
lilia
ac401c78b3
Fix socket status indicator
...
It was not correctly reporting the status after a background page reload.
2015-06-09 11:30:45 -07:00
lilia
6e1a41e9cf
Update inbox when group avatars change
2015-06-05 11:53:46 -07:00
lilia
583fb98cce
Support late-addition of default image to file input
...
Fixes #256
// FREEBIE
2015-06-05 11:23:03 -07:00
lilia
f4a206b266
Scale and crop avatars to 256 square thumbnails.
...
Fixes #213 // FREEBIE
2015-06-04 14:46:16 -07:00
lilia
cdb7fcfbad
Pass windows around to let file inputs work
2015-06-04 13:39:52 -07:00
lilia
3d1df790a5
Update the window title when a group title or contact name changes
2015-06-03 17:23:55 -07:00
lilia
d26c13b155
Add openInbox link to conversation menu. Fixes #246
2015-06-02 14:57:22 -07:00
lilia
9d688cb761
List views persist sroll offset by percentage
...
Fixes #188
2015-05-28 11:50:58 -07:00
lilia
590deef063
Decrease auto-scaling size
...
For better consistency with Android, autoscale images such that the
largest dimension is 1280. Related: #242
2015-05-27 16:53:04 -07:00
lilia
3e73282a64
Fix key verification screen
2015-05-26 17:08:14 -07:00
lilia
e2eff893d4
Fix 'Delete messages'
...
Replaces window.confirm with generic promise-based confirmation dialog
functionality available to all views.
// FREEBIE
2015-05-26 16:56:05 -07:00
lilia
8a17953468
Display sent_at timestamps instead of received_at
2015-05-26 13:31:17 -07:00
lilia
3e39271220
Render messages light blue until finished sending // Fixes #219
2015-05-26 13:30:51 -07:00
lilia
53a9ab4834
Fix bugs with handling large image attachments
...
* Avoid infinite loop scaling too-big images
* Don't crash if no file is selected
* Fix file size toast
Fixes #242
// FREEBIE
2015-05-25 10:43:35 -07:00
lilia
d8f17f9631
Fixes #240
...
Delete files attached via chrome.fileSystem
// FREEBIE
2015-05-24 16:03:13 -07:00
lilia
7bf1d41184
Render conversation titles
2015-05-22 16:54:59 -07:00
lilia
d0a529351c
Fix sending messages with no attachments
2015-05-21 19:01:37 -07:00
lilia
a5e80e8a5a
Really close conversation windows
...
Only the inbox should hide when closed.
2015-05-21 18:20:19 -07:00
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.
2015-05-21 18:19:10 -07:00
lilia
39d11d8eb3
Apply custom chrome to conversation windows
2015-05-21 14:35:44 -07:00
lilia
95f8e3921c
Keep inbox window open, but allow it to be hidden
...
As a chrome packaged app, we have to keep at least one window open in
order to maintain our websocket connection in the background page.
This change replaces the system window frame with custom buttons in the
inbox header, such that the 'close' button merely hides the window
rather than unloading it.
Fixes #237
FREEBIE
2015-05-21 13:08:43 -07:00
lilia
7afd0a02e8
Convert beforeunload listeners
2015-05-15 11:39:23 -07:00
lilia
76e170686a
Make getBackground async
2015-05-12 15:39:15 -07:00
lilia
f774047935
Make libtextsecure group storage asynchronous
2015-05-06 13:11:12 -07:00
lilia
20ebc3f890
Move identity key storage functions to axolotl store
2015-05-05 17:44:58 -07:00
lilia
71715c95bc
Async remove identity
2015-05-05 17:44:57 -07:00
lilia
de65f9e6bd
Add missing resolve
2015-04-15 12:24:29 -07:00
lilia
5d4298697c
Use view.$ shorthand for scoped jquery searches
...
Wish I'd noticed that one earlier. http://backbonejs.org/#View-dollar
2015-03-29 16:29:05 -07:00
Matt Corallo
454b4726bd
Replace load/decode/index around our own number with helpers
2015-03-25 11:54:55 -07:00
lilia
923bb8bbc9
Fix crash in message detail view
...
Fix crash when there's no contact for a group member.
2015-03-24 11:36:42 -07:00
lilia
e8cb4efaa4
Allow key conflict resolution for group updates
...
Creating a group with a member who's identity key has changed would
previously fail silently. Now, we catch and save the error, allowing the
same conflict resolution process as with regular messages.
Fixes #205
2015-03-24 10:11:39 -07:00
lilia
4bd46f80e7
Allow empty group avatar file input
2015-03-23 19:24:26 -07:00
lilia
ce36c36bd0
Include outgoing control messages in message history
...
So you know it worked.
2015-03-23 19:24:12 -07:00
lilia
6c3ac2de02
Collapse two views into one
...
We used to have a subview that branched on content/control messages, but
no more.
2015-03-23 18:30:16 -07:00
lilia
caddb8dc09
Smoother group create experience
...
Previously there was a long pause between confirming the group details
and opening the conversation. Fix by first saving/opening the
conversation, rather than waiting for the initial group update to finish
transmitting.
2015-03-23 17:33:46 -07:00
lilia
74e01c2a95
Re-render control messages if necessary
2015-03-23 16:41:03 -07:00
lilia
48b0e8832d
Fix message detail contacts for incoming group message
...
Previously the From-field displayed all the group contacts.
2015-03-23 16:12:26 -07:00
lilia
bd82591b6c
Remove extraneous listener
2015-03-23 16:05:55 -07:00
lilia
a7079206f4
Nicer looking end-session and group control messages
2015-03-23 15:49:31 -07:00
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.
2015-03-23 14:01:18 -07:00
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
2015-03-23 12:19:32 -07:00
lilia
c526dbda5f
Set up production build task
...
`grunt copy`
Closes #191
2015-03-19 18:34:56 -07:00
lilia
43ec4099c9
Reset the name field on new group form
2015-03-19 13:55:13 -07:00
lilia
9930937707
Move handlePushMessageContent to message model
...
And retool message handling flow to helps us avoid instantiating
duplicate message and conversation models.
2015-03-18 16:29:03 -07:00
lilia
897d391817
Improve identity key conflict ux
...
Clicking on a key conflict message opens the message detail view,
which displays the contact(s) in this conversation. If the message
contains a key conflict with any of these contacts, a button is
displayed which attempts to resolve that conflict and any other
conflicts in the conversation that are related to that contact.
2015-03-18 16:29:02 -07:00