Elias Nahum
dfbeef9fab
Bump version build 1.49.1 build 386 ( #6003 )
...
* Bump app version number to 1.49.1
* Bump app build number to 386
2022-02-23 16:00:57 -03:00
Elias Nahum
3e5b6a31f7
Fix Android file preview ( #5992 )
2022-02-21 22:08:34 -03:00
Mylon Suren
b7a98dead9
[MM-39149] Only close sidebar when custom status is set successfully ( #5988 )
2022-02-21 08:24:04 -03:00
dependabot[bot]
dfbaa55e11
Bump url-parse from 1.5.4 to 1.5.6 ( #5989 )
2022-02-19 13:36:17 -03:00
Cees Jol
ca89c57873
Fix typo ( #5981 )
2022-02-17 10:29:12 -03:00
Elias Nahum
b0b4e55f21
Make iOS notifications compatible with background fetch ( #5969 )
2022-02-16 22:58:01 -03:00
Elias Nahum
f929bf9b3a
Bump app build number to 385 ( #5975 )
2022-02-15 21:47:54 -03:00
Elias Nahum
cef3295420
Fix when SVG uri does not return data in the url ( #5973 )
2022-02-15 21:32:28 -03:00
Elias Nahum
a05cfe7908
Bump app build number to 384 ( #5970 )
2022-02-15 09:33:20 -03:00
dependabot[bot]
242e299e6d
Bump follow-redirects from 1.14.7 to 1.14.8 in /detox ( #5968 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 08:45:13 -03:00
Spiros Economakis
c72c9c796c
Merge pull request #5967 from weblate/weblate-mattermost-mattermost-mobile_master
...
Translations update from Mattermost Weblate
2022-02-15 10:26:09 +02:00
Tóth Csaba // Online ERP Hungary Kft
5fbdd2bd4b
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (779 of 779 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/hu/
2022-02-15 09:14:11 +01:00
Claudio Costa
b073ba1d45
Keep audio on when app is on background ( #5959 )
2022-02-14 22:00:32 +01:00
Spiros Economakis
e2ac194a19
Merge pull request #5961 from weblate/weblate-mattermost-mattermost-mobile_master
...
Translations update from Mattermost Weblate
2022-02-14 20:34:11 +02:00
Nathanaël
ef351b6afd
Translated using Weblate (French)
...
Currently translated at 100.0% (779 of 779 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
2022-02-12 01:01:06 +01:00
Manoj Malik
9694977504
Fixed a bug and added support for release status while uploading build to Google Play store ( #5947 )
2022-02-09 13:55:54 -03:00
Elias Nahum
b1b43ef000
Fastlane upload_file_to_s3 to use all files that match the extension ( #5941 )
2022-02-08 08:23:30 -03:00
Manoj Malik
f2db547d78
Added the support for submitting Android app bundle to Google Play ( #5932 )
...
* Added the support for submitting Android app bundle to Google Play
* Review fix: Added aab_filename instead of file_path in supply call
2022-02-08 08:23:06 -03:00
Hosted Weblate
7d442d3f72
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
2022-02-08 09:08:00 +01:00
Elias Nahum
1694023299
Version 1.49 Build 383 ( #5938 )
...
* Bump app version number to 1.49.0
* Bump app build number to 383
2022-02-07 18:05:36 -03:00
Elias Nahum
4dc164a679
Gracefully handle different x-version-id being reported ( #5927 )
...
* Gracefully handle different x-version-id being reported
* feedback review
* Fix access to general entities
2022-02-07 17:51:47 -03:00
Anurag Shivarathri
b3283ec9cf
MM-37517 Thread permalink ( #5758 )
...
* Thread permalink fix
* Reverted and implemented solution by updating the props
* fix TS on selectors/entities/posts.ts
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-02-03 12:48:43 -03:00
Amy Blais
990767d160
Update NOTICE.txt ( #5923 )
2022-02-03 08:44:09 -03:00
Elias Nahum
5ea470a235
V1 dependencies and bump to RN 0.67.2 ( #5908 )
...
* update dependencies
* eslint fixes
* Upgrade to RN 67
* update other deps
* Update to RN 0.67.2
* fix Android build (mmkv)
* Fix crash when root message is deleted from the thread screen
* Fix gif emoji playing at high speed on iOS ProMotion capable devices
2022-02-02 15:28:57 -03:00
Manoj Malik
62258b5d64
Added the functionality to create .aab file along with .apk file ( #5884 )
...
* Added the functionality to create .aab file along with .apk file
* Added the logic to decide the type of Android build based on env var
Added .aab in .gitignore file
Added env var in the env_vars_example file
* Review fixes: Changed the name and type of env var along with some refactoring
* Update fastlane/env_vars_example
Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>
Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>
2022-02-01 08:50:53 -03:00
Hosted Weblate
abe2cefb61
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile
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
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
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
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
2022-02-01 12:16:42 +01:00
dependabot[bot]
1ec2b6a27d
Bump node-fetch from 2.6.5 to 2.6.7 ( #5915 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.5 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.5...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-28 09:46:30 -03:00
dependabot[bot]
6eb161c4c2
Bump shelljs from 0.8.4 to 0.8.5 ( #5914 )
...
Bumps [shelljs](https://github.com/shelljs/shelljs ) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases )
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5 )
---
updated-dependencies:
- dependency-name: shelljs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-28 09:45:24 -03:00
Ossi Väänänen
7bed1172c5
Add scorecards analysis ( #5917 )
...
Github Action for Scorecard
https://github.com/ossf/scorecard
The Scorecard provides a (somewhat opinionated) view on the security posture of the repository -- we (the product security team) would like to adopt this on our key repositories to identify possible security improvements
2022-01-28 09:43:39 -03:00
Claudio Costa
2267f0a408
Update Calls ( #5875 )
...
* Fix adding tracks
* Use server websocket handler to do signaling
* Start using react-native-webrtc fork to fix track issues
* Update deps lock files
* Use ICE servers list from config if present
* Properly replace voice track
* Remove translations
* Use DeviceEventEmitter to handle voice events
* Fix bad checksum
* Restore non-english translations to avoid conflicts
* Address review
* Remove flaky integrity
* Improve state handling
* Update snapshots and tests
* Update call connecting logic
* Fix permissions check
2022-01-27 08:19:26 +01:00
Carlos Tadeu Panato Junior
c06a24c1ce
Merge pull request #5911 from weblate/weblate-mattermost-mattermost-mobile_master
...
Translations update from Mattermost Weblate
2022-01-26 11:29:47 +01:00
aeomin
08ca6fd4c1
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 98.7% (796 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
2022-01-26 07:57:30 +01:00
Kaya Zeren
34b5dca4ff
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
2022-01-26 07:57:29 +01:00
Maksim Matveev
dccae0ea11
Translated using Weblate (Russian)
...
Currently translated at 98.7% (796 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
2022-01-26 07:57:29 +01:00
Hosted Weblate
d4ea321da0
Update translation files
...
Updated by "Remove blank strings" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
Update translation files
Updated by "Remove blank strings" hook in Weblate.
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
2022-01-26 07:57:29 +01:00
aeomin
2780b83b78
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 96.5% (778 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
2022-01-26 07:57:29 +01:00
Anonymous
984658b79f
Translated using Weblate (Bulgarian)
...
Currently translated at 93.3% (752 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/bg/
Translated using Weblate (Chinese (Traditional))
Currently translated at 73.2% (590 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hant/
Translated using Weblate (Chinese (Simplified))
Currently translated at 96.5% (778 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/
Translated using Weblate (Ukrainian)
Currently translated at 73.9% (596 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/uk/
Translated using Weblate (Romanian)
Currently translated at 82.7% (667 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ro/
Translated using Weblate (Portuguese (Brazil))
Currently translated at 83.3% (672 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pt_BR/
Translated using Weblate (Italian)
Currently translated at 73.3% (591 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/it/
Translated using Weblate (French)
Currently translated at 96.5% (778 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
2022-01-26 07:57:28 +01:00
Weblate (bot)
c63f84818a
Translations update from Mattermost Weblate ( #5902 )
...
* Translated using Weblate (Spanish)
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
* Translated using Weblate (Korean)
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
Translated using Weblate (Korean)
Currently translated at 96.6% (779 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ko/
* Translated using Weblate (Russian)
Currently translated at 94.0% (758 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
* Translated using Weblate (German)
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
* Translated using Weblate (Russian)
Currently translated at 98.7% (796 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
Co-authored-by: Elias Nahum <elias@mattermost.com>
Co-authored-by: Tilto_ <tilto0822@naver.com>
Co-authored-by: Maksim Matveev <m.matveev@hotmail.com>
Co-authored-by: JtheBAB <srast@bioc.uzh.ch>
Co-authored-by: Alexey Napalkov <flynbit@gmail.com>
2022-01-21 09:01:33 -03:00
balajivenkatesh
76ddcdcb9a
Update postintall script for Windows ( #5897 )
2022-01-19 11:24:47 -03:00
master7
ce0cb4e335
Translated using Weblate (Polish)
...
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/pl/
2022-01-12 17:49:33 +01:00
Matthew Williams
3f769419fb
Translated using Weblate (English (Australia))
...
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/en_AU/
2022-01-12 17:49:33 +01:00
Kaya Zeren
dcabd6b51d
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
2022-01-12 17:49:33 +01:00
Tóth Csaba // Online ERP Hungary Kft
674ba2a5ba
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/hu/
2022-01-12 17:49:33 +01:00
MArtin Johnson
0e406691b6
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/sv/
2022-01-12 17:49:33 +01:00
Tom De Moor
6dfede3f4b
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
2022-01-12 17:49:33 +01:00
jprusch
13ebc6010c
Translated using Weblate (German)
...
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
2022-01-12 17:49:33 +01:00
kaakaa
1fd6f5cba1
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (806 of 806 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
Translated using Weblate (Japanese)
Currently translated at 100.0% (805 of 805 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
2022-01-12 17:49:33 +01:00
Elias Nahum
205e936a7b
Translated using Weblate (Spanish)
...
Currently translated at 96.7% (779 of 805 strings)
Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/es/
2022-01-12 17:49:33 +01:00
Elias Nahum
4c86efbcad
Version 1.48.2 build 382 ( #5896 )
...
* Bump app version number to 1.48.2
* Bump app build number to 382
2022-01-06 16:04:20 +02:00
Amy Blais
29f94b5729
Update NOTICE.txt ( #5889 )
2022-01-05 15:01:56 +02:00