- Jul 25, 2018
-
-
Pitstopper authored
[I18N] Russian translation file
-
- Jul 24, 2018
-
-
Diego Mello authored
* Fixed a bug when closing websocket * removeListener fixed
-
- Jul 20, 2018
-
-
Diego Mello authored
* Updated to React Native 0.56 * Reply Preview
-
Diego Mello authored
<!-- 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 --> Closes #320 Closes #209 <!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->
-
- Jul 18, 2018
-
-
Diego Mello authored
<!-- 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 -->
-
- Jul 17, 2018
-
-
Diego Mello authored
<!-- 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 --> - [x] Crop image - [x] Type image description (like web) - [x] Show upload progress - [x] "Try again" in case of error - [x] Cancel upload while in progress - [x] [Android] Zoom on photos <!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->  
-
- Jul 10, 2018
-
-
Diego Mello authored
<!-- 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 --> Closes #137 <!-- INSTRUCTION: Tell us more about your PR with screen shots if you can --> Some server configurations may send x-instance-id header with different case.
-
Diego Mello authored
<!-- 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 --> Closes #342 <!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->
-
- Jun 20, 2018
-
-
Diego Mello authored
* Changed the way we read RocketChat settings since setting.type won't be returned from server anymore * Permissions * Unnecessary action sheet render * Update gradle * Switched testServer to use blob * RoomsListHeader search fixed * Runs loadMessagesForRoom only if room has at least 20 rows * - Logout if user's token expired - Removed update avatar logic - Profile dialog border on android * - Animations disabled - CircleCI set * Tests updated * "eventType argument is required" fix
-
- Jun 18, 2018
-
-
Diego Mello authored
* Changed the way we read RocketChat settings since setting.type won't be returned from server anymore * Permissions * Unnecessary action sheet render
-
- Jun 13, 2018
-
-
Diego Mello authored
* Drawer layout * Drawer changes * Profile * Profile avatar * Set language * Tests * Custom fields * Readme updated * fix invalid user muted value * Fix for "Cannot add a child that doesn't have a YogaNode to a parent without a measure function! (Trying to add a 'RCTVirtualText' to a 'RCTView')"
-
Diego Mello authored
-
- Jun 11, 2018
-
-
Guilherme Gazzo authored
-
- Jun 05, 2018
-
-
Diego Mello authored
-
- Jun 01, 2018
-
-
Diego Mello authored
-
Diego Mello authored
<!-- 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 --> - [x] Unread and date separator layout - [x] "Start of conversation"/"Loading messages" label   <!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->
-
Diego Mello authored
-
- May 30, 2018
-
-
Diego Mello authored
<!-- 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 --> User was able to add an invalid instance of Rocket.Chat by pressing submit button instead of "Connect" button. <!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->
-
- May 29, 2018
-
-
Diego Mello authored
-
Diego Mello authored
Our current markdown is causing a lot of issues on Android devices, since it wraps everything inside a Text component. On Android, Text doesn't support View as a child. This PR adds react-native-markdown-renderer, that uses View as wrapper and may be better.
-
- May 24, 2018
-
-
Diego Mello authored
* Broadcast channels * e2e tests
-
Diego Mello authored
<!-- 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] Removed unnecessary re-renders on RoomsListView
-
- May 23, 2018
-
-
Guilherme Gazzo authored
-
- May 21, 2018
-
-
greenkeeper[bot] authored
* fix(package): update react-navigation to version 2.0.0 * Code updated to support breaking changes of react-navigation
-
Diego Mello authored
-
- May 18, 2018
-
-
Diego Mello authored
-
Diego Mello authored
-
Diego Mello authored
* Fix - Any https link was deep linking to RocketChat * Keyboard dismiss after add new server * Room info bug fix * Opacity animation * Navigation when adding server fixed * Throttle for unnecessary render on receiving several messages * Search inputs without autocorrect and autocapitalize * Search messages fixed * Messagebox unnecessary render and spotlight fixed * react-native-keyboard-input updated
-
Diego Mello authored
-
- May 07, 2018
-
-
Diego Mello authored
* deep linking * Basic deep link working * Deep link routing * Multiple servers working * Send user to the room
-
Diego Mello authored
* react-native-img-cache removed * Improve list render * Support <http://link/Text> inside markdown
-
- Apr 28, 2018
-
-
Diego Mello authored
-
- Apr 27, 2018
-
-
Diego Mello authored
* Proguard disabled
-
- Apr 26, 2018
-
-
Diego Mello authored
* Fixed images not showing * Keyboard libs updated
-
- Apr 24, 2018
-
-
Guilherme Gazzo authored
* Fabric iOS * Fabric configured on iOS and Android * - react-native-fabric configured - login tracked * README updated * Run scripts from README updated * README scripts * get rooms and messages by rest * user status * more improves * more improves * send pong on timeout * fix some methods * more tests * rest messages * Room actions (#266) * Toggle notifications * Search messages * Invite users * Mute/Unmute users in room * rocket.cat messages * Room topic layout fixed * Starred messages loading onEndReached * Room actions onEndReached * Unnecessary login request * Login loading * Login services fixed * User presence layout * ïmproves on room actions view * Removed unnecessary data from SelectedUsersView * load few messages on open room, search message improve * fix loading messages forever * Removed state from search * Custom message time format * secureTextEntry layout * Reduce android app size * Roles subscription fix * Public routes navigation * fix reconnect * - New login/register, login, register * proguard * Login flux * App init/restore * Android layout fixes * Multiple meteor connection requests fixed * Nested attachments * Nested attachments * fix check status * New login layout (#269) * Public routes navigation * New login/register, login, register * Multiple meteor connection requests fixed * Nested attachments * Button component * TextInput android layout fixed * Register fixed * Thinner close modal button * Requests /me after login only one time * Static images moved * fix reconnect * fix ddp * fix custom emoji * New message layout (#273) * Grouping messages * Message layout * Users typing animation * Image attachment layout
-
- Apr 21, 2018
-
-
Guilherme Gazzo authored
-
- Apr 10, 2018
-
-
Diego Mello authored
* Layout fixes * RoomsListView's SafeAreaView * Unhandled promise rejection fix * Prevent navigation from opening scenes twice * Create channel fixes
-
- Apr 03, 2018
-
-
Diego Mello authored
-
Diego Mello authored
* Fabric iOS * Fabric configured on iOS and Android * login tracked * more logs * fix reaction
-
- Apr 01, 2018
-
-
Guilherme Gazzo authored
-