Elias Nahum
3feaa8e6bb
iOS Native Share Extension (Swift) ( #2575 )
...
* iOS Native Share Extension (Swift)
* Re-arrange files
* Fix .gitignore
2019-02-26 14:31:57 -03:00
Dean Whillier
4a51013316
[MM-13677] Fix to ensure unsupported unicode emoji can be rendered jumbo size ( #2545 )
...
* fixes unicode emoji not rendering jumbo
- replace inline emoji regex with npm emoji-regex library
- update notice.txt with emoji-regex license
- jumbo emoji issue automatically fixed with updated unicode emoji regex
* Add several tests specifically for 🤟 emoji.
2019-02-05 11:58:07 -05:00
Dan Maas
41c2214b31
Update NOTICE.txt ( #2544 )
...
- Minor copyright owner updates
2019-02-04 20:49:55 -03:00
Elias Nahum
2184696e65
post menu and file attachments ( #2414 )
...
* post menu and file attachments
* Fix post list selector test
* Use new Gesture handler to avoid gesture conflicts in post menu and reaction list
* Allow reaction list to scroll the header on Android
* Feedback review
* Add some comments
* Fix eslint
2018-12-05 14:59:41 -03:00
Dan Maas
18cf206f79
NOTICE.txt updates for December 2018 ( #2417 )
...
- Removed no-longer-used dependency `react-native-drawer-layout`
- Minor authorship/copyright/URL updates
2018-12-04 19:14:32 -03:00
Elias Nahum
fb51e38733
Replace WebView with React Native Community WebView ( #2340 )
2018-11-16 13:28:54 -03:00
Elias Nahum
ae629a455c
Update UX for post long press menu ( #2325 )
...
* Update UX for post long press menu
* Post menu feedback review
2018-11-14 17:29:09 -03:00
Dan Maas
7fa9326ec4
Update NOTICE.txt ( #2300 )
...
- Minor authorship/homepage URL updates
2018-11-01 18:35:56 -03:00
Elias Nahum
e6f70707cc
Allow channel drawer to close when showing the team list ( #2290 )
...
* Allow channel drawer to close when showing the team list
* prevent closing the sidebar when jump to is active
* Add proper header to drawer_layout.js
2018-10-31 13:40:22 -03:00
Dan Maas
af5c880f19
Update NOTICE.txt ( #2212 )
...
- new dependencies added (@babel/polyfill, @babel/runtime, react-native-recyclerview-list)
- minor metadata updates for existing dependencies
2018-10-03 09:23:57 -03:00
Dan Maas
bb1bbd51d2
Update NOTICE.txt ( #2163 )
...
* Update NOTICE.txt
- Add new dependencies (jsc-android, moment-timezone, react-native-calendars, react-native-drawer-layout, react-navigation, rn-placeholder)
- Remove no-longer-used dependencies (react-native-drawer, react-native-fast-image)
- Update dependency with new name (TinyColor->tinycolor2)
- Update homepage and project owner info for all dependencies
- Add SPDX open-source license IDs
- Alphabetize dependency list so future update diffs will be smaller
* add back "a modified version of..." notices for dependencies that are modified by Mattermost
This is determined by looking at the requested version string in package.json. If the requested version is of the form "github:.../...(#...)", where the GitHub repo is something other than the official upstream repo (as given in the NPM registry entry), then we flag the dependency as being "a modified version".
2018-09-26 17:30:47 -03:00
Elias Nahum
5bf248d5c4
Fix getting the youtube video id ( #1890 )
...
* Fix getting the youtube video id regardless where the id is defined in the link
* feedback review
* Simplify and add unit tests for getYouTubeVideoId
2018-07-05 15:02:34 -04:00
amyblais
d19fca53d7
Cleaning up NOTICE.txt ( #1830 )
...
* Update NOTICE.txt
2018-07-03 12:51:39 -04:00
Elias Nahum
e07a738dcd
Remove orientation dependency ( #1698 )
...
* Remove orientation dependency
* Update NOTICES
2018-05-23 10:39:23 -04:00
enahum
9a0a43ae35
Enable iOS Share Extension with TableView ( #1418 )
...
* Enable iOS Share Extension with TableView
* show channel display_name when main app channel is dm or gm
* feedback review
2018-02-08 12:14:40 -05:00
enahum
6132b72adb
iOS request permissions if needed to save files to the photo library ( #1368 )
...
* iOS request permissions if needed to save files to the photo library
* Fixing capital letter in permission description
2018-01-22 16:18:42 -03:00
Jason Blais
bae10851f6
react-native-media-controls is Apache v2, not MIT ( #1329 )
...
They just added a license file: https://github.com/charliesbox/react-native-media-controls/blob/master/LICENSE
2018-01-02 19:28:21 -03:00
Chris Duarte
224099a9dc
Add fuzy search to the emoji picker ( #1310 )
...
* Add fuzy search to the emoji picker
remove comments from master rebase
Add fusejs to NOTICE.txt
* Add fuzzy search support for emoji_picker
2018-01-02 17:21:50 -05:00
enahum
8233907b47
Notices ( #1220 )
...
* Update NOTICE.txt
2017-11-28 12:30:01 -03:00
enahum
87261e9a59
Make layout compatible with iPhone X ( #1205 )
...
* Make layout compatible with iPhone X
* feedback review
2017-11-28 09:04:53 -03:00
enahum
bc1554e1bd
Add Document and Video previews ( #1170 )
...
* Video file previewer
* Document preview support
* Fix tests
* Feedback review
* feedback review 2
* feedback review 3
* Fix video_controls copyright
* Fix mime undefined
2017-11-20 18:28:20 -03:00
enahum
271a757505
Refactor channel swiper ( #933 )
...
* Refactor channel swiper
* Feedback review
* clean up
* another feedback review
* Remove unnecessary props
* clean up initialState
2017-09-25 14:40:30 -03:00
enahum
7aebcbd52e
Link Previews ( #890 )
...
* Link previews, Image previews and YouTube
* Install cocoapods dependencies
2017-09-12 15:06:19 -03:00
Harrison Healey
3ac7b48adc
RN-289 Sentry integration ( #873 )
...
* Added JS code for Sentry
* Removed leftover initializeSentry call
* Added SentryOptions config setting
* Added native components for react-native-exception-handler
* Removed default props from ErrorText
* Moved where Sentry is initialized
* Added ios/sentry.properties to .gitignore
* Added linking react-native-sentry to Fastlane
* Fixed fastlane to include newlines in sentry.properties
* Moved to manually link react-native-sentry
* Captured redux errors with Sentry
* Redid how Sentry is optionally compiled to be simpler
* Added Sentry middleware to create redux breadcrumbs
* Added Sentry tags for server version
* Initialize Sentry when testing
* Fixed string replacement for SentryEnabled in fastlane
* Added react-native-sentry to NOTICE.txt
2017-09-01 14:50:17 -03:00
Chris Duarte
220fb588b9
RN-80 Add ability to download files ( #866 )
...
* RN-80 Add ability to download files
* Add android permission check and toasts
* Add check for ability to download from config
2017-09-01 12:11:49 -03:00
Chris Duarte
bffc75f8d1
RN-223 Emoji picker for adding new emoji reactions ( #854 )
...
* RN-223 Emoji picker for adding new emoji reactions
* Remove redundant setServerVersion and fetch custom emojis on reset
* Review feedback
* Review feedback 2
* Review feedback 3
* Review feedback 4
* Change aliases to array and add header to image source
* Remove aliases from custom emojis
2017-08-23 15:29:09 -03:00
enahum
cd5fb71681
Appconfig support for iOS and Android ( #856 )
...
* AppConfig support for iOS
* AppConfig support for Android
* Fix typo
* Java feedback review
2017-08-18 12:19:00 -04:00
enahum
d9b76386c0
RN-288 Add analytics with segment.io ( #828 )
...
* Add analytics with segment.io
* Feedback review
2017-08-08 12:43:41 -04:00
enahum
7dbac06983
Fix sentry found issues ( #699 )
2017-07-03 18:09:04 -04:00
enahum
3a233455a6
RN-235 Report errors to email and restart app if needed ( #683 )
...
* RN-235 Report errors to email and restart app if needed
* Feedback review
2017-06-28 10:22:57 -04:00
enahum
a68d4f4579
RN-192 Fix Cancel button in IOS search bar ( #642 )
...
* when login get the sessions after setting the credentials
* Fix reset drawer on android
* RN-192 Fix Cancel button in IOS search bar
* feedback review
2017-06-19 09:19:37 -04:00
enahum
2980de0b19
RN-7 Ability to search channels in the drawer ( #602 )
...
* RN-7 Ability to search channels in the drawer
* Fix i18n locale data
* Split channel_drawer into multiple components
* Fix eslint
2017-06-09 08:23:56 -04:00
enahum
f1c9f1051c
RN-36 Update status bar color ( #606 )
2017-06-08 15:10:59 -04:00
enahum
68b8bcdc42
RN-148 Tapping to dismiss post tooltip and prevent openining thread view ( #607 )
2017-06-08 14:57:03 -04:00
enahum
c285a6f553
Fix push notifications ( #596 )
2017-06-05 16:15:00 -04:00
Chris Duarte
cbdfb4ff46
Add component unit testing ( #588 )
2017-05-31 08:59:20 -04:00
enahum
5b1a68db74
RN-137 Team sidebar ( #577 )
...
* Team sidebar
* Update NOTICES.txt
* feedback review
2017-05-29 15:51:11 -04:00
Chris Duarte
d14edc25da
RN-145 Add support for sentry error tracking ( #564 )
...
* RN-145 Add support for sentry error tracking
* Add to notice.txt
2017-05-25 09:56:38 -04:00
enahum
248dafbe0e
RN-97 Changed navigation from NavigationExperimental to ReactNative Navigation ( #540 )
...
* Add react-navigator dependency
* Add react-native-navigation dependency
* react-native-navigation, ios and android config
* update react-native-navigation
* New navigation and code cleanup
* Set ScreenBackgroundColor
* Fix channel drawer event issue
* Applied RNPN non-working popInitial notification
* Android navbar and back button
* packages and notices
* MM-redux update
* Fix draft on team switch
* Remove custom NavBar
2017-05-16 11:19:46 -04:00
Chris Duarte
ddf03e1372
RN-79: Images uploaded from React Native get renamed ( #509 )
2017-04-28 10:24:55 -03:00
Carlos Tadeu Panato Junior
c6d6bcc03f
implement jira ticker RN-50 - Accept Team URL for Server URL ( #499 )
...
* implement jira ticker RN-50 - Accept Team URL for Server URL
* update per review
* add url-parse license to NOTICE.txt
2017-04-26 18:42:57 -03:00
Harrison Healey
43e4c5e2f2
PLT-5860 Updated copyright date ( #476 )
2017-04-10 11:33:35 -03:00
Chris Duarte
d206ea68de
PLT-6173: Offline redux store ( #471 )
...
* PLT-6173: Offline redux store
* Review feedback
2017-04-09 21:51:47 -03:00
Chris Duarte
18cc7f1e7f
PLT-5518 RN: Allow user to upload + send image file attachments ( #373 )
...
* PLT-5518 RN: Allow user to upload + send image file attachments
* Review feedback
2017-03-21 17:58:31 -04:00
Chris Duarte
2638a9c75d
PLT-5517 Image file previewer ( #344 )
...
* PLT-5517 RN: Image file previewer
Add preview component and client routes
Add fade transition for modal
Add paging controls, title header, and info footer
Add drag to dismiss behavior
Fix android layout issues
Handle orientation change
* Fix tests
* Review feedback
* Review feedback
2017-03-17 09:04:35 -04:00
enahum
31d89c37fe
PLT-5506 Record user agent/device type in the active sessions list ( #342 )
...
* Add user info and userAgent
* notice
2017-03-13 13:39:35 -03:00
enahum
6324f22095
PLT-5630 Implement push notifications and unread badge on app icon ( #338 )
...
* enable ios push notifications
* enable android push notifications
* NOTICE for push notification and message bar
* include message in noty
* re-wording notices
* feedback review
2017-03-13 09:51:21 -04:00
Jason Blais
963a1862c8
Adding Patent Grant info for react library in NOTICE.txt ( #331 )
...
* Adding Patent Grant info for react in NOTICE.txt
* Add patent grant disclosure for react-native
* Update NOTICE.txt
2017-03-09 14:05:54 -03:00
enahum
c121097974
PLT-5587 Create channel ( #300 )
...
* PLT-5587 Create channel
* Feedback review
* hidding options in account settings
2017-02-27 16:17:18 -05:00
enahum
71b2ecd394
Platform dependent search bar and ui fixes ( #205 )
...
* Platform dependent search bar and ui fixes
* Set events in default props
* Update NOTICE.txt
* Channel info favorite (#210 )
* Enable toggling of favorite channel from channel_info
* Change this binding
* Handle favorite toggle with state
* feedback review
* removed unnecessary view
2017-02-01 11:38:32 -03:00