maui-linux/Xamarin.Forms.Platform.Android
Kangho 9a6c9a0896 Add pressed and released events to Button (#446)
* Add pressed and released events to Button

* Update ButtonRenderer.cs

* Apply safely casting to android button renderer

* Use safety casting for Android buttin renderer

* [Windows] Fix modal pages being laid out below soft buttons (#395)

* Add sample HanselForms and TwitterDemo to ControlGallery (#651)

* [Controls] Add Hanselforms sample

* Remove extra twitter sample

* [Controls]Add TwitterDemo sample

* [Controls] Fix build

* Slider should show user-set value on initial load (#378)

* [UWP] Use toolbar foreground color on primary items (#640)

* Avoid duplicating code in OmPlatform (#591)

* [iOS] Entry should not pass a newline to the next responder (#397)

* UITextField should not return so that the next field does not get passed a newline

* Added code sample

* [XamlC] import members on x:Static and factories (#642)

* [Xaml] support short Properties for PropertyCondition (#645)

* Xamlc compile data triggers (#648)

* [Xaml] DataTrigger and PropertyCondition no longer use a ServiceProvider

* [XamlC] avoid generating ServiceProvider for unused ProvideValue

* fix tests

* Fix comment typo

* [UWP] Fix TextBox style for foreground focus color (#618)

* Adding image to use for CellsGalleryImageUrlCellList UI test

* Update ImageCellListPage to use an image we control;
Update CellsGalleryImageUrlCellList test to wait longer than 1s for images
to load if necessary

* fix nre when changing content in datepickerselected (#494)

* Make CellsGalleryImageUrlCellList test finish early if possible

* [iOS] Change keyboard type while keyboard is visible (#443)

* Change keyboard while changing text

* add sample code

* [Android] Fix NavigationPage dispose crash when it parents a MasterDetailPage (#577)

* fix navigation page dispose crash

* changes after review

* [XamlC] detect duplicate x:Name at compile time (#655)

* [XamlC] detect duplicate x:Name at compile time

* invoking methods with the right arguments produces better results

* Make UWP toolbar display rules consistent with other platforms (#638)

* Allow subscriber to be collected if MessagingCenter is the only reference to it (#617)

* Repro

* Make messaging center callbacks weak references

* Preserve attribute

* Fix test method name

* Watch for collection of actual delegate target instead of wrapper delegate

* Preserve the original platform instance when changing main page

* Better tests for lambda situations

* Update tests, make callback target a weakreference if it's the subscriber

* Ensure old Platform MessagingCenter subs are gone before creating new Platform

* [iOS] Prevent multiple ListView cells from being swiped simultaneously (#578)

* disable multiple cell swipe

* add sample code

* refactored

* convert to weakreference

* remove null setting

* change weakreference setting place

* remove if

* revert isopen changes

* add instructions

* [WinRT/UWP] Apply BackgroundColor to Stepper buttons (#581)

* [WinRT/UWP] Apply BackgroundColor to Stepper buttons

* Add explanatory text; use nameof

* Move explanatory text to a label

* Return group instead of internal class (#461)

* [iOS/Android] Move Map camera to correct region on layout change (#548)

* Move to region on layout change

* remove visibility check

* [iOS] Platform specifics for controlling Picker SelectedIndex change behavior (#540)

* picker selected index could change when picker view is dismissed

* use enum

* [iOS] Ignore intermittent failing test on XTC (#666)

* [UITest] Update to UITest 2.0.5 (#665)

* Rebase the current branch onto upstream latest
2017-02-02 18:23:31 +00:00
..
AppCompat Add pressed and released events to Button (#446) 2017-02-02 18:23:31 +00:00
Cells Fix memory leak caused by BaseCellView and RendererHolder (#311) 2016-08-30 10:57:55 -07:00
Extensions Native Bindings (#278) 2016-09-08 11:39:05 -07:00
Properties Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121) 2016-04-26 11:20:55 -04:00
Renderers Add pressed and released events to Button (#446) 2017-02-02 18:23:31 +00:00
AndroidActivity.cs Initial import 2016-03-22 16:13:41 -07:00
AndroidAppIndexProvider.cs Evolve feature branch (#117) 2016-04-24 12:25:26 -04:00
AndroidApplicationLifecycleState.cs Initial import 2016-03-22 16:13:41 -07:00
AndroidTicker.cs Make core Ticker abstract and public (#116) 2016-04-25 15:57:44 -04:00
AndroidTitleBarVisibility.cs Initial import 2016-03-22 16:13:41 -07:00
CellAdapter.cs [Android] Dismiss context menu when view cell is removed (#568) 2016-12-06 12:14:38 +00:00
ColorExtensions.cs Native Bindings (#278) 2016-09-08 11:39:05 -07:00
ContextExtensions.cs Update ContextExtensions.cs (#502) 2016-11-03 04:08:30 -07:00
Deserializer.cs Reformat using statements 2016-03-25 13:53:19 -07:00
ElementChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ExportCellAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
ExportImageSourceHandlerAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
ExportRendererAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
Extensions.cs Initial import 2016-03-22 16:13:41 -07:00
Forms.cs [C] new OnPlatform mechanism (#658) 2017-01-12 12:05:41 -08:00
FormsApplicationActivity.cs Move XF.ConcurrentDictionary to WP8 project (#685) 2017-01-23 12:41:39 -07:00
GenericMenuClickListener.cs Initial import 2016-03-22 16:13:41 -07:00
GetDesiredSizeDelegate.cs Initial import 2016-03-22 16:13:41 -07:00
IDeviceInfoProvider.cs Initial import 2016-03-22 16:13:41 -07:00
IPlatformLayout.cs Initial import 2016-03-22 16:13:41 -07:00
IStartActivityForResult.cs Initial import 2016-03-22 16:13:41 -07:00
IVisualElementRenderer.cs [All] Basic Accessibility Support (#713) 2017-01-31 11:49:15 -08:00
InnerGestureListener.cs [A] PanGestureRecognizer will consistently send Started/Move event (#389) 2016-10-04 09:43:44 -07:00
InnerScaleListener.cs Initial import 2016-03-22 16:13:41 -07:00
KeyboardManager.cs Update ContextExtensions.cs (#502) 2016-11-03 04:08:30 -07:00
LayoutExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
MeasureSpecFactory.cs Initial import 2016-03-22 16:13:41 -07:00
NativeBindingservice.cs [Xaml] support native views and native bindings (#266) 2016-09-08 11:45:43 -07:00
NativeValueConverterService.cs [Xaml] support native views and native bindings (#266) 2016-09-08 11:45:43 -07:00
NativeViewWrapper.cs Native Bindings (#278) 2016-09-08 11:39:05 -07:00
NativeViewWrapperRenderer.cs Allow Custom Android MapRenderers to override the default MapView options (#285) 2016-08-30 10:37:07 -07:00
OnLayoutDelegate.cs Initial import 2016-03-22 16:13:41 -07:00
OnMeasureDelegate.cs Initial import 2016-03-22 16:13:41 -07:00
PanGestureHandler.cs Initial import 2016-03-22 16:13:41 -07:00
PinchGestureHandler.cs Initial import 2016-03-22 16:13:41 -07:00
Platform.cs [Android] Allow path-based icons to be loaded as toolbar icons (#437) 2016-11-03 11:38:38 -07:00
PlatformConfigurationExtensions.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
PlatformEffect.cs Initial import 2016-03-22 16:13:41 -07:00
PlatformRenderer.cs [A]Resolve issue where calling Focus in an unfocus event would fail 2016-03-29 18:15:11 +01:00
RendererFactory.cs Initial import 2016-03-22 16:13:41 -07:00
RendererPool.cs Prep Page for removal of InternalsVisibleTo (#150) 2016-06-16 16:45:09 +01:00
ResourceManager.cs [Android] Allow path-based icons to be loaded as toolbar icons (#437) 2016-11-03 11:38:38 -07:00
ResourcesProvider.cs Reformat using statements 2016-03-25 13:53:19 -07:00
TapGestureHandler.cs Initial import 2016-03-22 16:13:41 -07:00
TextColorSwitcher.cs Add TextColor Property to Picker, TimePicker, DatePicker (#84) 2016-04-19 00:01:58 -07:00
TextViewExtensions.cs Add compatibility shims to fix warnings; annotate warnings which require (#75) 2016-04-12 08:53:36 -07:00
ViewExtensions.cs Add compatibility shims to fix warnings; annotate warnings which require (#75) 2016-04-12 08:53:36 -07:00
ViewInitializedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ViewPool.cs Initial import 2016-03-22 16:13:41 -07:00
ViewRenderer.cs [All] Basic Accessibility Support (#713) 2017-01-31 11:49:15 -08:00
VisualElementChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
VisualElementExtensions.cs [All] Basic Accessibility Support (#713) 2017-01-31 11:49:15 -08:00
VisualElementPackager.cs fix NRE in packager dispose (#561) 2016-11-30 17:29:16 -07:00
VisualElementRenderer.cs [All] Basic Accessibility Support (#713) 2017-01-31 11:49:15 -08:00
VisualElementRendererFlags.cs Initial import 2016-03-22 16:13:41 -07:00
VisualElementTracker.cs Implement dispose pattern correctly to support derived classes (#364) 2016-09-21 23:04:36 +01:00
Xamarin.Forms.Platform.Android.csproj Fix tests on IOS10 [Do not merge] (#373) 2016-10-04 00:45:57 +01:00
Xamarin.Forms.Platform.Android.nuspec Initial import 2016-03-22 16:13:41 -07:00
packages.config [Android] Add missing 23.3.0 package dependencies 2016-04-20 12:06:48 -07:00