Skip to content
Snippets Groups Projects
  1. Aug 31, 2018
    • Diego Mello's avatar
      [NEW] Rooms list layout (#413) · dc6d60b2
      Diego Mello authored
      * RoomsListView layout
      
      * Rooms list layout
      
      * Sort component
      
      * Header icons
      
      * Default header colors
      
      * Add server dropdown
      
      * Close sort dropdown if server dropdown will open
      
      * UserItem
      
      * Room type icon
      
      * Search working
      
      * Tests updated
      
      * Android layout
      
      * Using realm queries instead of array iterates
      
      * Animation duration
      
      * Fixed render bug
      dc6d60b2
  2. Aug 21, 2018
  3. Aug 10, 2018
  4. Aug 01, 2018
    • Diego Mello's avatar
      Improve RoomsList render time (#384) · 50eb0358
      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] 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 
      50eb0358
  5. Jul 30, 2018
    • Diego Mello's avatar
      Added single-server to readme (#390) · 90c777cd
      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 #386 
      Closes #295 
      
      <!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->
      90c777cd
  6. Jul 26, 2018
    • Diego Mello's avatar
      Added CocoaPods to manage react-native-image-crop-picker (#373) · caac4a73
      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 -->
      react-native-image-crop-picker raised an error when uploading to TestFlight.
      The lib highly recommends CocoaPods for production builds.
      caac4a73
    • Diego Mello's avatar
      [FIX] Android 8 notifications (#382) · 3b182160
      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 #380 
      
      <!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->
      3b182160
    • Diego Mello's avatar
      [NEW] Icon (#383) · 9d66a68b
      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 -->
      ![image](https://user-images.githubusercontent.com/804994/43228416-d8af49d6-9037-11e8-8830-a1803932c7fd.png)
      9d66a68b
  7. Jul 25, 2018
  8. Jul 24, 2018
  9. Jul 20, 2018
    • Diego Mello's avatar
      [NEW] Reply preview (#374) · 8322e7e5
      Diego Mello authored
      * Updated to React Native 0.56
      
      * Reply Preview
      8322e7e5
    • Diego Mello's avatar
      [FIX] Empty room name for livechat (#375) · 077c2950
      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 -->
      077c2950
  10. Jul 18, 2018
    • Diego Mello's avatar
      [NEW] Room Loading(#372) · 53ceaf85
      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 -->
      53ceaf85
  11. Jul 17, 2018
  12. Jul 10, 2018
    • Diego Mello's avatar
      Allow x-instance-id and X-Instance-ID header (#354) · 1faf9bf5
      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.
      1faf9bf5
    • Diego Mello's avatar
      Switch push notification lib (#346) · 224c421b
      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 -->
      224c421b
  13. Jun 20, 2018
    • Diego Mello's avatar
      Update gradle and targetSdkVersion (#328) · 8af34a70
      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
      8af34a70
  14. Jun 18, 2018
  15. Jun 13, 2018
    • Diego Mello's avatar
      [NEW] User Profile (#323) · da173275
      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')"
      da173275
    • Diego Mello's avatar
      Ddp fixes (#324) · 802eff26
      Diego Mello authored
      802eff26
  16. Jun 11, 2018
  17. Jun 05, 2018
  18. Jun 01, 2018
  19. May 30, 2018
    • Diego Mello's avatar
      Fix for "java.lang.IllegalArgumentException: unexpected url" (#313) · ed8ce287
      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 -->
      ed8ce287
  20. May 29, 2018
    • Diego Mello's avatar
      Fixed audio recording issues (#310) · 3b278f47
      Diego Mello authored
      3b278f47
    • Diego Mello's avatar
      New markdown (#306) · f61a57bb
      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.
      f61a57bb
  21. May 24, 2018
    • Diego Mello's avatar
      [NEW] Broadcast channels (#301) · 061c313e
      Diego Mello authored
      * Broadcast channels
      
      * e2e tests
      061c313e
    • Diego Mello's avatar
      RoomsListView re-render (#304) · 8f90565e
      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
      8f90565e
  22. May 23, 2018
  23. May 21, 2018
  24. May 18, 2018
    • Diego Mello's avatar
      Tests updated · 078556e7
      Diego Mello authored
      078556e7
    • Diego Mello's avatar
      Lint · 49215cc4
      Diego Mello authored
      49215cc4
    • Diego Mello's avatar
      Deep linking fix and more (#294) · 2b172b35
      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
      2b172b35
    • Diego Mello's avatar
      Avatar initials and room type icon (#298) · a0bb6164
      Diego Mello authored
      a0bb6164
Loading