Commit graph

62 commits

Author SHA1 Message Date
Gautier Pelloux-Prayer
50ad17e7bc ChatRoomViewController.m: call linphone_send_message only after having added the message to the list to avoid error log 2015-09-21 11:01:56 +02:00
Gautier Pelloux-Prayer
d55cc1b93a UIChatRoomCell: click anywhere in the chat bubble to resend text, not only the tiny date and/or delivery status image 2015-09-02 10:54:00 +02:00
Gautier Pelloux-Prayer
535f9aa9fa UIChatRoomCell: remove file transfer in case of error 2015-07-15 14:39:39 +02:00
Gautier Pelloux-Prayer
540a47a53a clangformat: reformat all code style convention defined in .clang-format 2015-07-09 11:50:14 +02:00
Gautier Pelloux-Prayer
8439dab45a LinphoneUITester: should fix last issues... maybe? 2015-07-08 16:13:28 +02:00
Gautier Pelloux-Prayer
1689b30026 LinphoneUITester: fix broken UI tests and reorder tests in execution order (eg alphabetical) 2015-07-07 14:08:00 +02:00
Gautier Pelloux-Prayer
87b185f907 Filetransfer: temporary fix to display all upload photos in simultanous upload 2015-07-02 13:53:59 +02:00
Gautier Pelloux-Prayer
9d000cdfb9 Chat: fix message state icon by reworking file transfer a bit and add simultanous uploads/downloads tests 2015-06-26 15:20:18 +02:00
Gautier Pelloux-Prayer
9a0f9a649d FileTransfer: remove some debug code and fix camera upload too 2015-06-15 16:32:48 +02:00
Gautier Pelloux-Prayer
06375f58af filetransfer: rework file transfer to use latest API 2015-06-15 15:46:26 +02:00
Gautier Pelloux-Prayer
6637fc2127 Merge remote-tracking branch 'origin/dev_sendmsg' 2015-06-09 17:59:43 +02:00
Guillaume BIENKOWSKI
b6d8afe22e Migrate to ARC \o/ 2015-06-02 11:54:48 +02:00
Gautier Pelloux-Prayer
aefc92a0dd logging: everyone use LOGx functions to log 2015-04-17 11:33:29 +02:00
Guillaume BIENKOWSKI
5149a6d890 Some accessibility fixes in Chat room 2015-01-17 23:00:34 +01:00
Guillaume BIENKOWSKI
611148162f Tentative fix for the bad chat cells that we see on iphone 6: we now use the "standard" iOS 9-patch equivalent 2014-11-26 16:00:10 +01:00
Gautier Pelloux-Prayer
1b0737d139 Clean some warnings generated by xcode 2014-10-28 12:20:55 +01:00
Guillaume BIENKOWSKI
b4e18d46ce Fix crash when the received message is invalid UTF8 2014-10-27 12:22:41 +01: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
e6045a2c60 Removed / corrected code spotted by static analysis 2014-07-10 13:31:50 +02:00
Guillaume BIENKOWSKI
92defb9ca3 Null check 2014-07-04 10:59:49 +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
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
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
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
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
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
Guillaume BIENKOWSKI
a63542cd03 - Allow to resend a message that's not delivered correctly
- Allow select-all on uitextviews
2014-03-05 14:16:01 +01:00
Guillaume BIENKOWSKI
7be6bace3a Another shot at better layout of chat cells. 2013-11-13 16:03:19 +01:00
Guillaume BIENKOWSKI
8018d3487b Add margin in ChatRoom cell handling, to fix a line-breaking problem. 2013-11-07 17:36:11 +01:00
Guillaume BIENKOWSKI
817f9c35b6 Adjust chat cell size for iOS7 compatibility. 2013-10-02 14:05:57 +02:00
Guillaume BIENKOWSKI
1d082b4f63 Migrate from deprecated UITextAlign* to NSTextAlign* 2013-10-02 12:33:58 +02:00
Guillaume BIENKOWSKI
929aa2fac3 Fix iOS7 introducing new sub-widgets in the widget tree, which broke a whole lot of 'superview' calls. 2013-10-02 09:27:44 +02:00
Jehan Monnier
2e20371b19 fix REAME + case where message delivery display is wrong 2013-07-09 14:57:14 +02:00
Yann Diorcet
650ff361ae Improve avatar loading 2012-12-03 15:55:10 +01:00
Yann Diorcet
338401daf0 Fix conference header
Fix UIImage performance issues
2012-10-02 12:22:18 +02:00
Yann Diorcet
5efffe86e3 Fix UITextView bug 2012-09-26 12:17:12 +02:00
Yann Diorcet
6a2d236af1 Add zoom and scroll on image viewer 2012-09-25 18:08:14 +02:00
Yann Diorcet
79b6fa8862 Fix Chat image loading/lag
Fix contact remove avatar
Fix orientation issue
Fix bug in fastaddressbook
Improve call cell animation
2012-09-25 16:14:45 +02:00
Yann Diorcet
ca1f634bdb Fix chat progress bar for iOS4
Fix chat scroll
Fix status bar with image picker
2012-09-24 15:28:25 +02:00
Yann Diorcet
995857ba92 Improve chat 2012-09-24 11:37:21 +02:00
Yann Diorcet
63a4c8a38c Improve UI 2012-09-20 18:43:39 +02:00
Yann Diorcet
29ea5d04fb Fix Chat room 2012-09-18 17:49:53 +02:00
Yann Diorcet
e7d3c6a0d9 Add settings for wizard
Fix xibs
2012-09-18 17:27:34 +02:00
Yann Diorcet
4accca8b3a Add Image in chat 2012-09-18 16:52:52 +02:00
Yann Diorcet
840942ca3a ChatRoom: Fix delete 2012-09-13 18:06:29 +02:00
Yann Diorcet
3825786412 Add image in chat message 2012-09-13 17:19:31 +02:00
Yann Diorcet
223e44c862 Fix Chat screen rotation
Small fixes
2012-09-10 14:27:18 +02:00