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
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
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
Elias Nahum
0bb2522b5e
MM-16281 Fix regression on android push notification messages ( #2879 )
2019-06-12 15:10:06 -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
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
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
Elias Nahum
e16d955527
MM-15959 disable android firebase analytics ( #2854 )
2019-06-03 09:48:18 -04:00
Elias Nahum
6d52fed6e9
Bump app build number to 196 ( #2853 )
2019-05-31 14:22:10 -04:00
Elias Nahum
1e8a1307af
Update netInfo to check for internet connectivity ( #2850 )
...
* Update netInfo to check for internet connectivity instead of using apple.com as a reference
* Fix network indicator position on tablets
2019-05-31 13:33:56 -04:00
Saturnino Abril
30ee1e78c7
configure telemetry on build ( #2852 )
2019-06-01 01:16:32 +08:00
Elias Nahum
6e7e083aee
Update missed MMMConstant.h reference ( #2849 )
2019-05-30 16:31:12 -07:00
Elias Nahum
9bddbe6642
MM-15912 Fix uploads stuck at 100% ( #2847 )
2019-05-30 11:57:15 -07:00
Harrison Healey
3503025e53
MM-15643 Better close app when checking for pin code ( #2846 )
2019-05-30 11:46:35 -07:00
Harrison Healey
daa8152691
MM-15575 Rename Constants.h to fix naming conflict ( #2840 )
...
* MM-15575 Rename Constants.h to fix naming conflict
* Rename to MMMConstants
2019-05-29 22:34:34 -04:00
Elias Nahum
c467f9af50
Bump app build number to 195 ( #2843 )
2019-05-28 16:35:19 -04:00
Harrison Healey
098a0404f7
MM-15575 Make Entry mount properly after hydration ( #2839 )
...
* MM-15575 Make Entry mount properly after hydration
* Clear unsubscribeFromStore after calling it
2019-05-28 11:36:35 -07:00
Eli Yukelzon
a6307c5ca6
MM-12320 - Change "about" section references to use the site name when it is configured ( #2835 )
...
* Change "about" section references to use the site name when it is configured
* Removed non-english changes
* Removed non-english changes
* cleanup
* Fixed indentation
* destructuring
2019-05-28 08:49:23 -04:00
Harrison Healey
6e099d6a21
MM-15643 Send user to settings when passcode is required ( #2836 )
...
* MM-15643 Send user to settings when passcode is required
* Allow access to the managed config in the iOS extensions
2019-05-27 19:38:32 -04:00
Elias Nahum
de37a2aa7a
Fix autocomplete showing behind the keyboard on iOS and not working on Android ( #2830 )
...
* Fix autocomplete showing behind the keyboard on iOS and not working on Android
* Unbundle config for Android
* Dismiss keyboard on post long press, fix scroll to bottom on new message and update tests
* Add a timeout before scrolling to give time to render the last post
* Fix crash on Android
2019-05-27 19:18:43 -04:00
Miguel Alatzar
b1bdd2b07c
Add unit test for PostBody's measurePost ( #2833 )
2019-05-25 11:58:49 -04:00
Miguel Alatzar
f444b70f4f
Allow updating of isLongPost after editing message ( #2829 )
2019-05-24 14:49:44 -07:00