summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Resource Manager fix for F# File Resources (Bugzilla 53515) (#825)Rob Lyndon1-8/+8
2017-04-11Clean up NavigationBar code in Platform (#753)Jimmy Garrido2-28/+13
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts6-7/+7
2017-04-06OnResume assumed that _application had been set (#859)App Bureauet1-2/+2
2017-04-06Fix NRE when RecycleElement is on and list is scrolled quickly (#856)E.Z. Hart1-6/+0
2017-04-06Added Section indexes when FastScrolled is enabled (#850)James Clancey4-7/+92
2017-04-06Android fastrenderers (#845)Rui Marinho41-540/+2054
2017-03-29Align iOS, Android, Windows handling of tap gesture event bubbling (#842)E.Z. Hart1-0/+23
2017-03-24[Android]Refactor to use a extension method to get the drawable (#841)Rui Marinho4-10/+24
2017-03-24Bz53803 Android app crashes during initialization due to invalid cast of tool...BradChase20111-2/+10
2017-03-24[Android] Still look for the normal drawable on resources (#839)Rui Marinho3-8/+9
2017-03-23[Android] ScrollView can now consume Effects (#836)Samantha Houts1-1/+17
2017-03-23UI tests for InputTransparent and fixes for Android/Windows (#808)E.Z. Hart8-27/+172
2017-03-22[Android] Fix NRE on Picker (#834)Rui Marinho1-1/+1
2017-03-22Add gesture disposed check to FrameRenderer (#829)E.Z. Hart1-0/+7
2017-03-14Fix MasterDetailPage event cycle (#754)adrianknight891-12/+19
2017-03-08VSTS support (#803)Rui Marinho1-1/+1
2017-03-08[Android] Small performance fixes to ListViewRenderer, PlatformSpecific IsFas...Rui Marinho2-11/+35
2017-03-08[Android] Add null checks to ActivityIndicator (#804)Samantha Houts1-2/+8
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces9531-42/+75
2017-03-07Fixed issue where errant "." were appearing on droid controls due to hints. (...BradChase20112-2/+2
2017-03-03[Android] Don't crash if Control is accessed in Effect OnDetached when Page i...Samantha Houts1-2/+0
2017-03-03[Android] Fix NavigationPage.BarTextColorProperty on API 21+ with FormsApplic...Jimmy Garrido1-3/+15
2017-03-03Throw exception when ViewCell View is null (#752)Jimmy Garrido1-0/+4
2017-03-03Fix for Android Visibility/Opacity crash (#785)E.Z. Hart1-2/+2
2017-02-22add support for view cellsAdrian Knight2-26/+21
2017-02-22image supports vectorsAdrian Knight1-12/+24
2017-02-21update IEditorController callsitesChris King1-2/+4
2017-02-17Add missing virtual keywordsE.Z. Hart2-2/+2
2017-02-17Add localized listener for Android numeric inputE.Z. Hart6-7/+266
2017-02-17[A] Do not throw error for first param in ScrollTo (#742)Paul DiPietro1-0/+3
2017-02-13[Android] Double tapping on context action should not crash (#609)adrianknight891-1/+2
2017-02-06Revert "[*] ScaleX and ScaleY"Stephane Delcroix1-17/+8
2017-02-06[*] ScaleX and ScaleYStephane Delcroix1-8/+17
2017-02-06[iOS/Android] Handle item selection highlight when ListView cell is tapped er...adrianknight891-1/+2
2017-02-02Add pressed and released events to Button (#446)Kangho2-5/+59
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts8-1/+211
2017-01-26[Android] Keyboard should not change layout while dismissing on Entry and Edi...adrianknight892-14/+12
2017-01-24Add check for disposed gesture detector on VisualElementRenderer (#706)E.Z. Hart1-0/+6
2017-01-23Reduce overhead of pushing existing navigation stack (#672)E.Z. Hart2-4/+4
2017-01-23Move XF.ConcurrentDictionary to WP8 project (#685)E.Z. Hart2-0/+2
2017-01-21[A]Fix potential crash when calling ClearFocus in SearchBarRenderer (#700)Jason Smith1-4/+16
2017-01-18.nuspec updates and fixes for X.A.Support 23 -> 25 (#679)kingces951-5/+6
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix1-1/+2
2017-01-12fix bug-39359 (#599)fengrui1-0/+7
2017-01-12[Android] NavigationPageRenderer should not create a Fragment unnecessarily (...adrianknight891-17/+28
2017-01-11Don't create FontExtensions Regex unless/until necessary (#676)E.Z. Hart1-3/+6
2017-01-11Enable 24-hr formatting for Android TimePicker (#654)Philipp Sumi1-2/+4
2017-01-10iOS and Android timers should be runnable from any thread and execute… (#374)adrianknight891-45/+8
2017-01-09[iOS] Register effects for ScrollView and WebView (#641)adrianknight891-7/+2