Diego Mello
|
2019ec58ce
|
[FIX] Add Realm.safeAddListener (#785)
|
2019-04-04 15:08:40 -03:00 |
Diego Mello
|
9e107bfdf6
|
Room item layout (#771)
|
2019-03-29 16:36:07 -03:00 |
Diego Mello
|
38dabfc9ff
|
Switch to react-navigation (#687)
|
2019-03-12 13:23:06 -03:00 |
Diego Mello
|
a139cc83e5
|
New icons (#643)
* 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 |
David Lougheed
|
e5930cc0fe
|
[FIX] Load avatar on servers that prevent unauthenticated avatar access (#604)
App would show an empty space on servers that require authentication on avatar access
|
2019-02-07 17:58:20 -02:00 |
Diego Mello
|
0f516083f4
|
Add Icons class (#611)
Creates Icons class to manage when to load icons from native side or react-native-vector-icons.
It also fixes `react-native run-android` #517
|
2019-02-07 14:04:41 -02:00 |
Diego Mello
|
d5a285f85e
|
Create class to manage navigation (#594)
* Add Navigation class
* Place Drawer.js logic inside of Navigation
* Load less views at startup
|
2019-01-31 14:08:38 -02:00 |
Diego Mello
|
754508c2d9
|
Update dependencies (#587)
|
2019-01-29 17:52:56 -02:00 |
Diego Mello
|
d23c055584
|
Unnecessary re-renders removed (#570)
* shouldComponentUpdate
* Rooms list shouldcomponentupdate
* RoomView shouldComponentUpdate
* Messagebox and Message shouldComponentUpdate
* EmojiPicker shouldComponentUpdate
* RoomActions shouldComponentUpdate
* Room info shouldComponentUpdate
* Update RNN
* Use only one Flatlist if none group filter is selected
* Update fix
* shouldComponentUpdate
* Bug fixes
* ListView changes
* Bug fix
* render list bug fix
* Changes on public channels
* - RoomView saga leak removed
- Join room e2e tests added
* Rest versions
* Method call versions
* Min RocketChat version alert
|
2018-12-21 08:55:35 -02:00 |
Diego Mello
|
c6fcfb63fd
|
[WIP] New Authentication layout (#536)
New Authentication layout
|
2018-11-14 19:42:03 -02:00 |
Diego Mello
|
402403f964
|
Update navigation library (#501)
* v2
* Working on Android 0.57.3
* Drawer working
* Removing v1 navigator
* - Splash screen
- Icons changed
* Deeplink
* Remove EventEmitter from CreateChannelView
* Android search
* Android notifications
* OAuth
* Fix search props
* Lint and tests fixed
* Fix android build
* Improvements on iPhone X* usage
* Fix detox
* Fix android build
* Room.f added to RoomView.shouldComponentUpdate
* Animations on RoomsListView and RoomView
* Fix topbar buttons on Android
|
2018-10-23 18:39:48 -03:00 |
Diego Mello
|
e18491f589
|
Use inline requires (#459)
* Update dependencies
* Lint and test
* Added react-native fork
* rn 57
* Lint and tests updated
* Update xcode on circleci
* Use legacy build system
* Update tests
* Inline requires
* Fix eslint and remove temp gradle
* Unnecessary renders
* Update isNotch and Readme
* Tests updated
|
2018-09-26 10:56:36 -03:00 |
Diego Mello
|
81c53acd60
|
Update dependencies (#431)
* Update dependencies
* Lint and test
* Added react-native fork
* rn 57
* Lint and tests updated
* Update xcode on circleci
* Use legacy build system
* Update tests
|
2018-09-25 16:28:42 -03:00 |
Diego Mello
|
96d0b1fcbc
|
[NEW] Message layout (#426)
* message container/component
* Separator component
* Reply
* Url
* tests updated
* Minor changes
* Audio component
* Broadcast button
* Minor touches
* Reply preview
* Edited
* Minor bug fixes
* - Update roadmap
- Bump version to 1.2
* Onboarding styles fix
|
2018-09-11 13:32:52 -03:00 |
Diego Mello
|
de1a63c815
|
[NEW] Create channel layout (#420)
* RoomsListView layout
* Rooms list layout
* Sort component
* Header icons
* Default header colors
* Add server dropdown
* Close sort dropdown if server dropdown will open
* UserItem
* Room type icon
* Search working
* Tests updated
* Android layout
* Using realm queries instead of array iterates
* Animation duration
* Fixed render bug
* - NewMessageView
- backButtonTitle always empty
- SearchBox created
* New create channel layout
* Search refactored
* loginSuccess dismiss modal
* Tests working
|
2018-08-31 15:13:30 -03:00 |