- 29 Nov, 2017 1 commit
-
-
Romain Bertozzi authored
Change-Id: Idecf7406a7ac59f6738b72d972deae8c333d57c2
-
- 28 Nov, 2017 1 commit
-
-
Romain Bertozzi authored
Change-Id: Ie79f7e92aadc9434386831a7f156bc1e572524ac
-
- 24 Nov, 2017 1 commit
-
-
Romain Bertozzi authored
Change-Id: Iac86f2a0bf643511d8a43cb1cd6b64cbe6abdb29
-
- 23 Nov, 2017 1 commit
-
-
Romain Bertozzi authored
Change-Id: Ic980b79ef9134d01613bfc4f49f11ead1db8af37
-
- 22 Nov, 2017 8 commits
-
-
Romain Bertozzi authored
Change-Id: Id3d7a16cdbdc57f386d8241a1cc790bb0ed18df6
-
Romain Bertozzi authored
This commit cleans the conversationsCoordinator by removing unused references to services and by removing unnecessary imports. Change-Id: I0d4db931d56e337df48267100bccec810f2eac22 Tuleap: #1752
-
Romain Bertozzi authored
This commit makes the CreateAccountVM use the new AccountsService and its Rx way to add a Ring account. Change-Id: Id52a78ab726ff05be2375bebe7de637ad8bdb4da Tuleap: #1752
-
Romain Bertozzi authored
This commit makes the appCoordinator use the newAccountsService to check if there already an existing account. It also now deals with two new states: the initial loading and the main interface. Change-Id: I3b8e2b91ca668e8c5b545c9e0b53bc4b8baefed9 Tuleap: #1752
-
Romain Bertozzi authored
This commit fixes an issue in the pbxproj file where the new AccountsService was missing. Change-Id: If3101837892cd5cb064440d4799402e7a63fd412 Tuleap: #1752
-
Romain Bertozzi authored
This commit inserts the new AccountsService in the injectionBag from the AppDelegate. As all the other services, it is instantiated in the AppDelegate and injected by constructor to the injectionBag. Some cleanup is also done in the appDelegate to make some fileprivate access modifiers become private. Change-Id: I26d66e97c2eb884dc544319e743e2b422bb7ae43 Tuleap: #1752
-
Romain Bertozzi authored
This commit adds an initial loading storyboard and VC to the project. It will be useful to inform the user that the app is initializing. Change-Id: Ic3bf26b09b1a997caab913d22bce1623ed543095 Tuleap: #1752
-
Romain Bertozzi authored
This new accountsService is designed to avoid any model retention / duplication from the daemon. The daemon is used as a repository. It now takes the delegation from the accountAdapter, making the old accountAdapter not responding to the daemon events. This new service will be used more and more to finally replace the old one as soon as possible. For now, the two coexist. Change-Id: I5a925312254c1b2df1c51966a1282da7850a075d Tuleap: #1752
-
- 21 Nov, 2017 1 commit
-
-
Andreas Traczyk authored
- Checks if the ringid parameter belongs to a contact request and loads the vcard from the ContactRequestModel object, otherwise, loads it from the contact's file. Change-Id: I8c7f286f213d7bab1f50204b050e5d41f23b85e4
-
- 19 Nov, 2017 1 commit
-
-
- Replaces flat icon with original Ring logo icon. Change-Id: I7cdeacc54630dd57c0dde298bbdaf2090b39d373
-
- 17 Nov, 2017 1 commit
-
-
This commit fixes typos and harmonize the method name of the applicative delegate of exportOnRingEnded. This will be useful for the new AccountsService. Change-Id: I8e90c23344a1890ffdf7548a1ef619bf4655fca8 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> Tuleap: #1752
-
- 16 Nov, 2017 1 commit
-
-
Andreas Traczyk authored
- Sets the conversation cells' fallback avatar colors based on the username known when initializing. This should avoid the color flickering except when a lookup is actually in progress. - Uses the value of the username known at cell init to set the fallback avatar's intitial. - Removes the use of the fallback avatar initial in the case of the ringId being the best name. For now, no character is shown. Change-Id: Ib42cc1c8aa31783c77f986a6a32976fa74b48d57
-
- 13 Nov, 2017 4 commits
-
-
This commit updates the SwiftyBeaver dependency. Tuleap: #1747 Change-Id: I300991152421d7823e13bca05023f035ea03ad39 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
This commit updates the PKHUD dependency of the project. Tuleap: #1714 Change-Id: Ie0e7f55f45063972bf3b87bfbf01587b492d4d18 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
This commit updates the following dependencies: - RxRealm - RxDataSources RxSwift is also updated to the 4.0.0 version. There are minor compatibility changes in the source code to migrate the project to these new versions. Tuleap: #1747 Change-Id: I485aa725ad88283c2b66f797140d12b6facd6cd4 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
When saving vCard extra spaces was added in the name and first name fields. This patch fix it by recreating vCard string. Change-Id: I1b6d936348adb80d704461bab029c012cf37330d Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 03 Nov, 2017 5 commits
-
-
Fix compile errors was introduced after installing a new XCode component Change-Id: Ib8b4f574348f26016fd5ffbda7154a9ebd83d427 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Change-Id: Ib445897bdd8b85a17e61dee4575885b7251afe52 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Change bundle ID to be unique Change-Id: If37a4e29e43eb4a049e12ddc860a77796427fd08 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Currently we support arm64 architecture Change-Id: I243531ab02b6e07cdc5e761523eb7a3379fb9cb8 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Currently only portrait mode is supported Change-Id: I3eac2d15ef0c331989d9c7a67a25483362ade3c1 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 02 Nov, 2017 1 commit
-
-
Change-Id: If3f3550118cace5499d204fbcc920ee779dff769 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 01 Nov, 2017 7 commits
-
-
- Allows the user to create an account, link to an existing account, and generate account link PINs without supplying a password. Change-Id: I41216d55bb44bab5f92fd096d483f639502e4a42 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Change-Id: Ia6a9cda402cef15266d44139314ebd5ec3b271e5 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Change-Id: I9c9f243afd47ba431f3a1c3cc8dff91ce95847d7 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
Change-Id: I3a447dca2332a06d3cf49bae3f3f82b2332718ff Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Change-Id: I3c4edcb1d5cd90442705aff6f5d71906424c3d05 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Change-Id: I98f3ef81c9eff38dc05109cbcdf68d620e7c6d5f Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Fix badge value on Conversation TabBarItem: - handle case when account does not exists - filter out messages that shown on contact request conversation Change-Id: Ife44a70b2d0b728876be648ebad2e3d772128ce5 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 31 Oct, 2017 5 commits
-
-
- Adds the sending of an invite automatically upon sending the first message in a new conversation. Change-Id: If3d371036970d81648c33b501a59088fefd394e0 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
In smart list display conversation if one of the conditions is met: - contact exists - history of messaging is not empty Change-Id: I344c3ed66f637366c3435f3aee11e045e7da6a1b Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- Makes the contact request items selectable and links them to their associated conversation. Change-Id: I91f1ac47fa513453a3091297f56e4493082dee4b Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Create conversation and generate messages when: - request from peer is received Change-Id: Ibe56cba805c88e5517ed1fb3fc3f21bf36259970 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Add icons and badges for tab bar items. Change-Id: I4a806c9c9968de14ae60d73f50f9da826e553e27 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 27 Oct, 2017 2 commits
-
-
Because Account View Model is created at the very beginning of app launching, it is possible to create it when account does not exists. This patch makes variables lazy, so all values will be rendered when screen become visible. Also it adds name lookup, account does not have username. Change-Id: Ia4747bdb2efaffd8b0f39109407946e736ab09e5 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
-When checking if contact accept the invitation conversation ringId was used and that caused error when conversation is not exists. This patch fix it by using recepient ringID. -Conversation View Model is creating two times for each conversation. One when creating SmartList and then when conversation is celected. This patch use existing view model to present cinversation. Change-Id: I67cb334efc61017b5b1f26573879b736a83b0fa3 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-