Commit Graph

81 Commits (clearnet)

Author SHA1 Message Date
Audric Ackermann 50afa68b1f chore: pull crowdin changes 8 months ago
Audric Ackermann c336ad0524 chore: pull translation from crowdin 1 year ago
Audric Ackermann 3e4d9b4ac3 chore: pull translations from crowdin 2 years ago
Ian Macdonald 09654fe4d8
Remove limit on the number of pinned conversations a user may have. 2 years ago
Audric Ackermann 2c83690a88 chore: pull translations from crowdin 2 years ago
Ian Macdonald 6613161b20
Don't nanny the user. Allow all file types as attachments.
The Android client already has no such restrictions, and these are
ineffective anyway, as they are based on the file's name, not its
payload.
2 years ago
Audric Ackermann 8efc23d619
pull translations from crowdin 2 years ago
audric 8b5b3f06bb lint _locales translation files 2 years ago
Audric Ackermann 9bb19540a9
add back deleteContact and deleteGroup translations 2 years ago
Audric Ackermann c5f69a2d95
pull translations from crowdin
Relates #2113
2 years ago
Audric Ackermann 651b1c4376
Fetch translations (#2056)
* show missed-call,started-call and answered call notification in chat

* fix types for createLastMessageUpdate

* show incoming dialog if we have a pending call when enable call receptio

* simplify a bit the avatar component

* move disableDrag to a custom hook

* speed up hash colors of avatarPlaceHolders

* fixup text selection and double click reply on message

* keep avatar decoded items longer before releasing memory

* add incoming/outgoing/missed call notification

also, merge that notification with the timer and group notification
component

* hangup call if no answer after 30sec

* refactor SessionInput using hook + add testid field for recovery

* disable message request feature flag for now

* fix merge issue

* force loading screen to be black instead of white

for our dark theme user's eyes safety

* add type for i18n to run update after crowdin  fetch with tools/updateI18nKeysType.py

* update to latest translations
3 years ago
Audric Ackermann 182192124e
update localized strings from crowdin 3 years ago
audric 3221dd8921 pull latest translations from crowdin 3 years ago
audric dbf927de93 pull translations from crowndin 3 years ago
Audric Ackermann b09c44c964
remove context in locales 3 years ago
Audric Ackermann 08d895afa3
remove entry message in locale as it cause issues with crowdin 3 years ago
Audric Ackermann adb9775848
cleanup trasnlation with latest from crowdin 3 years ago
Audric Ackermann 3d0bee63d2
first commit with changes from crowdin 3 years ago
Audric Ackermann df3326233f
remove all unused keys for other locales 3 years ago
Audric Ackermann 01085244bd
split up registration signup tab logic to sub components 3 years ago
Audric Ackermann 6edcb88788
remove resend as it does not make any sense with medium groups
and sendAnyway
3 years ago
Audric Ackermann 3afd23c379
Increase closed group size to 100 3 years ago
Audric Ackermann 6856c0e748
remove updateTextInputState not needed and add left to menu tests 3 years ago
Audric Ackermann c052b1a2ec
update group size limit to 20 now that those are ssk groups
Also removed removed description while creating a medium group as it was
removed on mobile
4 years ago
Audric Ackermann 9a0acd1408
add vietnamese translation from mobile 4 years ago
Audric Ackermann 5f9348d21e
replace whole word Signal to Session on all translations 4 years ago
Audric Ackermann 596141723b
clean unused keys for other locales based on 'en' translation 4 years ago
Mikunj 9e9b2a12d6 Fix translations 4 years ago
Vincent 821cf00b65 Closed group update message stylgin 4 years ago
Maxim Shishmarev a3aa104f00 Remove more references to signal.org 4 years ago
Vincent 4350b73724 Messages.json amendments 4 years ago
Vincent 156f0d4127 various touchups 4 years ago
Vincent 9dcc851ebd Updated all icon references 4 years ago
Vincent a1a582d7ea Session branding fixes 4 years ago
Vincent 5fbbdc33c3 Signal branding 4 years ago
Mikunj 8808100796 Merge signal-1.24.0
# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md
#	background.html
#	config/default.json
#	config/production.json
#	js/models/conversations.js
#	js/models/messages.js
#	js/views/conversation_view.js
#	js/views/inbox_view.js
#	js/views/settings_view.js
#	main.js
#	package.json
#	test/index.html
#	ts/components/conversation/ContactName.tsx
#	yarn.lock
5 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
5 years ago
Scott Nonnenberg 2beee8da09 Update strings for 45 languages 5 years ago
Scott Nonnenberg 5ea8f73f10 Localization updates 5 years ago
sachaaaaa a0f67c22da Merge branch 'textsecure/master' into merge_1_21_0
* textsecure/master: (26 commits)
  v1.21.0
  v1.21.0-beta.4
  Dark Theme: Preserve blue background on app loading screen
  Localization updates
  Fix width of audio player when window is very narrow
  A number of small fixes for Link Previews
  Get rid of the white flash when the app starts up (#3083)
  v1.21.0-beta.3
  Lint fixes
  Introduce new language: NB
  Fail over to all numbers in retry if errors don't have numbers
  Use the proper method for pulling attachments off disk for retry
  Fix rendering bug with verified state in updateVerified()
  Update electron-builder and electron-updater
  Ensure that dialog pops up when permissions denied for voice note
  Lint fixes
  Large update to localization strings
  Link Previews
  Ensure that blocked messages are dropped even after sealed sender
  Don't linkify quoted message contents
  ...

# Conflicts:
#	.github/PULL_REQUEST_TEMPLATE.md
#	_locales/cs/messages.json
#	background.html
#	config/default.json
#	index.html
#	js/models/conversations.js
#	js/modules/web_api.js
#	js/settings_start.js
#	js/views/conversation_view.js
#	js/views/settings_view.js
#	package.json
#	protos/SignalService.proto
#	stylesheets/_index.scss
#	stylesheets/_settings.scss
5 years ago
Scott Nonnenberg 8654d80973 Localization updates 5 years ago
Scott Nonnenberg 160d9f640b Large update to localization strings 5 years ago
Mikunj 6467b0bb45 Fix up tests. 5 years ago
Scott Nonnenberg 14651a39bd Localization updates 6 years ago
Scott Nonnenberg efefb7a488 Update localization strings 6 years ago
Scott Nonnenberg 3e62b82774 Update localization strings 6 years ago
Scott Nonnenberg 60d56cf7e0
Localization strings update (#2550) 6 years ago
Scott Nonnenberg 61bb038207 Update localization strings 6 years ago
Scott Nonnenberg 9003419ff6 Update strings for quite a few languages 6 years ago
Scott Nonnenberg 2aa7955a65 Update translations for week of 5/1 6 years ago