- Jun 10, 2019
-
-
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
-
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
-
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
-
- Jun 05, 2019
-
-
Diego Mello authored
* [FIX] Lazy fetch server info * [FIX] Multiple servers issues
-
IlarionHalushka authored
-
- May 29, 2019
-
-
Djorkaeff Alexandre authored
* Generate and share permalink to rooms * Create constant to share type * Fix unnecessary await * Remove unnecessary test * Revert delete e2e test
-
- May 28, 2019
-
-
Diego Mello authored
* [IMPROVEMENT] Update user presence endpoint * Use `from` parameter in case of reconnection
-
Diego Mello authored
-
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 21, 2019
-
-
Diego Mello authored
* Add toggle markdown to settings * Remove unused translation
-
- May 20, 2019
-
-
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)
-
- May 16, 2019
-
-
pranavpandey1998official authored
-
- May 15, 2019
-
-
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
-
- May 10, 2019
-
-
IlarionHalushka authored
On Room Actions, we have Files, Mentions, Starred and Pinned. They have similar APIs and logic. All of those could be merged into one generic view (MessagesView). Maybe even Search could be in this merge. Note: They're similar, but have own rules (unstar, unpin, etc). This change may reduce 1MB to our release bundle size, since we're going to remove a lot of boilerplate.
-
- May 03, 2019
-
-
Diego Mello authored
-
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
-
- Apr 29, 2019
-
-
Diego Mello authored
-
- Apr 26, 2019
-
-
Diego Mello authored
* Fetch roles from rest api * Fix RoomInfoView role get * Remove roles from redux
-
Diego Mello authored
* Update emoji endpoint * Use React.memo on Markdown * Support RC versions lower than 0.75.0 * Realm migration
-
Diego Mello authored
-
- Apr 24, 2019
-
-
Diego Mello authored
Closes #826 Closes #827 Closes #828 Closes #829 Closes #830 Closes #831 Closes #832 Closes #833
-
- Apr 17, 2019
-
-
Diego Mello authored
-
Diego Mello authored
-
- Apr 08, 2019
-
-
Diego Sampaio authored
-
- Apr 04, 2019
-
-
Diego Mello authored
-
- Apr 01, 2019
-
-
pranavpandey1998official authored
-
- Mar 29, 2019
-
-
Diego Mello authored
-
- Mar 27, 2019
-
-
Diego Mello authored
-
- Mar 18, 2019
-
-
pranavpandey1998official authored
-
- Mar 12, 2019
-
-
Diego Mello authored
-
- Mar 01, 2019
-
-
Diego Mello authored
* New Icons * Remove unused assets * Change send icon * Layout tweaks * Refactor Status * Styles changed * User layout fix * Separator layout changes * Sidebar status layout fix * Fix Message.onLongPress issue * Fix code markdown Closes https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/625 * Status lint * Fix tests * Navigation debounce * RoomActions icons * Space between components * Group text * Update tests
-
- Feb 27, 2019
-
-
Diego Mello authored
-
- Feb 26, 2019
-
-
Diego Mello authored
-
- Feb 25, 2019
-
-
Diego Mello authored
-
- Feb 14, 2019
-
-
Diego Mello authored
-
- Feb 12, 2019
-
-
Diego Mello authored
* Remove listeners from room * Properly close connections on change server * Minor layout change on connecting badge
-
- Feb 07, 2019
-
-
Diego Mello authored
[FIX] Start loop searching for rooms updates only when connection goes down and SDK has userId (#613)
-
Diego Mello authored
-
Diego Mello authored
Shows "Updating..." when requesting rooms from Rest API.
-
Diego Mello authored
Creates Icons class to manage when to load icons from native side or react-native-vector-icons. It also fixes `react-native run-android` #517
-