Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. 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
  4. May 18, 2019
    • pranavpandey1998official's avatar
      [NEW] Admin (#800) · 31cf0e5f
      pranavpandey1998official authored
      * added admin panel
      
      * reverting some changes
      
      * fixed problem with authToken
      
      * changed tab to space
      
      * done requested changes
      
      * fixed lint
      
      * added react-native-webview
      
      * Install webview pod
      31cf0e5f
  5. May 15, 2019
    • Diego Mello's avatar
      Switch toast lib (#898) · 28628b4d
      Diego Mello authored
      * removed toast from ios
      
      * changed showToast to showAlert
      
      * removed from android
      
      * fix lint
      
      * conflict resolved
      
      * fixed lint
      
      * Fix toast position
      
      * Change toast style
      
      * Use followMessage from rest
      
      * Temporary disable some visual toast tests
      
      * Unnecessary lib version change
      28628b4d
  6. May 10, 2019
  7. Apr 30, 2019
    • Diego Mello's avatar
      Update dependencies (#863) · 2f920c63
      Diego Mello authored
      * Minor updates
      
      * Update jsc-android
      
      * Update react-native-modal
      
      * Minor updates
      
      * Update react-native-fast-image
      
      * Minor dev updates
      
      * Few major updates
      
      * Update react-native-keyboard-aware-scroll-view
      
      * Update pods
      
      * Update android-support
      
      * Update tests
      2f920c63
  8. Apr 28, 2019
  9. Apr 10, 2019
  10. Apr 08, 2019
  11. Apr 04, 2019
  12. Mar 29, 2019
  13. Mar 28, 2019
  14. Mar 25, 2019
  15. Mar 18, 2019
  16. Mar 15, 2019
  17. Mar 12, 2019
  18. Mar 01, 2019
  19. Feb 22, 2019
  20. Feb 08, 2019
  21. 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
  22. Jan 30, 2019
  23. Jan 29, 2019
  24. Dec 19, 2018
  25. Dec 06, 2018
  26. Nov 27, 2018
  27. Nov 19, 2018
  28. Nov 14, 2018
  29. Oct 31, 2018
  30. Oct 29, 2018
  31. Oct 24, 2018
  32. 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
  33. Oct 18, 2018
  34. Oct 17, 2018
  35. Oct 15, 2018
Loading