Guillaume BIENKOWSKI
d9c51e4854
Use named background task when possible
2014-07-10 14:28:02 +02:00
Guillaume BIENKOWSKI
7467caa879
Progress commit on message file transfer:
...
- upload and download works,
- download only works for runtime messages. Messages pulled from DB will make belle-sip crash
- can't cancel the transfer for the moment (waiting for API to fix that)
2014-07-10 14:27:48 +02:00
Guillaume BIENKOWSKI
831a7f222f
Add helper functions for Logging
2014-07-10 14:24:15 +02:00
Guillaume BIENKOWSKI
77dfa1c6b3
Added block-based UIAlertview handler. This will ease development
2014-07-10 14:11:46 +02:00
Guillaume BIENKOWSKI
e6045a2c60
Removed / corrected code spotted by static analysis
2014-07-10 13:31:50 +02:00
Guillaume BIENKOWSKI
2f79d21588
Merge branch 'master' into dev_sendmsg
2014-07-08 16:14:42 +02:00
Guillaume BIENKOWSKI
862a6dee1b
Fix no network on push received
2014-07-08 11:50:03 +02:00
Guillaume BIENKOWSKI
19ba5d5ddf
Fix the contact view in landscape for ipad
2014-07-07 16:15:15 +02:00
Guillaume BIENKOWSKI
1fec7d8a5c
Fix Call cell discrepancies on iOS6. This is a strange fix, because no inset seems to be set but the content view is 10 px smaller
2014-07-07 12:17:48 +02:00
Guillaume BIENKOWSKI
c8d293fded
Fix contact list size
2014-07-07 11:43:30 +02:00
Guillaume BIENKOWSKI
a0f724ceab
Dont bother me with subproject updates, thanks
2014-07-07 10:31:29 +02:00
Guillaume BIENKOWSKI
12fc7dcf6b
Don't animate the UICall cell when no animation is wanted
2014-07-04 12:51:30 +02:00
Guillaume BIENKOWSKI
966f8dc9a2
Don't re-enable the speaker in video if the user disabled it. This can happen when there's an ICE reinvite.
2014-07-04 12:31:17 +02:00
Guillaume BIENKOWSKI
ea5bb01d70
Handle bad proxy configuration with error messages
2014-07-04 12:30:44 +02:00
Guillaume BIENKOWSKI
92defb9ca3
Null check
2014-07-04 10:59:49 +02:00
Guillaume BIENKOWSKI
ee3b842abc
Fix contact address label in contact details view for when it is unknown.
2014-07-03 15:47:10 +02:00
Guillaume BIENKOWSKI
6caf717b59
Incomplete image transfert evolution
2014-07-03 14:44:42 +02:00
Guillaume BIENKOWSKI
03b8d2b357
Fix data detector leaking into reused cells in chat view
2014-07-01 16:12:01 +02:00
Guillaume BIENKOWSKI
0e49bd4e7c
Fix the status bar color in a better fashion.
2014-07-01 14:55:45 +02:00
Guillaume BIENKOWSKI
44995825d7
French translation of Call History shortened
2014-07-01 14:55:45 +02:00
Guillaume BIENKOWSKI
9e291c267f
Fix french translation of download bandwidth
2014-07-01 14:55:45 +02:00
Guillaume BIENKOWSKI
759b7d071b
Move address field a bit to the center. Also, shorten the translations so that it is entirely written
2014-06-30 09:55:24 +02:00
Guillaume BIENKOWSKI
ec2b97b02a
Remove unneeded active wait loop
2014-06-30 09:55:24 +02:00
Guillaume BIENKOWSKI
1a7c27e609
Fix XIB button sometimes disabled with xcode compilation
2014-06-30 09:55:24 +02:00
Guillaume BIENKOWSKI
c6f41b3d72
Call migrate_to_multitransport at start
2014-06-30 09:55:24 +02:00
Simon Morlat
874eb9e62a
fix UICamSwitch button broken
2014-06-24 17:54:36 +02:00
Guillaume BIENKOWSKI
fddd08f040
Change the avpf enabled function prototype
2014-06-12 14:07:24 +02:00
Guillaume BIENKOWSKI
c280553618
Remove unused code path
2014-06-12 12:08:10 +02:00
Guillaume BIENKOWSKI
6ba957dbcb
Add AVPF setting in the Proxy config section.
...
Also setup a migration for linphone.org accounts
2014-06-12 11:33:35 +02:00
Guillaume BIENKOWSKI
4410655111
Only hide the volume view when the InCall view appears and until further call updates arrive.
2014-06-10 17:33:57 +02:00
Guillaume BIENKOWSKI
44ce362ca7
Migration procedure for asset images that were stored in the url / message field
2014-06-03 18:45:10 +02:00
Guillaume BIENKOWSKI
8ebecf0085
DOn't release image when it's a fake property!
2014-06-03 18:43:13 +02:00
Guillaume BIENKOWSKI
1f8d455e77
Use app-data storage in Chat messages for image path storage.
...
Implemented with a JSON dictionary for subsequent evolution.
2014-06-03 18:09:33 +02:00
Guillaume BIENKOWSKI
0a13933902
Removed unused (?) background in xibs. They were 2000px large and seemed to be unused.
2014-06-03 10:50:14 +02:00
Guillaume BIENKOWSKI
28203c5216
Revert fullscreen when coming back from call view
2014-06-02 17:05:55 +02:00
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