virtuacoplenny
4ab34589c8
Merge pull request #2431 from jitsi/recommended_browsers_link
...
fix(recommended-browsers): Fix link
2018-01-28 13:41:54 -08:00
hristoterezov
ed36132e94
fix(recommended-browsers): Fix link
2018-01-28 11:51:08 -06:00
virtuacoplenny
f43687944c
Merge pull request #2429 from jitsi/fix_chromium
...
chore(lib-jitsi-meet): Update the version.
2018-01-27 11:45:46 -08:00
hristoterezov
dda0ea0ba9
chore(lib-jitsi-meet): Update the version.
2018-01-27 13:02:46 -06:00
Lyubo Marinov
e1f967869a
[RN] Add builtin translations
2018-01-26 12:18:43 -06:00
Saúl Ibarra Corretgé
8673083829
[RN] Add builtin translations
...
Load all of them as imports, so the packager includes them in the bundle. Then
register them with the i18next library.
2018-01-26 16:27:33 +01:00
Lyubo Marinov
b52e584327
"feat(TPC): append TPC ID to stream IDs" & "fix(RTC): protect from counter overflow"
2018-01-25 11:21:40 -06:00
hristoterezov
4c65262a87
fix(browser-caps): Deploy.
2018-01-25 10:44:24 -06:00
bgrozev
7ce670df0c
doc: Add -f to update-ca-certificates
2018-01-25 10:42:43 -06:00
Boris Grozev
f5f341ca9e
npm: Updates lib-jitsi-meet to e895c9b86f57a288f644dcc61f81771034b932da.
2018-01-24 14:15:52 -06:00
Lyubo Marinov
f29fbb6757
[iOS] WebRTC 63 with 2 backports to fix a crash
2018-01-24 13:37:54 -06:00
virtuacoplenny
e5e3c6c6c4
Merge pull request #2410 from bgrozev/set-product
...
feat: Sets the "product" field in the analytics handler constructor.
2018-01-23 15:25:59 -08:00
Boris Grozev
dc92fb5073
feat: Sets the "product" field in the analytics handler constructor.
2018-01-23 16:14:31 -06:00
damencho
2478176f23
Adds uiLoaded event in iframe API, fired when all resources are loaded.
2018-01-23 15:43:49 -06:00
virtuacoplenny
12ec982067
Merge pull request #2400 from jitsi/browser_caps2
...
fix(lib-jitsi-meet): RTCBrowserType -> browser.
2018-01-22 13:57:50 -08:00
hristoterezov
c9e3e5052d
fix(lib-jitsi-meet): RTCBrowserType -> browser.
2018-01-22 15:56:06 -06:00
Emil Ivov
22401614a7
Merge pull request #2401 from virtuacoplenny/lenny/spot-feedback-api
...
feat(api): expose a way to submit feedback
2018-01-19 16:57:18 -06:00
Leonard Kim
762f529f1d
feat(api): expose a way to submit feedback
...
Spot will need a way to submit call feedback using the iframe
api. For now expose a method on conference.js to submit that
feedback. Exposing on conference.js looks to be the existing
pattern... Also add an event to notify consumers of the iframe
api that feedback was submitted, as postMessage is async
and the notification can at least give some guarantee maybe.
I haven't updated documentation yet as I'm not confident
about this api.
2018-01-19 14:27:44 -08:00
Saúl Ibarra Corretgé
1f6b743bec
[RN] Join room when pressing "go" on the keyboard
...
Improve the experience when joining a room by removing the need to tap the join
button. The keyboard type has also been set to "go", which translated on the
builtin keyboard button label to be "go" (it's builtin, the operating system
translates it). This works on both Android and iOS.
2018-01-19 16:10:51 -06:00
Lyubo Marinov
48f4317adb
[RN] Make video track fade-in effect cross-platform
2018-01-19 16:05:59 -06:00
Saúl Ibarra Corretgé
75f6786588
[RN] Make video track fade-in effect cross-platform
...
Android uses a SurfaceView to render video, which is not quite a View, so the
fade-in animation (which varies the opacity) doesn't work.
Instead, add an opaque black view covering the video, which transitions to
transparent. This creates much smoother transitions on Android, while behaving
the same.
In addition, I removed the flip animation for local tracks, which is no longer
used, since the camera is switched without changing tracks.
2018-01-19 15:32:17 -06:00
Lyubo Marinov
3ec4d67a99
[RN] Strip spaces when parsing URLs
2018-01-19 15:26:13 -06:00
Saúl Ibarra Corretgé
a23eec55e8
[RN] Strip spaces when parsing URLs
2018-01-19 15:14:51 -06:00
Lyubo Marinov
bdf2ecfe4b
[iOS] CocoaPods 1.4.0
2018-01-19 15:00:18 -06:00
Lyubo Marinov
fc36759114
[RN] WebRTC 63
2018-01-19 14:56:58 -06:00
Saúl Ibarra Corretgé
9c2849a663
[Android] Enable Java 1.8 compatibility support
...
It was recently introduced in WebRTC, so we we need to enable it project wide.
As for what features are supportd, see:
https://developer.android.com/studio/write/java8-support.html
2018-01-19 14:05:25 -06:00
Saúl Ibarra Corretgé
98ff20a026
[RN] Simplify initialization of AsyncStorage
2018-01-19 09:41:34 -06:00
Lyubo Marinov
b04661b40b
[RN] Revert unintentional disabling of the yellow box
2018-01-18 21:11:24 -06:00
Lyubo Marinov
112c856850
Fix settings screen layout on iOS and add soft back button
2018-01-18 15:45:25 -06:00
zbettenbuk
410dc132e1
Fix settings screen layout on iOS and add soft back button
2018-01-18 10:06:26 -06:00
Saúl Ibarra Corretgé
b7f950f5f7
feat(analytics): shield sending analytics events
...
Any failure in analytics should not prevent the natural flow of the code. Shield
the function by catching and logging any exception.
2018-01-17 16:46:54 -06:00
Paweł Domas
7ad875e735
fix(RN logging): sync with logging_config.js ( #2382 )
2018-01-17 10:59:48 -08:00
Saúl Ibarra Corretgé
41aa704e1f
[RN] Update React Native to version 0.51.0
2018-01-11 11:04:28 -06:00
Saúl Ibarra Corretgé
e00ea353e8
Merge pull request #2380 from saghul/app-settings-kbd
...
[RN] Use the "email" keyboard for the email field
2018-01-10 15:52:27 +01:00
Saúl Ibarra Corretgé
6f93424d7c
[RN] Use the "email" keyboard for the email field
2018-01-10 14:30:34 +01:00
Saúl Ibarra Corretgé
292f3ab1bd
[Android] Fix crash if settings activity cannot be opened
...
The documentation states this is possible, so make sure we handle such errors.
Ref:
https://developer.android.com/reference/android/provider/Settings.html#ACTION_APPLICATION_DETAILS_SETTINGS
2018-01-09 13:12:53 -06:00
Boris Grozev
a3cb081609
fix: Fixes an exception when the chat button and shortcut are clicked.
2018-01-09 10:36:55 -08:00
Leonard Kim
64c5ae1c48
fix(close): use string concatenation for ie11
2018-01-08 16:26:54 -06:00
bgrozev
259004b8bf
fix: Fixes the user ID read from JWT. ( #2366 )
2018-01-08 11:27:08 -06:00
ibauersachs
4fea22676b
Commit from translate.jitsi.org by user ibauersachs.: 410 of 410 strings translated (0 fuzzy).
2018-01-08 16:03:42 +00:00
zbettenbuk
05a492241f
Fix local participant details on web
2018-01-05 12:58:58 -06:00
virtuacoplenny
8ec4697a27
Merge pull request #2353 from jitsi/suboptimal_experience
...
feat(notification): Add suboptimal browser exp notification.
2018-01-04 14:36:58 -08:00
hristoterezov
a357b0cf14
feat(notification): Add suboptimal browser exp notification.
2018-01-04 15:57:17 -06:00
virtuacoplenny
9eff669b0b
Merge pull request #2357 from bgrozev/analytics-update
...
Analytics update
2018-01-04 12:32:07 -08:00
Boris Grozev
c7714959e6
feat: Passes the environment type and subproduct to the analytics handler constructor.
2018-01-04 13:12:48 -06:00
Boris Grozev
e898527294
feat: Passes the "group" from JWT to the analytics handler constructor.
2018-01-04 13:12:48 -06:00
zbettenbuk
bfcd34358b
[RN] Add app-settings feature
...
[RN] Fix PR feedbacks, write persistency docs
2018-01-04 12:53:29 -06:00
bbaldino
871ef9ff0e
change TPC logs to info by default
2018-01-04 08:14:40 -06:00
Saúl Ibarra Corretgé
178c8e02ff
[RN] Disable the XHR backend on mobile
...
All language assets will need to be bundled.
2018-01-03 19:18:12 -06:00
bgrozev
43ac039fd6
fix: Adapts to changes in lib-jitsi-meet. ( #2354 )
2018-01-03 16:07:39 -08:00