summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android
AgeCommit message (Expand)AuthorFilesLines
2016-08-03Fix bugzilla41209 (#216)Rui Marinho3-1/+54
2016-08-03[Android] Fix ListView contextual actions not closing in AppCompat's Navigati...Paul DiPietro3-3/+19
2016-08-02[A, iOS] ListView Pull-To-Refresh indicator animates when navigating back to ...Samantha Houts1-3/+15
2016-08-02[Android] By using the SetSingleLine(true), the developers are no (#234)Depechie1-6/+5
2016-08-02Dispose of child renderers in FrameRenderer (#265)E.Z. Hart1-2/+19
2016-08-02[Android] Color.Accent is hardcoded (#270)Michael Rumpler1-13/+34
2016-08-02[Android] Add null check to prevent crashes when long clicking a text entry i...Paul DiPietro1-0/+3
2016-07-26[Android] Fix focus/unfocus behavior on both Picker renderers (#264)Paul DiPietro2-1/+9
2016-07-18Android Custom Font support (#236)Roy1-23/+54
2016-07-18Prevent FormsAppCompatActivity from loading fragments we don't use on restart...E.Z. Hart1-0/+12
2016-07-18[Android] Null reference exception fix (#252)Toni Petrina1-7/+13
2016-07-18Fixes issue when setting NavigationPage.SetHasBackButton after page has navig...Stefan de Vogelaere1-0/+2
2016-07-18[Android] Add dialog null check for AppCompat Picker OnClick (#257)Paul DiPietro1-15/+17
2016-07-18[Android] Remove API check in ActivityIndicatorRenderer's UpdateColor method ...Paul DiPietro1-3/+0
2016-07-13[Android] Handle creating a default GroupHeader if no GroupHeaderTemplate is...Rui Marinho1-15/+24
2016-07-12[Android] TimePicker unfocuses on cancel (#238)Paul DiPietro1-0/+17
2016-07-11Fix DatePicker dialog regression (#249)Paul DiPietro1-4/+13
2016-07-01[All] Crash fixes for ListViews (#243)Samantha Houts1-3/+3
2016-06-27[Android] Memory leak when MasterDetailPage Detail set to NavigationPage (#239)E.Z. Hart5-31/+91
2016-06-18[Android] Make sure to add a parent to the new group header cell (#228)Rui Marinho1-0/+1
2016-06-17[Android] Take in account status bar padding on master when using split beha...Rui Marinho2-1/+5
2016-06-17Fix 39802 (#217)Rui Marinho1-35/+53
2016-06-17Prep Cell & friends for removal of InternalsVisibleTo (#142)Samantha Houts14-78/+110
2016-06-16[Android] DatePicker unfocuses on cancel (#204)Paul DiPietro1-0/+11
2016-06-16Add repro of uncentered button image for Android (#176)E.Z. Hart2-10/+69
2016-06-16Prep Page for removal of InternalsVisibleTo (#150)E.Z. Hart20-104/+135
2016-06-15[Android] Fix Api18 usage on PinchGesture (#218)Rui Marinho1-3/+3
2016-06-09[Android] Always create a new cell for GroupHeader when using Recycling (#206)Rui Marinho1-1/+14
2016-06-03ViewRenderer unsubscribe from FocusChangeRequested on dispose (#193)kingces951-0/+6
2016-05-27[A] TabbedPage text can be set back to Default (#157)Samantha Houts1-4/+14
2016-05-27Fix android StartTimer race condition (#196)Jason Smith1-6/+13
2016-05-27[Android] UpdateToolbar when page is added before on non AppCompact (#195)Rui Marinho1-0/+9
2016-05-25[Android] Implement the AppIndexProvider on non-AppCompact, fix KeyValues on...Rui Marinho1-0/+2
2016-05-24Protect against null Control (#171)Shawn Castrianni1-0/+3
2016-05-10Fix buildJason Smith1-7/+8
2016-05-10[Android] Isolate fragment management for children of MasterDetailPage (#136)E.Z. Hart7-21/+143
2016-05-04Add IMasterDetailPageController and update renderers (#146)E.Z. Hart5-23/+32
2016-05-04Prep StreamImageSource for removal of InternalsVisibleToE.Z. Hart1-1/+1
2016-05-04Add INavigationPageController (#149)E.Z. Hart3-42/+55
2016-05-02Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141)E.Z. Hart1-1/+3
2016-05-02Prep Image for removal of InternalsVisibleTo (#140)E.Z. Hart1-2/+2
2016-05-02Prep SearchBar for removal of InternalsVisibleTo (#137)E.Z. Hart1-1/+1
2016-04-27Prep Entry for removal of InternalsVisibleTo (#139)E.Z. Hart1-1/+1
2016-04-26Carousel clean (#135)Jason Smith2-1247/+0
2016-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart1-0/+1
2016-04-25Make core Ticker abstract and public (#116)E.Z. Hart2-22/+4
2016-04-25Remove ToolBar from Core; Remove ToolBar renderers and unit tests (#124)E.Z. Hart2-66/+0
2016-04-25Prep WebView and renderers for removal of InternalsVisibleTo (#120)E.Z. Hart1-3/+4
2016-04-24Evolve feature branch (#117)Jason Smith3-0/+57
2016-04-24[Android] Add constructor to MasterDetailContainer (#123)Samantha Houts1-0/+4