Skip to content
Snippets Groups Projects
  1. Jun 19, 2019
  2. Jun 05, 2019
  3. May 28, 2019
    • Diego Mello's avatar
      [CHORE] Use react-native-firebase (#928) · 9e4a4d24
      Diego Mello authored
      We need to migrate from deprecated react-native-fabric to react-native-firebase.
      This PR enables following Firebase features:
      * Analytics
      * Crashlytics
      * Performance
      
      It also tracks screen view without the necessity of HOC.
      
      Future work:
      I won't do it in this PR because it's large enough, but we need to log more app events, like 'sent_message', 'open_admin', 'media_upload', etc.
      9e4a4d24
  4. May 22, 2019
    • Diego Mello's avatar
      Update RN to 0.59.8 (#896) · a1b1af01
      Diego Mello authored
      * update IOS react native to 0.59.8
      
      * update Android react native to 0.59.8
      
      * fix eslint errors
      
      * Android debug working
      
      * Android build
      
      * Fix lint
      
      * Making jest happy
      
      * Update CircleCI android image
      
      * Fix android build
      
      * Use 32 bits
      
      * Fix iOS build
      
      * Update detox
      
      * Use new Xcode build system
      
      * Use old build system
      
      * Update realm (64 bits support)
      a1b1af01
  5. May 20, 2019
    • Diego Mello's avatar
      Message render performance (#880) · 60418b75
      Diego Mello authored
      - Refactored Message component to use React.memo and re-render only what's necessary
      - Added a test mode to toggle markdown parse by long press drawer (it'll be removed in the next release)
      60418b75
  6. May 10, 2019
  7. Apr 28, 2019
  8. Apr 10, 2019
  9. Mar 28, 2019
  10. Mar 25, 2019
  11. Mar 15, 2019
  12. Mar 12, 2019
  13. Mar 01, 2019
    • Diego Mello's avatar
      New icons (#643) · a139cc83
      Diego Mello authored
      * New Icons
      
      * Remove unused assets
      
      * Change send icon
      
      * Layout tweaks
      
      * Refactor Status
      
      * Styles changed
      
      * User layout fix
      
      * Separator layout changes
      
      * Sidebar status layout fix
      
      * Fix Message.onLongPress issue
      
      * Fix code markdown
      Closes https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/625
      
      * Status lint
      
      * Fix tests
      
      * Navigation debounce
      
      * RoomActions icons
      
      * Space between components
      
      * Group text
      
      * Update tests
      a139cc83
  14. Feb 22, 2019
  15. Feb 08, 2019
  16. Feb 01, 2019
    • Diego Mello's avatar
      [FIX] v1.8.0 (#599) · d26f14d1
      Diego Mello authored
      * Downgrade react-native-fast-image
      
      * Update iOS permission usage descriptions
      
      * [FIX] Delete upload item
      d26f14d1
  17. Jan 30, 2019
  18. Dec 19, 2018
  19. Dec 06, 2018
  20. Nov 27, 2018
  21. Nov 19, 2018
  22. Nov 14, 2018
  23. Oct 31, 2018
  24. Oct 29, 2018
  25. Oct 24, 2018
  26. Oct 23, 2018
    • Diego Mello's avatar
      Bump version to 1.5.0 (#503) · 4b88c335
      Diego Mello authored
      4b88c335
    • Diego Mello's avatar
      Update navigation library (#501) · 402403f9
      Diego Mello authored
      * v2
      
      * Working on Android 0.57.3
      
      * Drawer working
      
      * Removing v1 navigator
      
      * - Splash screen
      - Icons changed
      
      * Deeplink
      
      * Remove EventEmitter from CreateChannelView
      
      * Android search
      
      * Android notifications
      
      * OAuth
      
      * Fix search props
      
      * Lint and tests fixed
      
      * Fix android build
      
      * Improvements on iPhone X* usage
      
      * Fix detox
      
      * Fix android build
      
      * Room.f added to RoomView.shouldComponentUpdate
      
      * Animations on RoomsListView and RoomView
      
      * Fix topbar buttons on Android
      402403f9
  27. Oct 18, 2018
  28. Oct 17, 2018
  29. Oct 15, 2018
  30. Sep 28, 2018
  31. Sep 27, 2018
  32. Sep 26, 2018
  33. Sep 19, 2018
  34. Sep 14, 2018
Loading