Skip to content
Snippets Groups Projects
  1. Oct 08, 2020
  2. Oct 07, 2020
    • Ming Rui Zhang's avatar
      messagewebview: reload mainview if webengineview does not finish loading js · 54093e5c
      Ming Rui Zhang authored and Andreas Traczyk's avatar Andreas Traczyk committed
      Gitlab: #134
      Change-Id: I0d6406b80ad80cc7278e395bd51d0d7b02538aa0
      54093e5c
    • 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
    • Ming Rui Zhang's avatar
      mainview: code optimization for page on stack view checking · a8b0adbe
      Ming Rui Zhang authored and Andreas Traczyk's avatar Andreas Traczyk committed
      Change-Id: I8ff7122a430b73f1c5626ae931f13f5a4ffe242a
      a8b0adbe
  3. Oct 02, 2020
  4. Sep 30, 2020
  5. Sep 29, 2020
  6. Sep 25, 2020
    • Albert  Babí Oller's avatar
      misc: refactor account change · a7378554
      Albert Babí Oller authored and Andreas Traczyk's avatar Andreas Traczyk committed
      - UI sensitive to currentAccountId property, remove getCurrAccId from UtilsAdapter
      - centralize signals / functions at MainView and avoid unnecessary propagation between modules
      - name revision (avoid syntax such as "needTo" or "slot..")
      
      Gitlab: #85
      Gitlab: #86
      
      Change-Id: Ie4060df4b64990bdd3f412d0e491080a4cd20092
      a7378554
  7. Sep 24, 2020
  8. Sep 23, 2020
  9. Sep 18, 2020
  10. Sep 17, 2020
  11. Sep 16, 2020
  12. Sep 15, 2020
  13. 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
  14. 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
  15. Sep 03, 2020
  16. Sep 02, 2020
  17. Sep 01, 2020
  18. Aug 31, 2020
  19. Aug 28, 2020
  20. Aug 27, 2020
Loading