summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android.FormsViewGroup
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23[android] fix binding warnings from FormsViewGroup (#1117)Jonathan Peppers1-0/+1
Building Xamarin.Forms gives warnings such as: ``` BINDINGSGENERATOR (0, 0) BINDINGSGENERATOR(0,0): Warning BG8800: Unknown parameter type System.Xml.XmlReader in method CreateFromXml in managed type Android.Content.Res.ColorStateList. BINDINGSGENERATOR (0, 0) BINDINGSGENERATOR(0,0): Warning BG8800: Unknown parameter type System.Xml.XmlReader in method CreateFromXml in managed type Android.Content.Res.ColorStateList. BINDINGSGENERATOR (0, 0) BINDINGSGENERATOR(0,0): Warning BG8800: Unknown parameter type System.Xml.XmlReader in method ParseBundleExtras in managed type Android.Content.Res.Resources. BINDINGSGENERATOR (0, 0) BINDINGSGENERATOR(0,0): Warning BG8800: Unknown parameter type System.Xml.XmlReader in method CreateFromXml in managed type Android.Graphics.Drawables.Drawable. ``` For now you can just add a reference to System.Xml to fix this.
2017-09-27[Android]Ignore warningRui Marinho1-0/+1
2017-08-01[Android] Update Android warnings to ignore for now (#1076)Rui Marinho1-0/+1
2017-04-06Android fastrenderers (#845)Rui Marinho1-0/+0
* Obsolete IVisualElementRenderer.ViewGroup in favor of .View * Fix NRE * Changing TContainer in PlatformEffect to View * Fix "View" type * new VisualElementRenderer * First attempt at a fast(er) button renderer * Fast Label Renderer * Let's try that again. Behold: Label Fast Renderer * Move FrameRenderer into Fast Renderers * Fix Disposable on VisualElementRenderer * Simplify touch and click handlers * Drop empty if clause * [Android] Add initial Image fast renderer * Split accessibility out to a separate helper class; fix tapgesture bug with label * [Android] Small fixes to VisualElementRenderer * Move accessiblity stuff to a separate class (which needs a good name) * Prevent query from looking to parent for fast renderers * [Android] ImageRenderer refactoring * Fix elevation/z-index bugs with Button (e.g., 40173) * Move SetLabeledBy to Accessibilitizer * Un-break automation IDs for Labels * Move gesture handling to its own class * Split gesture and effect management into separate classes * Remove unneeded packager from LabelRenderer * LabelRenderer inherits from FormsTextView * Batch updates to View * Fix isOnParentRenderer check for non-Android platforms * [Controls] Update Xamarin.Forms.ControlGallery.iOS.csproj * [Android,IOS] Small fixes to rebase and use of Internals * [Android] Ignroe warning for now * Fast renderers now passing InputTransparent and IsEnabled tests * Fast and legacy renderers now pass the Enabled and InputTransparent tests * Change PlatformEffect back, default container to null * Fix mangled using directives
2016-09-30Set AndroidCodeGenTarget to XAJavaInterop1 (#404)E.Z. Hart1-0/+3
2016-09-18[Controls] Update Insights and UITest packages and fix warnings (#361)Rui Marinho1-0/+1
* [Controls] Update Insights and UITest packages * Update Xamarin.Forms.Platform.Android (Forwarders).csproj
2016-04-06Warnings as Errors in product projectskingces951-0/+3
2016-03-22Initial importJason Smith4-0/+93