Calinteodor
9df59b4a6f
feat(conference) added React Navigation
Introduce navigation for all in-conference screens.
3 anos atrás
Saúl Ibarra Corretgé
b4f1ab991d
chore(rn,versions) bump app and sdk versions
3 anos atrás
tmoldovan8x8
3b33ba3f5d
feat(android) adds initializer for SoLoader.init
3 anos atrás
tmoldovan8x8
6124e72f21
feat(android) extract notification channel name
3 anos atrás
tmoldovan8x8
fc6c389902
feat(android) target sdk 31
3 anos atrás
titus.moldovan
989303f5d2
fix(android) disables uncompressed native libs usage
3 anos atrás
titus.moldovan
e38a9c3525
fix(android) removes unnecessary parcel processing
3 anos atrás
Saúl Ibarra Corretgé
99e56e229d
chore(rn,versions) bump sdk version
3 anos atrás
Saúl Ibarra Corretgé
06d8956bdb
android: fix initializing soloader from Activity context
It has to be an application context.
3 anos atrás
tmoldovan8x8
8eaf99586e
fix(rn) disable pip while authorising dropbox
3 anos atrás
tmoldovan8x8
c7ad5b5b26
feat(android) expose channels ids
3 anos atrás
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
3 anos atrás
tmoldovan8x8
527b96fe00
task(android): updates sdk version
3 anos atrás
tmoldovan8x8
452b1b7e2e
fix(android): renames amplitudereactnative project to use react-native- pattern
3 anos atrás
tmoldovan8x8
83a1ee1182
task(rn, android): update dropbox logic to retrieve refresh token
3 anos atrás
Saúl Ibarra Corretgé
c03fb61c5f
fix(rn,reactions) fix copying sounds to app bundles
3 anos atrás
Saúl Ibarra Corretgé
7d6365c5e0
fix(android) avoid exception in onHostPause
YOLO.
3 anos atrás
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.
3 anos atrás
Saúl Ibarra Corretgé
0d9af05a4b
chore(rn,versions) bump app and sdk versions
3 anos atrás
tmoldovan8x8
ae33755913
feat(rn,sdk) add setConfigOverride to JitsiMeetConferenceOptions
Allows for overriding any (overridable, of course) config option.
3 anos atrás
Saúl Ibarra Corretgé
46cbc0ff49
chore(rn,versions) set mobile app and SDK versions
3 anos atrás
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
3 anos atrás
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
3 anos atrás
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
3 anos atrás
tmoldovan8x8
25b4887f74
chore(rn): set mobile SDK versions 3.7.0
3 anos atrás
lala
35c7f156db
fix(i18n): LocaleDetector should consider the language tag
4 anos atrás
tmoldovan8x8
f84f7332b9
chore(rn,versions): set mobile SDK versions
4 anos atrás
Saúl Ibarra Corretgé
8cffa5553d
chore(rn,versions) set mobile app and SDK versions
4 anos atrás
Alex Bumbu
cf37d34923
fix(ios) fix leaving the meeting when screen-sharing
4 anos atrás
Saúl Ibarra Corretgé
7656985fe1
chore(rn,versions) bump SDK and apps versions
4 anos atrás
tmoldovan8x8
a1d3870634
feat(external_api): add videoMuted event and action (#8862)
4 anos atrás
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
4 anos atrás
Saúl Ibarra Corretgé
8da154b185
fix(android) remove leftover package
4 anos atrás
Saúl Ibarra Corretgé
2f5ab2757f
feat(rn,ui) get rid of the gradients
4 anos atrás
tmoldovan8x8
61567f47c0
fix(android) changes the property name for the manifestOutputDirectory
4 anos atrás
tmoldovan8x8
8defaa9aec
feat(android): adds timer to OngoingNotification
4 anos atrás
tmoldovan8x8
399d6b6a4b
chore(version) bumps mobile sdkVersion to 3.2.0
4 anos atrás
tmoldovan8x8
f71e8a9982
feat(mobile) adds actions and events for the chat
4 anos atrás
Saúl Ibarra Corretgé
e5ea96fd4c
feat(rn) update SDK version to 3.1.0
4 anos atrás
tmoldovan8x8
d2568b874b
feat(mobile) adds ability to retrieve participantsInfo array
4 anos atrás
Andrzej Moskal
87f688dc8f
fix(android) add ability to localize notification actions strings
4 anos atrás
Titus-Andrei Moldovan
45f4643469
feat(mobile) adds ToggleScreenShare event and action.
4 anos atrás
Saúl Ibarra Corretgé
fe78f104bc
feat(android) set compile/target SDK versions to 30
4 anos atrás
Saúl Ibarra Corretgé
9c13603489
feat(android) update native dependencies
4 anos atrás
tmoldovan8x8
61037b982b
feat(mobile) adds ability to send and receive text messages (#8425)
4 anos atrás
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.
4 anos atrás
Saúl Ibarra Corretgé
1ec8f70d55
fix(libre-build) skip spurious Firebase and GCM dependencies
Fixes: https://github.com/jitsi/jitsi-meet/issues/8353
4 anos atrás
Saúl Ibarra Corretgé
4798e0271b
chore(android,ios) raise versions
4 anos atrás
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.
4 anos atrás
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.
4 anos atrás