Commit Graph

138 Commits

Author SHA1 Message Date
Will G 267f49ff1e
Emoji Reacts (#2320)
Add support for emoji reacts in conversations

Resolves #2375 and #1577
2022-08-22 16:40:14 +10:00
Audric Ackermann 19722b6bdc
remove other emoji dependency and use unicode to render them in message
Relates #2151
2022-02-08 10:43:56 +11:00
Audric Ackermann b68cb07e3e
add crown icon for closed group admins (#2084) 2021-12-15 14:41:55 +11:00
audric 7a2d1c07a6 include a 32x32 icon for tray icon for gnome 2021-08-12 10:54:02 +10:00
audric 5384d65d78 darwin icon 16 size tray 2021-08-11 17:04:17 +10:00
Audric Ackermann ef2d22ce8a
fix app icon for all platforms 2021-08-02 16:04:51 +10:00
Audric Ackermann 99f7f17e73
fix pixelated base image for icon generation 2021-06-28 16:47:02 +10:00
Ryan Tharp 3e9c9efb7e
Add default avatar back 2021-02-10 18:04:00 -08:00
Audric Ackermann c0292b0b2b
fix up session logo on loading and max message body length 2020-12-09 13:02:27 +11:00
Audric Ackermann 35fe5d66ce
add back icon_1024 used during release build 2020-12-04 16:09:28 +11:00
Audric Ackermann c128684ffe
cleanup unused svg files from Signal 2020-12-04 15:47:33 +11:00
Audric Ackermann e1fbcade0f
move expiretimer bucket svg to ts & style them with styled-components 2020-12-04 14:48:11 +11:00
Audric Ackermann 0a6a49eda5 Add an Outgoing Message Status react component 2020-12-03 16:25:41 +11:00
Audric Ackermann e38be266c2 major rework of session icon => make them styled with styled-component 2020-12-03 12:09:39 +11:00
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
2020-12-02 11:27:15 +11:00
Audric Ackermann 4d991d3992
Merge branch 'clearnet' into react-refactor 2020-10-08 17:23:55 +11:00
Audric Ackermann 56cd42d34c
remove authorColor unused in Session 2020-09-15 15:26:09 +10:00
Audric Ackermann 217cc04ad1
cleanup avatar rendering and add a 64px size 2020-09-14 16:06:58 +10:00
Audric Ackermann 291982c2aa
cleanup css and themify missing stuff 2020-08-25 15:58:14 +10:00
Vincent 5165bfdba4 jsx-emoji-overlay 2020-07-22 14:03:24 +10:00
Vincent d823e2a758 safety-number-view 2020-07-20 17:46:13 +10:00
Vincent 5b69f19410 compositionbox 2020-07-17 13:46:46 +10:00
Vincent 35218ec2d1 merged-w-clearnet 2020-07-17 12:07:06 +10:00
Vincent 6c2043753f Emoji panel init 2020-03-12 17:15:02 +11:00
Vince 6bf3b6cef9
Session public chat icon 2020-02-04 10:46:17 +11:00
Vincent aeb04a3a44 onboarding messageview 2020-01-31 13:31:25 +11:00
Vincent 9dcc851ebd Updated all icon references 2020-01-30 14:19:07 +11:00
Audric Ackermann b7a70c7327 use rounded icons for app icon 2020-01-16 11:27:29 +11:00
Audric Ackermann aaf202b9f7 add session icon as app icon 2020-01-16 11:27:29 +11:00
Audric Ackermann 3dd175fda2 update loading screen logo 2020-01-16 10:52:41 +11:00
Audric Ackermann 2c80dec146 add session brand icon on registration page 2019-12-16 13:05:17 +11:00
Vincent d62f1c6e22 Inital conversation restructuring 2019-12-09 13:48:04 +11:00
Vincent a6fb54233a Created generalised icon button component 2019-12-05 16:02:32 +11:00
Mikunj ea5bc24253 Updated design 2019-09-11 14:02:56 +10:00
Beaudan Brown e9a2b57d37 Show crown icon for moderators 2019-09-10 16:07:29 +10:00
Maxim Shishmarev d0e73ed7f8 Add a button to paste pubkey from clipboard if valid 2019-08-02 10:33:55 +10:00
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
2019-04-17 16:42:09 +10:00
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
2019-04-17 11:59:54 +10:00
Scott Nonnenberg b3ac1373fa Move left pane entirely to React 2019-03-12 17:44:14 -07:00
Scott Nonnenberg 1d2c3ae23c Download attachments in separate queue from message processing 2019-02-12 16:34:21 -08:00
Scott Nonnenberg a43a78731a Note to Self 2019-02-12 16:08:51 -08:00
Mikunj 1a15ec9c15 Merge commit signal/master into signal-1.20 2019-01-22 13:54:03 +11:00
Mikunj b8aa60b95d Added loki icon. 2019-01-16 11:25:34 +11:00
Scott Nonnenberg 0de54e125c Improve caption editor usability, new 'add attachment' affordance 2019-01-15 10:51:49 -08:00
Scott Nonnenberg 985b1d6aa6 New staged attachments UI, multiple image attachments per message 2019-01-04 12:21:26 -08:00
Mikunj 654b0dac84 Merge signal-master. 2018-12-17 12:56:04 +11:00
Mikunj 62135a1810 Added a section below conversation list.
Fixed scrolling on conversations.
2018-11-29 16:02:02 +11:00
Scott Nonnenberg 99252702e1 Support receiving multiple images in one messages 2018-11-26 15:26:04 -08:00
Mikunj 3789e94342 Added PoW loading icon. 2018-11-15 13:58:29 +11:00
Scott Nonnenberg 0850dc368a Lint fixes 2018-10-11 12:24:58 -07:00