GOVINDDIXIT
9193449133
create official build
2020-07-28 19:30:31 +05:30
GOVINDDIXIT
50152b394d
share app for fdroid
2020-07-19 13:03:55 +05:30
GOVINDDIXIT
5c37a88525
fix merge conflicts
2020-07-19 10:57:02 +05:30
GOVINDDIXIT
36595d00d0
requested changes
2020-07-19 10:51:43 +05:30
Djorkaeff Alexandre
a4055dab93
Merge branch 'develop' of https://github.com/RocketChat/Rocket.Chat.ReactNative into fdroid-build
2020-07-18 14:27:46 -03:00
Rohit Verma
42df5ddbc1
[FIX] MessagesView duplicating content ( #2307 )
...
* Fix Pagination duplicacy
* Fix MessageView Duplicate Content
* [FIX] Return fetch func
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
2020-07-17 15:59:18 -03:00
dependabot[bot]
52b82e5809
Bump lodash from 4.17.16 to 4.17.19 ( #2310 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.16 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.16...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 14:55:53 -03:00
Djorkaeff Alexandre
ff8899c39f
[CHORE] Update commonmark libs ( #2306 )
...
* [CHORE] Update commonmark fork and relateds
* [CHORE] Update commonmark.js
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-17 14:53:13 -03:00
Djorkaeff Alexandre
45cc350a8c
[FIX] Markdown preview causes app stuck ( #2303 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-17 14:45:39 -03:00
Diego Mello
9b71a785aa
[FIX] In-app notification tap when deep in the stack not redirecting to the room ( #2302 )
2020-07-17 14:39:59 -03:00
Djorkaeff Alexandre
cbe51e2d18
[IMPROVEMENT] Clear image cache when clear cache ( #2300 )
...
* [IMPROVEMENT] Clear image cache when clear cache
* use fork instead
* react-native-fast-image -> @rocket.chat/react-native-fast-image
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-17 14:39:06 -03:00
phriedrich
812535da43
[FIX] Read receipts on tablet ( #2297 )
...
* fixes not working read receipts on tablet (#2295 )
* fixing last commit it to make it work on both tablet and phone
* fix missing close button on tablet's modal view
* Update app/views/ReadReceiptView/index.js
* remove unnecessary param
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-17 14:13:44 -03:00
Djorkaeff Alexandre
c6401a2d39
[FIX] Room Info actions doesn't check permissions/settings enabled ( #2292 )
...
* [FIX] Show Call Button only when Jitsi Enabled (RoomInfoView)
* [FIX] Show user info
* [FIX] Show message button only if it's possible
* [FIX] Create direct only when needed
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-17 14:08:15 -03:00
GOVINDDIXIT
0bf4716ad8
Merge branch 'fdroid-build' of https://github.com/RocketChat/Rocket.Chat.ReactNative into fdroid-build
2020-07-17 20:03:06 +05:30
GOVINDDIXIT
4e07f1c809
Merge branch 'develop' of https://github.com/RocketChat/Rocket.Chat.ReactNative into fdroid-build
2020-07-17 20:00:27 +05:30
GOVINDDIXIT
8f911937d0
finalise 🚀
2020-07-17 19:58:47 +05:30
Govind Dixit
91d042b76f
Merge branch 'develop' into fdroid-build
2020-07-17 19:57:59 +05:30
Djorkaeff Alexandre
fa6897f339
Bump version to 4.10.0 ( #2305 )
2020-07-16 17:06:37 -03:00
Govind Dixit
11bed7b94f
Merge branch 'develop' into fdroid-build
2020-07-16 16:05:16 +05:30
GOVINDDIXIT
eeb30c0a20
fix lint
2020-07-16 16:04:24 +05:30
Dan Caseley
97cd2235df
[CHORE] Consistent Rocket.Chat Branding ( #2293 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-15 13:57:36 -03:00
Dan Caseley
3f83daa31a
[TESTS] Test in docker ( #2290 )
...
* Add docker env with orchestration
* Update detox, update mocha config format
* One simulator at a time - mocha won't run parallel
* Docker runner, with test changes to match RC data
* Better error trapping in infrastructure control script
* Swap user provisioning from Mongo to RC API to work against existing servers
* Add docker to e2e readme
* Stop using example.com for emails
* Default detox to the tests directory
* Add working configs for both run scenarios
* Add some optional forcing of data.js version for Docker
2020-07-15 13:28:34 -03:00
Diego Mello
bbe15b7e41
[FIX] MessageBox not being shown on ShareView when Preview is a video ( #2283 )
...
* Wrap video preview with ScrollView so Messagebox is shown properly
* Fix border color
2020-07-14 13:43:15 -03:00
Diego Mello
8a24eb0722
[NEW] Sign in with Apple ( #2282 )
...
* Add expo-apple-authentication
* Button
* Create new provisioning profiles
* Login with Apple
* Change provisioning profile
* Button color based on theme
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
2020-07-14 13:07:45 -03:00
Dan Caseley
6436199780
[CHORE] CircleCI Upgrades ( #2269 )
...
* Upgrade nvm
* Upgrade XCode
* Use nvm's default installed version of node (LTS)
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-13 13:52:14 -03:00
phriedrich
7275314854
[i18n] Add missing german strings ( #2278 )
...
* cleaned mixed usage of "du" and "Sie"
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-13 13:49:25 -03:00
Snyk bot
ab9b0b0f9c
fix: package.json & yarn.lock to reduce vulnerabilities ( #2275 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JPEGJS-570039
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-13 13:47:18 -03:00
Heng Sok
d3ab125dd4
[FIX] Messages hidden behind MessageBox ( #2281 )
2020-07-13 13:43:08 -03:00
GOVINDDIXIT
ac094a0e09
update
2020-07-13 18:41:55 +05:30
Djorkaeff Alexandre
146babc3dd
[REGRESSION] Jitsi Call doesn't send message link ( #2277 )
2020-07-10 09:52:03 -03:00
Diego Mello
f3b02a6a88
[FIX] getSettings not catching errors ( #2271 )
2020-07-09 10:33:04 -03:00
Djorkaeff Alexandre
aef7125887
[FIX] Create discussion not working from MessageActions ( #2265 )
2020-07-08 17:57:05 -03:00
Diego Mello
5782a3363b
[FIX] Notification preferences update crashing the app ( #2262 )
2020-07-08 17:46:05 -03:00
Diego Mello
f70d8285c9
[FIX] Mime type check crashing the app ( #2264 )
2020-07-08 17:45:38 -03:00
Diego Mello
fc8432488e
[FIX] Action sheet cutting emojis on the header ( #2263 )
...
* [FIX] Action sheet cutting emojis on the header
* fix tablet case
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
2020-07-08 17:45:13 -03:00
Diego Mello
afb0707028
[FIX] Navigation object undefined when tapping sidebar's user header on tablet ( #2259 )
2020-07-08 16:40:10 -03:00
Diego Mello
b8f87f7006
[FIX] Android stack animation throwing illegal node ID ( #2260 )
2020-07-08 16:38:36 -03:00
Djorkaeff Alexandre
0923851072
[FIX] ImageViewer not recognising gestures after zoomed ( #2261 )
...
* [FIX] Zoomed in images must react to gestures
* AnimatedFastImage -> AnimatedImage
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-08 16:38:09 -03:00
Djorkaeff Alexandre
53cc823dbc
[FIX] Get active route returning undefined ( #2257 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-08 14:00:23 -03:00
Djorkaeff Alexandre
ea10693c40
[FIX] Register crashing when error data is undefined ( #2256 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-08 13:52:20 -03:00
Djorkaeff Alexandre
ef68f1644a
[FIX] ThreadMessagesView throwing error when subscription wasn't found ( #2255 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-08 13:50:07 -03:00
Djorkaeff Alexandre
e1153deb57
[FIX] Command previews crashing when API returns an error ( #2254 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-08 13:42:49 -03:00
Djorkaeff Alexandre
5b3be4ef0b
[FIX] AttachmentView crashing during title decode ( #2253 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-08 13:40:51 -03:00
Djorkaeff Alexandre
362ef0085e
[FIX] Scroll to top crashing when ref is undefined ( #2252 )
...
* [FIX] Check if exists scroll ref
* Remove scrollTo
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-08 13:36:37 -03:00
Djorkaeff Alexandre
83fbb8c304
[FIX] Emoji keyboard not showing custom and frequently used emojis on Share Extension ( #2251 )
2020-07-08 13:19:41 -03:00
GOVINDDIXIT
3356aa55ae
Merge branch 'fdroid-build' of https://github.com/RocketChat/Rocket.Chat.ReactNative into fdroid-build
2020-07-08 15:36:31 +05:30
GOVINDDIXIT
512a7774d0
fixes
2020-07-08 15:35:47 +05:30
Govind Dixit
6109b12b28
Merge branch 'develop' into fdroid-build
2020-07-07 20:54:32 +05:30
GOVINDDIXIT
ed42199ad8
fix stuck screen
2020-07-07 20:52:42 +05:30
Youssef Muhamad
20604c4695
[FIX] Check for UI_Use_Real_Name when sorting rooms ( #2230 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-07 10:06:48 -03:00