Граф коммитов

107 Коммитов

Автор SHA1 Сообщение Дата
Paul Betts ff20429874 Fix up license URL 2013-12-19 12:17:51 -08:00
Paul Betts 8f729d8135 Merge pull request #28 from paulcbetts/clean-up-cancellation
Clean up cancellation
2013-12-19 12:14:25 -08:00
Paul Betts aa180ed031 Add a NuSpec file and a make command to create a NuGet package 2013-12-19 11:54:56 -08:00
Paul Betts 7a11d8d5d9 Add NuGet EXEs 2013-12-19 11:41:32 -08:00
Paul Betts 1fe664d04a WHY IS THIS NOT THE DEFAULT OMFG 2013-12-19 11:31:24 -08:00
Paul Betts 49ca6756f2 Cancel our tasks early if we get the chance 2013-12-19 11:23:48 -08:00
Paul Betts e2d070fbf5 Use ThrowIfCancellationRequested 2013-12-19 11:17:55 -08:00
Paul Betts c7839b04f1 Merge pull request #24 from paulcbetts/sync-reads-ios
Ensure no concurrent access to NSMutableData
2013-12-05 01:59:31 -08:00
Paul Betts 7e06c96130 Ensure no concurrent access to NSMutableData
I'm pretty sure that this is a bug in Xamarin.iOS because we never write to
the NSMutableData, but just for funsies, synchronize access to the underlying
stream. Fixes #22, maybe.
2013-12-05 09:55:43 +00:00
Paul Betts c201b01a38 Ensure we don't touch rq.OutputStream on the UI thread. Fixes #19 2013-11-15 13:23:06 -08:00
Michael Ridland 1f00532a05 Fixed issue with empty request body 2013-11-15 13:15:16 -08:00
Paul Betts fa0b2083be Merge pull request #18 from pupitetris/rm-xamarin-branding
Remove xamarin branding
2013-11-10 17:08:15 -08:00
Arturo Espinosa ebeb6c2fc4 Removed branding from default images. 2013-11-10 16:59:28 -06:00
Arturo Espinosa 13dd483bd0 Changed all sample icons to the component's icons.
This is to remove the xamarin branding per component reviewer's request.
2013-11-10 16:59:13 -06:00
Paul Betts ba8d94af97 Update README.md 2013-11-07 20:27:17 -08:00
Paul Betts f057385051 Merge pull request #17 from rid00z/master
add mvvmcross doco
2013-11-07 20:25:58 -08:00
Michael Ridland a6e8bb7ef6 add mvvmcross doco 2013-11-08 15:08:56 +11:00
Paul Betts 4e4d9bfa7a Update README.md 2013-11-05 15:41:37 -08:00
Paul Betts fd85e74d2f Version Bump to 1.0.1 2013-11-04 09:30:08 -08:00
Paul Betts e36745961d Merge pull request #16 from pupitetris/add-internet-to-sample
Add Internet permission to HttpClient sample too.
2013-11-04 08:59:52 -08:00
Arturo Espinosa bbe5511dda Add Internet permission to HttpClient sample too.
This will make it work under Release profile, avoiding an exception
when sending a request with okhttp.
2013-11-04 10:36:29 -06:00
Paul Betts 14811a2476 We need the INTERNET permission 2013-11-01 16:49:32 -07:00
Paul Betts 9b4289dc78 Merge pull request #13 from SeeD-Seifer/master
Fixed determination of WebException
2013-10-31 10:36:19 -07:00
Seifer 316138c8ae Fixed determination of WebException 2013-10-31 13:27:01 +02:00
Paul Betts 3431384974 78-characters for lyfe 2013-10-30 23:23:10 -07:00
Paul Betts a7564af630 Version bump to 1.0.0 2013-10-30 23:22:19 -07:00
Paul Betts d4d0469df8 Merge remote-tracking branch 'origin/pr/12'
Conflicts:
	component/Makefile
	component/xamarin-component.exe
2013-10-30 23:17:41 -07:00
Paul Betts cf70516dc6 Merge pull request #11 from paulcbetts/cancellation
Correctly handle cancellation and returning once headers are ready
2013-10-30 23:14:02 -07:00
Paul Betts 9317ec382a Add a super big download to test on iOS 2013-10-30 23:11:57 -07:00
Paul Betts 0c22b4b852 Enable proper cancellation if the HttpContent is disposed 2013-10-30 23:11:38 -07:00
Paul Betts 2b7e9a7718 Attempt to clean up cancelation on iOS 2013-10-30 22:56:17 -07:00
Paul Betts ed335af7fe Add MD5 sum to iOS Playground 2013-10-30 22:50:37 -07:00
Paul Betts b42c7536c4 Refactor ConcatenatingStream into its own file, finally 2013-10-30 22:50:05 -07:00
Paul Betts 65d06d523f Add the MD5 sum to Playground 2013-10-30 22:37:29 -07:00
Paul Betts 511ffff5d2 Ugh, this mostly works 2013-10-30 22:36:51 -07:00
Paul Betts 6ed85f089c Attempt to shut everything down when the HttpContent stream gets disposed 2013-10-30 21:38:11 -07:00
Arturo Espinosa 2560421524 Added separate patch target for easier debugging. 2013-10-30 15:25:50 -06:00
Arturo Espinosa 9155f7e4f6 components/Makefile: only do vendor target if it is necessary. 2013-10-30 15:20:44 -06:00
Arturo Espinosa b76803478f Ignore build directory. 2013-10-30 15:03:35 -06:00
Arturo Espinosa 947b3f4762 Set the background of the results view controller to white to avoid any black patches. 2013-10-30 15:02:35 -06:00
Arturo Espinosa 97fcc52acd Set the minimum SDK for the sample to Froyo (2.2). 2013-10-30 15:01:46 -06:00
Arturo Espinosa 8c1b508562 Explicitly build for armeabi and armeabi-v7a architectures. 2013-10-30 15:01:16 -06:00
Arturo Espinosa 247a3fddd4 Ignore Xamarin Component files. 2013-10-30 15:00:40 -06:00
Paul Betts a5b9df226d Fix bugs, cancelation still mostly doesn't work :-/ 2013-10-26 17:59:33 -07:00
Paul Betts 4eb852d1cc Start to hack up AFNetworkingHandler to support early completion
EndOfStream is completely wrong and borked
2013-10-26 17:44:48 -07:00
Paul Betts 96e3a3568d Fix multiple action wireups 2013-10-26 17:31:42 -07:00
Paul Betts 17b0f0de24 Abuse our existing stream wrapper some more 2013-10-26 17:31:26 -07:00
Paul Betts 2d88b64a52 Grumble 2013-10-26 16:51:32 -07:00
Paul Betts 3d7677f049 Add iOS Playground 2013-10-26 16:48:47 -07:00
Paul Betts ae8d34b482 Clean up code and add note about Mono bug 2013-10-26 16:14:33 -07:00