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

Consider Safe Area Insets for Some Screens #3084

Merged
merged 37 commits into from
Apr 23, 2020
Merged

Consider Safe Area Insets for Some Screens #3084

merged 37 commits into from
Apr 23, 2020

Commits on Apr 22, 2020

  1. Call screen safe area insets

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    113a568 View commit details
    Browse the repository at this point in the history
  2. Return to call button safe area insets

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    5d9737f View commit details
    Browse the repository at this point in the history
  3. JitsiViewController safe area insets

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    f3c4df8 View commit details
    Browse the repository at this point in the history
  4. AuthenticationViewController safe area insets

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    8f7b7fe View commit details
    Browse the repository at this point in the history
  5. Update CHANGES.rest, fixes #3067

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    5615463 View commit details
    Browse the repository at this point in the history
  6. Button inset logic refactored and moved to statusBarDidChangeFrame

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    578e240 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f753d97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ea5a00 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac3f3b2 View commit details
    Browse the repository at this point in the history
  10. ContactsTableViewController safe area insets

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    0e2648a View commit details
    Browse the repository at this point in the history
  11. RoomParticipantsViewController safe area insets

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    1376c6b View commit details
    Browse the repository at this point in the history
  12. RecentsViewController searchBar safe area insets, fixes #3070

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    9a2bdef View commit details
    Browse the repository at this point in the history
  13. ContactsTableViewController safe area insets, fixes #3072

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    a2e3535 View commit details
    Browse the repository at this point in the history
  14. Layout problem on back from RoomSearchViewController, fixes #3073

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    475deda View commit details
    Browse the repository at this point in the history
  15. Layout problem on back from UnifiedSearchViewController, enhancement …

    …for #3084
    
    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    9270813 View commit details
    Browse the repository at this point in the history
  16. RecentsViewController safe area insets

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    c7fe30d View commit details
    Browse the repository at this point in the history
  17. StartChatViewController safe area insets

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    4b409e2 View commit details
    Browse the repository at this point in the history
  18. RoomViewController bubblesTableView bottom constraint fix

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    3834381 View commit details
    Browse the repository at this point in the history
  19. SegmentedViewController bug fix: segments disappear when coming from …

    …a view with translucent bar
    
    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    ec9148f View commit details
    Browse the repository at this point in the history
  20. Bug fix: When navigating back from a child page using edgeScreenPanRe…

    …cognizer, do not destroy child pages until navigation completed
    
    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    7d5b7f1 View commit details
    Browse the repository at this point in the history
  21. RoomMemberDetailsViewController bug fix: navigationBar was remaining …

    …translucent
    
    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    cf29ff4 View commit details
    Browse the repository at this point in the history
  22. SegmentedViewController allow scrollview content to be visible under …

    …home indicator
    
    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    3f6dd1a View commit details
    Browse the repository at this point in the history
  23. StartChatViewController allow tableview content visible under home in…

    …dicator
    
    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    e39e22b View commit details
    Browse the repository at this point in the history
  24. RecentsViewController plus button respect to safe area

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    42590b3 View commit details
    Browse the repository at this point in the history
  25. RoomViewController fix redundant space on table bottom

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    90ebc08 View commit details
    Browse the repository at this point in the history
  26. Section header views adaptation to safe area insets

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    a50358f View commit details
    Browse the repository at this point in the history
  27. RoomViewController navigation bar remaining translucent on some cases…

    … bug fix
    
    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    d632ee8 View commit details
    Browse the repository at this point in the history
  28. RoomFilesViewController table view bottom inset reset bug fix

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    2259f02 View commit details
    Browse the repository at this point in the history
  29. RoomViewController set insets for jump button

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    75eb8b0 View commit details
    Browse the repository at this point in the history
  30. ContactsTableViewController allow table row content be visible under …

    …home indicator
    
    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    8c6a179 View commit details
    Browse the repository at this point in the history
  31. RoomParticipantsViewController extend table row under home indicator

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    1cb9829 View commit details
    Browse the repository at this point in the history
  32. Fix RecentsViewController after rebase again

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    c5d8034 View commit details
    Browse the repository at this point in the history
  33. Main.storyboard enable safe area layout guides

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    96d1403 View commit details
    Browse the repository at this point in the history
  34. SegmentedViewController table insets fix again

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    7dda136 View commit details
    Browse the repository at this point in the history
  35. Some custom constraints on table view cells fixed for safe area

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    58de3a7 View commit details
    Browse the repository at this point in the history
  36. Encryption info cell background color to safe area

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    c642c41 View commit details
    Browse the repository at this point in the history
  37. AuthenticationViewController scroll view respect to safe area

    Signed-off-by: ismailgulek <gulekismail@gmail.com>
    ismailgulek committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    9e01e22 View commit details
    Browse the repository at this point in the history