Skip to content
Snippets Groups Projects
  1. Jul 13, 2020
  2. Jun 16, 2020
  3. May 20, 2020
    • Diego Mello's avatar
      [TESTS] Update and separate E2E tests (#2126) · d1e751bf
      Diego Mello authored
      * Tests passing until roomslist
      
      * create room
      
      * roominfo
      
      * change server
      
      * broadcast
      
      * profile
      
      * custom status
      
      * forgot password
      
      * working
      
      * room and onboarding
      
      * Tests separated
      
      * config.yml refactor
      
      * Revert "config.yml refactor"
      
      This reverts commit 0e984d3029e47612726bf199553f7abdf24843e5.
      
      * CI
      
      * lint
      
      * CI refactor
      
      * Onboarding tests
      
      * npx detox
      
      * Add all tests
      
      * Save brew cache
      
      * mac-env executor
      
      * detox-test command
      
      * Update readme
      
      * Remove folder
      d1e751bf
  4. May 08, 2020
    • Diego Mello's avatar
      Update all dependencies (#2008) · ce51982b
      Diego Mello authored
      * Android RN 62
      
      * First steps iOS
      
      * Second step iOS
      
      * iOS compiling
      
      * "New" build system
      
      * Finish iOS
      
      * Flipper
      
      * Update to RN 0.62.1
      
      * expo libs
      
      * Hermes working
      
      * Fix lint
      
      * Fix android build
      
      * Patches
      
      * Dev patches
      
      * Patch WatermelonDB: https://github.com/Nozbe/WatermelonDB/pull/660
      
      * Fix jitsi
      
      * Update several minors
      
      * Update dev minors and lint
      
      * react-native-keyboard-input
      
      * Few updates
      
      * device info
      
      * react-native-fast-image
      
      * Navigation bar color
      
      * react-native-picker-select
      
      * webview
      
      * reactotron-react-native
      
      * Watermelondb
      
      * RN 0.62.2
      
      * Few updates
      
      * Fix selection
      
      * update gems
      
      * remove lib
      
      * finishing
      
      * tests
      
      * Use node 10
      
      * Re-enable app bundle
      
      * iOS build
      
      * Update jitsi ios
      ce51982b
  5. Mar 17, 2020
  6. Mar 03, 2020
  7. Feb 14, 2020
  8. Feb 05, 2020
  9. Dec 11, 2019
  10. Dec 02, 2019
  11. Nov 05, 2019
  12. Nov 04, 2019
  13. Aug 23, 2019
    • IlarionHalushka's avatar
      [CHORE] Bugsnag logging setup (#1145) · 59a71ffa
      IlarionHalushka authored
      * initial bugsnag setup
      
      * upload sourcemaps to bugsnag during ios-build job
      
      * fix: spacing in config.yml
      
      * add yarn global add react-native
      
      * add separate step: Upload sourcemaps to Bugsnag
      
      * add brew install watchman
      
      * install react-native-cli, remove install watchman
      
      * upload source maps for android build
      
      * add yarn add global react-native react-native-cli for android-build ci job
      
      * add working_directory to android-build
      
      * install npm i -g react-native react-native-cli
      
      * add Install Node step to android-build job
      
      * export path to node to bash_profile
      
      * add step Install React Native CLI to android build job
      
      * use yarn generate-source-maps in ci; exchange firebase log -> bugsnag log
      
      * implement send(toggle) crash reports button
      
      * move BUGSNAG_API_KEY to config file; remove generated source maps files
      
      * unlink bugsnag
      
      * add ios/Pods files connected to Bugsnag; fix ci android build job
      
      * export firebase analytics also from /utils/log
      
      * use `log(e)` instead of `log(error)`
      
      * API Key changes
      
      * pod install
      
      * Fix iOS build
      
      * Simulate error
      
      * lint
      
      * Add navigation
      
      * Use projectRoot
      
      * Revert project root
      
      * - Don't run on forks
      - Upload dSYMs
      
      * Remove error sim
      
      * Remove automatic dSYMs upload
      
      * Remove fastlane-plugin-bugsnag
      59a71ffa
  14. Aug 07, 2019
    • Diego Mello's avatar
      [CHORE] Update to react-native 0.60.4 (#1095) · ba232547
      Diego Mello authored
      * Update to 0.59.10
      
      * stash
      
      * stash
      
      * patch RN
      
      * Try to fix openURL
      
      * Fix compile Share Extension
      
      * Minor fixes
      
      * build ios
      
      * tracking view working and added postinstall
      
      * SafeAreaView vertical never
      
      * tracking view patch
      
      * Android build working
      
      * Android notifications working
      
      * Lint and tests
      
      * Fix android build
      
      * Add tools:replace="android:appComponentFactory"
      
      * Android build
      
      * Update vector icons
      
      * Update webview
      
      * Remove jsc
      
      * Update document picker
      
      * Firebase
      
      * jetify on postinstall
      
      * Patch expo-haptics
      
      * CI
      
      * Migrate packages manually
      
      * Disable ci cache
      
      * Revert "Disable ci cache"
      
      This reverts commit 4740d861021f667f0223d7351a1da6f90cc2e417.
      
      * CI
      
      * audio
      
      * adapter
      
      * notifications
      
      * Try RN directly
      
      * Fix gradle
      
      * Revert patches
      
      * Restore cache
      
      * update redux and lodash
      
      * eslint-config-airbnb@17.1.1 eslint-plugin-jsx-a11y@6.2.3
      
      * ejson@2.2.0 react-native-webview@6.7.0 semver@6.3.0 snyk@1.210.0
      
      * codecov@3.5.0 eslint-plugin-react@7.14.3 eslint-plugin-react-native@3.7.0 react-dom@16.8.6
      
      * Update react-redux and remove decorators
      
      * Update redux-saga and reactotron libs
      
      * Husky
      
      * Storybook libs
      
      * react-native-webview@6.8.0 markdown-it-flowdock@0.3.8 react-native-unimodules@0.5.3
      
      * Removed regenerator-runtime
      
      * react-native-picker-select
      
      * react-navigation-header-buttons
      
      * Remove comments
      
      * react-native-notifications
      
      * Fix rnn android build
      ba232547
  15. 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
  16. Jun 03, 2019
    • IlarionHalushka's avatar
      [CHORE] Make e2e pass on CircleCI (#933) · f7a5db05
      IlarionHalushka authored
      * add README.md for running ios detox e2e tests
      
      * uncomment circle ci e2e tests
      
      * update e2e credentials and server url
      
      * update e2e credentials and docs
      
      * comment lastMessage prop on RoomListView->RoomItem (research realm bug)
      
      * add sleep before search in joinpublic room test (research realm bug)
      
      * use detox.launchApp instead of detox.reloadRN, (joinpuclicroom test)
      
      * make e2e job run only on approval; update docs with PR review comments
      
      * cache node_modules on CI jobs: e2e tests, ios build
      
      * fix circle CI caching node_modules
      
      * fix circle CI caching node_modules
      
      * revert changes connected to caching node_modules
      
      * remove unnecessary changes
      
      * revert email value to diego.mello
      
      * add stopTrackingMention when input becomes empty in messagebox
      
      * add Android run instruction to readme
      
      * fix spacing
      f7a5db05
  17. May 31, 2019
  18. 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
  19. May 23, 2019
  20. May 22, 2019
    • Diego Mello's avatar
      ba472d26
    • 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
  21. May 04, 2019
  22. Mar 01, 2019
  23. Feb 07, 2019
  24. Dec 18, 2018
  25. Dec 06, 2018
  26. Oct 24, 2018
  27. Oct 17, 2018
  28. Sep 28, 2018
  29. 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
  30. Sep 04, 2018
  31. Aug 10, 2018
  32. Jun 20, 2018
    • Diego Mello's avatar
      Update gradle and targetSdkVersion (#328) · 8af34a70
      Diego Mello authored
      * Changed the way we read RocketChat settings since setting.type won't be returned from server anymore
      
      * Permissions
      
      * Unnecessary action sheet render
      
      * Update gradle
      
      * Switched testServer to use blob
      
      * RoomsListHeader search fixed
      
      * Runs loadMessagesForRoom only if room has at least 20 rows
      
      * - Logout if user's token expired
      - Removed update avatar logic
      - Profile dialog border on android
      
      * - Animations disabled
      - CircleCI set
      
      * Tests updated
      
      * "eventType argument is required" fix
      8af34a70
  33. May 29, 2018
    • Diego Mello's avatar
      New markdown (#306) · f61a57bb
      Diego Mello authored
      Our current markdown is causing a lot of issues on Android devices, since it wraps everything inside a Text component.
      On Android, Text doesn't support View as a child.
      This PR adds react-native-markdown-renderer, that uses View as wrapper and may be better.
      f61a57bb
  34. May 23, 2018
  35. Apr 24, 2018
    • Guilherme Gazzo's avatar
      Beta (#265) · 557e4856
      Guilherme Gazzo authored
      * Fabric iOS
      
      * Fabric configured on iOS and Android
      
      * - react-native-fabric configured
      
      - login tracked
      
      * README updated
      
      * Run scripts from README updated
      
      * README scripts
      
      * get rooms and messages by rest
      
      * user status
      
      * more improves
      
      * more improves
      
      * send pong on timeout
      
      * fix some methods
      
      * more tests
      
      * rest messages
      
      * Room actions (#266)
      
      * Toggle notifications
      
      * Search messages
      
      * Invite users
      
      * Mute/Unmute users in room
      
      * rocket.cat messages
      
      * Room topic layout fixed
      
      * Starred messages loading onEndReached
      
      * Room actions onEndReached
      
      * Unnecessary login request
      
      * Login loading
      
      * Login services fixed
      
      * User presence layout
      
      * ïmproves on room actions view
      
      * Removed unnecessary data from SelectedUsersView
      
      * load few messages on open room, search message improve
      
      * fix loading messages forever
      
      * Removed state from search
      
      * Custom message time format
      
      * secureTextEntry layout
      
      * Reduce android app size
      
      * Roles subscription fix
      
      * Public routes navigation
      
      * fix reconnect
      
      * - New login/register, login, register
      
      * proguard
      
      * Login flux
      
      * App init/restore
      
      * Android layout fixes
      
      * Multiple meteor connection requests fixed
      
      * Nested attachments
      
      * Nested attachments
      
      * fix check status
      
      * New login layout (#269)
      
      * Public routes navigation
      
      * New login/register, login, register
      
      * Multiple meteor connection requests fixed
      
      * Nested attachments
      
      * Button component
      
      * TextInput android layout fixed
      
      * Register fixed
      
      * Thinner close modal button
      
      * Requests /me after login only one time
      
      * Static images moved
      
      * fix reconnect
      
      * fix ddp
      
      * fix custom emoji
      
      * New message layout (#273)
      
      * Grouping messages
      
      * Message layout
      
      * Users typing animation
      
      * Image  attachment layout
      557e4856
  36. Apr 03, 2018
  37. Mar 07, 2018
Loading