IlarionHalushka
f7a5db0559
[CHORE] Make e2e pass on CircleCI ( #933 )
...
* add README.md for running ios detox e2e tests
* uncomment circle ci e2e tests
* update e2e credentials and server url
* update e2e credentials and docs
* comment lastMessage prop on RoomListView->RoomItem (research realm bug)
* add sleep before search in joinpublic room test (research realm bug)
* use detox.launchApp instead of detox.reloadRN, (joinpuclicroom test)
* make e2e job run only on approval; update docs with PR review comments
* cache node_modules on CI jobs: e2e tests, ios build
* fix circle CI caching node_modules
* fix circle CI caching node_modules
* revert changes connected to caching node_modules
* remove unnecessary changes
* revert email value to diego.mello
* add stopTrackingMention when input becomes empty in messagebox
* add Android run instruction to readme
* fix spacing
2019-06-03 16:20:36 -03:00
Diego Mello
dffba8ab58
[CHORE] Split Google Services in debug and production ( #941 )
...
* Split android
* Split iOS
* Update CI
2019-05-31 09:41:37 -03:00
Diego Mello
9e4a4d2454
[CHORE] Use react-native-firebase ( #928 )
...
We need to migrate from deprecated react-native-fabric to react-native-firebase.
This PR enables following Firebase features:
* Analytics
* Crashlytics
* Performance
It also tracks screen view without the necessity of HOC.
Future work:
I won't do it in this PR because it's large enough, but we need to log more app events, like 'sent_message', 'open_admin', 'media_upload', etc.
2019-05-28 10:03:08 -03:00
Diego Mello
29bd949743
[CHORE] Android app bundle ( #915 )
...
* [CHORE] Upgrade Mac CI image to 10.2.1
* [CHORE] Android App Bundle
* Fix CI
2019-05-23 15:44:33 -03:00
Diego Mello
ba472d26ba
[CHORE] Upgrade Mac CI image to 10.2.1 ( #914 )
2019-05-22 18:09:50 -03:00
Diego Mello
a1b1af01c9
Update RN to 0.59.8 ( #896 )
...
* update IOS react native to 0.59.8
* update Android react native to 0.59.8
* fix eslint errors
* Android debug working
* Android build
* Fix lint
* Making jest happy
* Update CircleCI android image
* Fix android build
* Use 32 bits
* Fix iOS build
* Update detox
* Use new Xcode build system
* Use old build system
* Update realm (64 bits support)
2019-05-22 17:15:35 -03:00
Diego Mello
6edef99d37
[CHORE] Remove e2e tests from CI ( #875 )
2019-05-04 13:44:56 -03:00
Diego Mello
8f5381d770
Update React Native to 0.58.6 ( #668 )
2019-03-01 11:40:22 -03:00
Diego Mello
2585038112
Update JS SDK version ( #602 )
2019-02-07 13:48:10 -02:00
Diego Mello
73feb4f067
[CHORE] Add hold step on CircleCI before TestFlight ( #572 )
2018-12-18 11:03:36 -02:00
Diego Mello
9990abdf26
[CHORE] Update Xcode image version on CircleCI ( #561 )
2018-12-06 11:33:16 -02:00
Diego Mello
ea3cc7480d
Check $FABRIC_KEY availability in CircleCI for iOS ( #507 )
2018-10-24 15:29:28 -03:00
Diego Mello
cda67427fa
Check $FABRIC_KEY availability in CircleCI ( #506 )
...
* Check $FABRIC_KEY in CircleCI
* Remove config scripts
2018-10-24 13:37:22 -03:00
Diego Mello
09ec7c6f21
Update Rocket.Chat.js.SDK ( #494 )
2018-10-17 17:12:01 -03:00
Diego Mello
d5a4ead888
[FIX] Handle deleted messages ( #466 )
...
* [FIX] Handle deleted messages
* Fix rest error
* Fix some connection issues
2018-09-28 15:57:29 -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
101d4c727c
Sort/group rooms local only ( #425 )
...
* Update android api from ci
* Sort local only
2018-09-04 11:29:20 -03:00
Diego Mello
91025e9d03
[NEW] Onboarding ( #407 )
...
<!-- INSTRUCTION: Keep the line below to notify all core developers about this new PR -->
@RocketChat/ReactNative
<!-- INSTRUCTION: Inform the issue number that this PR closes, or remove the line below -->
Closes #392
<!-- INSTRUCTION: Tell us more about your PR with screen shots if you can -->
![aug-07-2018 17-03-50](https://user-images.githubusercontent.com/804994/43799447-f62074dc-9a63-11e8-8aac-bf2c4c5a8a2b.gif )
![aug-07-2018 17-03-35](https://user-images.githubusercontent.com/804994/43799446-f5f84a70-9a63-11e8-8947-265113ae9bf4.gif )
![aug-07-2018 17-03-13](https://user-images.githubusercontent.com/804994/43799445-f5d70ee6-9a63-11e8-94a9-f49c7d69fbba.gif )
2018-08-10 14:26:36 -03:00
Diego Mello
8af34a705a
Update gradle and targetSdkVersion ( #328 )
...
* Changed the way we read RocketChat settings since setting.type won't be returned from server anymore
* Permissions
* Unnecessary action sheet render
* Update gradle
* Switched testServer to use blob
* RoomsListHeader search fixed
* Runs loadMessagesForRoom only if room has at least 20 rows
* - Logout if user's token expired
- Removed update avatar logic
- Profile dialog border on android
* - Animations disabled
- CircleCI set
* Tests updated
* "eventType argument is required" fix
2018-06-20 10:40:33 -03:00
Diego Mello
f61a57bb30
New markdown ( #306 )
...
Our current markdown is causing a lot of issues on Android devices, since it wraps everything inside a Text component.
On Android, Text doesn't support View as a child.
This PR adds react-native-markdown-renderer, that uses View as wrapper and may be better.
2018-05-29 14:09:20 -03:00
Guilherme Gazzo
182ab69d6f
Detox tests E2E ( #283 )
2018-05-23 10:39:18 -03:00
Guilherme Gazzo
557e485613
Beta ( #265 )
...
* Fabric iOS
* Fabric configured on iOS and Android
* - react-native-fabric configured
- login tracked
* README updated
* Run scripts from README updated
* README scripts
* get rooms and messages by rest
* user status
* more improves
* more improves
* send pong on timeout
* fix some methods
* more tests
* rest messages
* Room actions (#266 )
* Toggle notifications
* Search messages
* Invite users
* Mute/Unmute users in room
* rocket.cat messages
* Room topic layout fixed
* Starred messages loading onEndReached
* Room actions onEndReached
* Unnecessary login request
* Login loading
* Login services fixed
* User presence layout
* ïmproves on room actions view
* Removed unnecessary data from SelectedUsersView
* load few messages on open room, search message improve
* fix loading messages forever
* Removed state from search
* Custom message time format
* secureTextEntry layout
* Reduce android app size
* Roles subscription fix
* Public routes navigation
* fix reconnect
* - New login/register, login, register
* proguard
* Login flux
* App init/restore
* Android layout fixes
* Multiple meteor connection requests fixed
* Nested attachments
* Nested attachments
* fix check status
* New login layout (#269 )
* Public routes navigation
* New login/register, login, register
* Multiple meteor connection requests fixed
* Nested attachments
* Button component
* TextInput android layout fixed
* Register fixed
* Thinner close modal button
* Requests /me after login only one time
* Static images moved
* fix reconnect
* fix ddp
* fix custom emoji
* New message layout (#273 )
* Grouping messages
* Message layout
* Users typing animation
* Image attachment layout
2018-04-24 17:08:17 -03:00
Diego Mello
0e8b9fe8d7
CI fix
2018-04-03 15:30:09 -03:00
Diego Mello
17ecd5c9af
Crashlytics ( #258 )
...
* Fabric iOS
* Fabric configured on iOS and Android
* login tracked
* more logs
* fix reaction
2018-04-03 13:24:58 -03:00
Diego Mello
f20faccbfa
Update iOS to RN 0.54 ( #248 )
...
* Update iOS to RN 0.54
2018-03-07 00:14:38 +00:00
Guilherme Gazzo
872532251b
Update config.yml
2018-03-05 11:23:47 -03:00
Guilherme Gazzo
885d1153a4
hotfix for ios
2018-03-05 10:41:44 -03:00
Guilherme Gazzo
9e3714758f
[WIP] Improves ( #245 )
2018-03-02 21:31:44 +00:00
Diego Mello
b1bb815b07
Room actions ( #231 )
...
* Layout
* Empty starred list
* Favorite room
* Pinned messages
* fix last messages
* fix date on pinned messages
2018-02-19 16:19:39 -05:00
Guilherme Gazzo
bb5e29fdc7
fix last messages ( #239 )
...
* fix last messages
2018-02-19 16:15:31 -05:00
Rodrigo Nascimento
4700266176
Remove hold step to deploy to testflight
2018-02-16 19:35:16 -02:00
Rodrigo Nascimento
1d749eea64
Fix TestFlight upload ( #212 )
2018-01-30 17:49:22 -02:00
Saket Kumar
1df96aef91
Handle when custom tabs and browser is not installed on the device. ( #172 )
...
* Handle when custom tabs and browser is not installed on the device.
2018-01-10 19:06:19 -02:00
Rodrigo Nascimento
89c178470a
Fix build of PRs from forks ( #184 )
2018-01-10 00:35:31 -02:00
Rodrigo Nascimento
78fb33b12e
Fix CircleCi build ( #183 )
2018-01-09 22:42:43 -02:00
Rodrigo Nascimento
caf0f2354c
Send change log to testflight ( #124 )
2017-12-03 18:57:49 -02:00
Rodrigo Nascimento
a2b4e39a05
Fix CircleCI order
2017-11-07 15:29:32 -02:00
Rodrigo Nascimento
ed753130e1
Set CircleCI build number as app build number
2017-11-07 14:58:33 -02:00
Rodrigo Nascimento
335f299d6d
Only build for testflight on develop and master branchs
2017-11-07 10:54:13 -02:00
Rodrigo Nascimento
834cd20be9
[NEW] Add CircleCI 2 ( #57 )
...
* Adds circle-ci script
2017-11-06 21:45:48 -02:00