Diego Mello
0289e799eb
tmp react-native-video-controls
2017-11-27 18:50:30 -02:00
Diego Mello
41fafa41b1
Audio attachment file
2017-11-27 14:31:51 -02:00
Diego Mello
6b9d3684df
Separate attachment types
2017-11-27 13:40:23 -02:00
Diego Mello
e21fac2c70
Message removed fixed
2017-11-27 11:13:05 -02:00
Diego Mello
907730b3dc
tmp
2017-11-24 20:18:43 -02:00
Diego Mello
d35cef50ad
Cancel edit button
2017-11-24 16:04:26 -02:00
Guilherme Gazzo
4bacf0c42b
Merge remote-tracking branch 'origin/develop' into messages-permissions-some-fixes
2017-11-24 15:36:34 -02:00
Guilherme Gazzo
1cda98f415
typing stop on send message, better typing component and new subscription updateAt logic ( #99 )
2017-11-24 15:21:21 -02:00
Guilherme Gazzo
56921af5ab
Merge remote-tracking branch 'origin/develop' into messages-permissions-some-fixes
2017-11-24 15:10:17 -02:00
Diego Mello
92a773693a
refactor
2017-11-24 11:31:59 -02:00
Diego Mello
65a6024278
Realtime permissions
2017-11-24 11:26:09 -02:00
Diego Mello
1a32a43eb5
Unpin and Unstar labels
2017-11-24 10:53:53 -02:00
Diego Mello
385867d36e
star -> toggleStar
2017-11-24 10:34:23 -02:00
Diego Mello
bc6cf1944b
MessageActions created
2017-11-24 10:05:49 -02:00
Diego Mello
99c09f20f0
message bug
2017-11-23 17:26:40 -02:00
Rodrigo Nascimento
86ccdcb84a
Improve image modal/preview ( #111 )
2017-11-23 17:12:18 -02:00
Rodrigo Nascimento
ed1448b864
Change Room’s back button text to previews screen title ( #112 )
...
Closes #108
2017-11-23 17:12:06 -02:00
Diego Mello
872a9430dc
onLongPress on messages fixed
2017-11-23 10:59:27 -02:00
Diego Mello
272f6acd70
Cancel edit message
2017-11-23 09:45:09 -02:00
Diego Mello
32fdea3de1
better strings on actions
2017-11-23 09:14:11 -02:00
Diego Mello
aed760955c
refactor
2017-11-22 17:32:49 -02:00
Diego Mello
9b9271e833
Permissions working
2017-11-22 17:30:02 -02:00
Diego Mello
86059e13d2
Room roles
2017-11-22 13:59:24 -02:00
Guilherme Gazzo
aafa01c812
lint
2017-11-21 16:14:37 -02:00
Guilherme Gazzo
f2076ea6c8
Merge branch 'develop' of github.com:RocketChat/Rocket.Chat.ReactNative into typing
2017-11-21 15:05:14 -02:00
Guilherme Gazzo
a4fbeaefff
user typing
2017-11-21 14:55:32 -02:00
Diego Mello
5f844f5a85
Messages actions ( #90 )
...
- delete
- edit
- pin
- star
- reply
- copy
- quote
2017-11-21 12:55:50 -02:00
Rodrigo Nascimento
675a61caba
iOS: Disabled drawer slide gesture ( #81 )
2017-11-14 20:49:17 -02:00
Rodrigo Nascimento
282a663b60
Change avatars to square format ( #73 )
2017-11-13 18:51:36 -02:00
Rodrigo Nascimento
6c4cef143d
Merge remote-tracking branch 'origin/develop' into update
...
# Conflicts:
# app/views/LoginView.js
# app/views/RegisterView.js
2017-11-13 12:56:57 -02:00
Diego Mello
4ca9fcddb8
Add servers ( #61 )
...
* - Add server from logged session working
2017-11-13 11:53:45 -02:00
Diego Mello
c7e35540f5
Verify if user has username on login ( #64 )
...
* get /me from rest api and append to user reducer
* Removed comments from login saga
* user reducer logic
* Jump to set username screen when user is logged without username
* lint fix after merge
* lint fix
2017-11-13 11:35:01 -02:00
Diego Mello
a568e826e5
Terms & privacy ( #63 )
...
* terms and privacy
* Update PublicRoutes.js
* Update LoginView.js
2017-11-13 11:32:46 -02:00
Rodrigo Nascimento
d96a098b60
Fix lint
2017-11-13 10:58:35 -02:00
Rodrigo Nascimento
50c50a790a
Init support to iPhone X
2017-11-13 10:49:19 -02:00
Diego Mello
7027656f4b
Forgot my password ( #62 )
...
* Forgot password working
2017-11-10 11:42:02 -02:00
Diego Mello
6d4e6f0c6c
Logout ( #60 )
...
- logout
- changed default server to open.rocket.chat
* fixed server change bug
2017-11-07 18:25:04 -02:00
gilmarsquinelato
125b880760
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
e0777a969e
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
d55db0fca5
[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
gilmarsquinelato
69314ffd73
Rename card.js to Card.js
2017-09-02 14:21:05 -03:00
Gilmar Quinelato
0e3c364196
Force Travis to run on right commit.
2017-09-01 18:24:11 -03:00
Gilmar Quinelato
6ac45fc620
Fixing merge from 'develop'.
2017-09-01 17:20:34 -03:00
Gilmar Quinelato
3abc47b7d4
Fix merge conflicts from 'develop'.
2017-09-01 17:00:31 -03:00
Gilmar Quinelato
e6e1c25956
Removing duplicated code.
2017-09-01 16:21:08 -03:00
Gilmar Quinelato
c546740186
Components moved to 'containers' or 'presentation' folders.
...
Extracted some components from Message component to have less logic in component.
2017-09-01 16:17:53 -03:00