- 15 Aug, 2019 1 commit
-
-
Kateryna Kostiuk authored
- fix navigation to video call - fix audio Change-Id: I373d34ff920c59929f4b816d17bd113e820ed816
-
- 12 Aug, 2019 1 commit
-
-
Kateryna Kostiuk authored
This reverts commit 4e2fde62. Change-Id: Icb30b386fc8563c615248d9b11052b0ed5727bbb
-
- 30 Jul, 2019 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: Ie2a8381a7c827a48eaf33b7859bee640630a521a
-
- 25 Jul, 2019 1 commit
-
-
Kateryna Kostiuk authored
- use Call Kit for incoming call screen - add Jami calls to recent call list - start Jami call from recent call list Change-Id: I6ee9bb75ddf7c23c1ff15fca904055bceba1b7ba
-
- 05 Jun, 2019 1 commit
-
-
Kateryna Kostiuk authored
Support iOS 12.2 and convert to swift5 syntax. Also this patch removes framework Chameleon. Change-Id: I4135c87b14c9c04dff86c3e7eede33162bb8ca34
-
- 03 May, 2019 1 commit
-
-
Kateryna Kostiuk authored
- display call screen instead of alert for incoming call - add option to navigate to call screen from smart list - add searching status Change-Id: I87ce18275038d8142f2c2826b976bb81648b74c3
-
- 01 May, 2019 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: Id2b0d55ff49be34ba8cc1f91529a326940d7fb5d Gitlab: #41
-
- 22 Apr, 2019 1 commit
-
-
Kateryna Kostiuk authored
Keep cancel button in the middle Change-Id: I80202d386e607464c8cb0762aa4f5a94ac9d1106
-
- 16 Apr, 2019 1 commit
-
-
Kateryna Kostiuk authored
Keep call options visible unless screen is tapped Change-Id: Ie5a3dd80e08d656c9315a86c6eb3853a0fe91fcd
-
- 15 Apr, 2019 1 commit
-
-
Kateryna Kostiuk authored
Replace force unwrap to prevent possible crashes. Change-Id: I98ca63608fe814242f1b473e84b652418696d568
-
- 12 Apr, 2019 1 commit
-
-
Kateryna Kostiuk authored
Set video quality to 1280x720 when using hardware acceleration. Change-Id: I2931a88215baac0a74b52bef35781865ad31d357
-
- 29 Mar, 2019 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: I1af53252c214742bc23093c90a36ad4f4d09b9f7
-
- 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 1 commit
-
-
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
-
- 22 Feb, 2019 1 commit
-
-
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
-
- 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
-
- 15 Jan, 2019 1 commit
-
-
Kateryna Kostiuk authored
-fix warnings -support swift4 -replace deprecated functions Change-Id: I797d1b8078a5d8ad62a93ace3c5a32dd542a82d0
-
- 04 Jan, 2019 2 commits
-
-
Kateryna Kostiuk authored
Ensure that audio output for video call is loudspeaker Change-Id: I86e78e02d03f10238557eca83318e04636b0031a
-
Kateryna Kostiuk authored
Do not hide change to speakerphone button on outgoing calls Change-Id: I48f7f797ca1158f2947689b1f474a06694e926fb
-
- 03 Jan, 2019 2 commits
-
-
Kateryna Kostiuk authored
Change-Id: I9bb1e61434ca1197d14cf98571501b703a0aacb5
-
Kateryna Kostiuk authored
Change-Id: Iaf63238500c7e1d26b1fd929b2704fb55f97529e
-
- 02 Jan, 2019 1 commit
-
-
Sébastien Blin authored
Change-Id: If970491718471e60a9133732582e9319347b6125
-
- 17 Dec, 2018 1 commit
-
-
Kateryna Kostiuk authored
fix memory leak related to call widgets and call model Change-Id: Icd0f86cc4045deffb1decd88bc88c63bbe890d13
-
- 14 Dec, 2018 2 commits
-
-
Quentin Muret authored
Change-Id: I76f36b55be4da30a86fc75524f4785afdf52d5a8
-
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 - name edition: automatic capitalization for words - add an animation that incites the users to add an avatar - we can now dismiss the keyboard when tipping outside - the UI texts are now changing dynamically regarding the language of the device Change-Id: Ibd7b96bad37d952a297f2d1605295cac83edcc47 Reviewed-by: Kateryna Kostiuk<kateryna.kostiuk@savoirfairelinux.com>
-
- 11 Dec, 2018 3 commits
-
-
Quentin Muret authored
Add the possibility to hide the video thumbnail by swiped or tapped on it. Change-Id: I2f73511fd20935132c280be6565fcf4ef17f45e6 Reviewed-by: Kateryna Kostiuk<kateryna.kostiuk@savoirfairelinux.com>
-
Quentin Muret authored
Change-Id: If9b62eb6ef8be4186e621ebaa7ec3e5bedcfa05f Reviewed-by: Kateryna Kostiuk<kateryna.kostiuk@savoirfairelinux.com>
-
Quentin Muret authored
- improve UI / UX: the view has been refactored - add UIDevice extension allowing to know if the device has a notch or not - doesn't show hours of the duration label when the call is under 1 hour - management of the screen orientation for both audio and video calls - the Name Label is showing bigger and the Duration label is showing smaller - the UI has been adapted to the size of the iPhone 5 - fix the bug concerning the disappearance of the info and buttons containers - show the Ring ID when the display name doesn't exist Change-Id: I78203660603e451a2b088a3fcad1e64bbbe4f8e0 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>
-
- 05 Sep, 2018 1 commit
-
-
Quentin Muret authored
- also rename unknow state to connecting state Change-Id: Ie461de18e029c46d1004f76799f3e8e74f0d9046 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 07 Aug, 2018 1 commit
-
-
Andreas Traczyk authored
- sets current device orientation when call state transitions to current - prevents redundant orientation state changes from triggering SDP renegotiation Change-Id: Ie5a61c3dd0629f8db535f18cac27c3437df05131
-
- 23 Mar, 2018 1 commit
-
-
Kateryna Kostiuk authored
This patch ensures that objects used in closures were not deallocated. Change-Id: Ic8426db0dac3e75d4009587acece236c53ac9f4a Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 21 Mar, 2018 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: I974a02b3038b1b67569e54d3e61a640b301fad7c Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 20 Mar, 2018 1 commit
-
-
Andreas Traczyk authored
Change-Id: If5e224fedf0f4447eebff3753961a019118395b7 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-
- 02 Mar, 2018 1 commit
-
-
Andreas Traczyk authored
- Removes samplerate hack which fixed input but exposed requirement for output downsampling in the event of an core layer samplerate reduction. The audio session instance allows bluetooth after the daemon initializes, allowing the input samplerate to be correctly fetched. - Sets the audio device to speakerphone or headset at app init and when a call is terminated so the ringtone can be heard. Change-Id: I99ebaca55dfd7295801626b8fa4f64ea24a5abb8 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- 23 Feb, 2018 2 commits
-
-
Andreas Traczyk authored
- moves the changing of the status bar color from viewDidLoad to viewWillAppear to avoid bugs when unstacking view controllers Change-Id: I72e892fd20bd5b8b704d4d45ebe636a790e821e8 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
Kateryna Kostiuk authored
Change-Id: I00e5f799bf2803a8cb9239722d954cfd1ca4f539
-
- 22 Feb, 2018 1 commit
-
-
Kateryna Kostiuk authored
Change-Id: I6ab8a32699b5cce41d565589efa47b63bfecb3be
-
- 20 Feb, 2018 1 commit
-
-
Kateryna Kostiuk authored
Fix race condition when buttons were hidden after pausing call. Change-Id: I5f38427b5bb19de3ead46cc5b0158716a942f6b3 Reviewed-by:
Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
-