Skip to content
Snippets Groups Projects
  1. Mar 25, 2021
  2. Dec 11, 2020
  3. Nov 03, 2020
    • Albert  Babí Oller's avatar
      callview: hide mainview window on fullscreen · 9d41a3bc
      Albert Babí Oller authored and Ming Rui Zhang's avatar Ming Rui Zhang committed
      - hide / show mainview window on fullscreen switch in order to avoid undesirable UI transitions or incorrect layout (when working with multiple screens)
      - update and show only on top page of callStackView
      - back button always present on CallOverlay (use close button icon on fullscreen mode)
      
      Gitlab: #135
      
      Change-Id: I0d7c6aac26ba9c899ee97ac58f41f2746dda2148
      9d41a3bc
  4. Oct 23, 2020
  5. Oct 08, 2020
    • Albert  Babí Oller's avatar
      callview: fullscreen to compact view revision · 5a070557
      Albert Babí Oller authored and Andreas Traczyk's avatar Andreas Traczyk committed
      - add "close" icon for fullscreen exit insead of "back arrow"
      - fullscreen exit does not switch to welcome view
      - "toggle fullscreen" centralized in CallStackView
      - avoid using white svg images
      - spelling revision
      
      Gitlab: #135
      
      Change-Id: I871b75aac22d23b33be8e177102fe68bb8bd5e86
      5a070557
  6. Oct 07, 2020
    • Albert  Babí Oller's avatar
      misc: fix contact request UI issues · 95df47c7
      Albert Babí Oller authored and Andreas Traczyk's avatar Andreas Traczyk committed
      - switch between "conversations" - "invitations" smartlists according to call origin
      - "Accept Request" button from msg's view header: hide on contact accepted, set on view load according to userType
      - correct requests smartlist item selection on tab switch
      - accept incoming call from pending contact makes conversation permanent
      
      Gitlab: #74
      
      Change-Id: Iadfef0d7e4032002d8007a4f18a9eae27f7ba230
      95df47c7
    • Albert  Babí Oller's avatar
      mainview: UI call management refactor · 2df280c3
      Albert Babí Oller authored and Andreas Traczyk's avatar Andreas Traczyk committed
      - AccountAdapter::navigateToWelcomePageRequired is no longer required since subscription to property change in QML
      - avoid unnecessary CallAdapter signals for UI management. Listen to BehaviorController and avoid duplicated / unnecessary signals.
      - avoid duplicated code:
        - account selection only in AccountAdapter::changeAccount and ConversationsAdapter::selectConversation
        - simplification of ConversationsAdapter::selectConversation
        - conversation UI always managed by ConversationsAdapter -> ConversationSmartListItemDelegate
      - smartlistmodel: no need to show callstack for outgoing calls in state ENDED
      
      Gitlab: #86
      Gitlab: #87
      Gitlab: #88
      
      Change-Id: I7025d4292914939f5a78aee1c4742104b370641d
      2df280c3
  7. Oct 02, 2020
  8. Sep 17, 2020
  9. Sep 14, 2020
    • Albert  Babí Oller's avatar
      mainview: call flow review · be70e36b
      Albert Babí Oller authored
      - incoming / outgoing call UI management
      - add system native notifications
      - incoming call page same model as outgoing
      - UserInfoCallPage is used to display common information for incoming / outgoing calls
      
      Gitlab: #32
      Change-Id: If33196a30c51698b4edad55cb8f718066034e422
      be70e36b
  10. Sep 10, 2020
    • Andreas Traczyk's avatar
      qml interop: remove clientwrapper · ae058405
      Andreas Traczyk authored
      The clientwrapper class masks granular object registration within
      qml, and encourages code duplication between viewmodels(adapters)
      and code lasagnafication and the misuse of declarative Qml.
      
      Change-Id: I85fef214363e62e54fc0681282323ea4861000d6
      Gitlab: #66
      ae058405
    • Andreas Traczyk's avatar
      qml interop: refactor and remove utilsadapter from clientwrapper · 88816940
      Andreas Traczyk authored
      - Separate utilsadapter into files and expose it to Qml so it can
        be used without passing through clientwrapper.
      
      Change-Id: I7c351d7191cd166521b6e0a685ea9d4a9731f165
      Gitlab: #66
      88816940
    • Aline Gondim Santos's avatar
      settings: code clean up · c5687508
      Aline Gondim Santos authored and Aline Gondim Santos's avatar Aline Gondim Santos committed
      Correct Layout and Anchors emplacement
      Erase inutile code
      Fix binding loop warnings
      Replace magic numbers by JamiTheme values
      Remove multiline comments from qml files
      
      Change-Id: Icdde094750ccc39fa3b3c9fb9368f8609eb8981d
      Gitlab: #5
      c5687508
  11. Sep 02, 2020
  12. Aug 31, 2020
  13. Aug 18, 2020
  14. Aug 03, 2020
Loading