Commit graph

861 commits

Author SHA1 Message Date
Harrison Healey
b1d2a0078b RN-497 Updated commonmark to better handle non-latin characters in URLs (#1153) 2017-11-15 09:57:19 -03:00
Harrison Healey
350a78c616 RN-376 Removed code that made search bar focus itself after animations (#1152)
* RN-376 Removed code that made search bar focus itself after animations

* Used StyleSheet to pass styles into search components
2017-11-15 09:56:26 -03:00
enahum
1cc621bec3
Fix blurry look when render inverted FlatList in iOS (#1145) 2017-11-15 09:53:23 -03:00
Harrison Healey
70a1a92d06 Updated borders on autocomplete to wrap entire list (#1149)
* Updated borders on autocomplete to wrap entire list

* Reverted accidental changes to search autocomplete position
2017-11-14 19:13:03 -06:00
Harrison Healey
e98e22600e RN-465 Fixed emoji autocomplete removing spaces before emoji (#1150) 2017-11-14 19:06:55 -06:00
Martin Kraft
002a5b8acd RN-44: Adds flag SVG to post header. (#1004)
* Adds flag SVG to post header.

* RN-44: Pushes flagged post icon up.
2017-11-14 09:49:38 -05:00
enahum
d1339b5423
translations PR 20171113 (#1140) 2017-11-14 11:28:55 -03:00
enahum
61480c4df5
Upgrade mattermost-redux (#1144) 2017-11-14 11:28:39 -03:00
enahum
d9947b130d
Version Bump to 62 (#1089) (#1143) 2017-11-14 11:12:21 -03:00
enahum
5fb9390759
IOS Version Bump to 64 (#1142)
* Update Mattermost redux (#1086)

* Fix middleware

* Upgrade mattermost-redux

* another middleware fix

* Bump app version to 1.4.1

* Version Bump to 64
2017-11-14 11:06:18 -03:00
Chris Duarte
cf29d8dec5 Use new isFavoriteChannel redux util (#1113)
* Use new isFavoriteChannel redux util

* Remove unmarkFavorite actions
2017-11-14 08:19:32 -03:00
Harrison Healey
df5f7a0059 Increased clickable area around send post button (#1139)
* Increased clickable area around send post button

* Fixed attachment icon not staying at the bottom when the post textbox gets taller
2017-11-13 18:43:31 -03:00
enahum
49899b2a00
Improve performance on post textbox (#1138) 2017-11-13 18:36:24 -03:00
enahum
f6d829c445
Network detection fixed to use default if no server is present (#1137) 2017-11-13 18:36:09 -03:00
Chris Duarte
7a965d6035 Allow iconSize to be passed from config (#1135) 2017-11-13 12:49:36 -05:00
enahum
c9fd1ac97d Scroll to search result in preview (#1129)
* Scroll to search result in preview

* Fix uni test

* Feedback review

* Remove listeners for mattermostManaged

* Remove specific event listeners for mattermostManaged
2017-11-13 11:55:26 -05:00
enahum
9e1d63c991 Fix huawei inverted list (#1133) 2017-11-13 11:54:00 -05:00
enahum
d7622eb7a4 RN-360 Add support for interactive message buttons (#1131) 2017-11-13 10:52:43 -06:00
enahum
a299cdb5c5
Network detection by pinging Mattermost server (#1130) 2017-11-13 13:51:24 -03:00
enahum
2792e3bab1 Fix badge render (#1134) 2017-11-13 10:44:35 -06:00
enahum
4896716668 Prevent notify props from causing a crash (#1127) 2017-11-13 11:32:38 -05:00
lfbrock
ab657604fb Spelling correction (#1132)
* Spelling correction

* Update en.json

* fix eslint
2017-11-13 13:03:30 -03:00
enahum
8ab31c885c
Fix iOS RN notification lib (#1128) 2017-11-13 09:15:21 -03:00
Harrison Healey
8e960f0257 RN-472 Improved handling of deleted search results (#1119) 2017-11-12 08:34:39 -03:00
Harrison Healey
8f42f1ca1a RN-487 Added null check for user in UserProfile (#1120) 2017-11-12 08:34:24 -03:00
enahum
b7fe369fab
Apply data retention policy (#1122) 2017-11-12 08:33:42 -03:00
enahum
380f5d884a
RN-466 DND status support (#1115)
* DND status support

* Feedback review
2017-11-10 12:51:33 -03:00
Harrison Healey
bc4df84519 RN-471/RN-484 Fixed null pointer exceptions caused by ScrollViews (#1116)
* RN-471 Fixed null pointer from Swiper scroll view

* RN-484 Added null check to ImagePreview scroll view
2017-11-09 18:48:37 -03:00
Harrison Healey
aeac45e64e RN-492 Added fallback to default theme colours when missing from custom theme (#1121) 2017-11-09 16:05:41 -03:00
Harrison Healey
3f91a8f25c
RN-485 Stopped returning null post ID arrays when not logged in (#1118)
RN-470/RN-485 Stopped returning null post ID arrays when not logged in
2017-11-09 11:46:34 -05:00
Harrison Healey
e18aea8f9a RN-474 Fixed resetStateForNewVersion not working if upgrading from version without search state (#1117) 2017-11-09 12:47:21 -03:00
Harrison Healey
324398e4be RN-414 Reduce loading of posts in increasePostVisibility action (#1111) 2017-11-09 08:50:31 -06:00
enahum
b649dada6f RN-13 Scroll to New messages indicator (#1110) 2017-11-09 08:50:04 -06:00
enahum
2a6b49cdfa Close Thread view when the root post has been deleted (#1114) 2017-11-09 09:22:48 -05:00
Harrison Healey
58efa5863b RN-435 Fixed Loading messages... message not appearing (#1104)
* RN-435 Fixed Loading Messages... message not appearing

* Made capitalization of Loading messages... more consistent

* Fixed ignored eslint warning

* Removed outdated FIXME comment

* Removed unnecessary view
2017-11-08 15:55:11 -03:00
enahum
cde5984aed
Update fastlane (#1107) 2017-11-08 13:09:52 -03:00
Harrison Healey
1817de589a Changed PostProfilePicture to be a PureComponent (#1105)
* Changed PostProfilePicture to be a PureComponent

* Updating style
2017-11-08 09:19:27 -06:00
enahum
9910e3438d
Upgrade RN (#1102) 2017-11-07 13:34:39 -03:00
enahum
697e9a1831
translations PR 20171106 (#1103) 2017-11-07 12:32:49 -03:00
lfbrock
1f4e2b0714 Update CHANGELOG.md (#1084)
* Update CHANGELOG.md

* Update CHANGELOG.md
2017-11-07 03:56:40 -03:00
Elias Nahum
c8e7c2deb1 Keep post openGraph data 2017-11-06 14:29:02 -03:00
enahum
21c5d1f5f5 Version Bump to 63 (#1095) 2017-11-03 17:55:09 -03:00
enahum
0178f343b5 Version Bump to 63 (#1094) 2017-11-03 17:55:09 -03:00
enahum
9dcb7ac717 Set the section list to wait for interactions before updating the unread indicator (#1093) 2017-11-03 17:55:09 -03:00
enahum
a66aa05bcd set appSarted as false when logging out and resetting cache (#1092) 2017-11-03 17:55:09 -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
dd9d245e39 Prevent More unreads indicators when canceling jump to... (#1082) 2017-11-02 08:37:08 -03:00
enahum
853ef2cde3 Version Bump to 61 (#1078) 2017-11-02 08:37:08 -03:00
enahum
2cb3a8158f Version Bump to 61 (#1077) 2017-11-02 08:37:08 -03:00
enahum
da461ca35d Keep user statuses for current channel and all post visibilities (#1080) 2017-11-02 08:37:08 -03:00