Skip to content
Snippets Groups Projects
  1. Aug 06, 2019
  2. Jul 29, 2019
  3. Jul 18, 2019
  4. Jul 17, 2019
  5. Jul 16, 2019
  6. Jul 11, 2019
  7. Jul 04, 2019
    • IlarionHalushka's avatar
      [CI] Restore cache on CI (#1029) · d8c557c3
      IlarionHalushka authored
      * feat: add fastlane save\restore cache config; comment not needed jobs;
      
      * install fastlane using 'bundle install'
      
      * install fastlane using 'sudo bundle install'
      
      * uncomment ios build commands
      
      * run set up google services in ios folder
      
      * add working_directory: ios to ios-build steps
      
      * remove 'cd ios' from Fastlane build step
      
      * add save\restore cache for npm modules
      
      * group save_cache steps
      
      * cache fastlane in ios-testflight job
      
      * uncomment previously commented jobs\steps
      
      * fix: add missing colon
      
      * use key for caching: node-modules-{{ checksum ".circleci/config.yml" }}-{{ checksum "yarn.lock" }}
      
      * add names for save\restore steps
      
      * ci: add `default` step with `working_directory: ~/repo` to ios-build job
      
      * return back caching npm: `node-v1-{{ checksum "package.json" }}-{{ arch }}`
      
      * fix: add missing curly braces
      
      * save\restore cache in e2e-test job; remove {{arch}} from cache names
      
      * add names to restore_cache steps in android-build job
      
      * add names to save_cache steps in android-build job
      
      * add names to all save\restore steps; change checksum package.json to yarn.lock
      
      * change `npm` to `NPM` in steps naming
      
      * remove {{ checksum circle ci }} from android-build job and fix naming of steps
      d8c557c3
  8. Jul 02, 2019
  9. Jun 28, 2019
  10. Jun 26, 2019
    • Djorkaeff Alexandre's avatar
      [IMPROVEMENT] Share credentials with Rocket.Chat.iOS (#982) · 255ea845
      Djorkaeff Alexandre authored
      * :sparkles: Create user table
      
      * :sparkles: Introduce user table
      
      * :fire: Remove unused table
      
      * :heavy_plus_sign: Add userdefaults to storage data
      
      * :green_heart: Fix android build
      
      * :sparkles: Get credentials from iOS native client
      
      * :fire: Remove unused code
      
      * :rewind: Revert sign xcode
      
      * :bug: Fix first login-logout
      
      * :art: Use constants to UserDefaults Keys
      
      * :bug: Fix clear server-user-info on logout
      
      * :bug: Fix filter null value
      
      * :ambulance: Remove user object in logout
      
      * :sparkles: Fix get servers from native-client
      
      * :ambulance: Fix error on change server
      255ea845
    • Diego Mello's avatar
      Bump version to 1.16.0 (#1014) · 315d19d3
      Diego Mello authored
      315d19d3
  11. Jun 21, 2019
    • Diego Mello's avatar
      [IMPROVEMENT] Use expo-web-browser (#992) · b12c14fb
      Diego Mello authored
      * Add unimodules
      
      * Working on iOS
      
      * Working on android
      
      * Remove react-native-safari-view
      
      * Remove previous android link lib
      
      * Show webpage title on Android
      
      * Fix iOS build
      b12c14fb
  12. Jun 19, 2019
  13. Jun 05, 2019
  14. May 31, 2019
  15. May 28, 2019
    • Diego Mello's avatar
      [FIX] Analytics error events (#930) · a148e6d1
      Diego Mello authored
      a148e6d1
    • 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. May 10, 2019
  21. 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
  22. Apr 28, 2019
  23. Apr 10, 2019
  24. Apr 08, 2019
  25. Apr 04, 2019
  26. Mar 29, 2019
  27. Mar 28, 2019
  28. Mar 25, 2019
  29. Mar 18, 2019
  30. Mar 15, 2019
  31. Mar 12, 2019
  32. Mar 01, 2019
Loading