Commit Graph

91 Commits

Author SHA1 Message Date
Rodrigo Nascimento d323d29782 [NEW] Add CircleCI 2 (#57)
* Adds circle-ci script
2017-11-06 21:45:48 -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
gilmarsquinelato fda0141273 Rename card.js to Card.js 2017-09-02 14:21:05 -03:00
Gilmar Quinelato e5417bf0a7 Force Travis to run on right commit. 2017-09-01 18:24:11 -03:00
Gilmar Quinelato 2050c902fa Fixing merge from 'develop'. 2017-09-01 17:20:34 -03:00
Gilmar Quinelato fe42b01d13 Fix merge conflicts from 'develop'. 2017-09-01 17:00:31 -03:00
Guilherme Gazzo 0a10d58d78 Add server change saga (#34)
* Reduce test lines of code

* removed useless packages

* pkg

* add server saga

* removed taginput

taginput is not ready =/

* ~fix navigation~

* code duplicated

* code duplicated

* Delete tags.js

* Delete TagInput.js
2017-09-01 16:42:50 -03:00
Gilmar Quinelato 0784044dc9 Removing duplicated code. 2017-09-01 16:21:08 -03:00
Gilmar Quinelato 4f85299c5b 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
Diego Sampaio 1580807ba9 Make code cleaner 2017-08-22 10:49:37 -03:00
Diego Sampaio bd98c51252 Add more tests and add coverage dependency 2017-08-21 22:45:03 -03:00
Diego Sampaio d864e93746 Fix lint 2017-08-21 22:24:41 -03:00
Guilherme Gazzo 7e112360cf Merge branch 'master' into redux-saga 2017-08-21 13:58:29 -03:00
Guilherme Gazzo 3434e8a728 app opens now at last selectioned server 2017-08-21 00:00:41 -03:00
Diego Sampaio a443bdb0a7 Fix TOTP login 2017-08-20 21:38:18 -03:00
Guilherme Gazzo 69798ce059 saga finished 2017-08-20 21:11:46 -03:00
Gabriel Delavald 6250fecafe Cleaning up refactors code, fixing sagas. By Gazzo 2017-08-18 18:30:16 -03:00
Rodrigo Nascimento c48c9f6422 Ci (#25)
* Init travis configuration

* Try travis

* Try travis

* Try travis

* Try travis

* Try travis

* Try Travis

* Fiz name and add badges
2017-08-18 11:50:20 -03:00
Guilherme Gazzo 5b4fc5ddf8 auto login connect 2017-08-17 17:15:24 -03:00
Rodrigo Nascimento 74d8a359ba Integrate storybook 2017-08-17 16:31:27 -03:00
Guilherme Gazzo e2379c996e merge 2017-08-17 14:00:24 -03:00
Guilherme Gazzo c961373559 sagas 2017-08-17 13:55:47 -03:00
Guilherme Gazzo 2aa53e4402 get message saga 2017-08-17 03:28:41 -03:00
Guilherme Gazzo 0b642080c1 getrooms Saga 2017-08-16 23:06:22 -03:00
Guilherme Gazzo ece227e4d9 meteor connect saga 2017-08-16 22:32:00 -03:00
Guilherme Gazzo 167ce6344f saga for meteor connect 2017-08-16 22:06:31 -03:00
Guilherme Gazzo cd4ab23328 login saga[2] 2017-08-16 21:24:06 -03:00
Guilherme Gazzo 3b8b2ba639 login saga (incomplete) 2017-08-16 20:32:55 -03:00
Guilherme Gazzo ffaf0f885d login saga (incomplete) 2017-08-16 20:29:12 -03:00
Gabriel Delavald 931118494b Adds mock saga 2017-08-16 19:51:37 -03:00
Guilherme Gazzo 0bfcc2ef4d Show imagem attachments (#20)
* attach and offline search

* Update serverNew.js
2017-08-15 16:28:46 -03:00
Diego Sampaio 776d5b11b5 Fix room search 2017-08-14 15:02:53 -03:00
Rodrigo Nascimento 4df9ccba27 Fix login when changing servers 2017-08-14 11:25:17 -03:00
Rodrigo Nascimento 66b2a634b0 Fix room resize with keyboard 2017-08-14 11:15:37 -03:00
Rodrigo Nascimento 347e22bb83 iOS: Hide search field 2017-08-13 22:26:17 -03:00
Rodrigo Nascimento adfe287399 [FIX] Cant add new server 2017-08-13 22:13:48 -03:00
Rodrigo Nascimento 8bb8677487 Add support to TOTP 2017-08-13 21:35:02 -03:00
Rodrigo Nascimento ffc1271577 Render message time and username when there is alias 2017-08-13 21:03:33 -03:00
Rodrigo Nascimento 13c7b15a13 Add message alias and custom avatar 2017-08-13 20:45:47 -03:00
Rodrigo Nascimento e48f1a5520 iOS: Fix room item icon alignment 2017-08-13 20:19:27 -03:00
Rodrigo Nascimento bfff806af2 Fix login and use login placeholders from settings 2017-08-13 20:14:02 -03:00
Rodrigo Nascimento a113ad0bc8 Load settings to redux and allow login via LDAP and CROWD 2017-08-13 20:02:46 -03:00
Rodrigo Nascimento e79fcbd3ea Add background color to room view 2017-08-13 17:35:30 -03:00
Diego Sampaio 3db07dd6b0 Add colors to channels and space items as material design 2017-08-13 12:10:50 -03:00
Rodrigo Nascimento f32327249d Improve channel’s layout 2017-08-13 00:19:14 -03:00
Rodrigo Nascimento f3423257b0 Fix room’s list order and load more 2017-08-12 23:15:00 -03:00
Rodrigo Nascimento e81c789a64 Android: Remove initial animation 2017-08-12 22:44:22 -03:00
Rodrigo Nascimento 155caa60e9 Init Redux usage 2017-08-12 22:35:09 -03:00
Rodrigo Nascimento da500c2cca Change the navigator by a better one 2017-08-12 17:52:55 -03:00