Guillaume BIENKOWSKI
4fca20ef30
Change how we handle image display in chatroom: the old method would lead to strange leaks. This one uses the asset's facilities to grab a thumbnail and display it instead of generating a scaled version of the full res image.
2014-06-02 12:28:00 +02:00
Guillaume BIENKOWSKI
5ae6a6ac73
Fix address book not updated when creating a new contact
2014-06-02 09:38:28 +02:00
Guillaume BIENKOWSKI
7eb4d18432
Sort chatrooms by most recent message
2014-05-27 17:42:08 +02:00
Guillaume BIENKOWSKI
5bfb19b544
Show error alert when register fails
2014-05-23 16:57:15 +02:00
Guillaume BIENKOWSKI
c9826858e5
Also vibrate on incoming call
2014-05-23 16:29:49 +02:00
Guillaume BIENKOWSKI
8b8d954024
Play vibration sound on incoming message
2014-05-23 16:23:01 +02:00
Guillaume BIENKOWSKI
ca5c5c5d8e
Display a warning when entering the wizard.
2014-05-23 16:07:14 +02:00
Guillaume BIENKOWSKI
8e0bc46556
Scroll to bottom when changing orientation in ChatRoomView
2014-05-23 11:59:20 +02:00
Guillaume BIENKOWSKI
72394dde77
Fix 0001217: bad rendering of chat view after "is-typing" notification.
...
The composing indicator wasn't taken in account when the keyboard was popping up/down.
2014-05-23 11:56:41 +02:00
Guillaume BIENKOWSKI
61fa88cf78
Fix regression in chat bubbles: chat model exposed a special state for incoming messages, whereas the internal linphone storage does not.
2014-05-23 09:44:46 +02:00
Guillaume BIENKOWSKI
08e73ec2d9
Inverted chat bubbles fix, take 2
2014-05-23 09:31:09 +02:00
Guillaume BIENKOWSKI
e7cd7f0761
Fix the inverted chat bubbles
2014-05-23 09:21:40 +02:00
Guillaume BIENKOWSKI
399b01ba40
Auto answer by default when coming from a local notification
2014-05-22 17:26:55 +02:00
Guillaume BIENKOWSKI
515a4a550b
Better fix for empty chat list after attaching picture
2014-05-22 16:36:19 +02:00
Guillaume BIENKOWSKI
6b994368da
Revert "Fix image sending, there is still an issue with the message state. Not sure why."
...
This reverts commit 42199f23dc .
2014-05-22 15:55:19 +02:00
Guillaume BIENKOWSKI
78e1ae145c
Move the message add code after the send.
2014-05-22 15:55:12 +02:00
Guillaume BIENKOWSKI
42199f23dc
Fix image sending, there is still an issue with the message state. Not sure why.
2014-05-22 11:24:18 +02:00
Guillaume BIENKOWSKI
041ab29d08
Fix bad log message
2014-05-21 17:18:28 +02:00
Guillaume BIENKOWSKI
45bf13ecb0
Fix migration: the internal iOS timestamps were stored in UTC, so we just put them in the 'utc' field directly.
...
+ reinitialize the chat db after migration so that all chatrooms are created
2014-05-20 11:22:37 +02:00
Guillaume BIENKOWSKI
b3a819fc4a
Disable logging for now, we'll see how to deal with it later
2014-05-19 16:58:40 +02:00
Guillaume BIENKOWSKI
4a136403b4
First version of internal storage use for iOS
2014-05-19 16:57:52 +02:00
Guillaume BIENKOWSKI
40a69c033c
Fix memory leaks spotted by clang static analysis.
...
Refactored imageSharing to adopt objc conventions: the name of a method returning an allocated object has to contain 'new'
2014-05-14 16:12:59 +02:00
Guillaume BIENKOWSKI
e78e786646
Fix some memleaks and bad behaviors
2014-05-14 15:18:03 +02:00
Guillaume BIENKOWSKI
66cd9e797a
Removed dummy/false references to source code headers. We should be using exclusively the Header paths to include linphone-sdk files.
2014-05-12 14:56:15 +02:00
Simon Morlat
1650e930f1
use new API to set output bitrate of codecs.
2014-05-02 23:24:48 +02:00
Simon Morlat
ba39301ffd
fix start at boot (was broken)
...
protect launching at boot with a background task
and another background task in belle-sip to protect notifications of incoming messages and calls.
2014-04-27 14:49:48 +02:00
Simon Morlat
2eddb8ad81
merge tunnel branch into main branch so that source code is exactly the same in the two branches.
...
The only difference is the presence of the submodules/tunnel .
2014-04-23 09:36:55 +02:00
Simon Morlat
edd0d46291
Merge remote-tracking branch 'public/master' into tunnel
...
Conflicts:
Classes/LinphoneCoreSettingsStore.m
2014-04-22 17:03:25 +02:00
Simon Morlat
b03ebd695f
bugfix again
2014-04-19 14:04:48 +02:00
Simon Morlat
eb077e7bd7
ignore unsollicited push notif (2nd fix)
2014-04-18 21:31:51 +02:00
Simon Morlat
f24bce0b10
prevent parasite remote notification to trigger a network down.
2014-04-18 19:57:22 +02:00
Simon Morlat
7f8237956b
fix crash with NSDate not retained
...
Merge remote-tracking branch 'origin/endlessring'
Conflicts:
Classes/LinphoneManager.h
2014-04-18 19:25:15 +02:00
Simon Morlat
7ebb7541ef
update belle-sip so that background task is started during network operations
...
remove register-waiting background task at UI level
stop the video preview before going to background
remove NSUserDefault usage, everything goes to LpConfig
LinphoneManager has a LpConfig (configDb property) that is used everywhere, regardless of whether the core is started.
2014-04-18 17:46:43 +02:00
Guillaume BIENKOWSKI
c06a7ba562
Merge branch 'master' of git.linphone.org:linphone-iphone into endlessring
...
Conflicts:
README
2014-04-18 17:01:13 +02:00
Guillaume BIENKOWSKI
2553dfe702
Use a short ring and repeat notifications for local notifications.
...
This fixes the endless ringing but also brings along other problems
2014-04-18 16:58:55 +02:00
Christophe Deschamps
0bd6b86f6b
URL handler for remote configuration - linphone-config-http:// & linphone-config-https://
2014-04-17 16:44:38 +02:00
Simon Morlat
02afae59eb
integrate permissive patch of openh264
2014-04-16 11:25:20 +02:00
Simon Morlat
3376388982
Merge remote-tracking branch 'public/master' into tunnel
...
Conflicts:
Classes/LinphoneCoreSettingsStore.m
Classes/LinphoneManager.m
linphone.xcodeproj/project.pbxproj
submodules/build/Makefile
submodules/build/builder-iphone-os.mk
2014-04-14 12:52:00 +02:00
Guillaume BIENKOWSKI
c7cab403e3
Use the remote provisioning path for the wizard, even for 'local' provisioning.
...
This makes the values modified in the wizard_* files applied.
2014-04-07 14:48:15 +02:00
Ghislain MARY
18cb2e2b25
Activate OpenH264 instead of X264.
2014-04-07 11:29:26 +02:00
Guillaume BIENKOWSKI
b79e7ab2aa
Use the wizard rc files correctly for each use case.
2014-04-03 13:56:43 +02:00
Guillaume BIENKOWSKI
6a9c4513e3
Add video size to the call properties
2014-04-03 13:55:57 +02:00
Guillaume BIENKOWSKI
f5d03d7af0
Reworked the wizard views to handle remote provisioning more correctly: we now have a specialized view for it
2014-04-02 16:58:13 +02:00
Guillaume BIENKOWSKI
08d486afa5
Merge branch 'master' into remote
...
Conflicts:
Classes/Base.lproj/WizardViews.xib
Classes/LinphoneCoreSettingsStore.m
Classes/LinphoneManager.m
Classes/PhoneMainView.m
Classes/SettingsViewController.m
Classes/WizardViewController.h
Classes/WizardViewController.m
2014-04-02 15:11:08 +02:00
Guillaume BIENKOWSKI
b75d428b06
Cosmetics: don't call linphone_core_get_config() all the time
2014-04-01 10:40:51 +02:00
Guillaume BIENKOWSKI
59db8330f2
Update random port preference in lpconfig
2014-04-01 10:38:18 +02:00
Guillaume BIENKOWSKI
bb59a61e71
Switch to multi protocol from branch remote
2014-03-31 16:28:46 +02:00
Guillaume BIENKOWSKI
d1cb692efa
Progress commit: switching to multitransport
2014-03-25 09:03:56 +01:00
Guillaume BIENKOWSKI
d78e097bf6
Possible fix for volume windows appearing when placing a call
2014-03-21 16:03:42 +01:00
Guillaume BIENKOWSKI
a18df81193
Revert "First functional version of remote provisioning"
...
This reverts commit 912ca99436 .
2014-03-21 11:19:15 +01:00