summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android
AgeCommit message (Expand)AuthorFilesLines
2017-10-23Fix NRE when background color of button set in FormsApplicationActivity (#1010)E.Z. Hart1-2/+0
2017-10-23Fix border on android buttons (#941)Rui Marinho3-1/+3
2017-10-23Make OnElementPropertyChanged virtual on fast renderers (#870)E.Z. Hart1-1/+1
2017-10-23[Android] Applinks firebase 42 (#1107)Rui Marinho3-38/+65
2017-10-23Prototypical Cell Cache for IsEnabled testing (#1179)kingces951-12/+66
2017-10-23Revert "Prototypical Cell Cache for IsEnabled testing; UITest" (#1156)kingces951-66/+12
2017-10-23[Core, Android] Fix to address the elusive 'Sharing violation on path Propert...dgeller-OUHSC3-26/+32
2017-10-23Prototypical Cell Cache for IsEnabled testing; UITest (#1153)kingces951-12/+66
2017-10-23Fix context action/tap gesture conflict when tap gesture is on nested view (#...E.Z. Hart1-1/+7
2017-10-23remove disallowaddtobackstack (#919)adrianknight892-5/+0
2017-10-23[Android] Make sure to clean the element reference (#1139)Rui Marinho1-1/+3
2017-10-23[C, iOS, Android] LayoutCompression (#1136)Stephane Delcroix3-36/+53
2017-10-23[A] don't fail on android API obsoleted in alphaStephane Delcroix1-0/+4
2017-10-23Enables custom images (especially SVG) through the new IImageSourceHandler to...Softlion (Benjamin Mayrargue)1-0/+5
2017-10-23Add null check to prevent NRE when content changes (#1132)Jimmy Garrido1-1/+1
2017-10-23[Android] Use 24-hour time format on TimePicker text if enabled (#1082)Paul DiPietro1-5/+8
2017-10-23Set time before unfocusing (#1051)Jimmy Garrido1-2/+2
2017-10-18Undo changes meant for 2.5.0Samantha Houts1-30/+14
2017-10-18[Android] Prevent ObjectDisposedExceptions in ListViews with Header/FooterTem...Samantha Houts1-25/+66
2017-10-18[*] Expose the Flags to the Core (#1181)Stephane Delcroix1-0/+1
2017-10-18Clear MainPage renderer if exists after reload (#1200)kingces951-0/+7
2017-10-16[Android] Handle rapid taps when only single-tap recognizer is present (#1188)E.Z. Hart1-2/+22
2017-10-11Checking IsDestroyed before using FragmentManager in Dispose() (#1194)E.Z. Hart2-5/+4
2017-10-09Revert "Fix border on android buttons (#941)" (#1192)Samantha Houts7-180/+159
2017-09-28Prevent Flags/IsInitialized check from crashing Android app on restart (#1151)E.Z. Hart1-0/+9
2017-09-19Use bitwise ops on caching strategy in ListViewAdapter.cs (#1149)kingces951-4/+6
2017-09-15[Android] Hide actionbar when MDP with NavigationPage with hidden NavigationB...Rui Marinho1-0/+5
2017-09-15[Android] Restore pinch gestures and fix listview item selection (#1135)E.Z. Hart20-569/+457
2017-09-15Fix failing UI tests for Android FormsApplicationActivity (#1141)E.Z. Hart2-1/+15
2017-09-14[Android] Fix NRE when page is being disposed (#1118)Rui Marinho1-0/+2
2017-08-29Fix NRE when removing multiple pages in NavigationPageRenderer (#1108)E.Z. Hart1-12/+5
2017-08-29[Android] Restore and obsolete EditorEditText and EntryEditText controls (#1114)E.Z. Hart2-1/+17
2017-08-29[Android] Fix bugzilla58868 (#1106)Rui Marinho1-8/+14
2017-08-15[Android] Eagerly dispose children of ListViews to prevent ObjectDisposed exc...Samantha Houts3-0/+45
2017-08-15[Android] Fix missing shadow on Button fast renderer (#1034)Rui Marinho4-9/+39
2017-08-15Avoid exception when removing a page from navigation during Appearing handler...E.Z. Hart1-1/+0
2017-08-10Add support for backcompat hint flags (#1074)E.Z. Hart9-26/+56
2017-08-10Repro 58406; apply effects to fast renderers on Android (#1077)E.Z. Hart1-0/+4
2017-08-01[Android] Update Android warnings to ignore for now (#1076)Rui Marinho1-2/+1
2017-07-24Disallow scrolling in ScrollView when IsEnabled set to False (#1049)E.Z. Hart1-1/+17
2017-07-24Use correct renderers for pre-AppCompat (#1044)E.Z. Hart1-1/+3
2017-07-24[Android] Prevent ObjectDisposed exceptions on Fast Renderers (#1033)Samantha Houts4-0/+12
2017-07-19[Android] Handle fragment removal inside of the RemovePage method (#1053)E.Z. Hart1-19/+34
2017-07-07Fix accent color for Samsung devices (#1026)Jimmy Garrido1-1/+1
2017-07-06Update FrameRenderer.cs (#1023)woutermeuwis1-3/+1
2017-06-28Add disposed check to EnsureLongClickCancellation (#1016)E.Z. Hart1-0/+5
2017-06-26[Android] Dispose check before setting properties on Button (#1013)Samantha Houts1-27/+37
2017-06-23Fix NRE when background color of button set in FormsApplicationActivity (#1010)E.Z. Hart2-6/+8
2017-06-22Set the Id field for Android Views created by Forms (#1004)E.Z. Hart16-28/+65
2017-06-22Fix possible crash on API 21+ at launch when using Holo theme and FormsApplic...Jimmy Garrido1-10/+14