Rocket.Chat.ReactNative/app/reducers
Diego Mello 50eb03589a Improve RoomsList render time (#384)
<!-- INSTRUCTION: Keep the line below to notify all core developers about this new PR -->
@RocketChat/ReactNative

<!-- INSTRUCTION: Inform the issue number that this PR closes, or remove the line below -->

<!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->
- [x] Added FlatList.getItemLayout() to improve list render time
- [x] Some texts were breaking lines at sidebar
- [x] Removed onPress from links at RoomsListView
- [x] Added eslint rule to prevent unused styles
- [x] Fixed auto focus bug at CreateChannel and NewServer
- [x] Fix change server bug
- [x] Fixed a bug when resuming in ListServer
- [x] I18n fixed
- [x] Fixed a bug on actionsheet ref not being created
- [x] Reply wasn't showing on Android
- [x] Use Notification.Builder.setColor/getColor only after Android SDK 23
- [x] Listen to app state only when inside app
- [x] Switched register push token position in order to improve login performance
- [x] When deep link changes server, it doesn't refresh rooms list
- [x] Added SafeAreaView in all views to improve iPhone X experience
- [x] Subpath regex #388
2018-08-01 16:35:06 -03:00
..
activeUsers.js Header redesign (#133) 2017-12-08 17:13:21 -02:00
app.js Switch push notification lib (#346) 2018-07-10 10:40:32 -03:00
connect.js [WIP] remove meteor lib (#146) 2017-12-20 17:20:06 -02:00
createChannel.js Beta (#265) 2018-04-24 17:08:17 -03:00
customEmojis.js Emoji picker (#185) 2018-01-16 16:48:05 -02:00
index.js Settings/Permissions improvements (#325) 2018-06-18 10:30:36 -03:00
initialState.js Load settings to redux and allow login via LDAP and CROWD 2017-08-13 20:02:46 -03:00
login.js Switch push notification lib (#346) 2018-07-10 10:40:32 -03:00
mentionedMessages.js Beta (#265) 2018-04-24 17:08:17 -03:00
messages.js [NEW] Reply preview (#374) 2018-07-20 16:54:46 -03:00
navigator.js Fix lint 2017-11-13 10:58:35 -02:00
pinnedMessages.js Beta (#265) 2018-04-24 17:08:17 -03:00
reducers.js [WIP] Abstract database calls (#157) 2017-12-27 13:22:06 -02:00
roles.js [NEW] Room info and Room info edit (#254) 2018-03-29 17:55:37 +00:00
room.js Deep linking fix and more (#294) 2018-05-18 14:55:08 -03:00
roomFiles.js Beta (#265) 2018-04-24 17:08:17 -03:00
rooms.js Header redesign (#133) 2017-12-08 17:13:21 -02:00
rootReducer.js get message saga 2017-08-17 03:28:41 -03:00
selectedUsers.js Beta (#265) 2018-04-24 17:08:17 -03:00
server.js Improve RoomsList render time (#384) 2018-08-01 16:35:06 -03:00
snippetedMessages.js Beta (#265) 2018-04-24 17:08:17 -03:00
starredMessages.js Beta (#265) 2018-04-24 17:08:17 -03:00