Skip to content
Snippets Groups Projects
  1. Sep 19, 2018
    • Diego Mello's avatar
      Several fixes for 1.2.1 (#448) · 5752b865
      Diego Mello authored
      * Fix user.roles
      
      * Better onLongPress handle on messages
      
      * Indicator position
      
      * Fix role undefined in system messages
      
      * Add baseUrl in case of file attachments
      
      * Join room fixed
      
      * RoomView params
      
      * Broadcast fixes
      
      * Add server layout changes
      
      * Use native images
      
      * Subscribe to not joined channels
      
      * Fix alerts without i18n
      
      * Tests updated
      Unverified
      5752b865
  2. Sep 14, 2018
  3. Sep 11, 2018
  4. Sep 05, 2018
  5. Sep 03, 2018
  6. Aug 31, 2018
    • Diego Mello's avatar
      [NEW] Create channel layout (#420) · de1a63c8
      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
      
      * - NewMessageView
      - backButtonTitle always empty
      - SearchBox created
      
      * New create channel layout
      
      * Search refactored
      
      * loginSuccess dismiss modal
      
      * Tests working
      Unverified
      de1a63c8
    • 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
      Unverified
      dc6d60b2
  7. Aug 10, 2018
  8. 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
  9. Jul 26, 2018
  10. Jul 17, 2018
  11. Jul 10, 2018
    • 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
  12. Jun 01, 2018
  13. May 07, 2018
    • Diego Mello's avatar
      Deep linking (#291) · 69513a83
      Diego Mello authored
      * deep linking
      
      * Basic deep link working
      
      * Deep link routing
      
      * Multiple servers working
      
      * Send user to the room
      69513a83
  14. Apr 27, 2018
  15. Apr 10, 2018
    • Diego Mello's avatar
      Bug fixes (#261) · 6d0e8e50
      Diego Mello authored
      * Layout fixes
      
      * RoomsListView's SafeAreaView
      
      * Unhandled promise rejection fix
      
      * Prevent navigation from opening scenes twice
      
      * Create channel fixes
      6d0e8e50
  16. Apr 03, 2018
    • Diego Mello's avatar
      Crashlytics (#258) · 17ecd5c9
      Diego Mello authored
      * Fabric iOS
      
      * Fabric configured on iOS and Android
      
      * login tracked
      
      * more logs
      
      * fix reaction
      17ecd5c9
  17. Mar 15, 2018
  18. Mar 07, 2018
  19. Feb 23, 2018
    • Diego Mello's avatar
      [NEW] OAuth (#241) · 47760937
      Diego Mello authored
      * Layout
      
      * tmp
      
      * test iscordova
      
      * Webview redirecting
      
      * Open and Close login actions
      
      * Login services saved on redux
      
      * OAuth Github
      
      * Server regex fix
      
      * OAuth modal style
      
      * - Twitter login
      - Remove services from redux
      - Open login saga fix
      
      * - Facebook login
      - Fixed user agent
      - Reactions fix
      - Message url unique key fix
      
      * Google login
      
      * Email keyboard removed from messagebox
      
      * - Login buttons refactored
      - RoomList header
      
      * Layout improvements
      
      * Meteor login redirect_uri changed
      
      * fix
      
      * Random credentialToken state
      47760937
  20. Dec 20, 2017
  21. Dec 08, 2017
  22. Nov 21, 2017
  23. Nov 18, 2017
  24. Nov 07, 2017
  25. Nov 06, 2017
  26. Sep 21, 2017
    • gilmarsquinelato's avatar
      [NEW] Changed navigation library to react-navigation. (#41) · d55db0fc
      gilmarsquinelato authored
      * Changed navigation library to react-navigation.
      Refactoring on sagas to remove navigation navigation flow do it in views.
      Added new modal library.
      Renamed view files to the same name of their classes.
      Added support to redux-devtools using the chrome extension through Remote devtools menu.
      Some components was refactored to reduce complexity and more legibility.
      
      * Remove react-native-navigation from Android
      
      * Adding servers to drawer menu, allowing server switch.
      
      * Sidebar component
      
      * opss :x fix add server
      
      * opss :x fix add server
      
      * Fixed add server navigation issues, fixed empty and slow Rooms List and Chat Messages
      
      * Disable cleanup everytime
      
      * some fixes
      
      * some fixes
      
      *  fix?
      
      * .
      
      * Fixed logo not displaying when app is loading or signing to server
      
      * Fixed logo in loading and login
      
      * Update LoginView.js
      
      * Update PublicRoutes.js
      d55db0fc
  27. Aug 17, 2017
  28. Aug 12, 2017
  29. Aug 10, 2017
  30. Aug 07, 2017
  31. Aug 04, 2017
  32. Aug 03, 2017
Loading