Saúl Ibarra Corretgé
d121a63341
feat(rn) update React Native to version 0.66
vor 3 Jahren
Saúl Ibarra Corretgé
61ae909ed5
chore(deps,rn) update navigation librarries to their latest versions
React Navigation v6.
vor 3 Jahren
Saúl Ibarra Corretgé
90321ca016
feat(rn) update React Native to version 0.63
I'm updating to RN 0.63 instead of the latest (0.66 at the time of this writing)
so we can update the navigation related libraries to their latest versions, and
then proceed with the larger leap towards the latest RN.
vor 3 Jahren
Saúl Ibarra Corretgé
b8469545f3
fix(rn,android) adjust changed package names
vor 3 Jahren
Calinteodor
bf3cc65f4c
feat(security) created SecurityOptions React Navigation screen (#10509)
* feat(security) Security Options screen
vor 3 Jahren
tmoldovan8x8
0a65ec1dfa
fix(android) set facebook groupId for all react-native dependencies
vor 3 Jahren
titus.moldovan
64e504f349
fix(android) fixes error in BroadcastEvent
vor 3 Jahren
Saúl Ibarra Corretgé
d7b581e338
feat)rn,sdk) introduce a "ready to close" event
This event is the event host applications need to listen to for knowing when to
dispose the SDK from now on.
Since the introduction of breakout rooms it's possible that we navigate from one
meeting to another, so there will be several conference join / terminations.
In addition, local track destruction is now moved to SET_ROOM when there is no
room, aka, we are going back to the welcome page or to the black page.
vor 3 Jahren
Saúl Ibarra Corretgé
c843744df1
fix(rn,sdk) drop deprecated option enableWelcomePage
It got replaced by a feature flag.
vor 3 Jahren
Saúl Ibarra Corretgé
f6f7406d24
fix(rn,sdk) remove deprecated color scheme prop
It has been non-functional for a while.
vor 3 Jahren
Pavol Cvengros
2d27195652
chore(deps) update uuid package to 8.3.2
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
vor 3 Jahren
Calinteodor
9df59b4a6f
feat(conference) added React Navigation
Introduce navigation for all in-conference screens.
vor 3 Jahren
tmoldovan8x8
3b33ba3f5d
feat(android) adds initializer for SoLoader.init
vor 3 Jahren
tmoldovan8x8
6124e72f21
feat(android) extract notification channel name
vor 3 Jahren
tmoldovan8x8
fc6c389902
feat(android) target sdk 31
vor 3 Jahren
titus.moldovan
e38a9c3525
fix(android) removes unnecessary parcel processing
vor 3 Jahren
Saúl Ibarra Corretgé
06d8956bdb
android: fix initializing soloader from Activity context
It has to be an application context.
vor 3 Jahren
tmoldovan8x8
8eaf99586e
fix(rn) disable pip while authorising dropbox
vor 3 Jahren
tmoldovan8x8
c7ad5b5b26
feat(android) expose channels ids
vor 3 Jahren
Saúl Ibarra Corretgé
49be96799a
feat(rn) add polyfill for the performance API
Implements: https://developer.mozilla.org/en-US/docs/Web/API/Performance
Ref: https://github.com/oblador/react-native-performance
vor 3 Jahren
tmoldovan8x8
452b1b7e2e
fix(android): renames amplitudereactnative project to use react-native- pattern
vor 3 Jahren
tmoldovan8x8
83a1ee1182
task(rn, android): update dropbox logic to retrieve refresh token
vor 3 Jahren
Saúl Ibarra Corretgé
c03fb61c5f
fix(rn,reactions) fix copying sounds to app bundles
vor 3 Jahren
Saúl Ibarra Corretgé
7d6365c5e0
fix(android) avoid exception in onHostPause
YOLO.
vor 3 Jahren
Saúl Ibarra Corretgé
08177af182
fix(rn,amplitude) update Amplitude SDK on RN
Amplitude has gone back to having a separate package for RN, so switch to it.
vor 3 Jahren
tmoldovan8x8
ae33755913
feat(rn,sdk) add setConfigOverride to JitsiMeetConferenceOptions
Allows for overriding any (overridable, of course) config option.
vor 3 Jahren
Avram Tudor
e421a119e1
feat(share-video) Allow sharing direct video links (mp4 etc) on mobile (#9511)
* feat(share-video) Allow sharing direct video links (mp4 etc) on mobile
* fix linting
* code review
vor 3 Jahren
Calinteodor
d6c821d524
feat(participants-pane) updates
- Fixed react native community slider to work on both android and ios
- Removed InviteButton from native menus
- Fixed buttons spacing in native OverflowMenu
- Participant context menu details are shown only for remote participants
vor 3 Jahren
Mircea Sotan
8f81a75a61
fix(android): Fix install error on application compiled against Android S - Targeting S+ (version 10000 and above) requires that an explicit value for android:exported be defined when intent filters are present
vor 3 Jahren
lala
35c7f156db
fix(i18n): LocaleDetector should consider the language tag
vor 4 Jahren
Alex Bumbu
cf37d34923
fix(ios) fix leaving the meeting when screen-sharing
vor 4 Jahren
tmoldovan8x8
a1d3870634
feat(external_api): add videoMuted event and action (#8862)
vor 4 Jahren
Jake Breen
f3c1b8ac08
fix(android) apply flags when launching activity from non-activity context
Check whether context is that of an Activity before launching the Jitsi Conference Activity. If context is not an activity context, apply flag FLAG_ACTIVITY_NEW_TASK to the Jitsi Activity Intent to ensure activity can launch without error.
This scenario would manifest when a user attempts to launch the Jitsi Actvity from a Widget... for example.
https://developer.android.com/about/versions/pie/android-9.0-changes-all#fant-required
vor 4 Jahren
Saúl Ibarra Corretgé
8da154b185
fix(android) remove leftover package
vor 4 Jahren
Saúl Ibarra Corretgé
2f5ab2757f
feat(rn,ui) get rid of the gradients
vor 4 Jahren
tmoldovan8x8
8defaa9aec
feat(android): adds timer to OngoingNotification
vor 4 Jahren
tmoldovan8x8
f71e8a9982
feat(mobile) adds actions and events for the chat
vor 4 Jahren
tmoldovan8x8
d2568b874b
feat(mobile) adds ability to retrieve participantsInfo array
vor 4 Jahren
Andrzej Moskal
87f688dc8f
fix(android) add ability to localize notification actions strings
vor 4 Jahren
Titus-Andrei Moldovan
45f4643469
feat(mobile) adds ToggleScreenShare event and action.
vor 4 Jahren
tmoldovan8x8
61037b982b
feat(mobile) adds ability to send and receive text messages (#8425)
vor 4 Jahren
tmoldovan8x8
5ef60c3a7d
[WIP] adds BroadcastService (#8336)
feat(external_api) exposes more events from JS to native and adds the ability to send actions from native to JS.
vor 4 Jahren
Saúl Ibarra Corretgé
1ec8f70d55
fix(libre-build) skip spurious Firebase and GCM dependencies
Fixes: https://github.com/jitsi/jitsi-meet/issues/8353
vor 4 Jahren
Saúl Ibarra Corretgé
a01e3e9d8a
fix(android) avoid crashes if view is null
This may happen due to API misuse, but also in complex applications where
activity lifetimes are not straightforward.
vor 4 Jahren
Saúl Ibarra Corretgé
687a6c31ee
feat(analytics) unify Amplitude handlers across web and mobile
The amplitude-js library gained React Native support so there is no need to keep
separate implementations.
vor 4 Jahren
Saúl Ibarra Corretgé
baa39896f1
fix(android) set stream type hardware buttons should control
Ref:
https://developer.android.com/reference/android/app/Activity#setVolumeControlStream(int)
vor 4 Jahren
Saúl Ibarra Corretgé
3725f698e4
fix(android) reset audio route after audio focus was lost
Looks like audio devices must be re-set after focus was lost and regained.
Otherwise some devices (tested on a Samsung Galaxy S9) are in a weird state
where the second microphone is not used when speakerphone is on.
vor 4 Jahren
Saúl Ibarra Corretgé
67002c903a
fix(android) use modern API for requesting audio focus
vor 4 Jahren
Titus-Andrei Moldovan
4cced3af07
fix(android) disables the RNWebViewFileProvider
vor 4 Jahren
Titus-Andrei Moldovan
9a35026d6a
feat(android) add screen-sharing support
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
Co-authored-by: zycwind <391321232 @qq.com >
vor 4 Jahren