Oystein Bjorke
0eacf93058
Align background color handling in iOS with Android implementation ( #546 )
2015-10-11 12:23:16 +02:00
Oystein Bjorke
614c2e5373
Update Android and iOS nuspecs
2015-10-05 20:14:37 +02:00
Oystein Bjorke
d300f14f47
Fix nuspec dependency versions #607
2015-10-03 21:10:45 +02:00
Oystein Bjorke
831379a578
Rename AssemblyInfo.cs and GlobalAssemblyInfo.cs
2015-09-27 10:40:13 +02:00
cclarke
a14d65ef38
Fixed issue where a tap would transition PanZoomGestureRecognizer to Ended rather than Failed, firing a TouchCompleted for a touch that never started (and interfering with other gesture recognizers that the application might have added, e.g. a UITapGestureRecognizer)
2015-07-31 10:49:39 -07:00
Matthew Leibowitz
ac610a2324
Fix for Xamarin platform NuGets in VS fixes oxyplot/oxyplot#533
2015-07-22 17:27:31 +02:00
Thomas Ibel
401d44bcd2
This PlotModel is already in use by some other PlotView control. ( #497 )
2015-07-01 10:00:25 +02:00
cclarke
620d277303
Fixed TouchesCancelled not removing canceled touches, preventing new touches from being recognized ( #512 ).
2015-06-25 16:17:05 -07:00
Matthew Leibowitz
60e7f088e2
Fixes for the NuSpec so that they can be packaged on Mac OS
2015-06-25 01:59:49 +02:00
cclarke
2974c6e734
Fixed issue where the PanZoomGestureRecognizer was keeping the PlotView from being garbage collected. (also fixed similar issue with event handler in GraphViewController, so that the PlotView change could be observed using the example browser with HeapShot)
2015-06-20 01:54:53 -07:00
Oystein Bjorke
76b6236d5f
Correct output path in iOS nuspec file
2015-04-15 21:37:06 +02:00
Thomas Ibel
0d69134da9
update xamarin packages to use same folders as windows packages
2015-04-11 12:12:42 +02:00
Thomas Ibel
723014a50b
add license and readme to all packages
2015-03-28 10:25:40 +01:00
cclarke
d2feac52a8
PanZoomGestureRecognizer no longer intercepts touches intended for other overlapping views. #400
2015-03-08 19:57:27 -07:00
Oystein Bjorke
692cfbcb7d
iOS/PanZoomGestureRegonizer: Fix StyleCop errors. Link instead of duplicating code.
2015-02-14 11:32:43 +01:00
cclarke
71cf8f3667
Added AllowPinchPastZero property to reduce likelihood of accidental zooming
2015-02-06 00:12:54 -08:00
cclarke
3dd4182c5e
Fixed comments
2015-02-06 00:12:49 -08:00
cclarke
c5b95f846b
Refactored iOS multitouch logic into a custom gesture recognizer.
...
HandleTouchStarted/HandleTouchCompleted are no longer called mid-gesture if the primary finger changes.
ZoomThreshold is now exposed as a property of PlotView.
2015-02-06 00:12:33 -08:00
Oystein Bjorke
b57e6187b6
Correct iOS assembly title
2015-01-26 22:21:20 +01:00
cclarke
dbf59c1767
Issue #338 : Attaching/detaching PlotView/Model in Model setter. (same logic as other platforms have in OnModelChanged)
2015-01-22 21:59:21 -08:00
cclarke
8f9f44fbf0
Issue #336 : Fixed multitouch support mixing up fingers, switching modes mid-gesture, and creating a duplicate touch manipulator. Added a threshold to make it easier to zoom in only the X or Y direction.
...
(also updated the Xamarin.iOS\ExampleBrowser deployment target as required by Xamarin Unified?)
2015-01-22 00:16:51 -08:00
Oystein Bjorke
5de697011c
Improve NuGet package titles and descriptions
2015-01-17 16:43:23 +01:00
Oystein Bjorke
5358be725c
Rename Xamarin based projects and namespaces #327
2015-01-14 23:39:08 +01:00
Oystein Bjorke
ab4af557ad
Fix comments
2014-10-21 22:21:49 +02:00
Oystein Bjorke
4bfa919972
Update Xamarin.Forms projects
2014-10-18 22:24:53 +02:00
Oystein Bjorke
05c7d3564f
Include iOS Unified API build in iOS package
2014-10-18 22:22:08 +02:00
Oystein Bjorke
e5e1a72eed
Fix text rendering bugs for Xamarin.iOS and Xamarin.Mac (Unified APIs)
2014-10-11 09:57:33 +02:00
Oystein Bjorke
75aa8a45f0
Rename iOS render context to CoreGraphicsRenderContext
2014-10-09 23:20:55 +02:00
Oystein Bjorke
2d0f811307
Add support for Xamarin.iOS (Unified API)
2014-10-09 21:41:26 +02:00