- 30 Jan, 2017 16 commits
-
-
Nicolas Jager authored
- if DEBUG_ON is set to true, the console can be opened by hitting F5. Otherwise the console cannot be opened by the user. Change-Id: Icceb8e708cca14ec0d73e4267e5c461ca8961b20 Tuleap: #790
-
Change-Id: I8a46ee316e6682b0e860e51e76972dd65430dea8 Tuleap: #790
-
Nicolas Jager authored
- make the client matching the Windows 10 UWP flat themes with flat logos. Change-Id: I5e60c33ffb6578874f1c3b3858d0ef350ae6d7f5 Tuleap: #790
-
- adds ringtone file to assets directory - adds the ability to play and stop/restart a ringtone - adds a toast pop notification on incoming call using background audio - adds a background tasks to respond to call rejection Change-Id: Ica7195fa0fa32dc10d9207399d98bed518373d15 Tuleap: #790
-
Nicolas Jager authored
Change-Id: I9d38babdef507d4e4619ab007442e1517d3711d1 Tuleap: #790
-
Nicolas Jager authored
- fix wrong unread notifications. - fix, closes the chat panel at the end of a call. - cleanup some tricky code. Change-Id: I65beca257bd4aee5451165ef6dc0a9ad5236161e 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
-
Nicolas Jager authored
- fix : upon creation of 2+ accounts, the blockchain name appears as registerable regardless of check. - fix : after having already created account without registering a blockchain name, editing the account to add a blockchain name succeeds but does not return to user to the UI from the loading page. - fix : editing account details more than once, does not return the user to the UI. - fix : click to accept modification for an account without any data changed result to wrong behaviour. Change-Id: I08f19e6c902070b6260c466670badf3eab606934 Tuleap: #790
-
- fixes loading spinner and image postioning - adds loading status text block Change-Id: Ica5d523ffb332891edcd402f5f7e351e961a1db5 Tuleap: #790
-
- loads contact vcard image upon loading the text message page - removes extended execution handling Change-Id: I5a45df23b8528877679f7fd6a27583e5c673ca72 Tuleap: #790
-
Nicolas Jager authored
- adds pause/unpause logic for calls and ui. - allows to make several calls at the same time. Change-Id: If5dbcb64b12c445b38474f8d959a0b492d7b6812 Tuleap: #790
-
- makes chat messages selectable - changes ui colors to the Ring blue shades - attempts to resize the window appropriately at app start - adds confirmation modals for removing converstations and contacts - corrects and error in the debug logger - corrects vcardutils not handling JPEGs Change-Id: I2c8a63f9c18c734a25dfd61086b137143cdac659 Tuleap: #790
-
- delays the loading screen image positioning to prevent incorrect placement due to variable times on screen rescaling - removes the app suspension signal response which can't be differentiated from app termination - removes lodepng which was used for vcards Change-Id: I4cd46a9bdca40ef95fde89bd98e3b9f12bd8304b Tuleap: #790
-
Nicolas Jager authored
- Forces to hide chat panel on video page when the user summon the video page - Uses RingId instead of the name (wich is not necessarily unique) to make ContactsViewModel identfy a contact. - Checks if contact reference is valid before getting the smart panel item. - pass call list from daemon to the client trough an async function. - sets visible the call button only if no call is on going. - changes the avatar size to get some space for the call button. Change-Id: Id3a0d03026503bdc5d1e844d8d4be8983da572d3 Tuleap: #790
-
Nicolas Jager authored
Change-Id: Ibdeb9f48d881e42c67e011d8db4cdf524f7eb55a Tuleap: #790
-
Change-Id: I0fd3ade4815a389d3a10ba95ce414eac940d0c99 Tuleap: #790
-
- 28 Nov, 2016 4 commits
-
-
atraczyk authored
Change-Id: Iba9a8b1c0084d16a8ef7fc2626349254bb49b84e Tuleap: #790
-
Change-Id: I63ee3b20f6d007fb32cc2a94608c44ae89b2ac08 Tuleap: #790
-
Nicolas Jager authored
- allows to perform lookups on nameservice. - allows to register on nameservice. Change-Id: I81a790cebc91ed5c27c828fda0f5f6eadbc82c1a Tuleap: #790
-
- adds the ability to select device, resolution, and frame rate - modifies the initialization of the daemon by seperating the registration of the callbacks from the init function and places the start and run loop in an IAsyncAction worker thread with forced high priority - uses std::ofstream for debug log file instead of Platform functions Change-Id: I32439088fe58513c46d11297db4898ca237174e7 Tuleap: #790
-
- 09 Nov, 2016 3 commits
-
-
atraczyk authored
- moves renderer callbacks to UI thread - removes natpmp from dependencies - adds openssl dlls for restbed/namedirectory features - reverts 7e326091b01bd818ea57a8e90a61ac05e3d50b4b Change-Id: I8d6d99bd16e9a2bcaa3bd8db4bee5888e12af821 Tuleap: #1242
-
Nicolas Jager authored
Change-Id: Ia2781ffcbbf1929b5535cb7fd16e2f36eff5eb33 Tuleap: #1285
-
Nicolas Jager authored
Change-Id: I00bc4c6b774818a4cd52baaa92433a80fb060b69 Tuleap: #1282
-
- 08 Nov, 2016 3 commits
-
-
atraczyk authored
- combines API violation fixes, asset and certificate changes, and the adding of qrcode dependency Change-Id: I0d26c589fabef3b6c46bac19bf6bc0d0adfe76f1 Tuleap: #1234
-
Nicolas Jager authored
Change-Id: I266b8519aceba214803789a6b1f23876a974a1f8 Tuleap: #1226
-
- adds stopping video capture stream when application goes "invisible" - adds reinitialisation of video capture stream when application becomes "visible" - adds functions for pausing the call (Not yet implemented) Change-Id: I58a24718b47d9edcc9b39ff707e0fbb695dc48f6 Tuleap: #1212
-
- 07 Nov, 2016 4 commits
-
-
- adds exetended execution after quitting - hangs up calls upon quitting - cleans camera objects on termination - only fades loading screen when last account is registered Change-Id: I50336c43690c0d7dc38377ea846cedddfc3f0f44 Tuleap: #1208
-
Nicolas Jager authored
Change-Id: I5fd57088cc6a687edbaf80d556d275b7ea1040a7 Tuleap: #1205
-
- adds incoming video - adds webcam preview - adds device enumeration - adds daemon video signal handlers - adds outgoing video Tuleap: #1200 Change-Id: Ife5f6acc2ee400665e096e44e2111e03cab0299a
-
Nicolas Jager authored
Change-Id: Iea01dd8242270e1c080cd95030da4d211638d993 Tuleap: #1202
-
- 22 Sep, 2016 1 commit
-
-
Nicolas Jager authored
- returns to the welcome page if no contact is selected during the end of the call. Returns to the text message page otherwise. Change-Id: I817a8466b1c5f6725f02c94e2e0d4a678f2878e8 Tuleap: #1056
-
- 16 Sep, 2016 1 commit
-
-
- transtions to the videopage during a call - displays the called peer's name at the top of the page - allows the user to end the call with the hangup button - allows the user to exit and re-enter the call by selecting different SmartListItems Change-Id: I48e120e9ea9bcb2498ef7a45c706e7267fd77708
-
- 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
-
- 08 Sep, 2016 1 commit
-
-
atraczyk authored
- adds faded loading pages with a spinner animation - starts and stops the load page during account creation and loading - resizes the loading graphics when window is resized - adds an event handler for DPI and scale factor changes - removes stretching from welcome page image - clears account creation alias box after account creation clicked Change-Id: I5046e0bc820e91c8b2f91ca223534d93ddf916f1 Tuleap: #1010
-
- 06 Sep, 2016 1 commit
-
-
atraczyk authored
- removes the custom title bar area - makes the hamburger toggle the smartpanel correctly Change-Id: I0692581924529dba7c4db3cec6feca115008d066 Tuleap: #1002
-
- 24 Aug, 2016 5 commits
-
-
atraczyk authored
Change-Id: I65fe90a2155966a2631c01ed00892070e8fc4456
-
Nicolas Jager authored
Change-Id: I5c05ff878df38aa83ed73efad65c5c84914a3331
-
Nicolas Jager authored
Change-Id: Iaf495a0220964fa5630fb9a948c1d0a60bae8b32
-
Nicolas Jager authored
- adds style. - adds logic to the hamburger button. Change-Id: Ieda5f8224bdcb1ab1c666d83c258a9d4f212e536
-
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
-