Weblate (bot)
86ae89d3eb
Translations update from Weblate ( #5090 )
...
* Added translation using Weblate (Bulgarian)
Added translation using Weblate (Swedish)
* Translated using Weblate (Bulgarian)
Currently translated at 99.8% (645 of 646 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/bg/
* Translated using Weblate (Swedish)
Currently translated at 100.0% (646 of 646 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/sv/
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Nikolai Zahariev <nikolaiz@yahoo.com>
Co-authored-by: majo <martinjohnson@bahnhof.se>
2021-01-08 08:47:22 -03:00
Miguel Alatzar
7702c050bf
Revert "[MM-29225] Define LSApplicationQueriesSchemes so Linking.canO… ( #5067 )
...
* Revert "[MM-29225] Define LSApplicationQueriesSchemes so Linking.canOpenURL can work (#5007 )"
This reverts commit f3baaa6aa3 .
* Create and use tryOpenURL
* Add missing onError functions
* Update app/components/markdown/markdown_link/markdown_link.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2021-01-06 09:11:27 -07:00
Weblate (bot)
c6c72ea610
Translations update from Weblate ( #5088 )
...
* Translated using Weblate (Korean)
Currently translated at 100.0% (645 of 645 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (645 of 645 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (645 of 645 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
* Translated using Weblate (Ukrainian)
Currently translated at 97.9% (632 of 645 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (645 of 645 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (645 of 645 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Co-authored-by: Lee Dae-yeop <leedaeyeop@gmail.com>
Co-authored-by: rodrigocorsi <rodrigocorsi@gmail.com>
Co-authored-by: Viorel-Cosmin Miron <cosmin@uhlhost.net>
Co-authored-by: Ivan Novikov <monah1744@gmail.com>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
2021-01-05 13:36:46 +01:00
Daniel Espino García
7bb777f4b3
Handle go to location from CommandResponse ( #4620 )
...
* First draft to handle go to location on mobile
* Fix lint
* Fix test
* Remove unnecessary change
* Add not handled cases
* Add i18n missing string
* Fix typo
* Extract handleGotoLocation into an action
* Fix minor issues and extract showPermalinkView to an action
* Fix minor issues and extract showPermalinkView to an action
* Add missing change
* Fix this reference
* Remove unneeded event handlers, sort imports, early handle errors, make group channel visible, remove duplications and move functions to the right place
* Fix tests
* Handle error when opening permalink
2021-01-04 15:06:37 -07:00
Weblate (bot)
8d9ed361f8
Translations update from Weblate ( #5040 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (645 of 645 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (645 of 645 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (645 of 645 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (645 of 645 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: aeomin <lin@aeomin.net>
2020-12-14 21:49:42 +01:00
Miguel Alatzar
68d76af4dd
[MM-29381] Show an indicator if channel is still loading after 10 seconds ( #5031 )
...
* Show still-loading indicator
* Update snapshot test
* Call retryLoadChannels on a 10 second interval
* Select default team on retryLoad if no currentTeamId
* Fix use of jest.useFakeTimers
2020-12-11 11:32:56 -07:00
Miguel Alatzar
47deea650e
[MM-31177] Use png over Compass icon for logo ( #5008 )
...
* Use png over Compass icon for logo
* Update splash screen pngs
* Revert "Update splash screen pngs"
This reverts commit c79c3c1364af93925a96d9420d4799ee87646b62.
* Update logo
2020-12-09 22:16:29 -07:00
Miguel Alatzar
f3baaa6aa3
[MM-29225] Define LSApplicationQueriesSchemes so Linking.canOpenURL can work ( #5007 )
...
* Revert "[MM-29225] Linking fix (#4860 )"
This reverts commit a5cb92876c .
* Define LSApplicationQueriesSchemes
2020-12-09 13:42:21 -07:00
Weblate (bot)
fc71c686b2
Translations update from Weblate ( #5004 )
...
* Translated using Weblate (Romanian)
Currently translated at 100.0% (648 of 648 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (648 of 648 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
Co-authored-by: Viorel-Cosmin Miron <cosmin@uhlhost.net>
Co-authored-by: aeomin <lin@aeomin.net>
2020-12-07 21:32:00 +01:00
Weblate (bot)
e719f43485
Translations update from Weblate ( #4992 )
...
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
* Translated using Weblate (Korean)
Currently translated at 100.0% (649 of 649 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (649 of 649 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Russian)
Currently translated at 100.0% (649 of 649 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (649 of 649 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (649 of 649 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (649 of 649 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
Co-authored-by: Ji-Hyeon Gim <potatogim@potatogim.net>
Co-authored-by: rodrigocorsi <rodrigocorsi@gmail.com>
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: Viorel-Cosmin Miron <cosmin@uhlhost.net>
2020-11-27 17:57:22 +01:00
Elias Nahum
b226d451f3
update dependencies ( #4958 )
...
* update dependencies
* revert keychain update
* Update dependencies & Fastlane
* set path agnostic for bash in scrips
* Fix open from push notification race
* patch react-native-localize
2020-11-18 19:45:07 -07:00
Weblate (bot)
ae56d73dba
Translations update from Weblate ( #4955 )
...
* Translated using Weblate (Spanish)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (649 of 649 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (649 of 649 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (649 of 649 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
2020-11-10 09:04:10 +01:00
Elias Nahum
dbd7bc8a51
Gallery Improvements ( #4837 )
...
* Open/Close Gallery transitions
* Include postId in file info & disable opening the gallery in some cases
* Add progress bar component
* Transition to gallery based on platform
* Improve getting the filename for non attachments
* Patch RNFetchBlob TS definition
* Add gallery types
* fix unit tests for message and post attachment
* add getLocalPath method
* Add react-native-share dependency
* Re-style gallery footer
* Refactor Gallery screen
* Double tap zoom in/out and translate
* Make android activity "transparent"
* Do not animate to height on dismissing gallery
* Open gallery for file uploads
* Fix borderRadius for gallery action button
* Use progress bar for file uploads
* Replace progress bar for file attachment document
* Upgrade RNN to 7.1.0 to fix share elements transitions
* Fix Gallery unit tests
* translate down when popping screen on iOS
* Swipe, Pan & Tap fixes
* fix gallery footer avatar eslint
* Fix gallery snapshot tests
* Use CompassIcon in Gallery
* Feedback from UX review
* Fix gallery UI for other file types
* Set other file type gallery button to 48pt
2020-11-06 21:17:27 -03:00
Elias Nahum
e57bcfdaba
MM-30101 Match channel specific global notification preference ( #4935 )
...
* MM-30101 Match channel specific global notification preference
* Avoid crash if globalNotifyProps is undefined
2020-11-03 11:59:17 -07:00
Weblate (bot)
ff9f47ccaf
Translations update from Weblate ( #4941 )
...
* Translated using Weblate (Spanish)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
2020-11-02 21:34:17 +01:00
Elias Nahum
9940aacad1
MM-29869 Replace radio button Material with Compass icons ( #4928 )
2020-10-29 07:38:31 -03:00
Elias Nahum
f73db6e51c
MM-29948 Display error msg when pasting files and uploads are disabled ( #4927 )
...
* MM-29948 Display error msg when pasting files and uploads are disabled
* Remove unnecessary ref and Animated.View
Co-authored-by: Miguel Alatzar <this.migbot@gmail.com>
2020-10-28 12:06:09 -03:00
Weblate (bot)
e5bf198f0e
Translations update from Weblate ( #4924 )
...
* Translated using Weblate (Russian)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Translated using Weblate (Turkish)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (655 of 655 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: Eva Gamundi <evagamundi@gmail.com>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: Elias Nahum <elias@mattermost.com>
2020-10-27 10:41:38 +01:00
Elias Nahum
016a725732
MM-28105 do not crash when in-app notification shows ( #4915 )
...
* MM-28105 do not crash when in-app notification shows
* Use index.tsx to register the notification screen
* Fix notification e2e and some import cleanup
* Update iOS notification json
* e2e: Show the add reaction screen before receiving a notification
* Update snapshots
* Patch react-native-notifications to prevent iOS crash when opening
* Apply TM4J id
Co-authored-by: Joseph Baylon <joseph.baylon@mattermost.com>
2020-10-22 14:34:49 -03:00
Weblate (bot)
d8792fbdf0
Translations update from Weblate ( #4898 )
...
* Translated using Weblate (Korean)
Currently translated at 97.7% (641 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
Co-authored-by: retheviper <youngbina@hotmail.com>
Co-authored-by: Elias Nahum <elias@mattermost.com>
2020-10-19 22:09:44 -03:00
Miguel Alatzar
57d60649f8
[MM-22959] Use Compass icons ( #4847 )
...
* Use Compass icons
* Update ChannelInfo and AdvancedSettings
* Fix search modifiers
* Fix Autocomplete item
* Remove VectorIcon component
* Unlink react-native-vector-icons
* Revert ProgressiveImage changes
* Update Mark as Unread icon
* Apply review suggestion
* Replace extension icons
* Update video control button style
* Replace (un)flag with (un)save
* Replace (un)flag with (un)save - take 2
* Use bookmark-outline icon
Co-authored-by: Miguel Alatzar <miguel@Miguels-MacBook-Pro.local>
2020-10-15 15:34:24 -07:00
Weblate (bot)
11898abce2
Translations update from Weblate ( #4885 )
...
* Translated using Weblate (Korean)
Currently translated at 97.7% (641 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Ukrainian)
Currently translated at 91.7% (602 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
* Translated using Weblate (German)
Currently translated at 95.7% (628 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Co-authored-by: Heefe <vampelf@gmail.com>
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: Tatyana Rabievska <radyuk.tatyana@gmail.com>
Co-authored-by: Elisabeth Kulzer <elikul@elikul.de>
2020-10-13 07:17:38 -03:00
Weblate (bot)
5b6db5da11
Translations update from Weblate ( #4881 )
...
* Translated using Weblate (Italian)
Currently translated at 98.4% (641 of 651 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
Translated using Weblate (Dutch)
Currently translated at 100.0% (650 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Romanian)
Currently translated at 97.5% (634 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 97.5% (634 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
Translated using Weblate (French)
Currently translated at 95.3% (620 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
Translated using Weblate (Chinese (Simplified))
Currently translated at 97.5% (634 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
Translated using Weblate (Italian)
Currently translated at 97.5% (634 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
Translated using Weblate (Polish)
Currently translated at 94.0% (611 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pl/
Translated using Weblate (Dutch)
Currently translated at 97.5% (634 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Russian)
Currently translated at 97.5% (634 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
Translated using Weblate (Spanish)
Currently translated at 97.5% (634 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
Translated using Weblate (Ukrainian)
Currently translated at 89.0% (579 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (Turkish)
Currently translated at 97.5% (634 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 97.0% (631 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hant/
Translated using Weblate (Korean)
Currently translated at 97.3% (633 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
Translated using Weblate (German)
Currently translated at 96.0% (624 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (Japanese)
Currently translated at 97.5% (634 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Translated using Weblate (Japanese)
Currently translated at 99.8% (655 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Translated using Weblate (Japanese)
Currently translated at 99.8% (649 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (650 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hant/
* Translated using Weblate (Russian)
Currently translated at 100.0% (650 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (651 of 651 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Dutch)
Currently translated at 99.3% (646 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Dutch)
Currently translated at 98.9% (643 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (650 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (651 of 651 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Translated using Weblate (Turkish)
Currently translated at 100.0% (650 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (650 of 650 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (651 of 651 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (656 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Korean)
Currently translated at 96.4% (633 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Korean)
Currently translated at 97.2% (638 of 656 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: Chikei <chikei@gmail.com>
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Viorel-Cosmin Miron <cosmin@uhlhost.net>
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: ctlaltdieliet_TESTACCOUNTFORWEBINARS <github3@controlaltdieliet.be>
Co-authored-by: rodrigocorsi <rodrigocorsi@gmail.com>
Co-authored-by: Heefe <vampelf@gmail.com>
2020-10-07 10:30:51 +02:00
Miguel Alatzar
b8ce726b0d
[MM-29216] Don't allow sharing of files if file uploads are disabled ( #4857 )
...
* Don't allow sharing of files if file uploads are disabled
* Remove snapshot
* Fix iOS message
2020-10-02 10:03:31 -07:00
Miguel Alatzar
a5cb92876c
[MM-29225] Linking fix ( #4860 )
...
* Catch openURL over checking canOpenURL
* Update en.json
2020-10-02 10:01:44 -07:00
Andre Vasconcelos
59045e3bb0
MM-22968 Restyle mobile autocomplete ( #4531 )
...
* WIP: slash suggestion autocomplete
* WIP: patched styles a bit
* WIP: Adding styles
* Adding active state to autocomplete items
* Fixing style for channel mention item
* Fixing bugs + styling issues for Android
* Updating snapshot
* Fixing autocomplete to render on top of post draft
- Misc style fixes
* Renaming props, patching slash suggestion icon
* Fixing tests and lint errors
* Resolving post-merge issue with slash commands
* Fixing android positioning for autocomplete
* Fixing autocomplete not scrolling in edit_channel_info
* WIP: Fixing things according to UX Review
* UX Fixes to autocomplete
* Updating snapshots
* Updating snapshots, replacing slash-command icons
* Fixing android scrolling and positioning issues
* Fixing issues with date_suggestion not rendering
* Making use of the "ShowFullName" config in at_mention_item
* Removing top border on first autocomplete section
* Allowing autocomplete to be smaller than its maxWidth
* Fixing slash_suggestion padding
* removing "componentWillReceiveProps" from date_suggestion
* Changing edit_channel_info autocomplete offset
* Replacing toUpperCase() with textTransform: uppercase
* Fixing odd border issues + prop validation warning
* Restore section header background & add paddingBottom
* Patching up padding on channel mentions
- Reverting previous incorrect padding adjustments
* Removing inline 'completeSuggestion' function
* Removing brackets from style prop
2020-09-25 11:26:48 -07:00
Ashish Bhate
b6fbcf2e7c
[MM-23909] better error message if url is empty ( #4821 )
2020-09-24 20:22:28 -07:00
Soo Hwan Kim
e7302fa6cc
MM-11302 Add accessibility to channel header buttons ( #4768 )
...
* Add accessibility to channel header - search & more options buttons
* Add unit tests for channel_nav_bar accessibility
* Update snapshot for settings_drawer_button.js
2020-09-16 22:46:43 -07:00
Elisabeth Kulzer
ee26e051c6
Revert bulgarian. ( #4814 )
2020-09-16 16:44:14 +02:00
Elisabeth Kulzer
2d73b16cbe
[Weblate] Fix empty/unchanged translation strings in master. Add Bulgarian language. ( #4759 )
...
* Translated using Weblate (Russian)
Currently translated at 100.0% (633 of 633 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (633 of 633 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (633 of 633 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Italian)
Currently translated at 100.0% (633 of 633 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (633 of 633 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (635 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Chinese (Traditional))
Currently translated at 99.3% (631 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.3% (631 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
Translated using Weblate (Ukrainian)
Currently translated at 97.9% (622 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (Turkish)
Currently translated at 99.8% (634 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Translated using Weblate (Russian)
Currently translated at 99.8% (634 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
Translated using Weblate (Romanian)
Currently translated at 99.3% (631 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (634 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
Translated using Weblate (Polish)
Currently translated at 97.7% (621 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (635 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Korean)
Currently translated at 99.3% (631 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
Translated using Weblate (Japanese)
Currently translated at 99.8% (634 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Translated using Weblate (Italian)
Currently translated at 99.8% (634 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
Translated using Weblate (French)
Currently translated at 97.7% (621 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
Translated using Weblate (Spanish)
Currently translated at 99.5% (632 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
Translated using Weblate (German)
Currently translated at 98.1% (623 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (635 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Korean)
Currently translated at 70.0% (445 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
Translated using Weblate (Ukrainian)
Currently translated at 97.3% (618 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (German)
Currently translated at 97.6% (620 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (French)
Currently translated at 96.6% (614 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
* Translated using Weblate (French)
Currently translated at 97.0% (616 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
Translated using Weblate (German)
Currently translated at 98.1% (623 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (Ukrainian)
Currently translated at 97.4% (619 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (German)
Currently translated at 97.6% (620 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (German)
Currently translated at 97.6% (620 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (French)
Currently translated at 96.6% (614 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (635 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
* Translated using Weblate (Russian)
Currently translated at 100.0% (635 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Ukrainian)
Currently translated at 88.8% (564 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (Polish)
Currently translated at 95.7% (608 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pl/
Translated using Weblate (French)
Currently translated at 96.5% (613 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
Translated using Weblate (German)
Currently translated at 97.6% (620 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Korean)
Currently translated at 70.0% (445 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Added translation using Weblate (Bulgarian)
* Translated using Weblate (Bulgarian)
Currently translated at 0.0% (0 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/bg/
* Translated using Weblate (German)
Currently translated at 98.1% (623 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Korean)
Currently translated at 70.2% (446 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (German)
Currently translated at 98.5% (626 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (635 of 635 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Clean empty translations.
* Add bg language.
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: rodrigocorsi <rodrigocorsi@gmail.com>
Co-authored-by: Zack-83 <giacomo.lanza@ptb.de>
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Elisabeth Kulzer <elisabeth.kulzer@mattermost.com>
Co-authored-by: Mattermost Weblate Notify Bot <dev-ops@mattermost.com>
Co-authored-by: Viorel-Cosmin Miron <cosmin@uhlhost.net>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Michal Čihař <michal@cihar.com>
Co-authored-by: Nikolai Zahariev <nikolaiz@yahoo.com>
Co-authored-by: Elias Nahum <elias@mattermost.com>
2020-09-16 04:39:18 -03:00
Jyoti Patel
b6920770f1
[GH-15185][MM-5973] Add Channel Settings > Notification Preferences. ( #4730 )
...
* Add Channel Settings > Notification Preferences.
Fixes #15185
* Make newly added strings mmjstool compatible.
mmjstool seems to be looking for specific patterns in AST like called with
`formatMessage` and `t()` [1]. Looks like `t()` is just for that purpose.
[1]: a83581379d/mmjstool/src/i18n_extract.js (L97) :L100
* Pass only required props to NotificationPreference & ChannelNotificationPreference.
* Fix style issues/nits from code review.
* Use radio button for channel notifications on android, and checkmarks on iOS.
Also changes style according to figma spec.
* Fix missing prop error.
For some reason, `npm run fix` didn't catch this. But `npm run check` did during CircleCI.
* Fix missing i18n strings by passing strings through `t()`.
mmjstool really needs to be smarter to understand these types of cases.
* Address comments from UX code review.
* Remove remnant from merge conflict.
* Fix UI in iOS landscape mode.
* Use SafeArea view for ios landscape view
* Use paddingHorizontal for SafeArea view for iOS landscape mode
2020-09-12 00:53:29 -03:00
Jyoti Patel
c9c22583d8
[GH-15305][MM-27677] Improve empty state for Recent Mentions. ( #4715 )
...
* Improve empty state for Recent Mentions.
* Change backgroud color of icon.
* Improve empty states for flagged and pinned posts.
* Update pinned posts' test snapshot.
* Change NoResult style as per figma specs.
* Change NoResults icons according to UX specs.
* Change style according to UX feedback.
2020-09-03 22:21:36 -04:00
Andre Vasconcelos
c57c2f4245
MM-23739 Empty search state for emoji picker ( #4641 )
...
* Returning a "no results for" default message
* Added styles & i18n text
* Updating icon to Octicons
* Replacing conditional render with ListEmptyComponent
* Running mmjstool sort
* Changing fontWeight, center layout, icon style
2020-08-13 09:11:49 -04:00
Weblate (bot)
fd615dcb84
Translations update from Weblate ( #4654 )
...
* Translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (630 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (630 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
Translated using Weblate (Turkish)
Currently translated at 99.8% (630 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Translated using Weblate (Russian)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
Translated using Weblate (Dutch)
Currently translated at 99.8% (630 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Spanish)
Currently translated at 99.8% (630 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Russian)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
Translated using Weblate (Spanish)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (German)
Currently translated at 98.5% (622 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: rodrigocorsi <rodrigocorsi@gmail.com>
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: Elisabeth Kulzer <elisabeth.kulzer@mattermost.com>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
2020-08-11 16:37:32 +02:00
Kyle Watson
8b9ef0e849
[MM-12526] removed from channel alert ( #4633 )
...
* GH-13222: Shows an alert when you are removed from the channel that you are currently viewing
* GH-13222: Removed channel alert improved text
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2020-08-10 20:34:04 -07:00
Elias Nahum
48f1875cf1
MM-23090 MM-26078 && MM-26876 Refactor post draft component ( #4621 )
...
* Refactor post draft component
Re-styled ReadOnly channels
Remove filename from upload error
* Update canSubmit based on file attachment changes
* Fix error message for max file size
* Fix select autocomplete values on iOS
* Style readonly and refactor accessory view for iOS
* Make PostDraft scrollViewNativeID prop not required
* Update ReadOnly to have a background with 0.40 opacity
* Update max file size error message
* Fix shift+enter with HW keyboard
2020-08-06 19:39:25 -04:00
Weblate (bot)
30d5ea80de
Translations update from Weblate ( #4638 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Translated using Weblate (Turkish)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Translated using Weblate (Turkish)
Currently translated at 99.3% (627 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Romanian)
Currently translated at 98.7% (623 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
Translated using Weblate (Polish)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pl/
Translated using Weblate (Korean)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.0% (625 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
Translated using Weblate (Ukrainian)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (Italian)
Currently translated at 99.3% (627 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
Translated using Weblate (Dutch)
Currently translated at 99.3% (627 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Translated using Weblate (German)
Currently translated at 98.7% (623 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (French)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
* Translated using Weblate (Russian)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Italian)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
* Translated using Weblate (Korean)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: Mattermost Weblate Notify Bot <dev-ops@mattermost.com>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: mlongo <m.longo@metalsistem.com>
Co-authored-by: Viorel-Cosmin Miron <cosmin@uhlhost.net>
Co-authored-by: Changho Park <pch4463@gmail.com>
Co-authored-by: rodrigocorsi <rodrigocorsi@gmail.com>
2020-08-03 21:47:06 -04:00
Elisabeth Kulzer
c2cfbb77c9
Fix merge conflicts i18n ( #4624 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Translated using Weblate (Turkish)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Translated using Weblate (Turkish)
Currently translated at 99.3% (627 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Romanian)
Currently translated at 98.7% (623 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
Translated using Weblate (Polish)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pl/
Translated using Weblate (Korean)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.0% (625 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
Translated using Weblate (Ukrainian)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (Italian)
Currently translated at 99.3% (627 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
Translated using Weblate (Dutch)
Currently translated at 99.3% (627 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Translated using Weblate (German)
Currently translated at 98.7% (623 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (French)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
* Translated using Weblate (Russian)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Italian)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
* Translated using Weblate (Korean)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: Mattermost Weblate Notify Bot <dev-ops@mattermost.com>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: mlongo <m.longo@metalsistem.com>
Co-authored-by: Viorel-Cosmin Miron <cosmin@uhlhost.net>
Co-authored-by: Changho Park <pch4463@gmail.com>
Co-authored-by: rodrigocorsi <rodrigocorsi@gmail.com>
2020-07-30 17:30:20 +02:00
Weblate (bot)
41f334ecc5
Translations update from Weblate ( #4598 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Translated using Weblate (Turkish)
Currently translated at 99.3% (627 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Romanian)
Currently translated at 98.7% (623 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
Translated using Weblate (Polish)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pl/
Translated using Weblate (Korean)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.0% (625 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
Translated using Weblate (Ukrainian)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (Italian)
Currently translated at 99.3% (627 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
Translated using Weblate (Dutch)
Currently translated at 99.3% (627 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Japanese)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Translated using Weblate (German)
Currently translated at 98.7% (623 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (French)
Currently translated at 98.4% (621 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
* Translated using Weblate (Russian)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: Mattermost Weblate Notify Bot <dev-ops@mattermost.com>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
2020-07-27 11:14:36 -04:00
Elias Nahum
a99e938e9c
MM-26817 Upgrade to RN 0.63 ( #4566 )
...
* Upgrade to RN 0.63
* Bump to RN 0.63.1
* Fix RN patch
* Use JSC Intl version
* Update android/app/build.gradle
Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
* Fix Android external storage permission
* Fix emoji imageUrl when no server url is present
* Patch react-native-image-picker
* Allow to post attachment only messages
Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
2020-07-20 18:08:11 -04:00
Weblate (bot)
c38eb2aaab
Translated using Weblate (Chinese (Traditional)) ( #4591 )
...
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hant/
Co-authored-by: Chikei <chikei@gmail.com>
2020-07-20 14:19:01 -04:00
Weblate (bot)
32f5d25665
Translated using Weblate (Russian) ( #4588 )
...
Currently translated at 100.0% (631 of 631 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
2020-07-20 13:55:12 -04:00
Weblate (bot)
213052727a
Translations update from Weblate ( #4559 )
...
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (623 of 623 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (623 of 623 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (626 of 626 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (Dutch)
Currently translated at 100.0% (623 of 623 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (626 of 626 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Translated using Weblate (Turkish)
Currently translated at 100.0% (623 of 623 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Spanish)
Currently translated at 100.0% (623 of 623 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Russian)
Currently translated at 100.0% (626 of 626 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.3% (622 of 626 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Italian)
Currently translated at 100.0% (626 of 626 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (626 of 626 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
Co-authored-by: rodrigocorsi <rodrigocorsi@gmail.com>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: mlongo <m.longo@metalsistem.com>
2020-07-17 12:19:56 -04:00
Hossein Ahmadian-Yazdi
22d77689f7
[MM 23785] Show confirmation dialogue when mention groups 2 ( #4548 )
...
* Show Confirmation Dialogue WIP First Commit
Show Confirmation Dialogue WIP Second Commit
refactoring according to comments
refactor code according to comments
Fix linting problems
add i18n strings
Update regex pattern
add test and make fixes
fix message not submitting
Fix linting
fix index.js
fix conflicts
address PR comments
address PR comments
single dispatch
Address PR comments
add test
* Show Confirmation Dialogue WIP First Commit
Show Confirmation Dialogue WIP Second Commit
refactoring according to comments
refactor code according to comments
Fix linting problems
add i18n strings
Update regex pattern
add test and make fixes
fix message not submitting
Fix linting
fix index.js
fix conflicts
address PR comments
address PR comments
single dispatch
Address PR comments
add test
* make some changes
* fix test failures
* Address PR comments
* Update app/mm-redux/types/channels.ts
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/mm-redux/selectors/entities/channels.ts
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/mm-redux/selectors/entities/channels.test.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/constants/autocomplete.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Address PR comments
* make group mention mapping its own function
* Address PR comments
* Update app/components/post_draft/post_draft.js
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Merge branch 'master' of https://github.com/mattermost/mattermost-mobile into MM-23785-ShowConfirmationDialogue-2
* Merge branch 'master' into MM-23785-ShowConfirmationDialogue-2
* Address MM-26987
* Retrieve group information on mount RN: Group Mention confirmation prompt not shown on default channel load
* Update Regex to fix MM-26976
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2020-07-17 12:15:01 -04:00
Elias Nahum
0ad62ced40
MM-26744 in-prompt for end users if server is unsupported ( #4565 )
2020-07-15 11:17:55 -04:00
Weblate (bot)
adcca4e501
Translations update from Weblate ( #4554 )
...
* Added translation using Weblate (Belarusian)
Added translation using Weblate (Arabic)
Added translation using Weblate (Swedish)
Added translation using Weblate (Amharic)
* Translated using Weblate (Swedish)
Currently translated at 38.2% (237 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/sv/
* Translated using Weblate (Korean)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Russian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Swedish)
Currently translated at 38.2% (237 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/sv/
* Translated using Weblate (Arabic)
Currently translated at 9.1% (57 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ar/
* Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (German)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (Spanish)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Ukrainian)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (German)
Currently translated at 99.6% (618 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (German)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (Dutch)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Deleted translation using Weblate (Swedish)
Deleted translation using Weblate (Malayalam)
Deleted translation using Weblate (Arabic)
Deleted translation using Weblate (Amharic)
Deleted translation using Weblate (Belarusian)
Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
* Translated using Weblate (German)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (German)
Currently translated at 99.8% (621 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Spanish)
Currently translated at 99.8% (621 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (French)
Currently translated at 99.5% (619 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
* Translated using Weblate (Italian)
Currently translated at 99.8% (621 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Japanese)
Currently translated at 99.8% (621 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
* Translated using Weblate (Korean)
Currently translated at 99.5% (619 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Dutch)
Currently translated at 99.8% (621 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Polish)
Currently translated at 99.5% (619 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pl/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (621 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Romanian)
Currently translated at 99.8% (621 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
* Translated using Weblate (Russian)
Currently translated at 99.8% (621 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Turkish)
Currently translated at 99.8% (621 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Ukrainian)
Currently translated at 99.5% (619 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 99.8% (621 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Chinese (Traditional))
Currently translated at 99.5% (619 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hant/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (622 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (622 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Russian)
Currently translated at 100.0% (622 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (622 of 622 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
Co-authored-by: Elisabeth Kulzer <elisabeth.kulzer@mattermost.com>
Co-authored-by: majo <martinjohnson@tele2.se>
Co-authored-by: avasconcelos114 <andre.onogoro@gmail.com>
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: majdy <majdydaood@gmail.com>
Co-authored-by: mlongo <m.longo@metalsistem.com>
Co-authored-by: ctlaltdieliet38cb457c2b4c4eb2 <github3@controlaltdieliet.be>
Co-authored-by: dantepippi <dantepippi@gmail.com>
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: Viorel-Cosmin Miron <cosmin@uhlhost.net>
Co-authored-by: Tim Estermann <tim@estermann.biz>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: rodrigocorsi <rodrigocorsi@gmail.com>
2020-07-10 14:11:54 +02:00
Miguel Alatzar
f79f9dc697
[MM-23761] [MM-25766] Add "More Messages" button ( #4526 )
...
* Add more messages button
* Update existing tests
* Various fixes:
* Use viewAreaCoveragePercentThreshold over itemVisiblePercentThreshold
* Remove currentUserId check when adding New Message line to postIds and
instead update the channel last viewed time when an own post is received
* Update snapshots
* Add showMoreMessagesButton prop and default to false
* Android fixes
* Add tests
* Localize more messages text
* Use FormattedText
* i18 extract
* Style fixes
* Account for network indicator
* Fix for failing tests
* Various fixes:
* Set the unreadMessageCount when POST_UNREAD_SUCCESS is dispatched
with a positive deltaMsgs
* Hide the more messages button when the unread count decreases or
when the new message line is removed shortly after loading the
channel
* No need for POST_UNREAD_SUCCESS if we manually call onViewableItemsChanged
* Reset unread count if current channel on channel mount
* Animate text opacity
* Compare indeces to determine when scrolling has ended
* Fix opacity animation trigger
* try with scrolling to the last rendered item
* Add onScrollEndIndex
* Improve animations
* Don't track moreCount in state
* Use moreText over prevNewMessageLineIndex to determine firstPage
* Update intl message format and call cancel in componentDidUpdate when needed
* Fix intl format
* Remove opacity animation and countText
* Fix pressed not being reset
* No need to separate intl func
* Return after resetting
* Fix accidental removal of setState call
* Reset pressed when newLineMessageIndex changes
* Use default windowSize and lower POST_CHUNK_SIZE and delays
* Queue a cancel timer that gets cleared only when the newMessageLineIndex changes
* Define uncancel func
* Increase cancelTimer delay
* Subtract read posts from unread count and account for retry indicator
* Add retry bar indicator tests
* Use props.unreadCount
* Fix handling of newMessageLineIndex change
* Fix handling of newMessageLineIndex change take 2
* Fix handling of newMessageLineIndex change take 3
* Use 'native' TouchableWithFeedback with dark overlay
* Fix handling of manually unread
* Update chunk and window sizes
* Fix hsl
* Update text only when newMessageLineIndex/endIndex is reached
* Don't delay cancel if when no more unreads
* Fixes for when opening the app
* No need to process viewableItems when unreadCount is 0
* Remove line
* Don't show if unreadCount is 0
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2020-07-09 13:30:30 -07:00
Elisabeth Kulzer
23758fe491
Fix i18n merge conflicts with weblate ( #4552 )
...
* Added translation using Weblate (Belarusian)
Added translation using Weblate (Arabic)
Added translation using Weblate (Swedish)
Added translation using Weblate (Amharic)
* Translated using Weblate (Swedish)
Currently translated at 38.2% (237 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/sv/
* Translated using Weblate (Korean)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Russian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Swedish)
Currently translated at 38.2% (237 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/sv/
* Translated using Weblate (Arabic)
Currently translated at 9.1% (57 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ar/
* Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (German)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (Spanish)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Ukrainian)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (German)
Currently translated at 99.6% (618 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (German)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (Dutch)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Deleted translation using Weblate (Swedish)
Deleted translation using Weblate (Malayalam)
Deleted translation using Weblate (Arabic)
Deleted translation using Weblate (Amharic)
Deleted translation using Weblate (Belarusian)
Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
* Translated using Weblate (German)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
Co-authored-by: Elisabeth Kulzer <elisabeth.kulzer@mattermost.com>
Co-authored-by: majo <martinjohnson@tele2.se>
Co-authored-by: avasconcelos114 <andre.onogoro@gmail.com>
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: majdy <majdydaood@gmail.com>
Co-authored-by: mlongo <m.longo@metalsistem.com>
Co-authored-by: ctlaltdieliet38cb457c2b4c4eb2 <github3@controlaltdieliet.be>
Co-authored-by: dantepippi <dantepippi@gmail.com>
Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: Viorel-Cosmin Miron <cosmin@uhlhost.net>
Co-authored-by: Tim Estermann <tim@estermann.biz>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: rodrigocorsi <rodrigocorsi@gmail.com>
2020-07-09 17:01:59 +02:00
sowmiyamuthuraman
e754e861a2
Show toast when pressing back button on channel screen ( #4384 )
...
* MM-24328: Show Press again to exit toast when back button on Channel screeen is pressed.
* Fix feedbacks.
* Handle back press only for the Channel screen.
* MM-24328: Add a back press handler to share activity.
* Update the toast message as Press back again to exit.
2020-07-08 18:01:13 -04:00
Weblate (bot)
c2b9ff3c7c
Translations update from Weblate ( #4506 )
...
* Added translation using Weblate (Belarusian)
Added translation using Weblate (Arabic)
Added translation using Weblate (Swedish)
Added translation using Weblate (Amharic)
* Translated using Weblate (Swedish)
Currently translated at 38.2% (237 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/sv/
* Translated using Weblate (Korean)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Russian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Turkish)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Swedish)
Currently translated at 38.2% (237 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/sv/
* Translated using Weblate (Arabic)
Currently translated at 9.1% (57 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ar/
* Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Dutch)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (German)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (Spanish)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (German)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
Translated using Weblate (Dutch)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Deleted translation using Weblate (Swedish)
Deleted translation using Weblate (Malayalam)
Deleted translation using Weblate (Arabic)
Deleted translation using Weblate (Amharic)
Deleted translation using Weblate (Belarusian)
Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Italian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (Romanian)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
* Translated using Weblate (German)
Currently translated at 99.3% (616 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Japanese)
Currently translated at 100.0% (620 of 620 strings)
Translation: mattermost-languages-shipped/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Co-authored-by: Elisabeth Kulzer <elisabeth.kulzer@mattermost.com>
Co-authored-by: majo <martinjohnson@tele2.se>
Co-authored-by: avasconcelos114 <andre.onogoro@gmail.com>
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: majdy <majdydaood@gmail.com>
Co-authored-by: mlongo <m.longo@metalsistem.com>
Co-authored-by: ctlaltdieliet38cb457c2b4c4eb2 <github3@controlaltdieliet.be>
Co-authored-by: dantepippi <dantepippi@gmail.com>
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: Viorel-Cosmin Miron <cosmin@uhlhost.net>
Co-authored-by: Tim Estermann <tim@estermann.biz>
Co-authored-by: kaakaa <stooner.hoe@gmail.com>
2020-07-08 19:10:24 +02:00
Hossein Ahmadian-Yazdi
b6eb3b9349
[MM-23158] Group Mentions & Invites - Display group mentions in suggestions list in the main channel textbox ( #4118 )
...
* groups in group mention
* fix sorting issues
* address PR comments
* fix tests
* Update groups.ts
* fix nock
* fix translations
* Adding test
* fix linting
* update redux functions
* Add license check
* adddress PR comments
* remove lodash import
* fix lint problems
* revert package.json changes
* Address PR comments
* address PR comments
* fix naming
* address PR comments
* address PR comments
* Address comments found in second PR
* getAllGroups updated
* address PR comments
* Update app/mm-redux/utils/group_utils.ts
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* revert change
* remove unneeded actions
* Use correct server version
* MM-26631: Fix order of group displaying
* MM-26633: Fix group mentions not showing up in group constrained team
* MM-26636: Group mentions not updating when role updates
* MM-26637: Group name not updating right away
* Address PR comments
* TRY AND catch
* address PR comments
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2020-07-08 07:31:58 -04:00
Elisabeth Kulzer
57719d7dcc
Resolved conflicts.
2020-06-27 10:36:08 +02:00
Elias Nahum
56c593d36c
MM-25946 prompt sys admins if they are running server versions below 5.19 ( #4488 )
...
* MM-25946 prompt sys admins if they are running server versions below 5.19
* Update alert message
* Change alert buttons
2020-06-26 15:58:37 -04:00
Anonymous
db667eb5c5
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
2020-06-26 21:04:55 +02:00
Weblate (bot)
3f76ee04b2
Translations update from Weblate ( #4464 )
...
* Translated using Weblate (Turkish)
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
* Translated using Weblate (Romanian)
Currently translated at 85.2% (526 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
* Translated using Weblate (Russian)
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (Spanish)
Currently translated at 85.0% (525 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Italian)
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
* Translated using Weblate (German)
Currently translated at 85.0% (525 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Portuguese (Brazil))
Currently translated at 86.2% (532 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
* Translated using Weblate (Dutch)
Currently translated at 85.2% (526 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
* Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
* Added translation using Weblate (Malayalam)
* Translated using Weblate (German)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Polish)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pl/
Translated using Weblate (Japanese)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Translated using Weblate (Spanish)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
Translated using Weblate (Romanian)
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
Translated using Weblate (Ukrainian)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (French)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hant/
Translated using Weblate (Korean)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
Translated using Weblate (Dutch)
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (German)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Italian)
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
Co-authored-by: Kaya Zeren <kayazeren@gmail.com>
Co-authored-by: Viorel-Cosmin Miron <cosmin@uhlhost.net>
Co-authored-by: aeomin <lin@aeomin.net>
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
Co-authored-by: elias <elias@mattermost.com>
Co-authored-by: mlongo <m.longo@metalsistem.com>
Co-authored-by: Gregory Stock <gregory.stock@gmx.de>
Co-authored-by: rodrigocorsi <rodrigocorsi@gmail.com>
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: meilon <the-fr3ak@gmx.net>
Co-authored-by: Elisabeth Kulzer <elisabeth.kulzer@mattermost.com>
2020-06-25 16:36:28 +02:00
mlongo
3a5719b959
Translated using Weblate (Italian)
...
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
2020-06-24 16:37:30 +02:00
Elisabeth Kulzer
dc57ef3aee
Translated using Weblate (Polish)
...
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pl/
Translated using Weblate (Japanese)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Translated using Weblate (Spanish)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
Translated using Weblate (Romanian)
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
Translated using Weblate (Ukrainian)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (French)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
Translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hant/
Translated using Weblate (Korean)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
Translated using Weblate (Dutch)
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
Translated using Weblate (German)
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
2020-06-24 16:37:30 +02:00
meilon
3d96cd8b7b
Translated using Weblate (German)
...
Currently translated at 99.8% (616 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
2020-06-24 16:37:29 +02:00
Weblate
6a297b3e2f
Added translation using Weblate (Malayalam)
2020-06-24 16:37:28 +02:00
Hosted Weblate
30ca3d1dff
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
2020-06-24 16:37:28 +02:00
Tom De Moor
d6c748548b
Translated using Weblate (Dutch)
...
Currently translated at 85.2% (526 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
2020-06-24 16:37:28 +02:00
rodrigocorsi
3c79b2924f
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 86.2% (532 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
2020-06-24 16:37:27 +02:00
Gregory Stock
94a520576d
Translated using Weblate (German)
...
Currently translated at 85.0% (525 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
2020-06-24 16:37:27 +02:00
mlongo
8fa1bc5e55
Translated using Weblate (Italian)
...
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
2020-06-24 16:37:27 +02:00
elias
65bed8b849
Translated using Weblate (Spanish)
...
Currently translated at 85.0% (525 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
2020-06-24 16:37:26 +02:00
Alexey Napalkov
af1c5e9601
Translated using Weblate (Russian)
...
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
Translated using Weblate (Russian)
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
2020-06-24 16:37:26 +02:00
aeomin
c28dd78d04
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
2020-06-24 16:37:26 +02:00
Viorel-Cosmin Miron
640e73f0a5
Translated using Weblate (Romanian)
...
Currently translated at 85.2% (526 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
2020-06-24 16:37:25 +02:00
Kaya Zeren
46db6065d7
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (617 of 617 strings)
Translation: mattermost/mattermost-mobile_master
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
2020-06-24 16:37:25 +02:00
Amit Uttam
446f95ff6b
MM-21368 Notify user when editing message that's too long ( #4371 )
...
* MM-21368 Notify user when editing message that's too long
* Disable 'Save' button to prevent edits from being posted
* Display error message specific to the message size and allows max, instead of the current, default "Invalid Message" error.
* Split message length error into text (left justified) and counts (right justified)
UX guidance from PR review
* UX Review: Wrap for longer error text + spacing adjustment
* UX Review: Align split messages to top + add spacing in-between
* UX Review: Align error message box padding with content
2020-06-10 13:01:40 -03:00
Elias Nahum
012eb08fde
Fix infinite skeleton in different use cases and do not scroll to messages already seen ( #4304 )
...
* Fix infinite skeleton in different use cases
* Apply suggestions from code review
Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
* Update app/utils/teams.js
Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
2020-05-19 18:54:34 -04:00
Elias Nahum
d3a6e166ad
MM-15758 Update dependencies including Fastlane ( #4272 )
...
* Update dependencies including Fastlane and disable Flipper on iOS
* Remove EventEmitter for previous doc-viewer
* Fix android crash when setting more channels buttons
* Downgrade fuse.js
* Upgrade deps to latest
* Update Podfile.lock
* Downgrade RNN to 6.4.0
* QA Review #2
* Upgrade fuse.js to 6.0.0
2020-05-18 11:24:47 -07:00
Elias Nahum
36e55c95a2
MM-23570 Migrate from Segment to Rudder ( #4293 )
...
* Replace Segment with Rudder (ios not working)
* Update @assets reference and fix tests
2020-05-13 16:54:07 -04:00
Amit Uttam
ee5d336190
[MM-18642] Notify on server certificate trust problems when connecting ( #4282 )
...
* MM-18642 Notify user on server certificate trust problems
Presents a new alert specific to SSL connection/certificate trouble on the server, when pinging.
* Change Alert title (PR review)
2020-05-08 19:58:43 -07:00
Andre Vasconcelos
d03d504d00
MM-14038 Access recent reactions from the long press menu ( #4058 )
...
* WIP: Implementing quick reaction functionality
* Making closing animations smoother
- Added haptic feedback + timeouts for a smooth flow
* Fixing clipping of post options on android
* updating snapshots
* Refactoring code & fixing styles
- Fixed paddings element sizes to comply with design specs
- Replaced reaction image to one with a higher resolution
- Made sizes of emojis to be conditional on deviceWidth
* Apply suggestions from code review
* Adding component to avoid extra re-renders
* Refactoring function call in reaction_button
Am ashamed i didn't catch this before pushing the rest
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2020-04-01 12:56:49 -07:00
Elias Nahum
50fc7d6896
Remove ExperimentalUsernamePressIsMention build time feature ( #3993 )
2020-03-13 10:54:19 -07:00
Hossein Ahmadian-Yazdi
ff4a771a92
[MM-22687] Update Android downloader ( #3970 )
...
* update android downloader
* update en.json
2020-02-27 12:46:54 -05:00
Allen Lai
3e2fc1bc67
[MM-20804] Add "Unarchive Channel" option to the channel info screen ( #3663 )
...
* undelete
* fix build
* change let to const
* ran make i18n
* small refactor
* using canUndelete var
* added render message
* fix bug
* sync
* remove duplicate
* fix test
* add unit test for unarchive channel button render
* fix unit test for unarchive channel
* delete space
* change logic in undelete
* add server minimum for feature
* fix renderunarchive test with adding props variables
* snpashot wasnt matching. fixed by adding to base prop
* return early if false
* change position and color for unarchive button
* refactor handle delete undelete leave
* move serverversion call up
* undelete to unarchive
* remove unnecessary seperator
* hash
* Update app/screens/channel_info/index.js
Co-Authored-By: Elias Nahum <nahumhbl@gmail.com>
* delete canuseunarchive feature
* add test to render sys message
* remote 'w' in package.json
* add trailing comma
* update redux hash
* whitespace in test
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2020-02-26 21:02:28 -03:00
Nev Angelova
a971e6820b
[MM-22129] - Change "Copy Permalink" text in post options menu ( #3950 )
2020-02-23 22:37:46 +02:00
Amit Uttam
a17b534916
[MM-22344] Remove ChannelPeek ( #3894 )
...
Introduced large number of unnecessary re-renders when opening channels, and ideally should not be a part of the channel switching/opening code path. Although this was discovered while trying to investigate an [Android-specific issue](https://mattermost.atlassian.net/browse/MM-22253 ), this extra code path made it difficult to see what Android is potentially doing differently than iOS.
Functionality originally introduced in #1203 .
Conversation for removal is [here](https://community.mattermost.com/core/pl/hfcogf6pr7rw8k3ryq14c69c7e )
2020-02-06 22:42:35 -03:00
Amit Uttam
36c7cf4014
MM-21723 Handle deep link errors to inaccessible teams, channels & permalinks ( #3815 )
...
* Consolidated error handling for a user's reachable teams.
* Consolidated error handling for a user's reachable channels.
2020-01-21 14:43:24 -03:00
Amit Uttam
ef0274cad8
[MM-16263] UI/UX Improvements to the mobile post draft area ( #3807 )
...
* Adding base button functionality
Moving file upload previews to be under textbox
* Ensuring textbox is scrollable when in landscape mode
* Updated image picker to use mixed camera option
* Added unit tests, fixed other tests affected by dependency update
* Updated patch for react-native-image-picker to 1.1.0
* Fixing incorrect import of DocumentPicker
* MM-20989: Ensuring keyboard doesn't dismiss while submitting post (#3758 )
* Ensuring keyboard doesn't dismiss while submitting post
* Update snapshot
* Preventing the @ icon from being repeatedly tappable (#3777 )
* Fix snapshot from merge
* MM-21736 Select/Take images and videos for Android
* MM-21737 Fix attachment error message position on iOS
* Remove FileUploadPreview from the iOS Thread screen
* Fix android camera permissions
* Fix post input box sizing and disable scrollview
* Fix iOS photo gallery videos
Co-authored-by: Andre Vasconcelos <andre.onogoro@gmail.com>
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2020-01-16 22:17:03 -03:00
Amit Uttam
f3b0e4aa28
MM-21068 Notify when attempting to enter private channel/group via explicit link ( #3759 )
2020-01-13 20:57:06 -07:00
Amit Uttam
a5330bc08f
MM-21369 Require server/site URL for deep links ( #3770 )
...
**Old (only worked without serverURL or siteURL)**
Beta
* `mattermost-beta://<teamname>/channels/<channelname>`
* `mattermost-beta://<teamname>/pl/<permalinkID>`
Release
* `mattermost-mobile://<teamname>/channels/<channelname>`
* `mattermost-mobile://<teamname>/pl/<permalinkID>`
**New working deep link patterns**
Beta
* `mattermost-beta://<server-or-site-URL><teamname>/channels/<channelname>`
* `mattermost-beta://<server-or-site-URL><teamname>/pl/<permalinkID>`
* `mattermost-beta://https://<server-or-site-URL><teamname>/channels/<channelname>`
* `mattermost-beta://https://<server-or-site-URL><teamname>/pl/<permalinkID>`
Note: Transport protocol (http, https, etc.) is optional.
Release
* `mattermost-mobile://<server-or-site-URL><teamname>/channels/<channelname>`
* `mattermost-mobile://<server-or-site-URL><teamname>/pl/<permalinkID>`
* `mattermost-mobile://https://<server-or-site-URL><teamname>/channels/<channelname>`
* `mattermost-mobile://https://<server-or-site-URL><teamname>/pl/<permalinkID>`
Note: Transport protocol (http, https, etc.) is optional.
2020-01-13 16:28:14 -03:00
Chris Dobson
ce53a7ac29
MM-18571: Include self user in autocomplete ( #3761 )
...
* Include current user in search
* Removed unused parameters
* Include new text in i18n
* Update autocomplete tests to include current user
* Use FormattedText
* Update app/selectors/autocomplete.test.js
Co-Authored-By: Miguel Alatzar <migbot@users.noreply.github.com>
Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
2020-01-09 19:47:40 +08:00
Miguel Alatzar
7733a714de
Show alert when not a member of a team ( #3784 )
2020-01-09 18:31:28 +08:00
CJ
907dce3cda
MM-20949 Updated verbiage for profile image error ( #3768 )
...
* MM-20949 Updated verbiage for profile image error
* Updated commit
2020-01-07 21:16:13 -05:00
CJ
aa03f1cd1c
Updated localization items ( #3638 )
...
Updated the i18n and default messages for the network failure and entire channel message alert.
2019-12-03 21:53:55 +08:00
Harrison Healey
d140edf78e
MM-20228 Update Mark as Unread menu option text ( #3634 )
2019-11-30 14:13:51 -03:00
Elias Nahum
e8cd6dad73
MM-19896 Correct helper text on Email Notifications ( #3614 )
2019-11-28 10:23:30 +01:00
Elias Nahum
80d4119dbe
Android release launch screen ( #3609 )
2019-11-26 23:39:34 -05:00
Harrison Healey
725e9a6985
Merge branch 'master' into mark-as-unread
2019-11-18 17:21:42 -05:00
Valentijn Nieman
759d1ce86d
MM-19337 Enable users to view archived channels ( #3514 )
...
* Archived channels dropdown in more channels modal
* Rename redux actions for archived channels
* Fixed tests and updated snapshots
* Unit test for search in more_channels
* Use translation for dropdown label
* Minimum server requirement for dropdown
* Use BottomSheet instead of Picker component
* loadPublicAndArchivedChannels action instead of separate channel get actions
* Add styles to StyleSheet
* Update mattermost-redux hash
* Update mattermost-redux hash
* Default case for switching channels dropdown
* Improve imports in more_channels.js component
* Fix typo in import
* Add padding to dropdown if landscape
* Update snapshot
* Page counter for public and archive channels
* Updated mattermost-redux commit hash
* Bottom sheet title for ios
* i18n-extract for new showArchived and showPublic strings
* Update mattermost-redux commit hash to latest master
2019-11-18 22:38:30 +08:00
Amit Uttam
66a6e5c932
[MM-10813] Design update for Post attachments ( #3511 )
...
* [MM-10813] Design update for Post attachments
Fixes https://github.com/mattermost/mattermost-server/issues/12841
* Updated visual treatment for Post attachments (images, documents, videos)
* Grouped image attachments, expanding to fit Post width dimension
* Itemized listing of non-image attachments
* Special handling of "small" image attachments (<48 point width/height)
* Set attachment post width to max width of portrait orientation
Accounts for post display offset and extra spacing used for rendering post replies.
* Use available Post real estate: flex: 1 instead of width 100%
* Image spacing responsibility: AttachmentList -> AttachmentImage
* Fit download progress circle correctly over new attachment icons
* Layers progress circle over the icon, rather than under.
* Uses offset constant as far as possible, rather than fixed point spaces.
* Refactor props and 'more' counting for image file attachment(s)
* Implement conditional gutter between image attachments
Flex's `justifyContent: space-between` won't work in this case because of the use of `absoluteFill` and `paddingBottom: 100%` in the box placeholder for an image attachment to auto-fill *all* available flex space.
* Additional snapshots for Post file attachment scenarios
* Use new 'text' icon for text files (.txt, .rtf)
Depends on https://github.com/mattermost/mattermost-redux/pull/979
Even without the change to mattermost-redux above, text files will default to pre-existing "code" icon.
* Set file attachment icon background to theme
Default to transparent. Override if explicitly specified.
* Treat animated GIFs as images when auto-adjusting attachment width
* Fix images layout, progressive image margins, and gallery for images and videos
* fix on iPad (splitview, permanent sidebar) card types and image sizes
* Add all files back to the gallery
2019-11-15 22:41:09 -05:00
Harrison Healey
bf68a33bab
Merge branch 'master' into mark-as-unread
2019-10-29 10:00:22 -04:00
Amit Uttam
0f3728a185
MM-13413 Make user names in system messages tappable ( #3376 )
...
Opens profile pop-over for:
* User changed channel purpose
* User changed channel name
* User changed channel header
* User archived channel
2019-10-26 10:25:53 +03:00
Elias Nahum
ee2a25df84
Fix iOS crash when pasting large images and included other file types ( #3424 )
...
* Fix iOS crash when pasting large images and included other file types
* Rename pasteImages to pasteFiles and fix copying heic images
* remove comment
* Feedback review
2019-10-24 20:41:38 +03:00
Harrison Healey
c27e96579f
Merge branch 'master' into mark-as-unread
2019-10-23 17:25:48 -04:00
Miguel Alatzar
5e5d3abd79
[MM-17145] [MM-18947] [MM-17110] [MM-14926] [MM-18646] Use patched v2.0.6 of react-native-notifications and fix Android badge number ( #3382 )
...
* Refactor custom push notification code
* Use react-native-notifications 2.0.6 and patch for scheduled notifs
* Fix patch
* iOS changes
* Fix delete
* Fix setting of badge number on Android
* Undo Reflect removal
* Undo removal of didReceiveRemoteNotification
* Use min importance for push notifs received while app is active
* Correctly set badge number after push notificaiton reply
* Fix tests
* Localize reply action text
* Add getDeliveredNotifications
* Fix identifier check and failing test
* Fix local push notif test for Android > 9
2019-10-22 21:18:59 +03:00
Bryan Culver
4f1211a586
MM-19328 | Add accessibility label to channel drawer button. ( #3448 )
...
* MM-19328 | Add accessibility label to channel drawer button.
* MM-19328 | Add accessibility hint and role to channel drawer button.
2019-10-21 23:01:17 +03:00