summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-22[Android] Remove the ". " on empty labels (Accessibility) on Fastrenderers (#...Samantha Houts2-25/+23
2017-06-22Remove debug outputs (#1008)Paul DiPietro2-2/+0
2017-06-22Allow Context Actions on ViewCells with TapGestures (#985)E.Z. Hart7-20/+74
2017-06-22[iOS/Android] Fixes "jumping" when navigation to a page with a NavigationBar ...Samantha Houts1-12/+33
2017-06-20[Android] Change modifiers on NavigationPageRenderer's navigation methods (#1...adrianknight892-6/+3
2017-06-20Align Layout transparency behavior between Android, iOS, Windows (#935)E.Z. Hart8-33/+28
2017-06-14[iOS,Android] Fix gap when setting Separator None and recycle element and on ...Rui Marinho1-1/+2
2017-06-14Fix crash when modifying ContextActions on Android (#982)Alexander Hardwicke1-1/+2
2017-06-14[Android] Fix NullPointerException following RemovePage call (#933)Samantha Houts1-8/+16
2017-06-13[A] Check Visibility for tab's page appearing (#963)Paul DiPietro1-1/+1
2017-06-12Dispose check on ButtonRenderer (#975)bentmar1-2/+2
2017-06-08Update View Enabled property when IsEnabled changes (#968)E.Z. Hart1-0/+7
2017-06-01Fix border on android buttons (#941)Rui Marinho7-163/+182
2017-05-31[Android] Correctly size content after toggling soft keyboard in Resize mode ...E.Z. Hart7-74/+128
2017-05-26[Android] Set SingleLine to true when we only have 1 line on a TextView (#932)Rui Marinho4-56/+48
2017-05-23[Android] Support up to 20 templates, as documented. (#929)Samantha Houts1-2/+13
2017-05-19Use TextViewCompat to so API <23 handle setTextAppearance correctly (#910)E.Z. Hart4-25/+5
2017-05-17Do not layout page in OnWindowAttributesChanged on fullscreen flag change (#916)adrianknight892-17/+6
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts6-30/+30
2017-05-04Remove status bar underlay view in Android AppCompat (#892)E.Z. Hart3-111/+16
2017-05-04Unsubscribe OnModelChanged event when TableViewModelRenderer is disposed (#879)jacobmcgoogan1-5/+10
2017-05-04[Android] Add null check before creating and drawing canvas bugzilla 55559 & ...Koen Hendriks1-0/+3
2017-05-04Give layouts a chance to handle touch events after passing though immediate c...E.Z. Hart1-3/+6
2017-04-28Add disposed check on FastRenderer.VisualElemen... (#888)bentmar1-3/+3
2017-04-28[Android] Add disposed check on FastRenderers.LabelRenderer (#886)bentmar1-1/+6
2017-04-28add disposed check on FastRenderers.FrameRenderer (#887)bentmar1-1/+10
2017-04-25Better error handling for image loading errors on iOS/Android (#849)E.Z. Hart8-50/+173
2017-04-25[iOS] Prevent NRE in ListView OnItemSelected (#883)Samantha Houts1-0/+3
2017-04-19calling API not available in all versions (#877)kingces951-1/+2