summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/Cells
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23Fix context action/tap gesture conflict when tap gesture is on nested view ↵E.Z. Hart1-1/+7
(#1154)
2017-09-15[Android] Restore pinch gestures and fix listview item selection (#1135)E.Z. Hart1-8/+112
* Repro * Fail test if tap command is executed more than once. * Update error message * Handle context actions and taps without breaking selection * Fix 58833 test * Prevent InnerGestureListener from swallowing clicks and preventing selection * Repro for 57515 * Add gestures category to appropriate tests * Test notes * Restore the tap gesture handling * Better test name * Simplify InnerGestureListener constructor; handle OnDown only if listening * OnInterceptTouchEvent for IsEnabled handling * Fix incorrect class filter in TapGestureHandler * Restore MotionEventHelper * Add IsEnabled check on OnTouchEvent * Reinstate pinch gestures * Checkpoint (trying to figure out how to handle button elevation) * Rip out elevation ordering in DefaultRenderer * Working version of pinch-to-zoom test * Clean up lazy initializers, remove unnecessary members * One fewer Java.Lang.Object * Fix issue number; clean up notes and issue number changes * Remove conditional * Restore correct issue number * Automate all the options for 58833 test * Remove unnecessary automation ID * Formatting cleanup; reinstate gesture detector dispose checks * Updating Xamarin UI test version to avoid iOS crashes; update test to open iOS context actions * Attempting to get 58833 test running on all iOS versions
2017-06-22Allow Context Actions on ViewCells with TapGestures (#985)E.Z. Hart1-0/+11
* Repro * Allow context menu actions on ViewCells with tap gestures * Make context menu test work for iOS * Make the ActivateContextMenu option work for items with small text
2017-05-19Use TextViewCompat to so API <23 handle setTextAppearance correctly (#910)E.Z. Hart2-3/+5
2017-04-06Fix NRE when RecycleElement is on and list is scrolled quickly (#856)E.Z. Hart1-6/+0
2017-04-06Android fastrenderers (#845)Rui Marinho1-4/+4
* 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
2017-03-03Throw exception when ViewCell View is null (#752)Jimmy Garrido1-0/+4
2017-02-22add support for view cellsAdrian Knight1-4/+6
2017-02-17Add missing virtual keywordsE.Z. Hart1-1/+1
2017-02-17Add localized listener for Android numeric inputE.Z. Hart1-1/+17
2016-08-30Fix memory leak caused by BaseCellView and RendererHolder (#311)E.Z. Hart2-7/+32
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts6-8/+13
* Prep Cell & friends for removal of InternalsVisibleTo Includes: - Cell - EntryCell - ListView - MenuItem - TableView - ViewCell - Toolbar Moved extensions to Internal & removed TPH * Update docs * [Controls] Ignore Issue2411 on iOS <9 * [Controls] Formatting for Issue2411
2016-04-18Use style resources when calling SetTextAppearance (#108)E.Z. Hart2-3/+3
* Use style resources in SetTextAppearance calls * Set to styles which match previous defaults
2016-04-12Add compatibility shims to fix warnings; annotate warnings which require (#75)Jason Smith2-22/+10
more thought to fix; Fix a few more warnings VS didn't see fit to raise as errors Adding comments to `pragma warning disable` statements pragma comments Fix typo Set TabletMasterDetailRenderer back to previous version Fix incorrect config access in legacy activity
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro2-0/+16
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-04-07Merge pull request #45 from xamarin/fix-bugzilla25662Samantha Houts1-0/+11
[A] SwitchCell IsEnabled bit now affects the toggle
2016-03-25Reformat using statementsChris King2-7/+7
2016-03-22Initial importJason Smith11-0/+1062