Skip to content
Snippets Groups Projects
  1. Apr 19, 2021
  2. Apr 09, 2021
  3. Apr 07, 2021
  4. Apr 02, 2021
  5. Mar 26, 2021
  6. Mar 22, 2021
  7. Jan 07, 2021
  8. Dec 11, 2020
  9. Oct 30, 2020
  10. Oct 21, 2020
  11. Oct 15, 2020
  12. 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
  13. Sep 29, 2020
  14. Sep 26, 2020
    • Ming Rui Zhang's avatar
      misc: fix qml warnings · b869a34a
      Ming Rui Zhang authored and Andreas Traczyk's avatar Andreas Traczyk committed
      1. When there is no contact, some properties in smart list view could be null
      2. When creating new accounts from no accounts, adding a new contact and
         switch accounts will cause "Contact out of range". This is caused by
         smartlist model account id does not update at that time. Instead,
         use current account id always.
      
      Change-Id: Ic42ec33c4932908caff2ebca2814903f95c12a10
      b869a34a
  15. Sep 23, 2020
  16. Sep 17, 2020
  17. Sep 16, 2020
  18. 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
  19. Sep 03, 2020
  20. Sep 01, 2020
  21. Aug 28, 2020
  22. Aug 27, 2020
    • Albert  Babí Oller's avatar
      mainview: fix account selection · 69f5dfcd
      Albert Babí Oller authored and Andreas Traczyk's avatar Andreas Traczyk committed
      - avoid duplicate call of LRC's setTopAccount()
      - welcome view displays always the first account on the list, so passing the index is not necessary
      - conversationsadapter and messagesadapter no longer listen to currentAccountChanged signal since there is a specific function for the setup
      
      Gitlab: #12
      Change-Id: Iac932d2596bf59c7528d83be799342ccefeea6b0
      69f5dfcd
  23. Aug 25, 2020
  24. Aug 18, 2020
  25. Aug 03, 2020
Loading