lilia
e91f646920
Fix initial post-sync timestamps
...
Fixes #669
// 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
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
636c0f2a60
Put debug log in a modal
...
Also dedupe close-button style
// FREEBIE
9 years ago
lilia
33fde3d4e7
Dedupe modal styles
...
// FREEBIE
9 years ago
lilia
74aeddcbda
Add missing view file
...
// 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
a3c6061480
Add Notification Settings
...
Fixes #471
// 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
lilia
1bd0855d93
Remove duplicate display of network errors
...
Network errors render as a resend dialogue at the top of the message
detail and need not be re-reported in the contact list or errors
section.
// FREEBIE
9 years ago
lilia
f221921127
Tweak conflict style
...
// FREEBIE
9 years ago
lilia
28c763992a
Move error indicators on message bubbles
...
// FREEBIE
9 years ago
lilia
5340791868
Display key conflict dialog inline
...
One less modal.
// FREEBIE
9 years ago
lilia
ad66da9fb5
Move identity conflicts to top of message detail
...
Also restyle them as with network errors
// FREEBIE
9 years ago
lilia
f5436a5123
Clicking on message status icon opens detail view
...
Additionally, hovering over it will apply cursor: pointer. Previously
only the timestamp exhibited this behavior.
// FREEBIE
9 years ago
lilia
4198987723
Display a message when provisioning socket fails
...
Fixes #464
// FREEBIE
9 years ago
lilia
7e82d1295c
Handle attachment upload errors
...
Adds a new kind of replayable error that handles retry of pre-encryption
failures, e.g., attachment upload.
Fixes #485
// FREEBIE
9 years ago
lilia
080c233a93
Add timestamp update interval test
...
Break out delay computation into its own function and add tests,
including a regression test for #646 .
// FREEBIE
9 years ago
codedust
9b390baea0
Fix a bug that causes 100% CPU load in timestamp_view.js
...
When `millis_since` becomes larger than one week, `delay` becomes
negative and is set to Zero. This causes an infinite loop and therefore
100% CPU usage (single thread).
// FREEBIE
9 years ago
lilia
b0def76801
Remove unused code
...
Well that never worked.
Closes #458
// FREEBIE
9 years ago
Lorenz Hübschle-Schneider
e876d8f6ed
Display relative timestamps in conversation list
...
This mimicks Signal-Android's relative timestamps.
Previously, only the date was displayed.
Fixes #284
9 years ago
Sam Lanning
0569d4c889
Replace conversation panel js resizing with flex styling.
...
// FREEBIE
9 years ago
Sam Lanning
c4a9ac94b4
Improve Confirmation Dialog
...
Some basic modifications to the Confirmation Dialog:
* Always attached to <body> regardless of view that called it.
* Always centered horizontally on screen.
* A black semi-transparent overlay is now displayed over everything, and under
the dialog.
* Various other style changes.
fixes #389
// FREEBIE
9 years ago
lilia
43071d94d6
Log invalid number inputs
...
// FREEBIE
9 years ago
lilia
05681ce35b
Don't render placeholder markup unless necessary
...
Rather than always rendering divs for the key and placeholder, render
the placeholder only if the key is missing.
// FREEBIE
9 years ago
jakob
6c7f2cf0fc
Show help text for unknown contact identity
...
Adds a new message string "theirIdentityUnknown".
Fixes #576
// FREEBIE
9 years ago
2-4601
ea0e013e81
Add a trifle of i18n to KeyVerificationView
...
Two strings were left behind:
- "Their identity (they read)"
- "Your identity (you read)"
I saved them.
// FREEBIE
9 years ago
Sam Lanning
ac25b62fdc
Improve implementation of i18n for Install Flow following comments on #611
...
* Move install flow i18n logic to install_view.js (from options.js)
* Switch to using placeholders (instead of jQuery) for i18n messages with html.
* Switch to using moustache template instead of jQuery for i18n substitution.
// FREEBIE
9 years ago
Sam Lanning
0825d3e22f
Implement i18n for Install Flow
...
Fixes #600
// FREEBIE
9 years ago
lilia
cdd139b44c
Refresh group contacts when rendering member list
...
Fix #581
// FREEBIE
9 years ago
Felix Epp
a65166ae3b
Fix #583 from/to label translatable
...
I just added i18n calls and the corresponding keys for en + de.
9 years ago
lilia
ceaf94e05b
Rename variable for consistency
...
// FREEBIE
9 years ago
lilia
c6956f81d0
i18n DebugLogView
...
// FREEBIE
9 years ago
lilia
1d6e391dd6
Prefer single quotes
...
// FREEBIE
9 years ago
lilia
0e2d2d60c2
i18n KeyConflictDialogue
...
// FREEBIE
9 years ago
lilia
3172c49436
i18n ContactView
...
Part of the MessageDetailView
// FREEBIE
9 years ago
lilia
d502f1bdee
i18n KeyConflictView
...
Also refactor generic error view to make this simpler.
// FREEBIE
9 years ago
lilia
ccdbfc3e12
i18n AttachmentView
...
// FREEBIE
9 years ago
lilia
47e33a14ac
i18n UnsupportedFileTypeToast
...
// FREEBIE
9 years ago
lilia
42f15011fa
i18n FileSizeToast
...
// FREEBIE
9 years ago
lilia
4066223d72
i18n SocketView
...
// FREEBIE
9 years ago
lilia
836a7cb8c5
i18n InboxView
...
// FREEBIE
9 years ago
lilia
85eb5c4d59
i18n KeyVerificationView
...
// FREEBIE
9 years ago
lilia
95e47dace1
i18n GroupMemberListView
...
// FREEBIE
9 years ago
lilia
73ea415e95
i18n ConfirmationDialogView
...
// FREEBIE
9 years ago
lilia
ea9fa00658
i18n MessageDetailView
...
// FREEBIE
9 years ago