Daniel Espino García
01b5fc0f9e
Bump app build number to 461 ( #7192 )
2023-03-07 20:28:41 +01:00
Pantelis Vratsalis
71805ed79d
Bump app build number to 460
2023-03-03 17:37:48 +02:00
Elias Nahum
fe916ec740
Refactor category channels to react to setting changes and apply the correct order ( #7170 )
...
* Refactor category channels to react to setting changes and apply the correct order
* feedback review
2023-03-03 15:53:29 +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
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
ee13679f38
Android refactor push notifications to store data or send to JS for processing ( #7127 )
...
* Android refactor push notifications to store data or send to JS for processing
* remove blank line
* rename variable
2023-02-15 17:07:27 +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
6c3027c06e
Bump app build number to 456 ( #7102 )
2023-02-08 17:02:55 +02:00
Elias Nahum
cb717aba0c
Android fix ( #7099 )
...
* Fix android notifications permission
* fix unsigned android build
2023-02-08 16:55:04 +02:00
Elias Nahum
e9b6124479
Bump app build number to 455 ( #7085 )
2023-02-03 17:25:42 +02:00
Joseph Baylon
70bdfcf8fd
Detox Maintenance: Update deps, fix import, fix failing tests -- iOS only ( #7070 )
...
* Detox Maintenance: Update deps, fix import, fix failing tests
* Revert message reply step 3
* Try fresh install per test file
2023-02-01 08:32:57 -08: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
7ed2e73a91
catch exceptions in Android Database helper ( #7027 )
2023-01-27 18:49:31 +02:00
Elias Nahum
9bae53b4ad
Fix crash when dismissing notification on android ( #7029 )
...
* Fix crash when dismissing notification on android
* ensure notification channels are created
2023-01-27 17:55:22 +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
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
Daniel Espino García
2597e06ac2
Add webhook image to notification in missing scenarios ( #6971 )
...
* Add webhook image to notification in missing scenarios
* Improve urlOverride check
2023-01-19 10:53:09 +01:00
Elias Nahum
d417b95643
Bump app build number to 452 ( #6974 )
2023-01-13 21:11:35 +02:00
Elias Nahum
9411dbd669
Bump app build number to 451 ( #6967 )
2023-01-12 13:02:47 +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
68ec90df90
Bump app build number to 447 ( #6937 )
2023-01-06 21:46:07 +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
a058ca57ca
Android Fixes ( #6915 )
...
* Fix android back button handler
* Fix Android crash caused by react native screens
* Prevent Android crash and log stack trace when receiving a push notification
2023-01-02 12:53:08 +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
Daniel Espino García
95e3c04658
Fix webhook picture on notifications ( #6894 )
2022-12-23 16:45:27 +02:00
Avinash Lingaloo
bd6c363d82
Bump app build number to 444 ( #6876 )
2022-12-16 20:59:40 +04:00
Joseph Baylon
f120282465
Detox/E2E: Fix android detox build and upgrade simulator to iPhone 14 ( #6864 )
...
* Detox/E2E: Fix android detox build
* Upgrade to sim iPhone 14
2022-12-14 12:54:49 -08: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
Avinash Lingaloo
b3bc582cda
Bump app build number to 441 ( #6820 )
2022-12-03 12:35:30 +04:00
Elias Nahum
25fcb066a7
Fix Android crash when push notification is received and app not initialized ( #6817 )
2022-12-02 20:47:40 +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
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
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
Elias Nahum
e90dfb4065
apply android rn build fix
2022-11-05 10:10:02 +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