Chris Duarte
4d9780da56
Ios accessibility fixes ( #2842 )
...
* UCHAT-4371 // MM-15771 - iOS - Larger Fonts Cut Off Text in menu and settings screens
revert padding right
* Update snapshot
2019-06-21 16:10:16 -04:00
Elias Nahum
3f925df9d9
MM-16392 Split view support & hide sidebar on tablets ( #2898 )
2019-06-21 14:10:30 -04:00
Harrison Healey
06b3273fd8
MM-16472 Fix renderItem not returning anything ( #2909 )
2019-06-21 08:29:03 -07:00
Elias Nahum
3f79a2e07f
Bump app build number to 201 ( #2903 )
2019-06-19 18:43:06 -04:00
Elias Nahum
36b235d49f
MM-16432 Fix missing posts when using since API ( #2901 )
2019-06-19 18:25:52 -04:00
Elias Nahum
8cc94f52f0
Fix crash on Android by Updating JSC ( #2900 )
2019-06-19 16:14:50 -04:00
Miguel Alatzar
50a738a702
[MM-16009] Update screens that can be displayed prior to the Channel screen. ( #2887 )
...
* Update screens
* Update login tests
* Remove done
* Fix failing tests
2019-06-19 15:42:27 -04:00
Elias Nahum
5f9532d6c3
Bump app build number to 199 ( #2896 )
2019-06-18 17:42:48 -04:00
Miguel Alatzar
7f30ebbd39
Return if message is null ( #2895 )
2019-06-18 17:09:52 -04:00
Elias Nahum
5d83eef111
Bump app version number to 1.21.0 ( #2894 )
2019-06-18 16:09:09 -04:00
Elias Nahum
1baf3ee5ba
Update gradle to use android-jsc as instructed ( #2893 )
2019-06-18 13:07:58 -07:00
Ewe Tek Min
56ae1a673f
Update Github issues link ( #2889 )
...
* Update Github issues link
* Update GH issue to permalink
2019-06-18 16:04:11 -04:00
Miguel Alatzar
0f948f650d
Merge branch 'master' into rnn-v2
2019-06-18 09:58:35 -07:00
Miguel Alatzar
a6aa4dd2cc
Update react-native-device-info and fix status value: ( #2892 )
2019-06-17 20:22:54 -07:00
Elias Nahum
f6e42da251
MM-16239 disable fields according to SAML or LDAP ( #2878 )
...
* MM-16239 disable fields according to SAML or LDAP
* fix typo
2019-06-17 15:27:35 -04:00
Elias Nahum
6546dfdfd2
Set post list data and timestamp based on the user timezone if available ( #2888 )
2019-06-17 15:24:28 -04:00
Eli Yukelzon
056d5a91b7
MM-15486 - Archived channels appear incorrectly on mobile ( #2882 )
...
* properly separate archived channels from 'other'
* make sure fetch is performed to display full list
* reverted unneeded change
* corrected display behaviour
* code cleanup
* redux commit reference updated
2019-06-17 10:22:36 -04:00
Miguel Alatzar
59ad3a22c4
[MM-15668] Member list items are selectable and enabled only when canManagerUsers is true ( #2844 )
...
* Member list items are selectable only when canManagerUsers is true
* Address review comment
2019-06-16 11:15:50 -07:00
Renato Peterman
650aa6aae2
[MM-14917] RN Android: Push notification settings are only saved when closing settings page ( #2735 )
...
* Add required action and props
* Allow callback param to setModilePush and setMobilePushStats
* Added saveNotificationProps method to save data on alert save action
* Fix import order
* Fix import path
* Fix import order
* Added defaultProps currentUser to NotificationSettingsMobileAndroid
* Added missing trailing comma
2019-06-15 14:29:21 -04:00
Gleb
eaa81d5fcd
fix ios sso cookie bug when running on top-level domain ( #2858 )
2019-06-15 14:22:48 -04:00
Woolim Cho
92f20a78ef
Add key to SlideUpPanel ( #2845 )
2019-06-15 14:21:49 -04:00
Miguel Alatzar
270d148413
Update react-native-notifications ( #2881 )
2019-06-15 14:18:33 -04:00
Elias Nahum
c3c3d85248
MM-16095 Android share extension to use keychain for authentication ( #2876 )
...
* MM-16095 Android share extension to use keychain for authentication
* Remove unnecessary comment
2019-06-15 14:13:54 -04:00
amyblais
03d06676f8
v1.20 Changelog ( #2803 )
...
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
2019-06-14 14:12:56 -04:00
Miguel Alatzar
7d67f1214e
[MM-16008] Update setNavigatorStyles and replace setOnNavigatorEvent ( #2877 )
...
* Update setNavigatorStyles
* Replace navigator.setOnNavigatorEvent and callbacks
* Update unit tests
* Save user notify props on componentWillUnmount
* Add TODOs about removing componentDidAppear/setNavigatorStyles
* check-styles fix
* Fix eslint errors
2019-06-14 08:14:26 -07:00
Miguel Alatzar
2e423a9f64
Fix navigation top bar style ( #2885 )
2019-06-14 10:06:14 -04:00
Elias Nahum
4f85f7b058
Bump app build number to 198 ( #2884 )
2019-06-13 17:56:42 -04:00
Sudheer
d3b2759c36
MM-16228 Add compatibility for removal of ExperimentalEnablePostMetadata flag from config ( #2883 )
2019-06-13 16:29:35 -04:00
Elias Nahum
13d06a4588
MM-16280 Fix when post fail to send ( #2880 )
2019-06-12 16:20:14 -04:00
Miguel Alatzar
cbe0c719ac
[MM-15874] Add native code to support RNN v2 on Android ( #2855 )
...
* Remove fix for MM-9233
* MM-15774 Add native code to support RNN v2 on iOS
* Android changes for RNN v2 upgrade
The activity visibility handling of NotificationsLifecycleFacade
is no longer needed in RNN v2. I've moved the lifecycle callbacks
we use for handling managed config into
ManagedActivityLifecycleCallbacks.java and registered them in
MainApplication's onCreate. Also, I've moved and updated the
loading and getting of the managed config into MainApplication
* Update moduleNames and modulePaths
* Use TAG in restrictionsReceiver
* Set launch screen onCreate
* Comment out registerActivityLifecycleCallbacks for now
* Remove setSoftInputMode call as it's handled in the manifest
* Remove clearHostOnActivityDestroy as that fix is no longer needed
* Rename to canLaunchEntry
* Remove replacement of super.onBackPressed()
* Remove react-navigation from packager files
2019-06-12 15:26:03 -04:00
Elias Nahum
0bb2522b5e
MM-16281 Fix regression on android push notification messages ( #2879 )
2019-06-12 15:10:06 -04:00
Harrison Healey
73792d5526
MM-16011 Update navigation through Login and Channel screens ( #2870 )
...
* Update navigation through Login and Channel screens
* Stop using static options and mergeOptions
* Update unit tests
2019-06-11 18:10:14 -04:00
Elias Nahum
d1532b651e
Bump app build number to 197 ( #2872 )
2019-06-07 09:54:24 -04:00
Miguel Alatzar
ef6a1672d0
Allow excluding archived channels in getChannelsBySections ( #2871 )
2019-06-06 15:52:10 -07:00
Elias Nahum
29240b9c6f
MM-16061 Keep unread channels in place on Tablets ( #2865 )
2019-06-06 15:15:40 -04:00
Elias Nahum
2abf044193
Show broken image for inline images without dimensions ( #2868 )
2019-06-06 15:14:32 -04:00
Elias Nahum
cdfc1a8317
Fix image preview width on tablets ( #2867 )
2019-06-06 21:03:17 +08:00
Elias Nahum
4d664f6654
Fix file upload not completing ( #2866 )
...
* Fix file upload not completing
* Update snapshots
2019-06-06 08:39:06 -04:00
Elias Nahum
bb8f524983
MM-16070 Fix channel sidebar state while filtering ( #2864 )
2019-06-05 19:33:23 -04:00
Elias Nahum
e5dab98a8e
Fix opengraph image on tablet to account for the sidebar ( #2863 )
2019-06-05 17:58:28 -04:00
Harrison Healey
8d2b2b09d9
Fix incorrect merge
2019-06-05 11:25:54 -04:00
Harrison Healey
5ff98e8a86
Merge branch 'master' into rnn-v2
2019-06-05 11:25:14 -04:00
Vasily Naumkin
b1c8f2bd35
Fix build after #2840 ( #2861 )
2019-06-05 11:11:18 -04:00
Elias Nahum
457413196e
MM-15643 Fix race condition to prompt for passcode and ( #2862 )
...
detect if passcode has been removed while the app in the background
2019-06-05 11:08:01 -04:00
Elias Nahum
89c2e66dfd
MM-16013 make paperplain animation faster ( #2860 )
2019-06-05 11:06:29 -04:00
Dan Maas
ca2edc2143
Update NOTICE.txt ( #2856 )
...
- add new dependencies @react-native-community/async-storage and @react-native-community-netinfo
- misc copyright metadata updates
2019-06-05 11:04:45 -04:00
Woolim Cho
b81cd49fb4
[MM-13879] Add Edit profile button to RHS menu and own profile pop-over ( #2832 )
...
* Add Edit Profile button to right panel menu
* Make user info of right panel menu opens the users own profile
* Add an Edit button of the users own profile
* handle transitions
* Add commandType to propTypes
* Update test codes
* add unit tests for user_profile
* Assign commandType manually
* Remove async, set delay to 0
2019-06-05 16:11:42 +08:00
Harrison Healey
8e1a9e8322
MM-15774 Add native code to support RNN v2 on iOS ( #2848 )
...
* Remove fix for MM-9233
* MM-15774 Add native code to support RNN v2 on iOS
2019-06-03 16:44:28 -04:00
Saturnino Abril
1d215deea6
fix server version for Android telemetry ( #2857 )
2019-06-03 09:02:26 -07:00
Tsilavina Razafinirina
f6a73e2f2c
MM-11287 Add support for plus sign and period/dot in custom URL schemes ( #9155 ) ( #2841 )
2019-06-03 11:23:15 -04:00