enahum
388294a124
Update Mattermost redux ( #1086 )
...
* Fix middleware
* Upgrade mattermost-redux
* another middleware fix
2017-11-02 16:09:53 -03:00
enahum
dec442a4a4
Babel plugin to remove console.* in production ( #1048 )
2017-10-23 09:01:43 -03:00
enahum
cc966702fd
Improve performance of the channel drawer ( #1023 )
...
* Improve performance of the channel drawer
* Feedback review
* Fix makefile
* Feedback review 3
* Fix areStatesEqual
* Fix Android SVG
2017-10-17 10:06:28 -07:00
enahum
fb773f04cb
Multiple performance improvements ( #956 )
...
* Update fastlane
* Multiple performance improvements
* Feedback review
* Feedback review
2017-10-02 16:03:13 -03:00
Harrison Healey
f687c8ad8c
RN-369 Added a maximum depth to the markdown renderer ( #942 )
...
* RN-369 Added a maximum depth to the markdown renderer
* Updated yarn.lock
2017-10-02 16:03:13 -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
b2cddad13a
Update make scripts and fastlane ( #908 )
2017-09-18 14:34:54 -04:00
enahum
0628cbc693
Upgrade to RN 0.48.3 ( #911 )
...
* Upgrade to RN 0.48.1
* Update deps to be exact
* Fix tests
* Remove unneeded code from setup and add socketcluster dep
* Fix drawer pan issue
* Fix bridge issues on iOS
* Upgrade to RN 0.48.3
* Search to use RN SectionList
2017-09-18 12:01:47 -04:00
enahum
19502f9aaa
RN-344 open push notifications faster ( #899 )
2017-09-13 12:00:33 -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
206aa79e3c
PLT-7553/RN-319 Updated commonmark.js ( #888 )
2017-09-12 09:29:33 -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
Harrison Healey
f720b96f88
RN-177 Updated commonmark.js to match web app list behaviour ( #848 )
2017-08-11 16:45:39 -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
Harrison Healey
a0a1678939
RN-174 Added support for strikethrough text in markdown ( #816 )
2017-08-07 10:37:29 -04:00
Harrison Healey
9c0ff207ab
PLT-7250 Updated commonmark.js to better handle trailing periods on URLs ( #814 )
2017-08-02 11:04:56 -04:00
enahum
dc8b9a04b1
RN-10 Ability to search Posts ( #763 )
...
* Fix offline indicator UI
* Add search screen with recent mentions functionality
* Fix make start
* Add autocomplete to the search box
* Fix search bar in other screens
* Get search results and scroll the list
* Add reply arrow to search result posts
* Search result preview and jump to channel
* Feedback review
2017-07-21 17:07:47 -04:00
Elias Nahum
6e9faa95db
Include build folders in make clean
2017-07-20 12:50:53 -04:00
enahum
f23f8d99df
Fix SSO login ( #754 )
...
* Fix SSO login
* Update style
* Fix stripTrailingSlashes
2017-07-20 12:50:53 -04:00
enahum
7dbac06983
Fix sentry found issues ( #699 )
2017-07-03 18:09:04 -04:00
enahum
5e979e53ab
Update fastlane and remove search bar dependency ( #692 )
2017-06-28 14:27:56 -04:00
enahum
c5ea6955ef
RN-208 Fix drawer when app opens in landscape ( #687 )
2017-06-28 12:42:31 -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
2a7c487463
Re-factor post_list with VirtualizedList ( #665 )
...
* Re-factor postlist with VirtualizedList
* Remove react-native-invertible-scroll-view dependency
* Fix navigator not being pass to post
* Feedback review
* Feedback second review
2017-06-23 16:07:06 -04:00
Harrison Healey
22b71797ce
RN-109 Added ability to add styles to adjacent paragraphs ( #654 )
...
* RN-109 Added ability to add styles to adjacent paragraphs
* Updated yarn.lock
2017-06-19 18:51:14 -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
Harrison Healey
84fe4733bc
RN-74 Added channel links ( #620 )
...
* Updated AtMention component to match web app
* RN-74 Added channel links
* Updated yarn.lock
2017-06-13 10:01:25 -04:00
Harrison Healey
55fa467da9
RN-8 Added emoji and emoticon support ( #616 )
...
* RN-8 Added emoji and emoticon support
* Updated yarn.lock
2017-06-12 12:04:18 -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
e4a5ebca40
Fix android channel drawer ( #597 )
2017-06-05 16:40:37 -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
dda0370b37
Remove sentry to fix build ( #573 )
2017-05-26 11:30:43 -04:00
Chris Duarte
9a05aeec78
Fix sentry build issues ( #570 )
...
* Fix sentry build issues
* Review feedback
2017-05-26 06:38:48 -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
7aa4fbd4a5
RN-136 Post list pull to refresh ( #558 )
...
* Fix post list inverted issue
* Add pull to refresh to post list
2017-05-22 08:09:52 -04:00
enahum
dbafd2f45c
Update react-native-image-picker to use a fork ( #550 )
2017-05-17 16:15:53 -04:00
enahum
844c654fda
Update RN to 0.44.0 and project dependencies ( #546 )
2017-05-16 21:13:44 -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
enahum
2076e17c52
Upgrade mattermost-redux in yarn ( #508 )
2017-04-27 09:05:54 -03:00
enahum
eb240af15b
Update dependencies and start using yarn ( #506 )
2017-04-27 08:45: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
enahum
7a3c99c267
Move to mattermost-redux master branch ( #484 )
2017-04-21 14:20:52 -03:00