lilia
1565b1c0a6
Add new languages
...
// FREEBIE
9 years ago
lilia
ceaf94e05b
Rename variable for consistency
...
// FREEBIE
9 years ago
lilia
592ddc673b
tx pull
...
// FREEBIE
9 years ago
lilia
85817bb4a5
Ignore .tx/
...
// FREEBIE
9 years ago
lilia
49285ba280
Add transifex link to README
...
// FREEBIE
9 years ago
lilia
f127807d88
Bump to 0.1.6
...
// FREEBIE
9 years ago
lilia
609ad7063e
Add German and Finnish
...
// FREEBIE
9 years ago
Felix Epp
62af9ff678
Add user-agent string to DebugLog // fixes WhisperSystems/Signal-Desktop#404
...
The user-agent string includes the information needed (OS + Chrome version) and the console.get() function seems just right. The debugLog itself is not manipulated.
9 years ago
Karel Bilek
557d33bf88
Fixing upper bounds on contact search ( fixes #545 )
9 years ago
lilia
a229075016
Update project/repo names in package.json
...
// 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
lilia
0a43e9e8b2
i18n EndSessionView
...
// FREEBIE
9 years ago
lilia
02cc6623ea
i18n ConversationView
...
// FREEBIE
9 years ago
lilia
e9d3272e87
Prepare for i18n
...
// FREEBIE
9 years ago
lilia
d03d6fb7a5
Fix autolinking for urls with non-English characters
...
Fixes #559
https://url.spec.whatwg.org/#url-code-points
// FREEBIE
9 years ago
lilia
3d55f2c125
Update libtextsecure
...
Recompile missed in 093eb00
// FREEBIE
9 years ago
lilia
881aa1685d
Fix up unsupported attachment rendering
...
Rather than simply displaying an inactionable error, render a link that
allows the user to save the unsupported attachment.
// FREEBIE
9 years ago
lilia
239ec8e318
Fix test
...
// FREEBIE
9 years ago
lilia
ce51620b2a
Add fullscreen permission // Fixes #538
...
// FREEBIE
9 years ago
David Baldwynn
e24fa69b04
Added test case for unsupported type
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
093eb001ff
Correct log statement
...
Although in practice, these timestamps are often the same, they needn't
be, and when they aren't, we want the sentMessage.timestamp here.
// FREEBIE
9 years ago
lilia
2a6f42f8d1
Add dist to .gitignore
...
closes #529
// FREEBIE
9 years ago
lilia
ed4015f919
Return early from previewImages for unsupported files
...
// FREEBIE
9 years ago
lilia
fa6d6974ed
Discard unsupported files
...
Fixes #534
// FREEBIE
9 years ago
lilia
41357b4a24
Bump version to 0.1.5
...
// FREEBIE
9 years ago
lilia
d95f869d62
More logging
...
// FREEBIE
9 years ago
lilia
51fc10abb6
Don't wake up to check messages if not registered
...
This chrome alarm business is in place to help us wake up and check for
messages when running in the background. Without it, chrome will suspend
our app after a short period of inactivity. Upon waking, if the app
discovers it is not linked, it prompts you to link it. However, if
you've declined registration (i.e., because you already maxed out your
linked device limit, but chrome auto-added the app to another machine),
we should just wait until explicitly launched again.
Fixes #519
// FREEBIE
9 years ago
lilia
d201c65f7c
More verbose logging in message receiver
...
// FREEBIE
9 years ago
lilia
7215afb6c7
Resize paperclip.png
...
// FREEBIE
9 years ago
lilia
0009a50d4d
Clean up css style
...
Use a variable and remove a space.
// FREEBIE
10 years ago
Wasseranomalie
2618c8095e
Let container-div fit in key-verification-window
...
// FREEBIE
10 years ago
lilia
bc576e18d5
Fix no delivery receipts on close session messages
...
// FREEBIE
10 years ago
lilia
adf919e0fe
Make fingerprints selectable
...
Fixes #500
Closes #501
// FREEBIE
10 years ago
lilia
a23e862e62
Clear dock/taskbar attention on window focus
...
Fixes #440
// FREEBIE
10 years ago
lilia
dabe51fd68
Mark message sent iff at least 1 recipient got it
...
Previously, we would always mark a message sent even if all our network
requests failed.
Fix #484
// FREEBIE
10 years ago