- Jul 13, 2020
-
-
Dan Caseley authored
* Upgrade nvm * Upgrade XCode * Use nvm's default installed version of node (LTS) Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- Jun 16, 2020
-
-
Govind Dixit authored
-
- May 20, 2020
-
-
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
-
- May 08, 2020
-
-
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
-
- Mar 17, 2020
-
-
Neil Agarwal authored
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- Mar 03, 2020
-
-
Diego Mello authored
-
- Feb 14, 2020
-
-
Diego Mello authored
* [FIX] Different sourcemaps generation for Hermes * Upload sourcemaps after build
-
- Feb 05, 2020
-
-
Exordian authored
minor: also remove 'cd' calls Co-authored-by:
Diego Mello <diegolmello@gmail.com>
-
- Dec 11, 2019
-
-
Diego Mello authored
-
- Dec 02, 2019
-
-
Djorkaeff Alexandre authored
-
- Nov 05, 2019
-
-
Diego Mello authored
-
- Nov 04, 2019
-
-
Diego Mello authored
-
- Aug 23, 2019
-
-
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
-
- Aug 07, 2019
-
-
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
-
- Jul 04, 2019
-
-
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
-
- Jun 03, 2019
-
-
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
-
- May 31, 2019
-
-
Diego Mello authored
* Split android * Split iOS * Update CI
-
- May 28, 2019
-
-
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.
-
- May 23, 2019
-
-
Diego Mello authored
* [CHORE] Upgrade Mac CI image to 10.2.1 * [CHORE] Android App Bundle * Fix CI
-
- May 22, 2019
-
-
Diego Mello authored
-
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)
-
- May 04, 2019
-
-
Diego Mello authored
-
- Mar 01, 2019
-
-
Diego Mello authored
-
- Feb 07, 2019
-
-
Diego Mello authored
-
- Dec 18, 2018
-
-
Diego Mello authored
-
- Dec 06, 2018
-
-
Diego Mello authored
-
- Oct 24, 2018
-
-
Diego Mello authored
-
Diego Mello authored
* Check $FABRIC_KEY in CircleCI * Remove config scripts
-
- Oct 17, 2018
-
-
Diego Mello authored
-
- Sep 28, 2018
-
-
Diego Mello authored
* [FIX] Handle deleted messages * Fix rest error * Fix some connection issues
-
- Sep 25, 2018
-
-
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
-
- Sep 04, 2018
-
-
Diego Mello authored
* Update android api from ci * Sort local only
-
- Aug 10, 2018
-
-
Diego Mello authored
<!-- INSTRUCTION: Keep the line below to notify all core developers about this new PR --> @RocketChat/ReactNative <!-- INSTRUCTION: Inform the issue number that this PR closes, or remove the line below --> Closes #392 <!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->   
-
- Jun 20, 2018
-
-
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
-
- May 29, 2018
-
-
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.
-
- May 23, 2018
-
-
Guilherme Gazzo authored
-
- Apr 24, 2018
-
-
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
-
- Apr 03, 2018
-
-
Diego Mello authored
-
Diego Mello authored
* Fabric iOS * Fabric configured on iOS and Android * login tracked * more logs * fix reaction
-
- Mar 07, 2018
-
-
Diego Mello authored
* Update iOS to RN 0.54
-