Harrison Healey
db3556325e
RN-566 Re-rendered PostList footer when channel ID changes ( #1309 )
...
* RN-566 Re-rendered PostList footer when channel ID changes
* Refactor ChannelIntro mapStateToProps into selectors
2017-12-22 10:29:09 -06:00
Harrison Healey
593dd9f033
Removed unused props from ChannelPostList ( #1306 )
2017-12-21 09:09:16 -03:00
Harrison Healey
16e293ffab
RN-462 Allow user and channel lists to load more than one additional page of content ( #1305 )
...
* RN-462 Allow user lists to load more than one additional page of users
* RN-462 Actually load more users for direct messages list
* Allow loading more than one page in the More Channels modal
2017-12-21 09:03:17 -03:00
Harrison Healey
2ad5dd9e26
RN-578 Properly aligned list items with indices above 10 ( #1304 )
2017-12-21 09:02:15 -03:00
enahum
9136d47feb
translations PR 20171218 ( #1300 )
2017-12-19 09:51:27 -03:00
Chris Duarte
00ce1e1842
Enforce max file count and active send button ( #1241 )
...
* Enforce max file count and wait until all images finish loading
Replaced Text with FormattedText
Remove unnecessary Text import
Clean up post_textbox and file_upload_preview
* Fix localization string for mobile
* change MAX_IMAGE_COUNT to MAX_FILE_COUNT
2017-12-14 15:19:31 -03:00
enahum
4dc39a088a
translations PR 20171211 ( #1295 )
2017-12-14 09:21:11 -03:00
Martin Kraft
81a89f0b83
Inline help documentation for make commands. ( #1274 )
2017-12-12 15:57:49 -03:00
Bohdan V
3a535daab6
Added text about description of the problem (RN-247)( #1267 ) ( #1292 )
2017-12-11 10:13:29 -05:00
Chris Duarte
3c23a07d8b
Add ability to copy post permalink ( #1255 )
2017-12-08 18:19:48 -03:00
enahum
f16f8df0d3
Run podinstall if the OS is mac ( #1250 )
2017-12-08 18:19:30 -03:00
Chris Duarte
7fdb0c4d27
Create post timeout ( #1242 )
...
* Add timeout for api calls that take too long
This will allow any api call that takes too long to fail faster.
Specially for Client4.createPost. If the api never returns the post is in a pending state and the user is not able to retry.
* Add canTimeout flag
2017-12-08 18:19:17 -03:00
Lindsay
d6cad314af
Update CHANGELOG.md
2017-12-08 18:17:32 -03:00
Lindsay
58df6f40b8
Update CHANGELOG.md
2017-12-08 18:17:32 -03:00
Lindsay
32b7bcec5a
Update CHANGELOG.md
2017-12-08 18:17:32 -03:00
Lindsay
42125f6554
Update CHANGELOG.md
2017-12-08 18:17:32 -03:00
Lindsay
b79febdc29
Update CHANGELOG.md
2017-12-08 18:17:32 -03:00
Lindsay
559d3fdae2
Update CHANGELOG.md
2017-12-08 18:17:32 -03:00
Elias Nahum
a22d5e340a
Merge branch 'release-1.5'
2017-12-08 13:34:26 -03:00
enahum
00f3b03661
Update fastlane ( #1286 )
2017-12-08 11:22:32 -05:00
Elias Nahum
c44f1c3f7f
Version Bump to 74
2017-12-08 13:03:12 -03:00
Elias Nahum
82b144d9ea
Upgrade Android to 1.5.1
2017-12-08 13:03:12 -03:00
Elias Nahum
b0d439f88a
Version Bump to 74
2017-12-08 12:56:48 -03:00
Elias Nahum
1978e9c323
Update iOS to 1.5.1
2017-12-08 12:56:48 -03:00
enahum
fd2c36cb94
Android Version Bump to 73 ( #1289 )
2017-12-08 12:12:06 -03:00
enahum
3de79da189
IOS Version Bump to 73 ( #1288 )
2017-12-08 12:07:43 -03:00
enahum
62cedae196
Multiple bug fixes ( #1287 )
2017-12-08 09:37:14 -05:00
Elias Nahum
29b8e2c727
Merge branch 'release-1.5'
2017-12-07 13:55:25 -03:00
enahum
49b0e4cb66
Version Bump to 72 ( #1284 )
2017-12-07 13:54:14 -03:00
enahum
4e51dda8f4
Version Bump to 72 ( #1283 )
2017-12-07 13:13:28 -03:00
enahum
ece329f540
Android: Fix image not displaying in preview ( #1281 )
2017-12-07 12:21:10 -03:00
enahum
76169720a5
Android: Avoid crash when clearing notifications ( #1282 )
2017-12-07 12:19:42 -03:00
enahum
f2a02d7756
Keep keyboard open in login screen ( #1280 )
2017-12-07 12:19:11 -03:00
enahum
9b55868ced
Hide keyboard when bringing the app to the foreground ( #1279 )
2017-12-07 12:18:43 -03:00
enahum
e68374d757
Fix replying to a search result ( #1278 )
2017-12-07 12:17:52 -03:00
enahum
e1051395ba
Android: Show center screen from user profile ( #1264 )
2017-12-07 12:17:12 -03:00
enahum
4b20dc5e66
Fix channel editing for DM and GM channels ( #1276 )
2017-12-07 12:16:45 -03:00
Elias Nahum
80ec02da0e
Merge branch 'release-1.5'
2017-12-06 16:40:33 -03:00
enahum
6e3e03bf18
Version Bump to 71 ( #1273 )
2017-12-06 16:38:09 -03:00
enahum
004f09f7e0
IOS Version Bump to 71 ( #1272 )
2017-12-06 16:28:48 -03:00
enahum
d73f85ab00
Android: Fix load more messages ( #1266 )
2017-12-06 15:10:13 -03:00
Harrison Healey
8e7fedbcc8
Fixed at mentions appearing for non-existant users ( #1271 )
2017-12-06 13:39:25 -03:00
Harrison Healey
a5ed41a696
Added ScrollViews to all settings pages (1.5) ( #1270 )
...
* Added ScrollViews to all settings pages
* Added alwaysBounceVertical to settings pages
2017-12-06 13:38:57 -03:00
Elias Nahum
61afd90388
Merge branch 'release-1.5'
2017-12-05 08:49:06 -03:00
enahum
e590bbd0c4
Version Bump to 70 ( #1262 )
2017-12-05 07:16:59 -03:00
enahum
548e793c8e
IOS Version Bump to 70 ( #1261 )
2017-12-04 19:27:52 -03:00
enahum
e4d9a672fc
Fix file upload and edit post layout ( #1259 )
2017-12-04 19:14:45 -03:00
enahum
d65667093f
Fix file upload and edit post layout ( #1259 )
2017-12-04 19:13:14 -03:00
enahum
ca2cc88c10
translations PR 20171204 ( #1260 )
2017-12-04 19:10:07 -03:00
enahum
d49c36bd3f
Version Bump to 69 ( #1258 )
2017-12-04 17:25:18 -03:00