Pantelis Vratsalis
71805ed79d
Bump app build number to 460
2023-03-03 17:37:48 +02:00
Elias Nahum
a804a7331f
support WS connection over TLS1.3 ( #7182 )
...
* support WS connection over TLS1.3
* fix updateDraftMessage on unmount
2023-03-03 11:33:01 +02:00
Elias Nahum
276bcba956
Fix iOS push notification when set as generic message with sender name ( #7171 )
2023-03-01 12:59:07 +02:00
Daniel Espino García
f6610693e2
Bump app build number to 459 ( #7165 )
...
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2023-02-24 17:37:05 +02:00
Claudio Costa
ac3bd14891
[MM-50806] Calls: fix crash on joining call ( #7159 )
...
* Calls: fix crash on joining call
* update Podfile.lock
---------
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-02-24 13:25:25 +02:00
Elias Nahum
d61fbd3180
Various fixes ( #7161 )
...
* Save message draft when post input is unmounted
* Fix switch CRT on/off
* Handle iPad on Stage Manager
* iOS Share Extension to use LRU cache instead of file cache
* Support building android as aab
* use handleReconnect instead of appEntry on handleCRTToggled
* show skin tone selector tutorial after running all interactions
* Update app/actions/remote/preference.ts
Co-authored-by: Daniel Espino García <larkox@gmail.com>
* fix lint
---------
Co-authored-by: Daniel Espino García <larkox@gmail.com>
2023-02-24 13:02:05 +02:00
Elias Nahum
ff73d946ae
Bump app build number to 458 ( #7147 )
2023-02-17 16:19:49 +02:00
Elias Nahum
77b0851213
Update Dependencies ( #7140 )
...
* upgrade android dependencies
* upgrade iOS dependencies
* Enable network plugin in flipper for Android
* update JS dependencies
2023-02-16 11:20:31 +02:00
Elias Nahum
153c2f7c8d
iOS refactor push notifications to store data or send to JS for processing ( #7128 )
2023-02-15 17:07:54 +02:00
Elias Nahum
23cbf82353
Use LRU to cache the Avatar shown in push notifications ( #7124 )
...
* iOS switch from file cache to memory cache and use last_picture_update to update the avatar if needed
* Android switch from file cache to memory cache and use last_picture_update to update the avatar if needed, split function to multiple files and catch potential exceptions
2023-02-15 11:19:31 +02:00
Elias Nahum
1b94bbc0ad
Bump version 2.1 build 457 ( #7120 )
...
* Bump app version number to 2.1.0
* Bump app build number to 457
2023-02-14 23:06:46 +02:00
Elias Nahum
76c8f844f9
Fix iOS programmatically orientation crash on OS below 16 ( #7112 )
2023-02-14 16:21:11 +02:00
Christopher Poile
4cb20a4bec
MM-49065 - Calls: Implement glare free negotiation ( #7111 )
...
* glare-free negotiation
* update to latest with fix
* remove unneeded sessionConstraints
* update to latest react-native-webrtc
2023-02-13 11:03:49 -05:00
Elias Nahum
6c3027c06e
Bump app build number to 456 ( #7102 )
2023-02-08 17:02:55 +02:00
Elias Nahum
e9b6124479
Bump app build number to 455 ( #7085 )
2023-02-03 17:25:42 +02:00
Elias Nahum
82f0b014f4
Update RN and deps to fix ANR issues ( #7078 )
2023-02-02 14:27:42 +02:00
Elias Nahum
5aaff10664
Use timeout defaults for iOS Share Extension and Notification Service ( #7051 )
...
* Use timeout defaults for iOS Share Extension and Notification Service
* more logs
* Add more logs, handle errors and safe parse the filename
2023-02-01 21:22:28 +02:00
Elias Nahum
265b8b2193
Request permissions for Android push notifications and refactor code to use network client ( #7059 )
2023-01-31 21:33:35 +02:00
Avinash Lingaloo
b2fb4d7ec2
Bump app build number to 454 ( #7042 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-01-27 22:21:05 +02:00
Elias Nahum
ca14631487
Fixes crashes and errors in iOS Share Extension and Notification Service ( #7032 )
...
* Fix erros & crashes in iOS share extension
* Fix erros & crashes in iOS notification service
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-01-27 22:14:43 +02:00
Elias Nahum
a535728d5c
disable top domain level verification ( #7045 )
2023-01-27 22:02:32 +02:00
Daniel Espino García
78944554a8
Fix pdf upload and pdf download from search results ( #6984 )
2023-01-27 09:10:05 +02:00
Christopher Poile
a44074247e
MM-46312 - Calls: Replace simple-peer with RTCPeer; use up-to-date upstream react-native-webrtc ( #6898 )
...
* move to latest react-native-webrtc release
* make this version of rtcpeer as close as possible to Call's version
* remove need for destroyCb
* upgrade webrtc
* continue merge
* upgrade webrtc
* new linting rules
2023-01-26 14:06:05 -05:00
dependabot[bot]
27de9d330d
Bump activesupport from 6.1.7 to 6.1.7.1 in /ios ( #6996 )
...
Bumps [activesupport](https://github.com/rails/rails ) from 6.1.7 to 6.1.7.1.
- [Release notes](https://github.com/rails/rails/releases )
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md )
- [Commits](https://github.com/rails/rails/compare/v6.1.7...v6.1.7.1 )
---
updated-dependencies:
- dependency-name: activesupport
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-26 20:34:09 +02:00
Elias Nahum
c1fbaffd3e
Support for Android Tablets & Foldable ( #7025 )
...
* Add Support for Android tablets & foldables
* add tablet and book posture
* Regenerate disposed observable on WindowInfoTracker
2023-01-26 20:31:18 +02:00
Elias Nahum
15e75ac24b
iPad: enable rotation in all directions ( #7007 )
...
* iPad: enable rotation in all directions
* feedback review
2023-01-24 21:48:37 +02:00
Elias Nahum
7aa5bd0611
Update Dependencies and bug fixes ( #7000 )
...
* update dependencies
* update dependencies
* feedback review
* update @mattermost/react-native-turbo-mailer
2023-01-24 09:14:23 +02:00
Avinash Lingaloo
24ec88096c
Bump app build number to 453 ( #6995 )
2023-01-20 21:27:41 +04:00
Elias Nahum
d417b95643
Bump app build number to 452 ( #6974 )
2023-01-13 21:11:35 +02:00
Daniel Espino García
b191154db9
Clean todos ( #6897 )
...
* Clean todos
* Remove DatabaseHelper folder
2023-01-12 14:25:39 +01:00
Elias Nahum
9411dbd669
Bump app build number to 451 ( #6967 )
2023-01-12 13:02:47 +02:00
Elias Nahum
247d8371d9
Add String description in log arguments ( #6961 )
2023-01-12 11:01:19 +02:00
Elias Nahum
4199b13843
Bump build number to 450 ( #6950 )
...
* Fix upgrade path
* Introduce Upgrade helper
* Reset server database schema version to 1
* Enable release builds on the CI
* Bump build number to 450
2023-01-11 21:40:49 +02:00
Elias Nahum
69e27ae812
Bump app build number to 449 ( #6940 )
2023-01-07 18:42:27 +02:00
Elias Nahum
107416109a
Bump app build number to 448 ( #6939 )
2023-01-07 13:55:27 +02:00
Elias Nahum
c1abccf3ed
update deps ( #6938 )
2023-01-07 13:43:33 +02:00
Elias Nahum
68ec90df90
Bump app build number to 447 ( #6937 )
2023-01-06 21:46:07 +02:00
Elias Nahum
8097ee300d
Fix crashes found in NotificationService ( #6935 )
2023-01-06 21:35:40 +02:00
Elias Nahum
ca1f6df1c6
Generate video thumb from file url instead of public url ( #6922 )
2023-01-05 13:49:04 +02:00
Elias Nahum
001a6699fb
Cache push notification profile image and add logs ( #6932 )
...
* Cache push notification profile image and add logs
* Fix indent
2023-01-05 12:31:52 +02:00
Anurag Shivarathri
ed69eacbe7
Count fix ( #6926 )
2023-01-04 00:00:23 +02:00
Elias Nahum
5ff22953ab
update dependencies ( #6923 )
2023-01-03 23:58:57 +02:00
Elias Nahum
5feb690ebc
Bump app build number to 446 ( #6914 )
2022-12-28 16:12:52 +02:00
Elias Nahum
b663ec6b38
Bump app build number to 445 ( #6905 )
2022-12-24 00:27:32 +02:00
Elias Nahum
3f90444698
Notifications profile images ( #6904 )
...
* Add profile images to ios notifications
* Avoid marking channel as viewed when tapping a notification
2022-12-24 00:21:08 +02:00
Elias Nahum
413d3c59dd
update dependencies ( #6886 )
...
* update dependencies
* update react-native-image-picker
* use Xcode 14.2 on CI
* downgrade readable-stream
* update fastlane
* Revert "use Xcode 14.2 on CI"
This reverts commit cb0ed81a85d79ca37d1dd7f23fd44450a3d5ddde.
2022-12-23 14:46:58 +02:00
Avinash Lingaloo
92ca1e3704
Sentry fixes ( #6830 )
2022-12-21 19:34:44 +02:00
Elias Nahum
3de85b2bd1
iOS notifications badge and posts in channel/thread ( #6885 )
2022-12-20 11:43:30 +02:00
Avinash Lingaloo
bd6c363d82
Bump app build number to 444 ( #6876 )
2022-12-16 20:59:40 +04:00
Elias Nahum
b28e21a272
standardize user-agent ( #6866 )
2022-12-15 14:15:16 +02:00
Avinash Lingaloo
26d32285e5
Bump app build number to 443 ( #6862 )
2022-12-13 14:36:11 +04:00
Avinash Lingaloo
e0f9ea3f95
Bump app build number to 442 ( #6857 )
2022-12-09 23:33:28 +04:00
Elias Nahum
83b251d1ff
update dependencies ( #6840 )
...
* update dependencies
* fix iOS SQLite.swift
* update fastlane dependencies
2022-12-08 09:46:44 +02:00
Elias Nahum
dc294eddd3
Update icon badge on Notification ( #6823 )
...
* Update icon badge when receiving a notification while the app is in the foreground
* update app badge when sending the app to the background
2022-12-05 12:00:09 +02:00
Avinash Lingaloo
b3bc582cda
Bump app build number to 441 ( #6820 )
2022-12-03 12:35:30 +04:00
Elias Nahum
330fd42212
update turbo-mailer ( #6809 )
2022-12-01 16:45:08 +02:00
Elias Nahum
6eadc527bb
Gekidou Android share extension ( #6803 )
...
* Refactor app database queries to not require the app database as argument
* Android Share Extension and fix notifications prompt
* feedback review
2022-11-30 23:18:56 +02:00
Avinash Lingaloo
dd3e62daf0
MM-46935 - Gekidou Report Problem ( #6800 )
...
* placement of 'report a problem'
* installed react-native-mail
* settings/report_problem
- Opens on Email App on Android
- Crashes on iOS if no account signed in the mail app
* new wiring
* new wiring
* tried first strategy for attachment
* tried second strategy for attachment
* Update report_problem.tsx
* revert changes to package.json
* removes unused supportEmail
* install @mattermost/react-native-turbo-mailer
* update import
* Update Podfile.lock
2022-11-30 23:02:52 +04:00
Matthew Birtch
a90f96930a
MM-48692 Splash Screen Update ( #6799 )
...
* replace splash screen for dark mode to align with new onboarding
* optimized images
* updated values-night with new background color for splash screen
2022-11-29 19:39:19 +02:00
Avinash Lingaloo
c1254b7741
Bump app build number to 440 ( #6789 )
2022-11-25 21:23:19 +04:00
Daniel Espino García
5fae120826
Add support for review app ( #6772 )
...
* Add app review
* Use overlay instead of modal
* Add fixes for ios
* i18n-extract
* Add to milliseconds function
* Address review feedback
* Add try to queryGlobalValue
* added app review illustration
* add feedback illustration
* Add animations and feedback bot message
* Restrict reviews to build environment variable
* Fix bug with "dont ask anymore"
* Add check for only supported servers
* Add missing change
* Use for await
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
Co-authored-by: Matthew Birtch <mattbirtch@gmail.com>
2022-11-24 18:52:15 +01:00
Avinash Lingaloo
d28b5b1f74
Bump app build number to 439 ( #6776 )
2022-11-18 20:44:01 +04:00
Elias Nahum
e4bff927c3
Bump app build number to 438 ( #6767 )
2022-11-14 19:48:14 +02:00
Avinash Lingaloo
57f3a408b9
Bump app build number to 437 ( #6762 )
2022-11-11 22:56:44 +04:00
Avinash Lingaloo
987d024708
Gekidou Sentry Installation ( #6726 )
...
* Sentry - Clean Install
* Update config.yml
* update CI to install Sentry CLI
* update CI to install Sentry CLI
* Squashed commit of the following:
commit e1996e59de8e135b19957dc9b0a0677f8b851c8b
Merge: 87cc8d6f2 2e8352f3e
Author: Avinash Lingaloo <avinashlng1080@gmail.com>
Date: Fri Nov 4 20:59:29 2022 +0400
Merge branch 'android-pr-sentry-clean' of https://github.com/mattermost/mattermost-mobile into android-pr-sentry-clean
commit 2e8352f3e15527c73ec3a634eae32b29aa6a9faf
Author: Elias Nahum <nahumhbl@gmail.com>
Date: Fri Nov 4 15:48:24 2022 +0200
update CI to install Sentry CLI
commit 87cc8d6f2b06945a4d0a2d4373836fd261b62c15
Author: Elias Nahum <nahumhbl@gmail.com>
Date: Fri Nov 4 15:48:24 2022 +0200
update CI to install Sentry CLI
commit 8dca885a0204c894bfcf544807976bac766b3b99
Author: Avinash Lingaloo <avinashlng1080@gmail.com>
Date: Fri Nov 4 16:48:47 2022 +0400
Update config.yml
commit 684bbb4aef
Author: Mylon Suren <23694620+mylonsuren@users.noreply.github.com>
Date: Thu Nov 3 11:37:58 2022 -0400
Remove down arrow next to team name and make team name unclickable (#6715 )
commit 88ff8fac30
Author: Jason Frerich <jason.frerich@mattermost.com>
Date: Wed Nov 2 19:35:23 2022 -0500
[Bug] Emit boolean with "of" operator (#6729 )
commit debcc99480
Author: Jason Frerich <jason.frerich@mattermost.com>
Date: Wed Nov 2 12:15:54 2022 -0500
[Gekidou MM-48006] Show keyboard when select a modifier (#6714 )
* Delete @sentry+react-native+4.6.1.patch
* correction from PR review
* Add logError to DatabaseManager
* removes sentry context from android build job
* removes team+channel data
* shift active server listener to home/index
* Revert "shift active server listener to home/index"
This reverts commit 75e26faadd8c4359dd4d02c30375c03fadcc91bd.
* refactor after PR Review
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-11-11 22:48:38 +04:00
Daniel Espino García
1aa4188f8e
Move config to its own database table ( #6744 )
...
* Move config to its own database table
* Address feedback
* Fix test
* Revert minimum version related changes
2022-11-11 21:20:42 +04:00
Elias Nahum
57ae3bbc7b
fix pods
2022-11-09 00:36:57 +02:00
Elias Nahum
ae0eb43793
[Gekidou] EMM fixes ( #6730 )
2022-11-08 22:49:39 +02:00
Avinash Lingaloo
17d525d273
Bump app build number to 432 ( #6734 )
2022-11-04 21:29:52 +04:00
Avinash Lingaloo
b3daa5e3f4
Bump app build number to 430 ( #6712 )
2022-10-28 22:04:55 +04:00
Avinash Lingaloo
4f4a3c30f4
Bump app build number to 429 ( #6705 )
2022-10-27 10:27:50 +04:00
Elias Nahum
cae9dc21d2
[Gekidou] Upgrade to RN 0.70 ( #6690 )
...
* Upgrade to RN 0.70
* fix assembleAndroidTest
2022-10-20 10:18:25 -03:00
Ossi Vaananen
756e842aa4
Perform the split view check in main queue. (Some call paths caused the check to be done in background threads)
2022-10-19 17:02:36 +03:00
Avinash Lingaloo
f000014809
Bump app build number to 428 ( #6684 )
2022-10-14 21:02:56 +04:00
Elias Nahum
a23b156f7a
Fix navbar theme in share extension ( #6678 )
2022-10-13 08:42:00 -03:00
Elias Nahum
5c7e89d7de
[Gekidou] update deps ( #6667 )
...
* Fix login not showing the usernames (#6652 )
* update dependencies
* feedback review
* feedback review 2
* remove unused dependencies
* remove duplicate gesture-handler dependency
* add -XX:+HeapDumpOnOutOfMemoryError to gradle
* adjust gradle memory
* update android ci image
* android executor xlarge
Co-authored-by: Daniel Espino García <larkox@gmail.com>
2022-10-13 08:41:18 -03:00
Avinash Lingaloo
3e7ebfe95c
[Gekidou] Bump app build number to 427 ( #6671 )
...
* Bump app build number to 427
* Update Gemfile.lock
2022-10-07 21:08:02 +04:00
Elias Nahum
d20245f63f
Update to xcode 14 ( #6650 )
2022-09-21 11:56:16 -04:00
Elias Nahum
bcd6cbbdbc
Bump app build number to 426 ( #6648 )
2022-09-18 08:50:35 -04:00
Avinash Lingaloo
86b1163a4f
Bump app build number to 425 ( #6641 )
2022-09-13 10:27:22 +04:00
Avinash Lingaloo
d469ffedfd
Bump app build number to 424 ( #6632 )
2022-09-09 21:01:05 +04:00
Elias Nahum
a819bfc820
add file logger ( #6618 )
2022-09-06 10:42:09 -03:00
Elias Nahum
335ec0c588
Bump app build number to 422 ( #6617 )
2022-09-03 04:57:35 -04:00
Elias Nahum
68da0cc8a5
Gekidou fix unsigned builds ( #6614 )
2022-09-02 10:46:44 -04:00
Christopher Poile
f6c3dabc57
MM-46685 MM-45753 - Fix voice activity indicator and Android speakerphone ( #6606 )
...
* voice activity indicator fix
* fix android speakerphone
2022-08-31 15:50:25 -04:00
Elias Nahum
fa24f4a5e4
Bump app build number to 421 ( #6604 )
2022-08-30 00:13:00 -04:00
Elias Nahum
2703407e3a
Bump app build number to 420 ( #6587 )
2022-08-20 09:57:51 -04:00
Elias Nahum
c2f5092678
[Gekidou] refactor clean notifications ( #6566 )
2022-08-19 16:29:15 -04:00
Daniel Espino García
ea595f1ced
Fix MM-46309 ( #6567 )
...
* Fix MM-46309
* Address feedback
* Update dbPath and rename server databas instead of deleting
* ios fixes
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-08-15 10:55:54 -04:00
Elias Nahum
63e6290c76
Gekidou bump build to 419 ( #6576 )
...
* Fix profile picture update locking the screen
* Bump app build number to 419
* update fastlane
2022-08-13 09:00:25 -04:00
Elias Nahum
dcc05956b6
Gekidou upgrade RN to 0.69.3 and dependencies ( #6537 )
...
* module dependencies
* update fastlane
* upgrade types dependencies
* update dev deps
* update react-native-notifications
* update react-native-keychain
* update sentry
* update detox
* Upgrade to RN 69.3
* increase MaxMetaspaceSize gradle opts
* feedback review
2022-08-08 09:06:20 -04:00
Avinash Lingaloo
e849bad37e
Bump app build number to 417 ( #6553 )
2022-08-05 21:07:11 +04:00
Elias Nahum
d83c2a6ff1
fix podfile lock missing user-agent ( #6550 )
2022-08-05 16:57:25 +04:00
Avinash Lingaloo
f94dfc9adf
Bump app build number to 415 ( #6523 )
2022-07-29 21:52:49 +04:00
Elias Nahum
3a3123674a
[Gekidou] iOS Share extension ( #6432 )
...
* iOS Share extension
* Add Fastlane steps for iOS Share Extension
* new multi file layout
* Add recent label
* Refactor code & identation
* ux feedback
* downsample images
* remove options horizontal padding
2022-07-27 10:31:45 -04:00
Christopher Poile
5bb240dec8
MM-43300: Calls v2 first cut ( #6475 )
...
* Android and iOS requirements
* external types
* babel config for calls, package.json for calls dependencies
* state in rxJS; tests
* actions, client/rest, websocket events, constants
* webrtc connection logic
* calls components / screens
* handle peer destroyed gracefully
* PR comments
* remove ViewPropTypes from mocks; no need to ignore error in LogBox
* calls.d.ts -> calls.ts; i18-extract
* @app/products/calls -> @calls
* PR comments; test cleanup
* Revert "remove ViewPropTypes from mocks; no need to ignore error in LogBox"
This reverts commit f9bd171a544de9c02da8387455f904b3840fc5dc.
* working on typing withServerUrl
* added exportedForInternalUse instead of commenting "internal export"
* better switchToThread in call_screen
* i18n
* typed withServerUrl
2022-07-22 15:57:12 -04:00
Avinash Lingaloo
9bbd59e4dd
[Gekidou] Bump app build number to 414 ( #6501 )
...
* Update Gemfile.lock
* Bump app build number to 414
2022-07-22 20:56:46 +04:00
Avinash Lingaloo
52d5f903f3
Bump app build number to 413 ( #6478 )
2022-07-15 16:32:08 +04:00
Elias Nahum
1b0e0fffb6
Bump app build number to 412 ( #6464 )
2022-07-08 13:32:48 -04:00
Elias Nahum
eefeb3b0a7
Bump app build number to 411 ( #6452 )
2022-07-01 18:53:37 -04:00