Skip to content
Snippets Groups Projects
  1. Mar 17, 2020
  2. Mar 05, 2020
  3. Mar 04, 2020
  4. Mar 03, 2020
  5. Feb 28, 2020
  6. Feb 20, 2020
  7. Feb 14, 2020
  8. Feb 11, 2020
  9. Dec 18, 2019
  10. Dec 17, 2019
  11. Dec 11, 2019
  12. Dec 04, 2019
  13. Nov 27, 2019
  14. Nov 25, 2019
  15. Oct 04, 2019
  16. Oct 02, 2019
  17. Sep 26, 2019
  18. Sep 17, 2019
  19. Sep 16, 2019
    • Djorkaeff Alexandre's avatar
      [CHORE] Use JoyPixels (#1164) · 32a68103
      Djorkaeff Alexandre authored
      * react-emojione -> emoji-toolkit
      
      * Change to toUnicode()
      
      * Fix ascii emoji on joypixels
      
      * Revert unnecessary modify
      
      * Fix some emojis
      
      * Fix custom emojis (Android)
      
      * Update Snapshot
      32a68103
  20. Aug 27, 2019
  21. Aug 22, 2019
  22. 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
  23. Jul 17, 2019
  24. Jul 04, 2019
  25. Jun 27, 2019
    • IlarionHalushka's avatar
      [IMPROVEMENT] Bigger emoji in emoji only messages (#793) · 013c151c
      IlarionHalushka authored
      * issue #725: bigger emoji in emoji only message
      
      * issue-725/add storybook for Message/Emoji
      
      * issue-725: update storybook/Message jest snapshot
      
      * comment storybook import
      
      * allow spaces and line breaks in emoji only message
      
      * merge develop
      
      * revert unnecessary spacing
      013c151c
  26. Jun 10, 2019
    • 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
      d68eb01b
  27. 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
  28. May 21, 2019
  29. 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
  30. May 03, 2019
    • Diego Mello's avatar
      Tweaks on sequential threads messages layout (#858) · a243b1cc
      Diego Mello authored
      * Tweaks on sequential threads messages
      
      * Update tests
      
      * Fix quote
      
      * Prevent from deleting thread start message when positioned inside the thread
      
      * Remove thread listener from RightButtons
      
      * Fix error on thread start parse
      
      * Stop parsing threads on render
      
      * Check replied thread only if necessary
      
      * Fix messages don't displaying
      
      * Fix threads e2e
      
      * RoomsListView.updateState slice
      
      * Stop fetching hidden messages on threads
      
      * Set initialNumToRender to 5
      a243b1cc
  31. 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
  32. Apr 25, 2019
  33. Apr 24, 2019
    • Diego Mello's avatar
      [FIX] Threads (#838) · 5744114d
      Diego Mello authored
      Closes #826
      Closes #827
      Closes #828
      Closes #829
      Closes #830
      Closes #831
      Closes #832
      Closes #833
      5744114d
  34. Apr 18, 2019
  35. Apr 17, 2019
  36. Apr 08, 2019
Loading