lilia
d39a19d889
Fix crash on read receipt event if no listeners
...
// FREEBIE
9 years ago
lilia
647c2761e0
Move restart button into global menu
...
// FREEBIE
9 years ago
lilia
c16356084d
Align header buttons and touch up styles
...
// FREEBIE
9 years ago
lilia
18a5ce8e54
Restyle conversation panel
...
// FREEBIE
9 years ago
lilia
043a3f9609
New layout
...
Move the global header inside the left pane only, expand conversation
panels to full bleed, restyle conversation list items and selected state.
// FREEBIE
9 years ago
lilia
760bfffb50
Show all contacts all the time
...
Contacts without conversation identity appear in alphabetical order at
the end of the inbox.
// FREEBIE
9 years ago
lilia
b4960b29d8
Remove newContact attribute
...
This was used as a flag by a UI that no longer exists. Now it
erroneously gets saved when creating a conversation from a bare phone
number.
// FREEBIE
9 years ago
lilia
8b3596b956
Delete last timestamp on a convo when deleting messages
...
// FREEBIE
9 years ago
lilia
6f3f33657a
Don't mark read on sync messages
...
There's no longer a need for this since we have read-state syncing.
// FREEBIE
9 years ago
lilia
d84400777f
Tweak storage logging statement
...
// FREEBIE
9 years ago
lilia
7fb4d3d8aa
Load all inbox convos before rendering
...
This is a better alternative to the fix in 0434c4b
, which causes
problems when creating a new conversation from entering a phone number.
// FREEBIE
9 years ago
lilia
57ac7c4fd7
Bump version
...
// FREEBIE
9 years ago
lilia
62368634ce
Update translations
...
// FREEBIE
9 years ago
lilia
762cb68721
Serialize sending and adding messages to a convo
...
Previously, if a message was sent in between the receive time of an
incoming message and the time it is actually added to the conversation's
message collection (which only occurs later after several async
callbacks), the incoming message would be inserted not-at-the-end of the
collection since it is ordered by receive time. This tricked the front
end into assuming the message was an older message instead of a new one.
Fixes #490
// FREEBIE
9 years ago
lilia
f9a3c7817e
DRY up early receipt processing
...
// FREEBIE
9 years ago
lilia
67900753d1
Log sending read receipts
...
// FREEBIE
9 years ago
lilia
50731439a9
Turn off session logging
...
// FREEBIE
9 years ago
lilia
2128ee63aa
Update libaxolotl
...
// FREEBIE
9 years ago
lilia
84235ef58e
Use forEach instead of loop
...
// FREEBIE
9 years ago
lilia
c02054d5da
Pass ciphertext as ArrayBuffer instead of string
...
// FREEBIE
9 years ago
lilia
6053fe67ba
Use built-in string conversion on protobuf
...
In lieu of a global helper.
// FREEBIE
9 years ago
lilia
3e0bce2b21
Move, rename, and simplify toArrayBuffer helper
...
This function is only ever used to convert groupIds from strings to
array buffers in sendmessage.
// FREEBIE
9 years ago
lilia
c22a205d2e
Remove unnecessary conversion from test
...
// FREEBIE
9 years ago
lilia
7dff9ac51b
Update libaxolotl
...
// FREEBIE
9 years ago
lilia
151b9797f6
Perform components concatenation missed in ec6948
...
// FREEBIE
9 years ago
lilia
0434c4bc53
Fixes #663 Conversation list loads in reverse order
...
The onChangeActiveAt listener promotes newly activated conversations to
the top of the inbox. By firing on an 'add' event, if the conversation
list happened to load after the inbox frontend was initialized, each new
entry would be incorrectly moved to the top, effectively reversing the
list.
// FREEBIE
9 years ago
lilia
0247a885ef
Fix up locale-patch
...
// FREEBIE
9 years ago
lilia
e2f4bcbe51
Update translations
...
// FREEBIE
9 years ago
lilia
1b72ef6170
Restore notifications heading
...
// FREEBIE
9 years ago
Blake Griffith
8e1e0afd19
Improve notification's settings messages.
...
FREEBIE
9 years ago
Blake Griffith
0ceb8e7038
i18n notification's settings dialog
...
FREEBIE
9 years ago
Blake Griffith
24e4d9c615
'off' -> 'disable notifications' in settings
...
FREEBIE
9 years ago
lilia
7578991f4e
Remove emoji logging
...
// FREEBIE
9 years ago
lilia
57d64fe669
Fix session corruption due to database races
...
Prevent races between encrypt and decrypt calls, and other read/write
operations on the session store by serializing session io ops per
device.
Possible fix for #535
// FREEBIE
9 years ago
lilia
f0539fda52
Fix exception when drawAttention is called too early
...
// FREEBIE
9 years ago
lilia
28c82531d3
Allow promises to handle identity removal failure
...
Previously this exception was thrown in a callback which did not
propogate it up to the enclosing promise.
// FREEBIE
9 years ago
lilia
a98de39173
Warn if writing to storage too early
...
// FREEBIE
9 years ago
lilia
f05b40e89a
Update CONTRIBUTING.md
...
// FREEBIE
9 years ago
lilia
37fb2580bc
Fix tests
...
// FREEBIE
9 years ago
lilia
ec6948bc32
Update twemoji to v2.0.5
...
// FREEBIE
9 years ago
Sam Lanning
662020ce68
Add title text for emoji in messages.
...
Fixes #250
// FREEBIE
9 years ago
Sam Lanning
7b1c06538d
Updated twemoji to v1.4.2
...
This allows us to define the "attributes" option, allowing for emoji titles.
// FREEBIE
9 years ago
lilia
0763cf14a3
Remove messages from notifications when read
...
Remove individual messages from Notifications when marked read.
Previously this was only done from the conversation model when marking
the entire conversation as read.
Fixes #717
// FREEBIE
9 years ago
lilia
fd8bac2003
Fix conversation list ordering
...
Order conversation list by timestamp instead of active_at. The former is
the send time of the most recent message. The latter is typically the
receive time of that message. This can cause mis-ordering if you send a
message while processing a backlog of incoming messages.
Fixes #617
// FREEBIE
9 years ago
lilia
9fd4760438
Bump version to 0.3.2
...
// FREEBIE
9 years ago
lilia
cc11e9aaad
Update translations
...
// FREEBIE
9 years ago
lilia
1eca153ced
Disable unsafe character check in jshint
...
This check is causing warnings on the Kannada translation.
// FREEBIE
9 years ago
lilia
c327b1d955
Move pt locale to pt_PT
...
The pt locale is not supported by chrome, only pt_BR and pt_PT. The
current pt translation is in fact pt_PT.
// FREEBIE
9 years ago
lilia
7fceb92083
Update translations
...
// FREEBIE
9 years ago
lilia
3f033789ae
Another translation note
...
// FREEBIE
9 years ago