Harrison Healey
81b61b8bb7
MM-10180 Better handle characters after periods in URLs ( #1603 )
2018-04-24 18:12:52 -03:00
Harrison Healey
4c56b05cb3
Added explicit versions to all packages ( #1602 )
2018-04-20 18:55:20 -03:00
Elias Nahum
e748d8de33
Upgrade to RN 0.55.3 ( #1600 )
2018-04-19 17:00:12 -04:00
Elias Nahum
69a8df33f4
Update bad dependencies
2018-04-19 08:01:08 -03:00
Elias Nahum
006c5a08d7
Use local Images when possible ( #1580 )
...
* Fix advance settings android layout
* include react-native-image-gallery dependency
* ImageCacheManager
* Add support for isGif, isDocument, isVideo and purge to file utils
* Remove file fetch cache
* include progressive image component
* Refactor image previewer
* Add image preview support for open graph and embed images
* Cache user profile picture
* Fix post additional content images for android
* Preview markdown inline images
* Improve progressive image
* feedback review
2018-04-13 12:23:15 -03:00
Harrison Healey
a2b3ca3bac
Move forked dependencies into mattermost org ( #1574 )
2018-04-11 13:32:51 +03:00
Elias Nahum
e20b84c6d8
Upload progress indicator ( #1562 )
...
* Long post support
* Split file upload component
* Use fetch blob fork
* add progress to file upload
* Remove SERVER.PID from Makefile
* Preview only images
* remove unused prop
2018-04-04 09:14:26 -04:00
Elias Nahum
6698dbf678
Upgrade to RN 0.54.3 and other dependencies ( #1539 )
...
* Upgrade to RN 0.54.2 and other dependencies
* feedback review
* upgrade mattermost-redux
* Update dependencies
2018-03-29 10:05:49 -04:00
Jesse Hallam
58b72302d6
update eslint's comma-dangle rule to always-multiline ( #1457 )
...
* update eslint's `comma-dangle` rule to `always-multiline`
* add check and fix scripts to package.json
* Invoke `yarn fix` to adopt the updated eslint rules. No other changes are included.
2018-02-23 09:06:02 -05:00
Harrison Healey
f75d35b66e
RN-9379 Updated react-native-sentry to 0.34.0 ( #1447 )
...
* RN-9379 Updated react-native-sentry to 0.34.0
* Removed translations for sentry debugging options
2018-02-21 01:01:06 +08:00
Harrison Healey
ede4d22f75
ICU-624 Added markdown tables ( #1434 )
...
* ICU-624 Added initial table rendering support
* ICU-624 Added full table view
* Added proper pluralization to +X more lines in code blocks
* ICU-624 Added support for images in tables
* Stopped using injectIntl for tables
* ICU-624 Updated commonmark-react-renderer
* ICU-624 Hid scroll indicator in collapsed table view
* Addressed feedback
2018-02-16 19:31:14 -03:00
enahum
418c1ce9ba
Update tooltip library ( #1426 )
...
* Update tooltip library
* Feedback review
* remove static field
2018-02-12 09:03:05 -05: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
d0f96c0887
[ICU-650] Upgrade React Native to 0.52.2 ( #1421 )
...
* Upgrade to React Native 0.52.2
* Bump app version to 1.7.0
* Update fastlane
* Upgrade mattermost redux
* feedback review
2018-02-07 18:24:01 -03:00
Stephen Kiers
29705d0715
ICU-573 Allow flag on file upload to trigger unescape of filename ( #1383 )
...
* properly encode filename to be handled by android
* Perf updates
* remove form-data devDependency
* Broke out encoding to function
* missed one
* Removed fontSize prop from Emoji
* trigger jenkins
* reverse jenkins trigger
* fix styles
* eslint upgrade
* Fine, harrison…
* needed semicolon now….
2018-01-31 11:42:02 -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
enahum
926ffe96c5
Android share extension ( #1352 )
...
* Android share extension
* Feedback review
* Feedback review
2018-01-17 18:17:02 -03:00
Harrison Healey
71df3ef8fa
Upgrade to React Native 0.51.0 ( #1344 )
...
* Upgraded React Native to 0.51.0
* Updated react-native-linear-gradient to 2.4.0 to support RN 0.51.1
2018-01-15 15:12:17 -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
Chris Duarte
2e951cbfca
Upgrade to RN 0.50.4 ( #1303 )
...
* Update to RN 0.50.4
* Fix intl context in post textbox
2017-12-22 19:39:51 -03:00
Martin Kraft
204e88a90f
Package fix. ( #1215 )
2017-11-28 11:38:21 -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
f74b8e685d
Channel Peek ( #1203 )
...
* Channel Peek
* feedback review
2017-11-27 17:35:32 -03:00
Chris Duarte
be682240f4
Add slash command support ( #1190 )
...
* Add slash command support
* Review feedback
* Review feedback 2
* Update to latest redux
* Fix tests
2017-11-23 14:25:03 -03:00
enahum
92bc6e73ee
Fix document library ( #1182 )
2017-11-21 10:53:02 -05:00
Chris Duarte
e345ee1e7b
Add recently used section ( #1136 )
...
* Add recently used section and section icons
* Improve section scrolling indication
* Modify Makefile and use onMomentumScrollEnd
* Make sure top section maintains highlight when scrolled to top
* Sort emojis by startsWith then includes when filtering
2017-11-21 10:20:09 -05: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
Martin Kraft
7fb4b4f8ed
RN-359: Adds edited indicator to post. ( #1171 )
...
* RN-359: Adds '(edited)' indicator to post.
* RN-359: Formatting.
2017-11-20 13:24:22 -05:00
Harrison Healey
d16cbaa8e3
RN-497 Updated commonmark to better handle non-latin characters in URLs ( #1160 )
2017-11-16 08:18:01 -03:00
Harrison Healey
f260c75f57
Revert "RN-497 Updated commonmark to better handle non-latin characters in URLs" ( #1158 )
...
* Revert "Keep search results on data cleanup (#1147 )"
This reverts commit 073ddc9d44 .
* Revert "Fix Makefile to avoid Platform duplicates in VirtualizedList (#1156 )"
This reverts commit 2e9fb7f824 .
* Revert "RN-497 Updated commonmark to better handle non-latin characters in URLs (#1153 )"
This reverts commit b1d2a0078b .
2017-11-15 13:12:17 -03:00
Harrison Healey
b1d2a0078b
RN-497 Updated commonmark to better handle non-latin characters in URLs ( #1153 )
2017-11-15 09:57:19 -03:00
enahum
380f5d884a
RN-466 DND status support ( #1115 )
...
* DND status support
* Feedback review
2017-11-10 12:51:33 -03:00
enahum
9910e3438d
Upgrade RN ( #1102 )
2017-11-07 13:34:39 -03:00
enahum
7c8f735b3b
Merge Build 62 into master ( #1090 )
...
* Use ImageBackground for youtube videos instead of nested Images
* Fix bugs reported by sentry (#1081 )
* Update Mattermost redux (#1086 )
* Fix middleware
* Upgrade mattermost-redux
* another middleware fix
* RN-456 when a channel is left we update content and title (#1087 )
* Version Bump to 62 (#1088 )
* Version Bump to 62 (#1089 )
2017-11-02 17:53:20 -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