Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Jitsi SDK to 6.2.2 #6195

Merged
merged 12 commits into from
Nov 2, 2022
Merged

Upgrade Jitsi SDK to 6.2.2 #6195

merged 12 commits into from
Nov 2, 2022

Commits on Oct 27, 2022

  1. Build android-sdk-6.2.2

    bmarty committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    77f7b41 View commit details
    Browse the repository at this point in the history
  2. Update the recipe.

    bmarty committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a1278ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4515dcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16a5046 View commit details
    Browse the repository at this point in the history
  5. changelog

    bmarty committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    461d07a View commit details
    Browse the repository at this point in the history
  6. Improve comment

    bmarty committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    acd02d1 View commit details
    Browse the repository at this point in the history
  7. Fix lint issue

    bmarty committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    ac4785a View commit details
    Browse the repository at this point in the history
  8. Fix issue with Jitsi compilation

    Error was lots of `Duplicate class org.checkerframework.common.reflection.qual.MethodVal found in modules jetified-checker-3.1 (org.checkerframework:checker:3.1.1) and jetified-checker-qual-3.12.0 (org.checkerframework:checker-qual:3.12.0)
    Cannot use latest 3.15.0 since it required min API 26.
    bmarty committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    f93f43b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b5852f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b34bb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Fix crash due to missing notification

    Thread: main, Exception: java.lang.RuntimeException: Unable to start service org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService@3d1f0bc with Intent { cmp=im.vector.app.debug/org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService (has extras) }: java.lang.IllegalArgumentException: Invalid notification (no valid small icon): Notification(channel=JitsiOngoingConferenceChannel pri=0 contentView=null vibrate=null sound=null defaults=0x0 flags=0xa color=0x00000000 category=call actions=2 vis=PUBLIC semFlags=0x0 semPriority=0 semMissedCount=0)
    bmarty committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    46d1795 View commit details
    Browse the repository at this point in the history
  2. Fix vulnerability

    bmarty committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    fbabe50 View commit details
    Browse the repository at this point in the history