Audric Ackermann
|
19722b6bdc
|
remove other emoji dependency and use unicode to render them in message
Relates #2151
|
3 years ago |
Audric Ackermann
|
b68cb07e3e
|
add crown icon for closed group admins (#2084)
|
3 years ago |
audric
|
7a2d1c07a6
|
include a 32x32 icon for tray icon for gnome
|
4 years ago |
audric
|
5384d65d78
|
darwin icon 16 size tray
|
4 years ago |
Audric Ackermann
|
ef2d22ce8a
|
fix app icon for all platforms
|
4 years ago |
Audric Ackermann
|
99f7f17e73
|
fix pixelated base image for icon generation
|
4 years ago |
Ryan Tharp
|
3e9c9efb7e
|
Add default avatar back
|
4 years ago |
Audric Ackermann
|
c0292b0b2b
|
fix up session logo on loading and max message body length
|
4 years ago |
Audric Ackermann
|
35fe5d66ce
|
add back icon_1024 used during release build
|
4 years ago |
Audric Ackermann
|
c128684ffe
|
cleanup unused svg files from Signal
|
4 years ago |
Audric Ackermann
|
e1fbcade0f
|
move expiretimer bucket svg to ts & style them with styled-components
|
4 years ago |
Audric Ackermann
|
0a6a49eda5
|
Add an Outgoing Message Status react component
|
4 years ago |
Audric Ackermann
|
e38be266c2
|
major rework of session icon => make them styled with styled-component
|
4 years ago |
Audric Ackermann
|
29eb528d1f
|
remove signal gear icon, and show back ours on calculatingPow
this is used for a message in the message list and in the conversation
list item
|
4 years ago |
Audric Ackermann
|
4d991d3992
|
Merge branch 'clearnet' into react-refactor
|
5 years ago |
Audric Ackermann
|
56cd42d34c
|
remove authorColor unused in Session
|
5 years ago |
Audric Ackermann
|
217cc04ad1
|
cleanup avatar rendering and add a 64px size
|
5 years ago |
Audric Ackermann
|
291982c2aa
|
cleanup css and themify missing stuff
|
5 years ago |
Vincent
|
5165bfdba4
|
jsx-emoji-overlay
|
5 years ago |
Vincent
|
d823e2a758
|
safety-number-view
|
5 years ago |
Vincent
|
5b69f19410
|
compositionbox
|
5 years ago |
Vincent
|
35218ec2d1
|
merged-w-clearnet
|
5 years ago |
Vincent
|
6c2043753f
|
Emoji panel init
|
5 years ago |
Vince
|
6bf3b6cef9
|
Session public chat icon
|
5 years ago |
Vincent
|
aeb04a3a44
|
onboarding messageview
|
5 years ago |
Vincent
|
9dcc851ebd
|
Updated all icon references
|
5 years ago |
Audric Ackermann
|
b7a70c7327
|
use rounded icons for app icon
|
5 years ago |
Audric Ackermann
|
aaf202b9f7
|
add session icon as app icon
|
5 years ago |
Audric Ackermann
|
3dd175fda2
|
update loading screen logo
|
5 years ago |
Audric Ackermann
|
2c80dec146
|
add session brand icon on registration page
|
5 years ago |
Vincent
|
d62f1c6e22
|
Inital conversation restructuring
|
5 years ago |
Vincent
|
a6fb54233a
|
Created generalised icon button component
|
5 years ago |
Mikunj
|
ea5bc24253
|
Updated design
|
6 years ago |
Beaudan Brown
|
e9a2b57d37
|
Show crown icon for moderators
|
6 years ago |
Maxim Shishmarev
|
d0e73ed7f8
|
Add a button to paste pubkey from clipboard if valid
|
6 years ago |
Mikunj
|
12ce0140de
|
Left pane changes.
Merge commit 'b3ac1373fa64117fe2a9ccfddf3712f1826c06d9' into signal-1.23
# Conflicts:
# _locales/en/messages.json
# background.html
# js/background.js
# js/conversation_controller.js
# js/models/conversations.js
# js/models/messages.js
# js/views/conversation_list_item_view.js
# js/views/conversation_list_view.js
# js/views/conversation_search_view.js
# js/views/inbox_view.js
# libtextsecure/account_manager.js
# package.json
# stylesheets/_global.scss
# stylesheets/_index.scss
# stylesheets/_modules.scss
# test/_test.js
# test/index.html
# test/models/conversations_test.js
# test/views/conversation_search_view_test.js
# ts/components/ConversationListItem.tsx
# ts/components/MainHeader.tsx
# ts/components/conversation/ConversationHeader.tsx
# ts/components/conversation/ResetSessionNotification.tsx
|
6 years ago |
Mikunj
|
e343a04eea
|
Merge commit '18b5b7c046436f2defab2e20407e22da180bf97b' into signal-1.22
# Conflicts:
# app/sql.js
# background.html
# config/default.json
# js/background.js
# js/models/conversations.js
# js/models/messages.js
# js/modules/data.js
# js/signal_protocol_store.js
# js/views/conversation_search_view.js
# libtextsecure/message_receiver.js
# libtextsecure/sendmessage.js
# main.js
# package.json
# preload.js
# test/index.html
# ts/components/Avatar.tsx
# ts/components/conversation/ConversationHeader.md
# ts/components/conversation/ConversationHeader.tsx
|
6 years ago |
Scott Nonnenberg
|
b3ac1373fa
|
Move left pane entirely to React
|
6 years ago |
Scott Nonnenberg
|
1d2c3ae23c
|
Download attachments in separate queue from message processing
|
6 years ago |
Scott Nonnenberg
|
a43a78731a
|
Note to Self
|
6 years ago |
Mikunj
|
1a15ec9c15
|
Merge commit signal/master into signal-1.20
|
6 years ago |
Mikunj
|
b8aa60b95d
|
Added loki icon.
|
6 years ago |
Scott Nonnenberg
|
0de54e125c
|
Improve caption editor usability, new 'add attachment' affordance
|
6 years ago |
Scott Nonnenberg
|
985b1d6aa6
|
New staged attachments UI, multiple image attachments per message
|
6 years ago |
Mikunj
|
654b0dac84
|
Merge signal-master.
|
6 years ago |
Mikunj
|
62135a1810
|
Added a section below conversation list.
Fixed scrolling on conversations.
|
6 years ago |
Scott Nonnenberg
|
99252702e1
|
Support receiving multiple images in one messages
|
6 years ago |
Mikunj
|
3789e94342
|
Added PoW loading icon.
|
6 years ago |
Scott Nonnenberg
|
0850dc368a
|
Lint fixes
|
7 years ago |
Scott Nonnenberg
|
ca61c9cb85
|
Warnings for dangerous files
|
7 years ago |