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

Add support for all parameter in leave call endpoint #4386

Merged
merged 24 commits into from
Nov 12, 2024

Commits on Nov 12, 2024

  1. Add support for all parameter in leave call endpoint

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    52fd3f9 View commit details
    Browse the repository at this point in the history
  2. implement long click and short click on hangup button

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ed9fc18 View commit details
    Browse the repository at this point in the history
  3. add button for end call for everyone

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ca0533a View commit details
    Browse the repository at this point in the history
  4. add bundle keys for one-one conversation

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9537a8d View commit details
    Browse the repository at this point in the history
  5. git bundle keys for group conversation

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6e2fdcb View commit details
    Browse the repository at this point in the history
  6. add short press and long press options to group conversation

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3a6a1ed View commit details
    Browse the repository at this point in the history
  7. add short press and long press options to 1:1 conversation

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3d536c2 View commit details
    Browse the repository at this point in the history
  8. handle end call button

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    bf3ed0e View commit details
    Browse the repository at this point in the history
  9. ktlintFormat

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    be9bda7 View commit details
    Browse the repository at this point in the history
  10. ktlintFormat

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d523f12 View commit details
    Browse the repository at this point in the history
  11. modify string

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a25f83c View commit details
    Browse the repository at this point in the history
  12. implement material button

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dff2284 View commit details
    Browse the repository at this point in the history
  13. set bundle keys in CallNotificationActivity

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e5789c0 View commit details
    Browse the repository at this point in the history
  14. ktlintFormat

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    de63787 View commit details
    Browse the repository at this point in the history
  15. remove isGroupConversation variable

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cfe83dd View commit details
    Browse the repository at this point in the history
  16. remove isGroupConversation variable

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d09b7b5 View commit details
    Browse the repository at this point in the history
  17. set "all" parameter to false and set to null only before API call

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    90628c3 View commit details
    Browse the repository at this point in the history
  18. show popup for leaving call in 1:1

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0920029 View commit details
    Browse the repository at this point in the history
  19. use touch listeners for hiding popup button

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    eda9b94 View commit details
    Browse the repository at this point in the history
  20. use white background for popup button and formatting

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    121e77b View commit details
    Browse the repository at this point in the history
  21. use proper names for popup menu

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4705d1f View commit details
    Browse the repository at this point in the history
  22. suppress warning string format invalid

    Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
    sowjanyakch authored and mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    37c3f35 View commit details
    Browse the repository at this point in the history
  23. rename variables and methods

    Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
    mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    79a8c16 View commit details
    Browse the repository at this point in the history
  24. remove to set KEY_ROOM_ONE_TO_ONE twice

    it's set in proceedToCall()
    
    Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
    mahibi committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    49c9b3c View commit details
    Browse the repository at this point in the history