lilia
b77d5df4f2
Fix markRead when messages have not been loaded yet
...
Query the database and not just the in-memory messages.
// FREEBIE
9 years ago
lilia
01053335ac
Don't send empty read status reports
...
// FREEBIE
9 years ago
lilia
f88b33a135
Fix unread message lookup in markRead
...
// FREEBIE
9 years ago
lilia
c4a88dd651
Fix getUnread query
...
Booleans are not valid keys in indexeddb.
https://www.w3.org/TR/IndexedDB/#dfn-valid-key
// FREEBIE
9 years ago
lilia
aac9f3ec4c
Bump version to 0.3.0
...
// FREEBIE
9 years ago
lilia
8fdf58971c
Add missing semicolons
...
// FREEBIE
9 years ago
lilia
c3bbdb393f
Refactor media uploading step
...
Move this to its own function which encapsulates the error handling for
it.
// FREEBIE
9 years ago
lilia
44b1a6451d
Add validation to Message class
...
// FREEBIE
9 years ago
lilia
2e30c4388f
Set destination on end session messages for syncing
...
// FREEBIE
9 years ago
lilia
e91f646920
Fix initial post-sync timestamps
...
Fixes #669
// FREEBIE
9 years ago
lilia
d121effe3b
Add logging for clearing taskbar attention
...
// FREEBIE
9 years ago
lilia
4f3d1ed55a
Reorder grunt watch tasks
...
Move style and syntax checks to the end.
// FREEBIE
9 years ago
lilia
71467822f6
Clear key conflict before replaying it
...
Don't save the change until we successfully process the message, but
make it first so that the user sees the error disappear when the new key
is accepted.
// FREEBIE
9 years ago
lilia
f7191ad9de
Clear notification when the last one is removed
...
Previously, we switched to not updating the notification popup on a
removal, since this usually respawns a new notification popup
unexpectedly. However, when the last relevant notification is cleared
(ie, by opening/reading the thread before the notification times out and
disappears on its own) we should clear the existing popup if there is
one.
// FREEBIE
9 years ago
lilia
1f897f32b7
Track and sync unread messages
...
// FREEBIE
9 years ago
lilia
1be45f3775
Derive global unread count from individual counts
...
// FREEBIE
9 years ago
lilia
781ada64ca
Add libtextsecure support for syncing read messages
...
Plumbing for sending and receiving a new sync protobuf for marking
messages read on/from my other devices.
// FREEBIE
9 years ago
lilia
ecf2885a6c
Do post-send tasks when resolving conflicts
...
Fixes #684
// FREEBIE
9 years ago
lilia
731052ad0a
Clear old key conflict errors after failed replay
...
If the replay failed due to a bad mac or other decryption error for some
other reason we still want to clear the conflict. If it failed because
it's still in conflict then the newly returned error will reflect that
and be saved.
// FREEBIE
9 years ago
lilia
cc0b8e835a
Don't show left groups in list of all contacts
...
// FREEBIE
9 years ago
lilia
ef9559d844
Add tests for filtering left groups from search
...
// FREEBIE
9 years ago
lilia
7e8ce5eb54
Omit left groups from search
...
Unless they contain messages.
// FREEBIE
9 years ago
lilia
010297f4c5
Track groups I've left
...
// FREEBIE
9 years ago
lilia
83b25c0bfa
Capitalize menu items in English
...
Because capitalization plays differently in other languages.
// FREEBIE
9 years ago
lilia
ca188f1449
Update copyright year in README
...
Closes #698
// FREEBIE
9 years ago
lilia
bb97239214
Bump version to 0.2.2
...
// FREEBIE
9 years ago
lilia
4f6cfb58a4
Update translations
...
// FREEBIE
9 years ago
lilia
f940676357
Ignore attempts to post empty debug logs
...
Fixes #697
// FREEBIE
9 years ago
lilia
a962d97bfb
Fix debug log submission loading UX
...
This flow broke a bit with transition to modal debug log.
Restructure such that the loading class can be applied to an appropriate
element inside the modal. Ensure that the input elements are hidden when
submit is clicked, the result elements are shown when the log upload is
completed.
// FREEBIE
9 years ago
lilia
7f8c76faca
Make debug log as big as possible
...
Tweak style to make the modal reasonably wide/tall, and use flexbox
to automatically expand the textarea.
// FREEBIE
9 years ago
lilia
de745c3ba0
Fix menu overlap issue
...
The button for the conversation menu was rendering on top of the global
menu since the global menu was part of a position-fixed element and thus
except from the normal document flow.
// FREEBIE
9 years ago
lilia
34d50f94a9
Make window unscrollable // Fixes #692
...
// FREEBIE
9 years ago
lilia
f4387cc231
Remove obsolete style rules
...
// FREEBIE
9 years ago
lilia
bc9436f90d
Capitalize menu items
...
// FREEBIE
9 years ago
lilia
636c0f2a60
Put debug log in a modal
...
Also dedupe close-button style
// FREEBIE
9 years ago
lilia
78603259c1
Center conversation tile in the main pane
...
Also fixes a visual bug with debug log and other overlays which wouldn't
cover the right edge of a very wide window.
// FREEBIE
9 years ago
lilia
33fde3d4e7
Dedupe modal styles
...
// FREEBIE
9 years ago
2-4601
bb681526dc
Add templates for issues and pull requests
...
GitHub recently introduced templates for issues and PRs.
These will hopefully improve both.
//FREEBIE
9 years ago
2-4601
0a366a5e87
Update README.md
...
- remove reference to the mailing list (as suggested by Riya)
- add link to the community forum
//FREEBIE
9 years ago
lilia
cd5d1875ee
Fix up translatable string
...
Transifex is having trouble delimiting these placeholders.
// FREEBIE
9 years ago
lilia
1fcc528706
Bump to 0.2.1
...
// FREEBIE
9 years ago
lilia
74aeddcbda
Add missing view file
...
// FREEBIE
9 years ago
lilia
8545ab93f4
Bump to 0.2.0
...
// FREEBIE
9 years ago
lilia
df6c9cf462
Rebuild test.js
...
Needs reconcatenation after changing _test.js
// FREEBIE
9 years ago
lilia
173e037fa6
Fix minor style errors
...
And keep it that way, by making jscs config more opinionated.
// FREEBIE
9 years ago
lilia
b09cb228f7
Disallow trailing whitespace
...
// FREEBIE
9 years ago
lilia
18e9ded296
Fix storage.put
...
Adding an existing id to a collection is a no-op. To update an existing
item, we must pass {merge: true} as an option.
// FREEBIE
9 years ago
lilia
a3c6061480
Add Notification Settings
...
Fixes #471
// FREEBIE
9 years ago
lilia
015bbdacc7
Run jshint on more things
...
// FREEBIE
9 years ago
lilia
4ab2e25df6
Refactor Contact and Conflict views
...
Untangle these two views into their component parts, consolidating all
the key conflict logic in the key conflict view. Contact view now simply
renders basic contact info and miscellaneous errors but not conflicts or
message errors.
// FREEBIE
9 years ago