Diego Mello
32b1b36e48
[FIX] Share Extension hitting memory limit on iOS ( #2788 )
...
* [FIX] Disallow swipe to dismiss on share extension
* Limit query to 20 and clean up props
* Remove rn-extension-share branch pointer
* Test new branch
* Remove branch
2021-01-13 17:22:44 -03:00
Diego Mello
7f0abe1713
[FIX] Rooms list not being updated on some cases ( #2765 )
...
* Request subscriptions on RoomsListView.constructor
* Removes opened rooms from last message persisting
* Change server reducer
* Prevent undefined ids causing query error
2021-01-13 11:16:00 -03:00
Gerzon Z
3b4f4574fe
[FIX] ServerDropdown flashing bigger server icon ( #2775 )
...
* [FIX] ServerDropdown flashing bigger server icon
* Remove unused logo and update image path where needed
* Minor tweak
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-01-13 11:11:31 -03:00
Gerzon Z
59fd703f52
[FIX] Server autocomplete text breaking line ( #2774 )
2021-01-12 19:02:34 -03:00
Gerzon Z
5d2050b8af
[FIX] RoomItem using deprecated animated event signature ( #2771 )
2021-01-07 11:50:09 -03:00
Diego Mello
5aaabcc324
[FIX] Pods lost on Official target ( #2764 )
2021-01-05 13:23:20 -03:00
Diego Mello
b8a9523e58
[FIX] Channels list not following the same sorting logic from web client ( #2763 )
2021-01-05 09:53:42 -03:00
Djorkaeff Alexandre
796dc75882
[FIX] Jitsi notification delay ( #2668 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-01-04 13:08:26 -03:00
Sumukha Hegde
53c51feca2
[FIX] Generate Jitsi access token when making a call ( #2694 )
...
fixes : #2693
# Please enter the commit message for your changes. Lines starting
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-01-04 10:34:29 -03:00
Diego Mello
a2bf0f013f
[FIX] Unable to save attachment on iOS ( #2743 )
...
* Fix rn-fetch-blob's document dir without forward slash
* Update camera roll
2020-12-24 10:12:31 -03:00
Diego Mello
fec1741275
[REGRESSION] Multiple uploads not working on iOS ( #2738 )
...
* Update React Native to 0.63.4
* Fix multiple uploads not working on iOS
2020-12-23 08:49:00 -03:00
Diego Mello
e6d6b83b5d
Bump version to 4.13.1 ( #2739 )
2020-12-22 16:18:04 -03:00
Diego Mello
df701a52a4
[CHORE] Update React Native to 0.63.4 ( #2737 )
2020-12-22 15:50:23 -03:00
Diego Mello
a385a7d145
[FIX] Official app without sharedUserId ( #2734 )
2020-12-22 13:32:11 -03:00
Diego Mello
7c09112656
[FIX] App freezing if Markdown preview contains sequential empty spaces ( #2726 )
...
* Remove sequential empty spaces from Markdown preview
* Use Markdown preview on RepliedThread
2020-12-18 11:14:25 -03:00
Diego Mello
6a026235ba
[IMPROVEMENT] Match background and text mention colors ( #2723 )
2020-12-17 14:39:45 -03:00
Diego Mello
e64e2787f5
[FIX] Bottom sheet being hidden sometimes ( #2722 )
2020-12-17 13:55:19 -03:00
Diego Mello
a34807d3cd
[IMPROVEMENT] Use class variable instead of state for List's animated ( #2718 )
2020-12-17 09:56:53 -03:00
Diego Mello
2f3a24824f
[CHORE] Rename Experimental iOS lane ( #2717 )
...
* Move build_fork to the end
* Rename release to build_experimental
2020-12-17 09:55:48 -03:00
Diego Mello
20a00ee792
[FIX] Yarn android scripts ( #2716 )
2020-12-16 11:41:02 -03:00
Djorkaeff Alexandre
5d4e820988
[FIX] Empty space on Messagebox ( #2704 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-14 13:30:25 -03:00
Lucas Dousse
f5b9dc6fe9
[i18n] Update fr ( #2705 )
...
Typo
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-14 13:29:07 -03:00
Fazil Boudjelal
4c2381d278
[i18n] Update fr ( #2697 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-14 13:23:44 -03:00
Diego Mello
cd76dd99d9
[CHORE] Build official apps on CI ( #2701 )
...
* Duplicated target and changed Bridging Header
* Display name
* Unnecessary dumb swift file removed
* Buildable name
* Reorder Info.plist
* Rename Official target's bundle id
* Ignore .mobileprovision
* Fix provisioning of official app
* Starting signing
* stash fastfile
* starting official ci iOS
* Uncomment Fastfile keychain
* Fix CI config
* allowProvisioningUpdates
* Changing AppIcon and Splash Screen
* Remove unnecessary folder inside of Images.xcassets
* Reorder notificationservice and shareextension plists
* Fix signing
* Manual signing style for official
* Split official signing
* Update project provisioning
* Use ENV as profile
* Output match
* Keys
* TestFlight refactor
* Setting up android
* android-official-play-build job
* Start removing unnecessary fastlane tasks on Android
* Trying to refactor Android jobs
* android-env
* Remove foss build for now
* Fork
* Fix if conditions
* Fix push
* ios-build command
* Rename Android builds
* Upload dSYMs
* Refactoring workflow
* Reorder upload-to-testflight
* upload-to-google-play-beta command
* Fix ci
* Fix android fork build
* Fix keystore
* Fix options on fastlane android
* Fix keystore
* Check isOfficial on iOS
* Check isOfficial on db
* Remove unused imports
* Database names on Android
* Tag fix
* Minor fixes
* Set IS_OFFICIAL on CI
* Fix detox
* follow review suggestions
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
2020-12-14 13:20:32 -03:00
Diego Mello
c9c8bdecd0
[REGRESSION] Re-enable Jitsi Chat ( #2687 )
...
* Fix main jitsi
* Fix iOS
* Clear build.gradle cache
* Don't restore gradle
* cache is back
* Use master
* Point to react-native-jitsi-meet#master
2020-12-04 19:18:55 -03:00
Diego Mello
999883e4d6
[FIX] Chats order ( #2688 )
...
* Persist highest value on subscription.roomUpdatedAt
* Update tests
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
2020-12-04 16:25:51 -03:00
Graham Smith
2d6572d709
[IMPROVEMENT] Ease white labelling for Android ( #2685 )
...
* improve white labelling for Android
* Move application ID to gradle properties
* Fix CI
* Point foss sufix to main app
* Use npx on android-whitelabel script
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-04 13:17:29 -03:00
Djorkaeff Alexandre
2403eb3857
[FIX] Filenames are incorrect in non-latin alphabets on upload ( #2671 )
...
* fix: filename on react-native-image-crop-picker
* fix: use rn-fetch-blob to upload files
* fix: FileUpload as a service
* fix: cancel upload on iOS
* fix: file upload from share extension
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-01 17:19:48 -03:00
Dave Koo
b0b9d62a91
[IMPROVEMENT] Add username on status messages ( #2553 )
...
* 1689 - missing user name for status messages
* 1689 - missing user name for status messages. Fixed broken e2e test "should pin message".
* Minor tweak
* Remove center style
* Small refactor on User
* Remove toLowerCase
* Update tests
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-01 16:26:03 -03:00
David-Tsui
274f50ca6e
[I18N] Add missing zh_TW and zh_CN strings ( #2680 )
...
* feat(i18n): add some missing strings and improve some translation
* fix: add missing server version
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-01 14:53:19 -03:00
Abdullah Alhamoud
27e0ee02ca
[I18n] Add Arabic ( #2537 )
...
* Arabic language setup
* Added arabic translation
* Arabic translation Proofreading
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-01 14:50:59 -03:00
Daniel Maike
13985cf724
[FIX] App not prompting join code for password protected channels ( #2514 )
...
* Adding joinCode parameter
Co-authored-by: Vitor Leal <vitor_leal2201@hotmail.com>
Co-authored-by: Fernando Aguilar <fernando.aguilar@hotmail.com.br>
* Insert join code input
Signed-off-by: Vitor.Leal <vitor_leal2201@hotmail.com>
* Add joinCode field on db
Signed-off-by: Vitor.Leal <vitor_leal2201@hotmail.com>
* Add label i18 pt-br and en-us
Signed-off-by: Vitor.Leal <vitor_leal2201@hotmail.com>
* Add insert join code text
Signed-off-by: Vitor.Leal <vitor_leal2201@hotmail.com>
* Fix atribute name
Signed-off-by: Vitor.Leal <vitor_leal2201@hotmail.com>
* Add join text
Signed-off-by: Vitor.Leal <vitor_leal2201@hotmail.com>
Co-authored-by: Daniel Maike <danmke@hotmail.com>
Co-authored-by: Fernando Aguilar <fernando.aguilar@hotmail.com.br>
* Fix attributes joinCode, joinCodeRequired and pass attribute param in navigation
Signed-off-by: Daniel Maike <danmke@hotmail.com>
Co-authored-by: Vitor Leal <vitor_leal2201@hotmail.com>
* Fixing attribute joinCodeRequired pass to goRoom
Signed-off-by: Daniel Maike <danmke@hotmail.com>
* Changed textinput style
Signed-off-by: Daniel Maike <danmke@hotmail.com>
Co-authored-by: Vitor Leal <vitor_leal2201@hotmail.com>
* Delete not necessary attribute
Signed-off-by: Daniel Maike <danmke@hotmail.com>
* Fixing input style
Co-authored-by: Vitor Leal <vitor_leal2201@hotmail.com>
* Undo unncessary changes
* use a join code modal
* tests: e2e tests to join protected channel
* fix: undo unnecessary change
* tests: cancel join code
* Remove some tests
* Minor fixes
Co-authored-by: Vitor Leal <vitor_leal2201@hotmail.com>
Co-authored-by: Fernando Aguilar <fernando.aguilar@hotmail.com.br>
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
Co-authored-by: youssef-md <emaildeyoussefmuhamad@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-01 14:30:39 -03:00
Djorkaeff Alexandre
06521d17cc
[FIX] Light theme not working on Android with Dark Theme set ( #2675 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-01 10:05:07 -03:00
Djorkaeff Alexandre
13c3bc3c1b
[FIX] Thread message flickering while thread parent isn't found ( #2676 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-01 09:59:59 -03:00
Djorkaeff Alexandre
3bc8161bc8
[CHORE] Force normalized params for 2FA ( #2683 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-12-01 09:54:10 -03:00
Diego Mello
7b4be8bddf
[FIX] Messages overlapping and emoji keyboard not opening ( #2670 )
...
* Replace keyboard libs for react-native-ui-lib
* Apply Jitsi branch
* Require keyboard on bundle
* Update ui-lib
* chore: update deps
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
2020-12-01 08:58:51 -03:00
zaphod534
b61727c65c
[FIX] Initial users' status is not fetched ( #2664 )
2020-12-01 08:19:37 -03:00
Djorkaeff Alexandre
10ba9d5138
[NEW] Support RTL ( #2656 )
...
* wip: RTL (iOS)
* wip: RTL (Android)
* wip: reload bundle when change between RTL languages
* fix: Stack Animation on Android
* fix: update snapshot
* fix: Swipe Room Actions in RTL mode
* fix: snapshots
* Move isRTL to i18n
* Fix styling
* Update tests
* Update pods
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-11-30 18:47:05 -03:00
Diego Mello
40490ea66c
[NEW] Channel actions ( #2644 )
...
* room roles
* handle owner
* endpoints
* Leader and Moderator
* Remove user from room
* stash ignore
* Add subscription.ignored column
* ignore user
* Fix icons
* I18n
* Minor i18n fixes
* Direct Message and open action sheet after a normal tap
* Fix icon
* stash isIgnored
* isManualUnignored message
* Fix update
* Ignored
* Mute, moderator, leader, owner, remove from room
* ignore
* Tests
* pt-BR
* Update pods
* Apply requested changes
* Add RC version on requests
2020-11-30 17:00:31 -03:00
Djorkaeff Alexandre
155fc04aca
[NEW] Support client certificates for SSL (two-way authentication) (Android) ( #2624 )
...
* wip: Android SSL Pinning
* Use own SSLPinningModule
* wip: Use Rocket.Chat own react-native
* wip: Fresco Images using custom OkHttpClient
* wip: react-native-webview onReceivedClientCertRequest
* feat: Save Images of a SSL Pinning protected server
* chore: SSLPinning package as a interface to iOS & Android implementations
* chore: update glide
* feat: load images under a client ssl certificate protected server
* chore: remove patch
* feat: Audio & Video under a SSL Client protected server
* fix: Unpin certificate when change server
* feat: Fast Image as a patch
* chore: update fast-image
* Fix merge
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-11-30 14:00:06 -03:00
Diego Mello
9c3be7d3af
[FIX] Update Loading logo ( #2658 )
2020-11-30 10:04:53 -03:00
Diego Mello
df7f395812
Bump version to 4.13.0 ( #2657 )
2020-11-19 10:44:31 -03:00
Diego Mello
ded7391a88
[FIX] Share extension and save image not working on Android 10 ( #2651 )
2020-11-17 14:53:46 -03:00
Djorkaeff Alexandre
079d239c67
Bump version to 4.12.1 ( #2641 )
2020-11-12 16:42:58 -03:00
Djorkaeff Alexandre
7af4bbb569
[FIX] Jitsi users unable to unmute ( #2623 )
...
* [FIX] Jitsi users being muted always
* fix: bundle is invalid
* Update jitsi meet sdk with ui improvements
* Update JitsiMeetSDK ios
* Centralize toolbox android
* Fix images on Jitsi
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-11-12 16:35:36 -03:00
Djorkaeff Alexandre
1f74adaff2
[FIX] Connect a null server ( #2639 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-11-12 14:09:24 -03:00
Diego Mello
80d6e0d65f
[FIX] Model columns misplaced ( #2640 )
2020-11-12 14:08:17 -03:00
phriedrich
b90409735a
[i18n] Add missing German strings ( #2619 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-11-12 13:08:44 -03:00
Marco Jakobs
59a24a735b
[FIX] Whitelabel unable to find package name ( #2626 )
...
* Fixes #2625
* Fixes #2614
* Apply resValue on defaultConfig and undo unnecessary changes
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-11-12 13:06:48 -03:00
Diego Mello
264a5890b4
[FIX] Minor room header issues ( #2630 )
...
* Add hitSlop to RoomView header
* Use 1 icon padding for threads header
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
2020-11-12 11:22:53 -03:00