- 22 Apr, 2019 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: I977dff3066b5f6dfe1f682888f531e21500b8cbe
-
- 18 Apr, 2019 1 commit
-
-
Kateryna Kostiuk authored
- fix display username and devices for newly created account. - add timeout for name registration. After this timeout notify user that name registration not finished and navigate to main interface. Change-Id: I2882c90744470c0283f6215cbe019e29d15c9a5e
-
- 17 Apr, 2019 1 commit
-
-
Kateryna Kostiuk authored
Currently application can be used right after account creation. It could be confused for user because name registration will be finished after or failed at all. This patch ensure that application receive registering name answer before completing account creation process. This could introduce longer time for account creation but user would have better understanding of account state. Change-Id: I317b98624b1943bddb35859557beed9160016023
-
- 16 Apr, 2019 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: If067b3f6bc2e0746568f1da8e35aa22623c7cb72
-
- 15 Apr, 2019 1 commit
-
-
Kateryna Kostiuk authored
Replace force unwrap to prevent possible crashes. Change-Id: I98ca63608fe814242f1b473e84b652418696d568
-
- 12 Apr, 2019 3 commits
-
-
Kateryna Kostiuk authored
Set video quality to 1280x720 when using hardware acceleration. Change-Id: I2931a88215baac0a74b52bef35781865ad31d357
-
Kateryna Kostiuk authored
When application enter background VideoToolbox session become invalid and need to be reset when application enter foreground. This patch disable video when enter background and enable when entering foreground. Change-Id: I5a307ca99298a6fb891b5b6d3920954c06e4d952
-
Kateryna Kostiuk authored
Add rotation to frame instead of switching input device. Keep old way as backup in case if device do not support format compatible with av_pixel_format Change-Id: I2c02e6c958f8f671ee0a762b10a2774ee8dfc074
-
- 11 Apr, 2019 1 commit
-
-
Kateryna Kostiuk authored
- Add account name for incoming call - fix peer display name for incoming messages notifications - do not present notifications if proxy disabled Change-Id: If09aa60baa416b23958b754d6777492d24ca8815
-
- 10 Apr, 2019 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: Ia86d0a42802438cc9eaba15b768eee4f4a01a941
-
- 29 Mar, 2019 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: I1af53252c214742bc23093c90a36ad4f4d09b9f7
-
- 27 Mar, 2019 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: I45091f153873900b8285bcc0ae8f941171f4a100
-
- 21 Mar, 2019 1 commit
-
-
Kateryna Kostiuk authored
New database is created per account. It contains: - profiles table - conversations table - interaction table - account profile. This table has only one row and store account avatar and alias Database file named by account id. Database content also was changed: - contact uri stored in canonical format, so it is unique for SIP contacts - generated messages stored in a format that allows localizations. Change-Id: Id7803ab797ac937d63155870fc5c8edf94119bbd
-
- 14 Mar, 2019 2 commits
-
-
Kateryna Kostiuk authored
This reverts commit e48a0f55. Reason for revert: This migration is not in production yet. New migration to database per account will be performed. Change-Id: I3f5777fe0346c3da2f816393ae8b118b3ec281fb
-
Kateryna Kostiuk authored
This reverts commit 81dac45a. Reason for revert: This patch based on migration 1.1, it was reverted. New migration to database per account will be performed. Change-Id: I25196bc69df1690eed2dad7b15c2003eaccfcf7d
-
- 22 Feb, 2019 3 commits
-
-
Kateryna Kostiuk authored
Save account profile in database instead of file. Change-Id: Ief021b2e7206d03388fb353a562e466ea90675c0
-
Kateryna Kostiuk authored
-display profile name if exists -display correctly special characters Change-Id: I61bff698721654527616080eb5afaba8f4b0cfcc
-
Kateryna Kostiuk authored
This patch adds table profiles_accounts with the next columns: - profile_id INTEGER NOT NULL - account_id TEXT NOT NULL - is_account TEXT It is made to synchronize iOS database schema with other clients and it is allows to create and store SIP accounts. Change-Id: I51a520817fb567738740abdaf847700a6d4bbb83
-
- 20 Feb, 2019 1 commit
-
-
Kateryna Kostiuk authored
Add messages receiving during a call to conversation Change-Id: I9ba5cd16eff6170fcbac8f16284c0ada3930b58e
-
- 13 Feb, 2019 1 commit
-
-
Kateryna Kostiuk authored
Switch input function does not work at the beginning on the call, that cause producing wrong video output if device orientation was changed between calls. This patch use call manager to change video output. Change-Id: Ia3f33cf8dfbaaca6eacf0f601b1a8e098a6d0825 Gitlab: #28
-
- 11 Feb, 2019 1 commit
-
-
Kateryna Kostiuk authored
Add remove conversation option. Change-Id: I214a5d5ad8b50061f66df41762d61644a70c6fc4 Gitlab: #23
-
- 08 Feb, 2019 1 commit
-
-
Kateryna Kostiuk authored
- do not set bootstrap server from client - do not set default profile name Change-Id: Id9f0945dcd6ab7a996f32c2206080367c8bc7137
-
- 07 Feb, 2019 1 commit
-
-
Kateryna Kostiuk authored
Save registered name in the user defaults, so it as always available if registration was successful. Change-Id: I973c424071894dd77c731edecd0f184241877c16
-
- 06 Feb, 2019 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: I54b94d2d2361cf8d0a02eb7bf0470574be30c71c
-
- 01 Feb, 2019 1 commit
-
-
Kateryna Kostiuk authored
- save registered name for new account - refactor account creation to support multiple accounts this patch include changes from Romain Bertozzi <romain.bertozzi@savoirfairelinux.com> patches: https://gerrit-ring.savoirfairelinux.com/c/ring-client-ios/+/8661 and https://gerrit-ring.savoirfairelinux.com/c/ring-client-ios/+/8666 Change-Id: I5a827f0215f820eddfde5c4e90f76713670695b2 Gitlab: #24
-
- 18 Jan, 2019 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: I04b22585342725c8a574679668ae7a53d7b7bd95
-
- 16 Jan, 2019 2 commits
-
-
Kateryna Kostiuk authored
Update avatar photo when contact request is accepted Change-Id: I57deab3beece6ab9b8f6483fc1731d9283c1bd08
-
Kateryna Kostiuk authored
Change-Id: Iee5bc474b8e0962681cb99621ccda11c0bfd4ec7
-
- 15 Jan, 2019 1 commit
-
-
Kateryna Kostiuk authored
-fix warnings -support swift4 -replace deprecated functions Change-Id: I797d1b8078a5d8ad62a93ace3c5a32dd542a82d0
-
- 14 Jan, 2019 1 commit
-
-
Kateryna Kostiuk authored
Enable notifications by default when link device to an existing account. Change-Id: Iec620f9571e6c652a9963f1f7b09fc749f917101
-
- 11 Jan, 2019 1 commit
-
-
Kateryna Kostiuk authored
fix possible crash during call Change-Id: Ib4080890da79bba975f6c2cecb3ffcd31a7de732
-
- 03 Jan, 2019 1 commit
-
-
Kateryna Kostiuk authored
Accept small files automatically at any application state. Change-Id: I36a627809d7075aa79d4f9cad1aa6b97bc995f52
-
- 02 Jan, 2019 1 commit
-
-
Sébastien Blin authored
Change-Id: If970491718471e60a9133732582e9319347b6125
-
- 19 Dec, 2018 2 commits
-
-
Kateryna Kostiuk authored
Taking picture will override video quality. This patch ensure video quality before start capturing session. Change-Id: I818ff8eb714bb6f25887d5e7d0fcbec202cd7801
-
ethan authored
Change-Id: I17b1b1094f29824166e268793409dd5d69dc481e Reviewed-by: Kateryna Kostiuk<kateryna.kostiuk@savoirfairelinux.com>
-
- 14 Dec, 2018 3 commits
-
-
Quentin Muret authored
Change-Id: I76f36b55be4da30a86fc75524f4785afdf52d5a8
-
Andreas Traczyk authored
Change-Id: I19374403a875b0863a58788357120229458ae913
-
Quentin Muret authored
- change the Ring app icon to Jami app icon - change app colors - rename all colors with jami - change all Ring occurrences to Jami for English and French localizables strings - change the size and police of all pages titles - make the QR code icons change dynamically according to the colors of the app Change-Id: If415fdf30232b3fe5d5e272546a24ab32fc54464 Reviewed-by: Kateryna Kostiuk<kateryna.kostiuk@savoirfairelinux.com>
-
- 13 Dec, 2018 1 commit
-
-
Quentin Muret authored
- refactor UI / UX - New launchScreen - add enable notification switch (on by default) - add encrypt my local account switch (off by default) - manage correctly the bottom offset of the scroll view (when the keyboard is shown or dismissed) - we can now dismiss the keyboard when tipping outside and scroll it manually - adapt the UI for all devices - the UI texts are now changing dynamically regarding the language of the device Change-Id: I4fecb7bc5bfda5585ce7a4c83ad3a64a2e6b246c Reviewed-by: Kateryna Kostiuk<kateryna.kostiuk@savoirfairelinux.com>
-
- 07 Dec, 2018 1 commit
-
-
Quentin Muret authored
- replace the registered name display by the display name if exist - bigger hang up button - change the switch camera button image - hide the switch audio button for iPad Audio calls: - change the background color to white during connecting, ringing and current call state - change buttons, texts, and status bar color to gray - change the pulse animation color to ring color - add a fade-in animation for the duration label and buttons container appearance - hide the switch camera and mute video buttons - remove the info and buttons containers backgrounds Video calls: - change the background to captured video with white blur effect during connecting, ringing and pause call state - change buttons, texts, and status bar color to white - change the background of the info and buttons containers to transparent blur effect - add an activity indicator view when loading the video of the interlocutor - add a fade-in animation for the info and buttons container appearance - change the time of disappearance of the info and buttons containers to 7 seconds - add animation for the captured video vignette appearance - add rounded corners to the captured video vignette Change-Id: I37b634782e3ea5f5eb2afd1f8f1809924435e445 Reviewed-by: Kateryna Kostiuk<kateryna.kostiuk@savoirfairelinux.com>
-