- 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 27, 2019
-
-
Diego Mello authored
* Debounce onChangeText * Refactor FilesActions * Clear input asap * Different buttons on iOS/Android * Minor fragment refactor * Import emoji keyboard on android only
-
- May 23, 2019
-
-
Diego Mello authored
-
Diego Mello authored
* [CHORE] Upgrade Mac CI image to 10.2.1 * [CHORE] Android App Bundle * Fix CI
-
Diego Mello authored
-
lolimay authored
-
- 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)
-
Diego Mello authored
-
- May 21, 2019
-
-
Diego Mello authored
-
Diego Mello authored
* Add toggle markdown to settings * Remove unused translation
-
- May 20, 2019
-
-
IlarionHalushka authored
Run lint and jest during pre-commit
-
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 18, 2019
-
-
pranavpandey1998official authored
* added admin panel * reverting some changes * fixed problem with authToken * changed tab to space * done requested changes * fixed lint * added react-native-webview * Install webview pod
-
- 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 14, 2019
-
-
Diego Mello authored
-
- May 10, 2019
-
-
Diego Mello authored
-
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 04, 2019
-
-
Diego Mello authored
- 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 * Check if RoomView is mounted before rendering * Refactor navigation events on RoomsListView * Fix lint * Fix listener
-
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
-
Diego Mello authored
-
Diego Mello authored
-
- May 02, 2019
-
-
pranavpandey1998official authored
-
- Apr 30, 2019
-
-
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
-
Diego Mello authored
* Connecting indicator on RoomsListView header * Connecting indicator on RoomView header * Remove ConnectionBadge * Show updating on RoomView load messages
-
- Apr 29, 2019
-
-
Diego Mello authored
-
- Apr 28, 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
-
Diego Mello authored
-
Diego Mello authored
-
- Apr 25, 2019
-
-
Diego Mello authored
* [FIX] Smaller thread title * Remove markdown notation from thread title * On message press debounce * Align vertical thread title
-
- Apr 24, 2019
-
-
Diego Mello authored
Closes #826 Closes #827 Closes #828 Closes #829 Closes #830 Closes #831 Closes #832 Closes #833
-
- Apr 18, 2019
-
-
Diego Mello authored
-
Diego Mello authored
-