- 15 Mar, 2017 1 commit
-
-
atraczyk authored
- Implements contacts and their respective conversations being associated to individual accounts. Prior to this patch, contacts were per profile, and stored only an associated account ID for conversation history sorting. - Incoming messages for unselected accounts will trigger visual notifications, and the total number of unread messages per account is reported in the account selection interface panel. Incoming calls for unselected accounts will appear at the top of every account's contact list for the duration of the call. Change-Id: I219ab7b1b2656e5021388fd54e36b21dc81dcd90 Tuleap: #1538
-
- 30 Jan, 2017 4 commits
-
-
Nicolas Jager authored
- overhauls callbar : moves buttons, changes style. - add a spinner during incoming/outgoing call. - change last time from "never" to "never called". Change-Id: Ia9ca0ffffbdee87f42dc91e818f046b83631b0eb Tuleap: #790
-
Nicolas Jager authored
- shows last call date in the smartpanel. - shows "more user friendly", callstatus in smartpanel. - store last call date in contacts.json. - edit call button xaml. Change-Id: I2caa9ddb9d45b5be54a456b67ff535d0c85a4e80 Tuleap: #790
-
Nicolas Jager authored
- stretches menus vertically. - manages too long time lookup. - moves element on welcomePage. - adds profil name on the message text page. - does lookups during incoming messages. - show contact's avatar. Change-Id: I2d482978281ecb0fb088cc93112a032e04e7501b Tuleap: #790
-
Change-Id: I2e7e07eefd6f8a2c7c4c1185e6259a47908fb187 Tuleap: #790
-
- 28 Nov, 2016 2 commits
-
-
atraczyk authored
Change-Id: Iba9a8b1c0084d16a8ef7fc2626349254bb49b84e Tuleap: #790
-
Nicolas Jager authored
- allows to perform lookups on nameservice. - allows to register on nameservice. Change-Id: I81a790cebc91ed5c27c828fda0f5f6eadbc82c1a Tuleap: #790
-
- 09 Nov, 2016 2 commits
-
-
Nicolas Jager authored
Change-Id: Ia2781ffcbbf1929b5535cb7fd16e2f36eff5eb33 Tuleap: #1285
-
Nicolas Jager authored
- set the account Id to connect with the contact, and store the data in contacts.json Change-Id: I059cf6352a3492d59473fe759bc260e983336c23 Tuleap: #1281
-
- 08 Nov, 2016 1 commit
-
-
Nicolas Jager authored
- PropertyChanged can raise the exception : disconnected from his client Change-Id: I9a72ca4ddff4bdc91194c46d8bcd52c71ac35e1e Tuleap: #1245
-
- 07 Nov, 2016 2 commits
-
-
Nicolas Jager authored
Change-Id: Ie2449d1ea83e702cad1266241d9c0f254ef271aa Tuleap: #1204
-
Nicolas Jager authored
Change-Id: Iea01dd8242270e1c080cd95030da4d211638d993 Tuleap: #1202
-
- 21 Sep, 2016 1 commit
-
-
- changes the file loading and saving for contacts, messages, and preferences files, from the UWP API's async file functions to c++ standard fstream functions Change-Id: If8ccf4d276573474fd34091deb8785accec5113c Tuleap: #1051
-
- 15 Sep, 2016 1 commit
-
-
Nicolas Jager authored
- creates bubble : blue for you, pink for your contact. - scrolls down to the last message. Tuleap: #1040 Change-Id: I9e3867202a2a4f7f666043aeaee59ddf221365a0
-
- 02 Sep, 2016 1 commit
-
-
Nicolas Jager authored
- status shown below the contact name inside the smartpanel. Change-Id: Iffc3114606ec07ae8fea8521d109a5c639bc226c Tuleap: #993
-
- 01 Sep, 2016 2 commits
-
-
atraczyk authored
- stores and loads unread message notification count to and from the contact data file Change-Id: Idc00f1d964c273f51cec943b0521da2faa1c9666 Tuleap: #983
-
- prevents the ContactViewModel's connected delegate that updates upon text message reception, from incrementing all contact's unread message count Change-Id: Ief09bfd077cf1e28ecc23a2df1cc68b4eddf3bbd Tuleap: #982
-
- 31 Aug, 2016 1 commit
-
-
atraczyk authored
- adds saving contact specific conversation to a json file - loads the json file into the conversation object when loading the contacts list - generates a UID for the contact to avoid name collisions, which is stored in the contact data file Change-Id: I8a7b757d09b270e65c4d264805934faf8466c09f Tuleap: #980
-
- 30 Aug, 2016 1 commit
-
-
Nicolas Jager authored
- adds a red buble with the number of unread messages. Change-Id: I8c40df3e0421fba02444e5092a8975ce27ce989c Tuleap: #961
-
- 26 Aug, 2016 2 commits
-
-
Nicolas Jager authored
- Uses Json windows API to store and restore contacts list on the disk. Change-Id: I0091019c1184af9fc686aebce2e5223aed8b4d6a Tuleap: #949
-
Nicolas Jager authored
- adds conversation class and conversationMessage class. - adds to each contact a conversation member wich will store the messages history. Change-Id: Icdab0e2345ef2889057c06d965ff0eb2940c5a27 Tuleap: #943
-
- 24 Aug, 2016 2 commits
-
-
Nicolas Jager authored
- adds files for account model and view model. - adds files for contact model and view model. - adds controls for the smartlist pan. - adds some stub assets. Change-Id: I7e5b0cc5d29ac777bce13d1b7db1b6b847513d62
-
Nicolas Jager authored
- adds all project and solution files. - adds styles file. - adds localization files for Us-en and Fr-fr. - adds UI skeleton. - adds filters. - adds a console. - adds .gitignore for UWP apps. - contains some "stub" assets required. - extends the client area to the toolbar. Change-Id: I125efe3d38e12829e0479b1bfbac31fb1deff0e1
-