Commit Graph

22 Commits

Author SHA1 Message Date
Guilherme Gazzo 4c238a295d [NEW] Reload room on return from background (#117)
* update screen when returns to foreground
2017-12-01 13:06:56 -02:00
Guilherme Gazzo 375af093a3 [NEW] Open room on tap(push notification) (#116)
* fix frozen screen when app return from background (Android)

* Update state.js

* Update state.js

* init task

* fix updateAt

* remove timeout to show banner

* remove unused state saga, and comment about go to room method
2017-11-28 15:47:56 -02:00
Diego Mello 5dbe59653d Messages permissions (#100) 2017-11-24 18:44:52 -02:00
Guilherme Gazzo 5ea92c2404 typing stop on send message, better typing component and new subscription updateAt logic (#99) 2017-11-24 15:21:21 -02:00
Guilherme Gazzo dd96216bc0 lint 2017-11-21 16:14:37 -02:00
Guilherme Gazzo a0b452f2df Merge branch 'develop' of github.com:RocketChat/Rocket.Chat.ReactNative into typing 2017-11-21 15:05:14 -02:00
Guilherme Gazzo e11b77bda4 user typing 2017-11-21 14:55:32 -02:00
Diego Mello 46eaa1af57 Merge branch 'develop' into improves 2017-11-21 13:24:42 -02:00
Diego Mello 92f4a8b7fb Messages actions (#90)
- delete
- edit
- pin
- star
- reply
- copy
- quote
2017-11-21 12:55:50 -02:00
Guilherme Gazzo 0d7dd6af54 Merge branch 'improves' into typing 2017-11-21 11:17:54 -02:00
Guilherme Gazzo 3d905a60ed Message list scroll based on window size 2017-11-21 04:06:12 -02:00
Guilherme Gazzo 19bd898d47 user typing no style 2017-11-20 20:18:00 -02:00
Guilherme Gazzo b23b36ad7f :x 2017-11-19 02:18:00 -02:00
Guilherme Gazzo 3b318684a1 all room by param dont need get from realm again 2017-11-19 00:29:46 -02:00
Guilherme Gazzo 2358d7ab35 fix roomView 2017-11-14 15:01:16 -02:00
Guilherme Gazzo 7960457b18 Merge branch 'develop' of git@github.com:RocketChat/Rocket.Chat.ReactNative.git; branch 'develop' of github.com:RocketChat/Rocket.Chat.ReactNative into develop 2017-11-14 14:33:08 -02:00
Guilherme Gazzo 350a2cd9c5 Read room on open 2017-11-14 14:05:09 -02:00
Guilherme Gazzo 09a5a47cf0 Read room on open 2017-11-13 22:13:27 -02:00
Rodrigo Nascimento 1099f292f3 Init support to iPhone X 2017-11-13 10:49:19 -02:00
gilmarsquinelato a6117cbb0f Register user (#44)
* Added feature to register a new user

* login after register working

* Removed username from register and placed on a new view

* loading indicator on username submit

* register/username logo layout issue

* - login and register background white

* - logo removed from logo and register
2017-11-07 14:28:02 -02:00
Diego Mello f33b2eefcd Create room (#42)
* Added select users view

* create room working

* - Show photo on avatar

* Switched state for redux

* Navigating to created room
2017-09-25 10:15:28 -03:00
gilmarsquinelato 3c6c266961 [NEW] Changed navigation library to react-navigation. (#41)
* Changed navigation library to react-navigation.
Refactoring on sagas to remove navigation navigation flow do it in views.
Added new modal library.
Renamed view files to the same name of their classes.
Added support to redux-devtools using the chrome extension through Remote devtools menu.
Some components was refactored to reduce complexity and more legibility.

* Remove react-native-navigation from Android

* Adding servers to drawer menu, allowing server switch.

* Sidebar component

* opss :x fix add server

* opss :x fix add server

* Fixed add server navigation issues, fixed empty and slow Rooms List and Chat Messages

* Disable cleanup everytime

* some fixes

* some fixes

*  fix?

* .

* Fixed logo not displaying when app is loading or signing to server

* Fixed logo in loading and login

* Update LoginView.js

* Update PublicRoutes.js
2017-09-21 14:08:00 -03:00