Skip to content
Snippets Groups Projects
  1. Dec 11, 2020
  2. Oct 07, 2020
    • 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
  3. Oct 02, 2020
  4. Sep 17, 2020
  5. 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
  6. Sep 10, 2020
  7. Sep 03, 2020
    • Andreas Traczyk's avatar
      qml interop: start replacing QMetaObject::invokeMethod with signals · eb53a622
      Andreas Traczyk authored
      It seems concurrent calls to invokeMethod using qml component
      object pointers can lead to access violations. These method
      invocations can be replaced with a signal/slot mechanism.
      
      This patch replaces only the invocations in conversationsadapter
      and accountsadapter that are known to be problematic for now.
      
      Some code cleanup is done for QmlAdapterBase derived classes.
      
      Gitlab: #61
      Change-Id: I72f47c9229a9bf42299ae52822c3a1a8c04eb423
      eb53a622
  8. Aug 31, 2020
  9. Aug 25, 2020
  10. Aug 18, 2020
  11. Aug 03, 2020
Loading