- May 30, 2017
-
-
Adrien Béraud authored
Add distinction between removing a contact and banning it. Change-Id: I9d8dd8e544b8e907e23d8b7fafa6bcccbed49ca4 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
-
- May 01, 2017
-
-
Alexandre Lision authored
There was a visual desynchronisation between the actual network state and what was visible to the user. We now refresh the connectivity state display of the smart list every time an acocunt state changes The LocalService BroadcastReceiver has been moved to the DRingService. Most of its actions have been removed since they have been reimplemented by low level services. SharedPreferenceService has been renamed to PreferencesService since SharedPreferences are an Android notion. Tuleap: #1568 Change-Id: Ic002d8ccb6bf55c0fcaa1ca381b7a35a7d5b465f Reviewed-by:
Aline Bonnet <aline.bonnet@savoirfairelinux.com>
-
- Apr 27, 2017
-
-
Aline Bonnet authored
The incomingTrustRequest signal is received whenever the daemon starts and we receive a new trust request. This commit adds functions to save and load the ringID of trust requests in the shared preferences. A notification is displayed only the first time. Change-Id: Id9866e52bf0c1b4754630848612e494f8a97ca99 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Tuleap: #1528
-
- Apr 05, 2017
-
-
Aline Bonnet authored
When we accept a contact request, the vcard is now saved if it exists. Change-Id: I0a770162219171b01ab2c7b8e802ab9388f5de10 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Tuleap: #1489
-
- Apr 04, 2017
-
-
Aline Bonnet authored
If a VCard exists for a pending trust request, the application displays the photo and the fullname (if they exist). Change-Id: I87071da89bd1528b2c7c9c119a62eca3ddc655d3 Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Tuleap: #1497
-
- Mar 29, 2017
-
-
Aline Bonnet authored
When we click on the contact request notification, the pending contact requests screen opens with the top pane to indicate the concerned account. Now, this indicate is displayed only if this account is different from the selected account. Change-Id: Id36fa8158dcf3d5d63f2fd3c4bcf1d1f30b462ff Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
Aline Bonnet authored
The return of the getTrustRequests function changed on the API daemon and the API client. This commit adapts the presenter. Change-Id: Ic341ba4d7f91e241df893f13cb6d5caee00de6dc
-
Aline Bonnet authored
When you click on a trust request notification, you can display the pending trust requests for an account other that the selected one. This commit adds a top pane if it is an other account. Change-Id: Ib8ea96d5835dfd00d1c8db6ad7d3e91e913818a1 Tuleap: #1497
-
Aline Bonnet authored
This commit adds the accept, refuse and block functions for the pending trust requests. Change-Id: I441db91d760c7b207ab51a8b8ea0d2f304ca8d03 Tuleap: #1497
-
Aline Bonnet authored
In the getTrustRequests function, the second attribu is the timestamp, not the accountId. This commit fixes this behavior in the presenter and adds a timestamp field in the trust request model. Reviewed-by:
Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com> Change-Id: I42d44074fea1969e41aac8dcd1a7d8162b101c29
-
Kateryna Kostiuk authored
Show notification when incoming trust request is received. Change-Id: Ibfb72a6ec234d366b6517fd485ceee04e46632e2 Tuleap: #1495
-
Adrien Béraud authored
The concept of "trust request" is specific to the daemon and daemon API. Clients and UI should present "Contact requests" to the user, using the underlying trust request daemon API. Also use the term "Contact requests" instead of "Pending trust requests": a contact request is always pending. Change-Id: Iac5993e2cad578c51d5e0814cf061f1927117067 Tuleap: #1345
-
Aline Bonnet authored
In the pending trust requests screen, this commit displays the username instead of the ringID if it exists. Change-Id: I901c513738de293ee3a433021b5ea191d22849be Tuleap: #1345
-
Aline Bonnet authored
This commit adds a new screen to display pending trust requests for the selected account. When there is an incoming trust request, the list is modified. For now, the accept, refuse and block buttons are inactive. Change-Id: Idc8f955fc15080d57b9ccb4a246561d5b184433f Tuleap: #1497
-