Skip to content
Snippets Groups Projects
  1. Oct 15, 2018
  2. Sep 28, 2018
  3. Sep 27, 2018
  4. Sep 26, 2018
  5. Sep 25, 2018
    • Diego Mello's avatar
      Update dependencies (#431) · 81c53acd
      Diego Mello authored
      * Update dependencies
      
      * Lint and test
      
      * Added react-native fork
      
      * rn 57
      
      * Lint and tests updated
      
      * Update xcode on circleci
      
      * Use legacy build system
      
      * Update tests
      81c53acd
  6. Sep 19, 2018
  7. Sep 14, 2018
  8. Sep 11, 2018
  9. Sep 05, 2018
  10. Sep 03, 2018
  11. 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
      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
      dc6d60b2
  12. Aug 10, 2018
  13. 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
  14. Jul 26, 2018
  15. Jul 17, 2018
  16. 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
  17. Jun 01, 2018
  18. May 07, 2018
  19. Apr 27, 2018
  20. 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
  21. 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
  22. Mar 29, 2018
    • Diego Mello's avatar
      [NEW] Room info and Room info edit (#254) · 5d8ad1df
      Diego Mello authored
      * - Block user
      - Load room members async
      - fixed reactive change of room's read only flag
      
      * Snippet messages
      
      * - Room files
      - Dismiss Video component on back button press
      - Improvements on Image component
      
      * Improvement on Video component
      
      * Leave room
      
      * Missing message types
      
      * lint
      
      * - Room info (read only)
      - Missing message types
      
      * Room info scroll
      
      * - Tap on room header opens room info
      - Layout tweaks
      
      * - Room info edit
      - iOS Toast fixed
      
      * - Style not implemented actions as disabled
      
      * Edit room permission
      
      * - Save all room settings in a single call
      - Implemented roomType and readOnly
      
      * - Allow reacting when room is read only
      
      * Message type added: room_changed_privacy
      
      * Erase room
      
      * Created TextInput and SwitchContainer components for reuse and readability
      
      * - hasPermission method
      
      * - Archive/Unarchive room
      - Set Join Code
      
      * Twitter keyboard type on iOS
      
      * Archived room
      
      * reactWhenReadOnly permission on message
      
      * Active users refactored
      
      * User roles
      
      * - Subscribe to roles (in order to get role description info: e.g. 'core-team' to 'Rocket.Chat Team')
      - Save roles to realm (for offline access)
      - Save roles to redux (and get data from realm on app init)
      
      * Lint
      
      * code style
      5d8ad1df
  23. Mar 15, 2018
  24. Mar 07, 2018
  25. 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
  26. Feb 19, 2018
  27. Feb 14, 2018
  28. Feb 08, 2018
  29. Jan 10, 2018
  30. Dec 20, 2017
  31. Dec 08, 2017
Loading