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
b5058e3981
Make network errors & resend button more prominent
...
// FREEBIE
9 years ago
lilia
59ac5cb9b1
Remove unused view
...
// FREEBIE
9 years ago
lilia
87ddcef333
Make debug log persistent
...
Save log entries in indexedDB rather than just in memory. Reload them
whenever the background page is refreshed.
// FREEBIE
9 years ago
lilia
b59539f23e
Remove unused template
...
// FREEBIE
9 years ago
lilia
5e0709f044
Add tooltip to reload button
...
Closes #462
// 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
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
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
lilia
6e97f5ad00
Fix key conflict dialog i18n
...
Allow html in this i18n message. TODO: re-design this dialog.
Fixes #584
// FREEBIE
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
42f15011fa
i18n FileSizeToast
...
// 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
lilia
02cc6623ea
i18n ConversationView
...
// FREEBIE
9 years ago
David Baldwynn
8251db6ae6
Added error message for unsupported attachment type (issue #419 )
9 years ago
lilia
04359c9184
Remove received_at from message detail on outgoing messages
...
Only show sent_at for outgoing messages, matching Android.
The received_at timestamp reflects the time a message was saved locally.
It is necessary on both incoming and outgoing messages for sorting
purposes, but can be confusing in the context of an outgoing message
detail view, since users don't think about themselves "receiving" their
own messages, and may even interpret this as the time that a message was
received by their conversation partner's device.
// FREEBIE
9 years ago
lilia
61a57a753b
Provide user feedback when number is invalid
...
While typing a number, the new contact element is faded out. When the
number becomes valid it is opaque. If the element is clicked while
invalid, it displays 'Invalid number' and waits for the input to change
again. A new conversation is only opened if the number is valid.
// FREEBIE
9 years ago
mad-de
2cde35e212
Change input type of search field to "search"
...
This generates a simple clear element when typing. Cloeses https://github.com/WhisperSystems/Signal-Desktop/issues/420
9 years ago
lilia
68f2505996
Display phone number in conversation header
...
Fixes #436
// FREEBIE
9 years ago
lilia
8d214b73d9
Render conversation placeholder hint in place
...
// FREEBIE
9 years ago
lilia
891a5e54ad
Add hint for users with no groups or contacts
...
If you have no contacts or groups, display a hint about phone numbers.
// FREEBIE
9 years ago
lilia
7bf94c33d5
Show all contacts when inbox is empty
9 years ago
lilia
152f59cc95
Restyle first run hint
...
// FREEBIE
9 years ago
lilia
d4e0c11ebc
Show a hint on startup if the inbox is empty
...
Fixes #403
// FREEBIE
9 years ago
lilia
798d1a4212
Remove missing js include
...
// FREEBIE
10 years ago
lilia
43ca92948b
Change search box placeholder
...
Hopefully this makes it more obvious what to do immediately post-install.
// FREEBIE
10 years ago
lilia
16dc7abe69
Display unreadCount badges in conversation list
...
// FREEBIE
10 years ago
lilia
f860278b89
Add avatars to conversation headers
...
So as not to look repetitive, hide the per-message avatars in one-on-one
conversations.
// FREEBIE
10 years ago
lilia
2ce890b845
Update message bubble timestamps as needed
...
Display format consistent with Android:
* relative time for everything from today
* Day of week + time for within the past 7 days
* Static Month Day time for everything older
Each timestamp will only update as often as needed to stay accurate,
which is once a minute, once an hour, once a week, or never.
// FREEBIE
10 years ago
lilia
6c98fc19b4
Remove send button
...
// FREEBIE
10 years ago
lilia
78a2b74297
Restyle attachment previews
...
Closes #380
// FREEBIE
10 years ago
lilia
fe2b152186
Change target for appending file previews
...
// FREEBIE
10 years ago
lilia
9011a85b56
Change selector for opening a file input
...
// FREEBIE
10 years ago
lilia
cbc82a95f7
Refactor pending/sent/delivered state markup & css
...
No need for separate elements since we only ever display one of these
states at a time.
// FREEBIE
10 years ago
lilia
c77391b3f2
Sinewave animation for pending requests
...
Tryin it on for size.
// FREEBIE
10 years ago
lilia
c9e01390a7
Use check/double check for sent/delivered
...
// FREEBIE
10 years ago
lilia
4970cbeaed
Fix overlapping name and timestamp
...
In the conversation list, fix long conversation names overlapping with
the right-floated timestamps.
// FREEBIE
10 years ago
Odysseas
cafbc0f5df
Tweak conversation list style
...
Styled the conversation list items so that:
- Timestamp is on the same line as the name
- The message text on an unread conversation is ligher than the rest of
the text
Resolves : #379
10 years ago