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
0eeb9453c9
Updated yarn.lock ( #817 )
2017-08-03 16:25:40 -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
Chris Duarte
fd0ca606bb
Use post retry actions to avoid missing messages ( #796 )
...
* Use post retry actions to avoid missing messages
* Review feedback
* Fix race condition and update redux-offline
* Review feedback
2017-08-01 19:09:57 -04:00
enahum
f6bdbb941a
Fix new message indicator in channel screen ( #807 )
2017-08-01 18:21:26 -04:00
Harrison Healey
0f8f93af6d
PLT-6924 Added setting to disable mobile file uploads ( #799 )
...
* PLT-6924 Added setting to disable mobile file uploads
* PLT-6924 Updated yarn.lock
2017-07-28 17:06:44 -04:00
Harrison Healey
8a7840b58a
RN-152 Add ability to create new group direct messages ( #793 )
...
* RN-152 Added ability to open group messages from MoreDirectMessages
* Refactored row components for CustomList
* Added CustomSectionList component to mirror CustomList
* Added control to display all selected users in More DMs list
* Updated title of More DMs modal
* Updated yarn.lock
* Fixed channel name not being set when creating GM channel
* Fixed error on Android
2017-07-27 19:08:13 -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
Chris Duarte
9db0a38e8b
RN-153 Show emoji reactions on posts ( #745 )
...
* RN-153 Show emoji reactions on posts
* Review Feedback
* Change makeMapStateToProps in export
2017-07-17 12:27:16 -04:00
enahum
088ecad2b5
Split Post component into smaller components and prevent re-rendering ( #740 )
...
* Split Post component into smaller components and prevent re-rendering
* Feedback review
* Fix render reply bar
* Remove eslint-disable-line
2017-07-13 17:48:45 -04:00
Harrison Healey
32e07bfcce
Updated yarn.lock ( #718 )
2017-07-05 13:17:25 -04:00
Harrison Healey
bd2c623775
Added support for new system-wide teammate name display setting ( #709 )
2017-07-04 20:54:03 -04:00
enahum
c2c56737bf
RN-242 Fix race condition and ensure server url is set when tapping on a PN ( #706 )
2017-07-04 20:45:12 -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
8d72c0a020
Fix localization + setting the token for APIv3 ( #674 )
2017-06-26 15:49:28 -04:00
enahum
6c03d3b8e6
RN-239 show error messages for join/delete channel and create dms ( #668 )
...
* RN-239 show error messages for join/delete channel and create dms
* Feedback review
2017-06-26 15:12:14 -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
enahum
639d9b9121
Upgrade to latest mattermost-redux and updated fastlane ( #655 )
...
* Upgrade to latest mattermost-redux and updated fastlane
* mattermost-redux
2017-06-21 09:34:39 -04:00
Harrison Healey
4574a54241
RN-219 Attempting to fix missing posts ( #653 )
...
* RN-219 Changed loadPostsIfNecessary to get since latest Post.CreateAt
* RN-219 Changed post list refresh to always get the latest page of posts
* Updated yarn.lock
2017-06-20 09:32:55 -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
Chris Duarte
c369ca6593
Posts are now seen as pending until submitted successfully ( #650 )
...
* Posts are now seen as pending until submitted successfully
* Fix image upload fail retry
2017-06-19 16:55:56 -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
655a050524
RN-198 Fixed adding members to channel not incrementing member count ( #635 )
...
* Removed unused props from components
* RN-198 Fixed adding members to channel not incrementing member count
* Updated yarn.lock
2017-06-15 11:06:39 -04:00
enahum
56b8f6e479
Handle the cases when a user with no teams ( #621 )
2017-06-14 10:04:41 -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
fa2218a835
RN-185 ensure leaving channels and teams when the app is closed or disconnected ( #617 )
2017-06-12 12:03:59 -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
ecf39f61dd
Various fixes & improvements ( #611 )
...
* RN-166 follow user prefs for join/leave messages
* RN-158 Fix Android input textbox offscreen issue
* RN-181 Use device locale as default locale
* Upgrade mattermost-redux
* Fix TouchableHighlight in the channel drawer items
* Update channel title when switching channels
* Fix channel name title when switching teams
* Fix unit test
2017-06-08 15:40:29 -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
enahum
2309c91f88
RN-146 Join open teams ( #590 )
2017-05-31 10:07:13 -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
enahum
edfa3b1229
Add "Unreads" section to channel drawer ( #568 )
2017-05-25 09:57:50 -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
ce4f8a2600
RN-34 tap to remove ephemeral posts ( #563 )
2017-05-25 09:07:55 -04:00
enahum
516d184916
Improve in-app notifications design ( #561 )
2017-05-22 21:38:45 -04:00
enahum
26c365a00b
Various Updates and fixes ( #559 )
...
* Update to latest mattermost-redux
* Update View.propTypes to ViewPropTypes
* use an empty object if the draft is undefined
2017-05-22 14:17:30 -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
d21975b613
Fix hamburger unread indicator ( #557 )
2017-05-21 22:41:51 -04:00