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.
      Unverified
      9e4a4d24
  2. May 27, 2019
  3. May 23, 2019
  4. May 22, 2019
  5. May 21, 2019
  6. May 20, 2019
  7. 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
  8. May 16, 2019
  9. 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
      Unverified
      28628b4d
  10. May 14, 2019
  11. May 10, 2019
    • Diego Mello's avatar
      Bump version to 1.14.0 (#889) · 48b53e85
      Diego Mello authored
      Unverified
      48b53e85
    • IlarionHalushka's avatar
      issue #799 merger message views (#876) · 3733f776
      IlarionHalushka authored
      On Room Actions, we have Files, Mentions, Starred and Pinned.
      They have similar APIs and logic.
      All of those could be merged into one generic view (MessagesView).
      Maybe even Search could be in this merge.
      
      Note: They're similar, but have own rules (unstar, unpin, etc).
      
      This change may reduce 1MB to our release bundle size, since we're going to remove a lot of boilerplate.
      3733f776
  12. May 04, 2019
  13. May 03, 2019
  14. May 02, 2019
  15. 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
      Unverified
      2f920c63
    • Diego Mello's avatar
      Remove connection badge (#862) · 94e32368
      Diego Mello authored
      * Connecting indicator on RoomsListView header
      
      * Connecting indicator on RoomView header
      
      * Remove ConnectionBadge
      
      * Show updating on RoomView load messages
      Unverified
      94e32368
  16. Apr 29, 2019
  17. Apr 28, 2019
  18. Apr 26, 2019
  19. Apr 25, 2019
  20. Apr 24, 2019
  21. Apr 18, 2019
Loading