Diego Mello
|
d795aea8c4
|
[FIX] Remove rooms listener (#630)
|
2019-02-14 14:43:56 -02:00 |
Fazil Boudjelal
|
ce96595dce
|
I18n: Add French (#629)
|
2019-02-14 13:40:41 -02:00 |
Diego Mello
|
a047fc3432
|
[FIX] npm -> yarn dependencies migration (#622)
|
2019-02-12 16:09:04 -02:00 |
Diego Mello
|
cc173c0667
|
[CHORE] Add TestFlight invite and update Readme (#623)
|
2019-02-12 16:02:23 -02:00 |
Diego Mello
|
68f5a94f5a
|
[FIX] SDK issues (#621)
* Remove listeners from room
* Properly close connections on change server
* Minor layout change on connecting badge
|
2019-02-12 14:14:11 -02:00 |
Diego Mello
|
5a2957fe5d
|
Bump version to 1.9.0 (#617)
|
2019-02-08 14:38:57 -02:00 |
Diego Mello
|
7bf1f3c0be
|
[FIX] Reply title should break text (#616)
|
2019-02-08 14:34:50 -02:00 |
Diego Mello
|
f065bd05f2
|
Allow to create empty channel (#615)
|
2019-02-08 14:34:01 -02:00 |
Diego Mello
|
c9bf599bcf
|
[FIX] Start loop searching for rooms updates only when connection goes down and SDK has userId (#613)
|
2019-02-07 18:28:39 -02:00 |
Diego Mello
|
833bf1e706
|
[FIX] 2FA login in a server with LDAP enabled (#612)
|
2019-02-07 18:27:37 -02: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
|
db0cd5abd1
|
Updating room indicator (#609)
Shows "Updating..." when requesting rooms from Rest API.
|
2019-02-07 14:13:21 -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
|
2585038112
|
Update JS SDK version (#602)
|
2019-02-07 13:48:10 -02:00 |
Diego Mello
|
d26f14d155
|
[FIX] v1.8.0 (#599)
* Downgrade react-native-fast-image
* Update iOS permission usage descriptions
* [FIX] Delete upload item
|
2019-02-01 11:30:12 -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 |
David Lougheed
|
d139782e01
|
[FIX] LDAP login (#596)
|
2019-01-31 09:48:28 -02:00 |
Diego Mello
|
aaa44156ac
|
Bump version to 1.8.0 (#595)
|
2019-01-30 18:57:18 -02:00 |
Diego Mello
|
afe4ad7e3d
|
[FIX] Back button press on message actions (#592)
|
2019-01-30 11:33:48 -02:00 |
Pranay Ankit
|
e416fe0c68
|
[FIX] Better message actions (#567)
|
2019-01-30 10:11:02 -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
|
8384d4eeff
|
Bump version to 1.7.1 (#574)
|
2018-12-19 08:58:10 -02:00 |
Diego Mello
|
5ee1f557d8
|
[FIX] GET /info to check if it's a valid server instead of x-instance-id (#573)
|
2018-12-18 13:11:47 -02:00 |
Diego Mello
|
73feb4f067
|
[CHORE] Add hold step on CircleCI before TestFlight (#572)
|
2018-12-18 11:03:36 -02:00 |
Diego Mello
|
ad37586065
|
Use Rest API pt 2 (#568)
* Room files
* Pinned messages
* Starred messages
* Mentioned messages
* Search messages
* Bug fixes
* Profile
* Livechat
* Block/unblock user
* Erase room
* Archive room
* Remove unused method
* Bug fix
|
2018-12-12 13:15:10 -02:00 |
Diego Mello
|
dca2181b2c
|
[FIX] Load messages on notification tap (#564)
|
2018-12-07 15:47:50 -02:00 |
Diego Mello
|
bdc564c281
|
Bump version to 1.7.0 (#562)
|
2018-12-06 12:42:01 -02:00 |
Diego Mello
|
9990abdf26
|
[CHORE] Update Xcode image version on CircleCI (#561)
|
2018-12-06 11:33:16 -02:00 |
Diego Mello
|
17da7ac09c
|
Chats: Don't show group header if none of the filters is selected (#560)
|
2018-12-06 10:53:20 -02:00 |
Diego Mello
|
a2821af95b
|
Use Rest API calls (#558)
|
2018-12-05 18:52:08 -02:00 |
diegolmello
|
bef34f7f96
|
[FIX] x-instance-id header prop is case insensitive
|
2018-11-28 10:10:22 -02:00 |
Diego Mello
|
2fd0b86d68
|
Bump version to 1.6.1 (#553)
|
2018-11-27 18:28:12 -02:00 |
Diego Mello
|
4bc54f10e0
|
[FIX] x-instance-id header prop is case insensitive (#551)
|
2018-11-27 18:25:00 -02:00 |
Diego Mello
|
e66dbd8ca3
|
[FIX] Android stuck on splash screen after hardware back button is pressed (#550)
* [FIX] Android stuck on splash screen after hardware button is pressed
* Fix empty user at asyncstorage
* Remove unused subscribe
|
2018-11-27 17:40:53 -02:00 |
Diego Mello
|
35fac39594
|
Regression: Deep linking stopped working after react-native-navigation update (#549)
|
2018-11-22 16:54:38 -02:00 |
Diego Mello
|
b0420a4421
|
AndroidManifest changes
|
2018-11-22 09:04:14 -02:00 |
Diego Mello
|
f12a50c7be
|
Update dependencies (#544)
|
2018-11-20 11:01:59 -02:00 |
achilles-kosun
|
50cf3cea59
|
I18n: Add missing translation of simplified Chinese (#539)
|
2018-11-20 09:48:50 -02:00 |
Diego Mello
|
6d0fd4190f
|
Bump version to 1.6.0 (#543)
|
2018-11-19 17:01:10 -02:00 |
Diego Mello
|
2692f5222d
|
[FIX] Upload buttons on Android (#541)
|
2018-11-19 16:18:15 -02:00 |
Diego Mello
|
f13d7ed631
|
DDP Connection badge animation changed (#533)
|
2018-11-16 09:07:13 -02:00 |
Diego Mello
|
e9deb577e0
|
Regression: Resend messages with error (#532)
|
2018-11-16 09:06:29 -02:00 |
Diego Mello
|
c6fcfb63fd
|
[WIP] New Authentication layout (#536)
New Authentication layout
|
2018-11-14 19:42:03 -02:00 |
Diego Mello
|
fc1796e098
|
[FIX] Composer composer's send icon slowness (#528)
|
2018-11-05 17:03:17 -02:00 |
Diego Mello
|
0dd4899789
|
[FIX] Dismiss keyboard on room close (#530)
|
2018-11-05 17:02:54 -02:00 |
Diego Mello
|
461f865656
|
[FIX] Room view header crashes when destructuring reducer (#523)
|
2018-11-05 10:00:58 -02:00 |
Diego Mello
|
1c9aa9bf33
|
[FIX] App connects to previous server instead of the recent added (#518)
|
2018-10-31 15:41:56 -03:00 |
Diego Mello
|
e7277be004
|
[FIX] Flashing avatars on Android after #512 (#519)
|
2018-10-31 15:41:19 -03:00 |
Diego Mello
|
afb2e6fd92
|
Clear iOS notification on resume/open (#520)
|
2018-10-31 15:40:39 -03:00 |