- 26 Oct, 2017 1 commit
-
-
Add option to link device to an existing Ring account. Change-Id: I730d1d354b67f001fb7826aa08a3f028cd363afb Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 23 Oct, 2017 3 commits
-
-
Add functionality to fetch user password and display PIN that could be used to link a new device Change-Id: Ie985b797af64ebe0de1bea9ac64292e427f5302f Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Kateryna Kostiuk authored
In account page add table with linked devices Change-Id: I33c1a079a580644164e1817d95f03254d332b976 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Reverts commit ffe39be9 - Adds missing generated strings from commit d8b60072 ... Change-Id: I16c502b349f34c605c15b98a449fff9556520b29 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 20 Oct, 2017 5 commits
-
-
Change-Id: I386e25740c94fb3527f3a5461e2164a324a94064 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- Simply adds fallback/profile image avatars to the incoming chat messages. Change-Id: If96abab54a222a493328e350b887b6be16bc0f7d Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Andreas Traczyk authored
- Provides a UI elements that respond to states(sending, failure) for each outgoing message. - Updates the message models' statuses at loading to correct erroneously stored data. - Ignores the message status IDLE which is not intended for client use. Change-Id: Ie6027d59ae519b96de204ba8d98bc2dd8eb9b4e4 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- Recuperates the generated message id returned by sendMessage, and saves it to the db. - Removes excess message saving done by ConversationViewModel when sending, as it is already done in ConversationService's sendMessage. Change-Id: I1d45ee91778b65478a305fd9d1f75d37312f3e05 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- Inserts message reception time above incoming/outgoing messages with a minumum granularity of 1 minute. - Formats date based on age. - Resequences message bubbles based on prioritized time labels. Change-Id: I8151484b9ef348105642adf535689eca5fe103f2 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 19 Oct, 2017 2 commits
-
-
Andreas Traczyk authored
- Calculates the grouping property of each message, determining whether it's first, middle, or last within a sequence either sent or received. - Adjusts the top and bottom constraints for each message bubble according to its sequencing. - Fixes the scroll-to-bottom feature by updating the bottoOffset value before conditionally scrolling, removing the scroll animation, and only scrolling down when the user is near the end of the chat. - Applies a message bubble grouping style, adjusts line spacing of the content, and decouples the theming of the message bubble and text colors. Change-Id: I9118c2bbca0433573c877450c73bd6dc5c9229a0 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Kateryna Kostiuk authored
Create profile when app is launched for first time Change-Id: Ia81fec3ca9ad79c7e55548b9cdd3ad0f1223ff73 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 11 Oct, 2017 1 commit
-
-
Create conversation and generate messages when: - request was sent to peer - request was accepted by peer - request from peer was accepted Change-Id: I9b66384a35a9b948c66492113ca3cc3fae2896ac Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 05 Oct, 2017 2 commits
-
-
Remove username autocorrection when creating account Change-Id: I23936112b5e93b050addee867320bbd44858fc14 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Removes references to the boost libs and any other unused libs in the client project. Change-Id: I183d353588e8e8a2d9649a3f615d1d8261361720 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 04 Oct, 2017 1 commit
-
-
Change-Id: I11a71a877ebf4f0deff58972fcdd462e79331f23 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 03 Oct, 2017 1 commit
-
-
This patch add secp256k1 to fit with the daemon Change-Id: Ibbbf25f8e5104973235877d64aa862bad04e5c77 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 02 Oct, 2017 1 commit
-
-
- Checks existing contact requests for duplicates before appending those accrued from getTrustRequests, as incomingTrustRequests may have already done so, prior to loadContactRequests being called. - Changes hasInvitations to return an abservable boolean that representing the non-zero count of the contact request list only. Change-Id: I9d0c2165e26ac0c031c261ed9c05d6f2587d7574 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 29 Sep, 2017 3 commits
-
-
- Cleans cell's image data prior to usage/reusage. - Only sets the contact request item cell's UIImage and hides the fallback avatar if it the image data exists and is correctly formed. Change-Id: I3cd4c703ac33cee17157f2ccc86f6c54dc090a7e Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- Loads the vcard and stores a reference to the image data of each of the conversation recipients when instantiating the conversation section's conversation view models. - Points each cell's profile image to its item's image data (if any). - Removes the default profile image. Change-Id: I300fc0107f9353e8aadc15b2ad23604039ae4c59 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- Prevents crashes when successive navigations to the invite view are made, due to large amounts of nameservice queries. Change-Id: I0ba462d9038abb42623ad3732a69c8e315a41f55 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 28 Sep, 2017 1 commit
-
-
This patch displays ringID if username is empty string Change-Id: Ib1c7f261e5242f55783f3d462e75eef73e89e7ec Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 27 Sep, 2017 3 commits
-
-
Change-Id: If6c1995a436dff5da2215fa3262963b412fee0c5 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- Updates existing contactRequest's vcard and reception timestamp up to date. - Removes the use of the original fallback avatar image. - Hides the fallback avatar when image data is present while loading the contact requests. Change-Id: If3048c9e496a437ee070b14438b55e48aebf3785 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Kateryna Kostiuk authored
This patch creates and saves vCard for user profile. Change-Id: I5487ff8cafa116975c3081c906cfb426ded5fc31
-
- 26 Sep, 2017 2 commits
-
-
Andreas Traczyk authored
- Uses a color circle with a white capital letter(the first letter of the best id), instead of a character image as a default avatar. - Maintains the color selection used by the GNOME, UWP, Win32, and OSX ring clients(a subset of Google's material.io colors). Change-Id: I957abd2526e1d1e397f383b93720766e24a92aeb Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Change-Id: Ia2937490bf64c9aa8ce3ccc9c6679da6358b58d9 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 22 Sep, 2017 1 commit
-
-
- Subscribes to presence update signals for that have been added. - Update events can be subscribed to via the presence service. - A contact's last known presence status can be queried via the presence service. Change-Id: I4e1ed87f980978469b267c34936da25d15cef7eb Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 21 Sep, 2017 2 commits
-
-
Add send request button in conversation controller Change-Id: I17deaaa24a94a6d18f9ddd3169805e65ee2b7ebe Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
This commit refactors the meViewController that now displays the user name and the registered name if there is one It allows the user to pick or take a picture from the device Change-Id: I0a1bf9c1636a216668dae5de8d78948bea66ead1 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 14 Sep, 2017 1 commit
-
-
Ignore generated files and use swiftlint only in debugging configuration. Change-Id: I356afd1e55923ed1b907dfa1f10212e2b6afa5e9 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 24 Aug, 2017 2 commits
-
-
Kateryna Kostiuk authored
this commit is about: - split the storyboards into reusable components - use the coordinator pattern the handle the navigation - ease the dependancy injection - refactor folders structure to match a "Features" pattern - refactor the walkthrough UI Change-Id: Idf67e8e7cee7ca7487d58073409fded654f4dc0d
-
Kateryna Kostiuk authored
Change project to support 5.1.1 version of swiftgen (swiftgen 4.x is not supported anymore) We use default templates provided by Swiftgen Change-Id: I78da863f4fb3664cb0becbf93dadf68aa339826f
-
- 11 Aug, 2017 1 commit
-
-
Thibault Wittemberg authored
this commit completes the Carthage custom build phase with output files that act like a cache. This avoids building framework every time. Change-Id: Iec4de88c4bb1271719a5f328087601de69caa5b3
-
- 05 Aug, 2017 1 commit
-
-
Thibault Wittemberg authored
Change-Id: If739cd0a33789981feab1f20bf85c9f849c8e93b
-
- 01 Aug, 2017 1 commit
-
-
Silbino Goncalves Matado authored
ConversationModel: replaced Contact by ringId Remove realm from Contact and Account (managed by daemon) Pass reference to account list and current account to ContactsService Add Invitations screen with Accept, Discard and Ban buttons Add vCard load and save support Change-Id: Ied42ef310af5e4849f4aef389584145a80e79888
-
- 17 Jul, 2017 1 commit
-
-
Thibault Wittemberg authored
This commit makes the ios client compliant with C++14 Change-Id: I32934146c21a1ed26adc60789b0f5180aaef5b89
-
- 14 Jul, 2017 1 commit
-
-
Thibault Wittemberg authored
This commit adds Chameleon to theme the app and a custom theming function to handle MessageBubbles Change-Id: I58e4d2e30c9e81a444b3a22cef4429d64361426d
-
- 12 Jul, 2017 1 commit
-
-
Hadrien De Sousa authored
This commit fixes accounts loading at launch that displayed the smartlist even if there was no accounts Change-Id: I87e3aeffa9e780d7a1ff43f4511a331a0d5d987f
-
- 07 Jul, 2017 2 commits
-
-
Thibault Wittemberg authored
Change-Id: Ib67ca26dff08fa4b73c2bd75b0b2b8ce3cde0937
-
Thibault Wittemberg authored
This commit: - adapts code to a more Swifty way of coding - uses previously added frameworks to make the code "type safer" Change-Id: I5332e2843e82cac4f4f9af79714993863ef5963d
-