Miguel Alatzar
290e65ac57
Various fixes ( #3287 )
...
* Ensure onAppStateChange runs only after GlobalEventHandler is configured (#3268 )
* Updated Info.plist with new bluetooth usage description key (#3275 )
* Call scrollToIndex only when ref is set and index is in range (#3285 )
* Update ios/Mattermost/Info.plist
Co-Authored-By: Elias Nahum <nahumhbl@gmail.com>
* Null check on current (#3309 )
* Null check on current
* Null check on current
* [MM-18779] Reset moment local on logout (#3310 )
* Reset moment local on logout
* Update app/selectors/i18n.js
Co-Authored-By: Elias Nahum <nahumhbl@gmail.com>
2019-09-25 11:52:07 -07:00
Mattermost Build
001c105ff7
Automated cherry pick of #3242 ( #3247 )
...
* MM-18465 Add proper flags when opening settings
* Fix undefined setPerformingAuthentication Function in emm_provider.
2019-09-12 00:59:44 -03:00
Mattermost Build
8fd6c86705
Automated cherry pick of #3137 ( #3176 )
...
* MM-17589 Update passcode required help text in share extension
* MM-17589 Update passcode required help text in app
2019-08-23 12:27:58 -04:00
Mattermost Build
b36b395a0b
MM-18024 MM-18025 Fix race condition when push notification opens the app and credentials are not set ( #3171 )
2019-08-23 10:04:24 -04:00
Elias Nahum
b8b7d54185
Migrate to moment to fix timestamps based on timezone or local time ( #3126 )
2019-08-15 12:40:07 -04:00
Mattermost Build
8416525487
Fix loosing the server config when handleManagedConfig ( #3128 )
2019-08-15 08:27:52 -07:00
Mattermost Build
ff7548251b
Automated cherry pick of #3115 ( #3117 )
...
* Await getSource
* Use server url from EphemeralStore
* Set currentServerUrl in getAppCredentials too
2019-08-14 16:11:55 +05:30
Elias Nahum
da911a2b34
MM-17424 Setting to enable/disable fixed sidebar ( #3060 )
2019-08-02 13:53:48 -04:00
Mattermost Build
31bd391e56
Automated cherry pick of #3033 ( #3047 )
...
* Clear foreground notifications from AsyncStorage
* Remove unnecessary call to clearNotifications
2019-07-26 08:11:58 -04:00
Miguel Alatzar
5eee2b7652
[MM-16139] [MM-16140] [MM-16141] Update the remaining screens/components ( #2920 )
...
* Update screens
* Update login tests
* Remove done
* Fix failing tests
* Update screens and components
* Check styles fix
* Update tests
* Prevent setState call after component unmounts
* Add empty setButtons func to dummy navigator
* Remove platform check
* Remove Platform import
* Update react-native-navigation version
* Add separate showModalOverCurrentContext function
* check-style fixes
* Remove overriding of AppDelegate's window
* Fix modal over current context animation
* Add showSearchModal navigation action
* Check-style fix
* Address review comments
* Update SettingsSidebar and children
* Update EditProfile screen
* Update SettingsSidebar
* Keep track of latest componentId to appear
* Track componentId in state to use in navigation actions
* Update FlaggedPosts and children
* Update RecentMentions
* Update Settings
* Store componentIds in ephemeral store
* Update AttachmentButton
* Remove unnecessary dismissModal
* Fix typo
* Upate NotificationSettings
* Update NotificationSettingsAutoResponder
* Update NotificationSettingsMentions
* Update NotificationSettingsMobile
* Update CreateChannel and children
* Update MoreChannels
* Update ChannelPeek and children
* Update ChannelNavBar and children
* Update ChannelPostList and children
* Update ChannelInfo and children
* Update ChannelAddMembers
* Update ChannelMembers
* Update EditChannel
* Fix setting of top bar buttons
* Update Channel screen and children
* Update PinnedPosts
* Update LongPost
* Update PostOptions
* Update PostTextboxBase
* Update EditPost
* Check-styles fix
* Update DisplaySettings
* Update Timezone
* Update SelectTimezone
* Update IntlWrapper and Notification
* Update InteractiveDialog and children
* Update ExpandedAnnouncementBanner
* Update ClientUpgradeListener
* Update MoreDirectMessages
* Update SelectorScreen
* Update UserProfile
* Update Thread
* Update About
* Update ImagePreview
* Update TextPreview
* Update AddReaction
* Update ReactionList and children
* Update Code
* Update TermsOfService
* Update Permalink
* Update Permalink
* Update ErrorTeamsList
* Update Search
* Remove navigator prop
* Fix setButtons calls
* Remove navigationComponentId
* Fix test
* Handle in-app notifs in global event handler
* Fix in-app notification handling
* Fix typo
* Fix tests
* Auto dismiss in-app notif after 5 seconds
* Fix typo
* Update overlay dismissal
* Animate in-app notif dismissal and allow gesture dismissal
2019-07-08 10:03:31 -07:00
Miguel Alatzar
51aac1e6e7
Merge branch 'master' into rnn-v2
2019-07-02 18:15:19 -07:00
Elias Nahum
89b96d51db
MM-16430 refactor app entry point ( #2924 )
...
* MM-16430 refactor app entry point
* iOS Extensions to use session token from KeyChain
* Remove token from general credentials entity
* Fix mattermost-managed.ios to return the cachedConfig
* Migrate server based keychain for android push notifications
* remove unneeded async
* Remove unneeded android InitializationModule
2019-06-26 15:21:20 -04:00