Skip to content
Snippets Groups Projects
  1. Sep 02, 2019
  2. Aug 27, 2019
  3. 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
  4. Aug 22, 2019
  5. Aug 12, 2019
  6. Aug 09, 2019
  7. Aug 07, 2019
  8. Jul 29, 2019
  9. Jul 18, 2019
  10. Jul 01, 2019
  11. Jun 28, 2019
    • Diego Mello's avatar
      [NEW] Auto-translate (#1012) · b3986b98
      Diego Mello authored
      * Update realm
      
      * View original and translate working
      
      * Read AutoTranslate_Enabled setting
      
      * RocketChat.canAutoTranslate()
      
      * AutoTranslateView
      
      * Save language
      
      * Auto-translate switch
      
      * Translate message
      Unverified
      b3986b98
  12. 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
  13. Jun 20, 2019
  14. Jun 17, 2019
    • Diego Mello's avatar
      [FIX] Cancel ongoing tasks on server change (#984) · 31963094
      Diego Mello authored
      * Fork selectServer and loginSuccess
      
      * Fork tasks on login
      
      * Refactor
      
      * Remove room sub and requests on logout
      
      * Comment room header disabled rule
      
      * Check server on rooms stream
      
      * Uncomment disabled props
      
      * Fix updating state
      
      * Comment last fetch user presence date
      Unverified
      31963094
  15. Jun 10, 2019
    • pranavpandey1998official's avatar
      [NEW] Slash commands (#886) · 82afb633
      pranavpandey1998official authored
      * setup database
      
      * added getSlashCommands to loginSucess
      
      * added slash command first prototype
      
      * added preview feture for commands that have preview enabled
      
      * address requested changes
      
      * added preview options for other types of files too
      
      * address changes
      
      * done requested changes
      
      * undone un-nessary changes
      
      * done suggested changes
      
      * fixed lint
      
      * done requested changes
      
      * fixed lint
      
      * fix e2e
      82afb633
    • Diego Mello's avatar
      [NEW] Read receipt (#975) · d68eb01b
      Diego Mello authored
      * switching to ubountu
      
      * added read Recipt functionality to the app
      fix: #542
      
      * placed the check icon on the end of timestamp
      
      * removed linting errors
      
      * updating snapshots
      
      * done requested changes
      
      * removed width scrollView
      
      * done required changes
      
      * fixed linting errors
      
      * added migrations
      
      * resolved conflicts and done requested changes
      
      * undone uneesasary changes
      
      * adding migrations
      
      * done requested changes
      
      * Add stories and fix some issues
      Unverified
      d68eb01b
    • Diego Mello's avatar
      [NEW] In-app notification (#964) · 467a2d40
      Diego Mello authored
      * added Notification badge
      
      * added notification to state
      
      * added condition not see notification of current room
      
      * fixed lint
      
      * fixed some bugs
      
      * fixed some bugs
      
      * removed navigation prop
      
      * fixed navigation bug
      
      * removed unessary changes
      
      * done requested chamges
      
      * made separate notification for ios and android
      
      * merged notification
      
      * Removed unnecessary sub
      
      * Animation
      
      * Layout changes
      
      * Refactor
      Unverified
      467a2d40
    • Diego Mello's avatar
      [NEW] Directory and Federation (#967) · b7e6d361
      Diego Mello authored
      * Initial
      
      * Search working
      
      * Refactor layout
      
      * Layout and search working
      
      * Navigate
      
      * Remove inline styles and fix i18n
      
      * Federation setting
      
      * Missing i18n
      
      * Fix android style
      
      * Refactor
      Unverified
      b7e6d361
  16. Jun 05, 2019
  17. May 29, 2019
  18. May 28, 2019
  19. May 21, 2019
  20. 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)
      Unverified
      60418b75
  21. May 16, 2019
  22. 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
  23. Apr 29, 2019
  24. Apr 26, 2019
  25. Apr 24, 2019
  26. Apr 17, 2019
  27. Apr 08, 2019
  28. Apr 04, 2019
  29. Mar 27, 2019
  30. Mar 18, 2019
  31. Mar 12, 2019
  32. Feb 25, 2019
  33. Feb 14, 2019
Loading