Commit Graph

379 Commits

Author SHA1 Message Date
Diego Mello 7e513ee73a
[FIX] Remove listeners on RoomView header unmount () 2019-05-04 13:46:09 -03:00
Diego Mello 10210d0dcf
[FIX] Typing not getting cleared after popping a room () 2019-05-03 14:17:29 -03:00
Diego Mello 2492371b50
[FIX] Check if room is mounted before setting state ()
* 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
2019-05-03 11:54:57 -03:00
Diego Mello a243b1ccd7
Tweaks on sequential threads messages layout ()
* 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
2019-05-03 10:33:38 -03:00
Diego Mello 61fcadc879
[FIX] Toggle/follow thread icon () 2019-05-03 10:30:34 -03:00
Diego Mello d6ed1055ee
[FIX] Load local URL image () 2019-05-03 10:29:56 -03:00
pranavpandey1998official 661e9eac01 Remove duplicated getRoleDescription function () 2019-05-02 10:55:39 -03:00
Diego Mello 94e32368dd
Remove connection badge ()
* Connecting indicator on RoomsListView header

* Connecting indicator on RoomView header

* Remove ConnectionBadge

* Show updating on RoomView load messages
2019-04-30 16:31:51 -03:00
Diego Mello 44f3b7f1a9
Active users improvements () 2019-04-29 13:03:52 -03:00
Diego Mello 75e4b86a95
Fetch roles from rest api ()
* Fetch roles from rest api

* Fix RoomInfoView role get

* Remove roles from redux
2019-04-26 18:15:25 -03:00
Diego Mello 5c1be71fa1
Update custom emojis endpoint ()
* Update emoji endpoint

* Use React.memo on Markdown

* Support RC versions lower than 0.75.0

* Realm migration
2019-04-26 18:13:07 -03:00
Diego Mello c340829638
Update fetch permissions api () 2019-04-26 17:54:58 -03:00
Diego Mello c15fab7c84
Load legal pages from web () 2019-04-26 17:51:09 -03:00
Diego Mello 2f25b10681
[Regression] Search stopped working on Android after LastMessage refactor () 2019-04-26 09:14:30 -03:00
Diego Mello ee99001010
[FIX] Smaller thread title ()
* [FIX] Smaller thread title

* Remove markdown notation from thread title

* On message press debounce

* Align vertical thread title
2019-04-25 14:18:49 -03:00
Diego Mello 5744114d7d
[FIX] Threads ()
Closes 
Closes 
Closes 
Closes 
Closes 
Closes 
Closes 
Closes 
2019-04-24 15:36:29 -03:00
Diego Mello 0266cc2e01
Room item layout () 2019-04-18 17:57:35 -03:00
Diego Mello 03adaa3f81
Lock drawer when stack is not on root screen () 2019-04-18 10:43:44 -03:00
Diego Mello fb88d08f88
[FIX] Apply emojify on empty texts () 2019-04-18 09:43:31 -03:00
kareem hamdy fde8aea173 [FIX] Giphy not showing () 2019-04-17 16:27:14 -03:00
Diego Mello a891ee14ee
RoomsListView improvements () 2019-04-17 15:57:46 -03:00
Diego Mello 9cf81bbab9
[NEW] Threads () 2019-04-17 14:01:03 -03:00
Diego Sampaio 1d9acdb700 [NEW] Discussions () 2019-04-08 09:35:28 -03:00
Diego Mello 2019ec58ce
[FIX] Add Realm.safeAddListener () 2019-04-04 15:08:40 -03:00
pranavpandey1998official 46a36d7764 [NEW] Draft message per room () 2019-04-01 11:45:17 -03:00
Diego Mello 9e107bfdf6
Room item layout () 2019-03-29 16:36:07 -03:00
Diego Mello fd5fbe47e8
Use FlatList in RoomView () 2019-03-27 17:06:57 -03:00
pranavpandey1998official 5771757fa8 [NEW] Scroll down floating button () 2019-03-25 17:54:40 -03:00
pranavpandey1998official e9183b523b [NEW] Scrollable room name feature () 2019-03-25 17:20:24 -03:00
pranavpandey1998official 2814a6e091 [FIX] Show ActivityIndicator in RoomMembersView () 2019-03-18 16:13:59 -03:00
Vitor Luis e8f1a694c6 I18n: Add Portuguese (Portugal) () 2019-03-18 16:09:40 -03:00
pranavpandey1998official e1f76a684d Fix handle invisible status () 2019-03-18 16:01:23 -03:00
Diego Mello 477311f84a
[FIX] Deep linking between multiple logged servers () 2019-03-18 15:52:38 -03:00
Diego Mello 38dabfc9ff
Switch to react-navigation () 2019-03-12 13:23:06 -03:00
Diego Mello eb4b1553bf
[FIX] Fix null native Messagebox component object ()
* Fix null native Messagebox component object

* [iOS] Fix header alignment

* Remove unused files
2019-03-06 10:27:40 -03:00
Diego Mello a139cc83e5
New icons ()
* 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
2019-03-01 13:49:11 -03:00
AnBo83 8d94fdebc0 [FIX] Fix some language issues in German language () 2019-03-01 11:57:38 -03:00
Diego Mello 8f5381d770
Update React Native to 0.58.6 () 2019-03-01 11:40:22 -03:00
Diego Mello 09372182df
[FIX] Select emoji error () 2019-02-28 15:03:26 -03:00
Diego Mello 6106c40557
[FIX] Fetch rooms date () 2019-02-27 17:29:37 -03:00
Diego Mello 8c1b57eb26
Message button ()
* Remove touchable opacity when scrolling messages
* Tap on disable messages closes keyboard
* Unify vibration
* Vibrate only on Android
2019-02-27 11:47:15 -03:00
Diego Mello f3ddf60a57
Remove drawer ()
* Remove drawer (layout needs to be changed in future releases, though)
* Don't navigate outside on logout if there's other logged server
* Update react-native-navigation
2019-02-27 11:26:40 -03:00
Diego Mello 2ef2be51d3
[FIX] Slow messagebox () 2019-02-27 11:23:40 -03:00
Diego Mello 025c5cba74
[FIX] uploadProgress is not a function () 2019-02-26 09:47:06 -03:00
Diego Mello b1236f2f21
[FIX] Room members filter () 2019-02-26 09:46:27 -03:00
Diego Mello e9f57e0337
[FIX] Change actions labels () 2019-02-26 09:45:45 -03:00
Diego Mello df78a6831c
[FIX] Handle database errors properly () 2019-02-25 13:23:17 -03:00
Diego Mello bf212bfc4d
[FIX] Prevent mass is typing dispatchs () 2019-02-25 13:22:48 -03:00
AnBo83 a04c152feb I18n: Add German () 2019-02-21 14:17:03 -03:00
Diego Mello d795aea8c4
[FIX] Remove rooms listener () 2019-02-14 14:43:56 -02:00