Guilherme Gazzo
3fcbcac67f
Update index.js ( #163 )
2017-12-26 12:46:14 -02:00
Diego Mello
251293116a
- Back button fix ( #156 )
...
- Login text input focus
2017-12-21 17:17:41 -02:00
Diego Mello
157b85c2cb
Mention autocomplete ( #150 )
...
* Mentions working
2017-12-20 18:14:07 -02:00
Diego Mello
11d9a66752
Splash screen ( #153 )
...
* Splash working
2017-12-20 18:12:49 -02:00
Guilherme Gazzo
8599d6a7cc
[WIP] remove meteor lib ( #146 )
...
* removed meteor lib
* reconnect saga
* Focused text input touch bug fixed
2017-12-20 17:20:06 -02:00
Martin Schoeler
a15774c4ff
Improve Rooms List ( #152 )
...
Use TouchableHighlight and TouchableNativeFeedback instead of TouchableOpacity
2017-12-20 13:57:33 -02:00
Guilherme Gazzo
1ff125a477
fix regexp server validation ( #140 )
2017-12-19 15:01:00 -02:00
Martin Schoeler
c6c551360b
Add more info messages ( #151 )
2017-12-19 13:43:17 -02:00
Diego Mello
e4212ee6de
Better markdown ( #139 )
...
* Username, room and code markdown
* Block code working
2017-12-14 16:12:38 -02:00
Diego Mello
7ea98f1337
Delete/resend message ( #136 )
...
* Fixed temp message
* Delete/resend working
* Edit message fixed
2017-12-13 13:00:26 -02:00
Rodrigo Nascimento
e42a146e4f
Improve acessibility ( #135 )
2017-12-11 18:37:33 -02:00
Guilherme Gazzo
5435c79700
[FIX] messagebox growing width and icons ( #130 )
...
* multiline messagebox
* Action buttons alignment
* rocket chat icons
2017-12-08 17:36:03 -02:00
Diego Mello
c84c5a3565
Header redesign ( #133 )
...
* Search
* Custom search on iOS and Android
2017-12-08 17:13:21 -02:00
Rodrigo Nascimento
d991fd99bc
[NEW] Better date format for room’s list ( #134 )
2017-12-08 11:56:53 -02:00
Guilherme Gazzo
b2ace37c99
[FIX] totp ( #131 )
2017-12-06 13:07:14 -02:00
Diego Mello
af5c3efbd2
Manage user's status ( #128 )
...
* Init custom header
* Change user status
2017-12-05 17:57:44 -02:00
Diego Mello
b62596ac3f
Set user presence (online/away) ( #127 )
...
* - User presence away when app goes to background
- User presence online when app comes back to foreground
* test if user is connected before call userpresence
* Update state.js
2017-12-04 16:24:21 -02:00
Diego Mello
1edce04840
[NEW] Attachments improvements ( #125 )
...
* Support <http://link |Text>
* Attachment title blank space
2017-12-04 13:49:15 -02:00
Rodrigo Nascimento
caf0f2354c
Send change log to testflight ( #124 )
2017-12-03 18:57:49 -02:00
Diego Mello
277adfbb75
Attachment types ( #118 )
...
* Separate attachment types
* Audio attachment file
* tmp react-native-video-controls
* video working
* - Video modal removed
* Supported video types check
* Audio component
* Audio animation
* Use a standard ESLint file name
* Reusable markdown stateless component
* react-native-sound removed
* react-native-sound removed from xcode
* Url working
* Update build.gradle
* Other attachments
* Fields
2017-12-02 11:19:58 -02:00
Guilherme Gazzo
e95043bc3f
[NEW] Reload room on return from background ( #117 )
...
* update screen when returns to foreground
2017-12-01 13:06:56 -02:00
Guilherme Gazzo
9e641ea8cc
update dependencies ( #122 )
2017-11-29 17:46:11 -02:00
Guilherme Gazzo
599b7c8368
[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
23d2d87bfb
Messagebox autogrow ( #114 )
...
* multiline messagebox
* Action buttons alignment
* lint
* Fix MessageBox height when line break to 2 lines
* Android fix
2017-11-28 14:27:06 -02:00
Guilherme Gazzo
43f1892570
[FIX][ANDROID] Fix return from background ( #115 )
...
* fix frozen screen when app return from background (Android)
* Update state.js
* Update state.js
* Update RoomsListView.js
2017-11-28 09:01:18 -02:00
Rodrigo Nascimento
69a0746850
Fix Storybook ( #97 )
2017-11-27 21:29:15 -02:00
Diego Mello
f65a284953
Messages permissions ( #100 )
2017-11-24 18:44:52 -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
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
Rodrigo Nascimento
9dc16c8adb
Add mention mark by the unread number ( #98 )
2017-11-22 14:40:59 -02:00
Snyk bot
45890e6c15
fix: package.json & .snyk to reduce vulnerabilities ( #47 )
...
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/npm:debug:20170905
Latest report for rocketchat/rocket.chat.reactnative:
https://snyk.io/test/github/rocketchat/rocket.chat.reactnative
2017-11-22 12:04:44 -02:00
Diego Mello
6fbabc87d8
Merge pull request #91 from RocketChat/typing
...
[NEW] Typing
2017-11-21 17:27:00 -02:00
Guilherme Gazzo
b6ef988a51
Merge branch 'typing' of github.com:RocketChat/Rocket.Chat.ReactNative into typing
2017-11-21 16:14:54 -02:00
Guilherme Gazzo
aafa01c812
lint
2017-11-21 16:14:37 -02:00
Guilherme Gazzo
a4f2f4f529
lint
2017-11-21 15:09:22 -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
5ad676f7dc
Merge pull request #86 from RocketChat/improves
...
improvements
2017-11-21 13:40:48 -02:00
Diego Mello
40abbc4874
Merge branch 'develop' into improves
2017-11-21 13:24:42 -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
9d50ee7dcf
Set correct appName for iOS push
2017-11-21 12:19:54 -02:00
Rodrigo Nascimento
3e74cd64af
Sync profiles for iOS
2017-11-21 12:09:29 -02:00
Guilherme Gazzo
de25bd3bff
Merge branch 'improves' into typing
2017-11-21 11:17:54 -02:00
Rodrigo Nascimento
62e49d039c
Try to fix push for iOS
2017-11-21 10:53:59 -02:00
Guilherme Gazzo
541d9783ee
Message list scroll based on window size
2017-11-21 04:06:12 -02:00
Guilherme Gazzo
318cf7b970
attachments null
2017-11-20 22:58:15 -02:00
Guilherme Gazzo
da4ecdc3b2
amazing room subscriptions
2017-11-20 22:52:48 -02:00
Guilherme Gazzo
1c39886deb
user typing no style
2017-11-20 20:18:00 -02:00
Guilherme Gazzo
80c019a973
unused var
2017-11-20 15:33:23 -02:00