Stephane Delcroix
b6cb64e493
[C] new OnPlatform mechanism ( #658 )
...
* [C] Obsolete TargetPlatform
* [Xaml] support and test the new syntax
* blind fix windows platforms
2017-01-12 12:05:41 -08:00
adrianknight89
f78b328759
iOS and Android timers should be runnable from any thread and execute… ( #374 )
...
* iOS and Android timers should be runnable from any thread and executed on the main thread
* removing unused Timer class declarations with minor refactoring efforts
* iOS and Android timers should be runnable from any thread and executed on the main thread
* removing bak file
* switch to v7
* add test code
2017-01-10 16:07:01 -08:00
adrianknight89
1f3d5ecd26
fix weakreferences ( #558 )
2016-11-24 20:34:46 +01:00
Stephane Delcroix
acc6efb3d7
[W] Support 0 as valid BorderWidth ( #537 )
2016-11-16 13:05:28 -08:00
Stephane Delcroix
e5af21fdc3
[C] Use a Binding for ItemsSource object selection
2016-11-16 12:03:13 -08:00
Andrei N
4554e822e3
Added CornerRadius property To Frame control
2016-11-15 11:56:03 -08:00
E.Z. Hart
53e1d99a75
Fix potential NRE accessing current application via Page.RealParent ( #330 )
...
* Fix potential NRE accessing current application via Page.RealParent
* Update Native Bindings Gallery to use MessagingCenter
2016-09-27 14:50:02 +01:00
E.Z. Hart
74cb5c4a97
Implement dispose pattern correctly to support derived classes ( #364 )
2016-09-21 23:04:36 +01:00
adrianknight89
f1f0a77e15
KeyboardExtensions is now public ( #326 )
2016-08-30 11:31:41 -07:00
E.Z. Hart
1b7250167f
Use character truncation in Windows ( #321 )
...
Change layout order ViewCells on Windows to correct label length layout issues
Add extra layout pass on ViewCell load to make cells without margins visible
2016-08-30 11:12:27 -07:00
E.Z. Hart
30c0dcb949
Fix Entry/SearchBar color issues ( #306 )
...
* Fix disappearing Entry text on UWP Anniversary Edition
Fix background color reversion bug in UWP Phone
Move SearchBar styling on UWP to its own file
Make foreground/background color changes on UWP SearchBar/Entry consistent
Fix SearchBar color toggle bug on WP8
* Temporarily moving SDK target to previous version
* Fix build error on OSX
2016-08-16 11:10:32 -07:00
Samantha Houts
925fc0aa58
Prep Cell & friends for removal of InternalsVisibleTo ( #142 )
...
* Prep Cell & friends for removal of InternalsVisibleTo
Includes:
- Cell
- EntryCell
- ListView
- MenuItem
- TableView
- ViewCell
- Toolbar
Moved extensions to Internal & removed TPH
* Update docs
* [Controls] Ignore Issue2411 on iOS <9
* [Controls] Formatting for Issue2411
2016-06-17 11:10:18 +01:00
E.Z. Hart
d5be2f0144
Prep Page for removal of InternalsVisibleTo ( #150 )
2016-06-16 16:45:09 +01:00
E.Z. Hart
4146d617a0
Remove hard-coded image sizes for button images ( #202 )
2016-06-08 16:47:00 +01:00
Daniel Hindrikes
4cbe7e61e5
ixed bug with app resume for windows phone silverlight. Bug 41076 in bugzilla ( #184 )
2016-05-23 10:49:15 -07:00
E.Z. Hart
a8acdcc117
Add IMasterDetailPageController and update renderers ( #146 )
2016-05-04 15:22:34 +01:00
E.Z. Hart
5b9094241b
Prep StreamImageSource for removal of InternalsVisibleTo
2016-05-04 14:08:54 +01:00
E.Z. Hart
a2148444ba
Add INavigationPageController ( #149 )
2016-05-04 13:18:40 +01:00
E.Z. Hart
5f8f47ff7c
Prep VisualElement (and descendants) for removal of InternalsVisibleTo ( #141 )
2016-05-02 15:19:12 -07:00
E.Z. Hart
d11bc09e75
Prep Image for removal of InternalsVisibleTo ( #140 )
2016-05-02 14:56:03 -06:00
E.Z. Hart
93f22aaf28
Prep SearchBar for removal of InternalsVisibleTo ( #137 )
2016-05-02 14:55:43 -06:00
E.Z. Hart
2d9288eee6
Prep Entry for removal of InternalsVisibleTo ( #139 )
...
* Prep Entry control for removal of InternalsVisibleTo
* Update docs
2016-04-27 07:55:09 -04:00
Jason Smith
409e105284
Carousel clean ( #135 )
...
CarouselView moving to preview repo
2016-04-26 15:35:52 -04:00
E.Z. Hart
843bc4727a
Make core Ticker abstract and public ( #116 )
...
* Make core Ticker abstract and public
Make the core Ticker abstract and public so it can be inherited by platform
implementations; remove now-unused parts of original Ticker; add CreateTicker
to IPlatformServices; remove unused CreateTimer methods from IPlatformServices
* Add docs for Ticker
* Remove unnecessary Ticker.Default set
* Move Ticker into Internals
* Update Ticker docs
* Remove old Ticker docs
* Remove commented code
2016-04-25 15:57:44 -04:00
E.Z. Hart
6c0c11960b
Prep WebView and renderers for removal of InternalsVisibleTo ( #120 )
...
* Create custom event args class for script eval requests
Make IWebViewRenderer public
* Add IWebViewRenderer docs
* Add EvalRequested docs
* Move EvalRequested to Internals
IWebViewRenderer -> IWebViewDelegate
* Add docs
2016-04-25 12:26:40 -04:00
E.Z. Hart
a98f3fb2aa
Add TextColor Property to Picker, TimePicker, DatePicker ( #84 )
...
* Add TextColor property to TimePicker
Add TextColor page to TimePicker gallery
Add TimePicker color toggling to color toggle test page
Split color toggle tests up among tabs
* Implement TimePicker.TextColor in iOS
* Implement TimePicker.TextColor for WinRT tablet
* Add IsEnabled=false tests to DefaultColorToggleTest Button and TimePicker
Consolidate ColorStates array
Fix IsEnabled changing color bug on iOS
* Implement TimePicker.TextColor for WP8
* Add TextColor property to DatePicker
Add DatePicker section to DefaultColorToggleTest
Impement DatePicker.TextColor for WP8
* Implement DatePicker.TextColor for WinRT/UWP/Windows Phone 8.1
* Implement DatePicker.TextColor for iOS
* Add TextColor to DatePicker Gallery Page
* Implement DatePicker.TextColor for Android
* Add Picker Gallery page for TextColor
Implement Picker.TextColor on Android
Consolidate TextColor management for Button, Picker, DatePicker, TimePicker
Implement
* Add untracked TextColorSwitcher
Implement Picker.TextColor in iOS
* Implement Picker.TextColor in WinRT/UWP/Windows Phone 8.1
Remove Pioker Loaded handlers in Dispose
* Implement Picker.TextColor in WP8
* Removed unused field
Update ignored warnings
* Update docs
* Use nameof() for BindableProperties
* Cleanup
* Fix custom renderer crashes for classes using TextColorSwitcher
* Correct property name references
* Fix typo and 'if' formatting
* Add missing else
2016-04-19 00:01:58 -07:00
kingces95
a67a1daad0
Suppress translation if scale is zero ( #82 )
2016-04-13 17:16:04 +01:00
E.Z. Hart
0a20bdaa3c
Fix warnings 0219 and 0618 in WP8 Platform ( #63 )
...
* Fix warnings 0219 and 0618 in WP8 Platform
Remove suppression of warnings 0219 and 0618 in WP8 Platform
* Remove pragma for 0618 and use Platform.GetRenderer
* All warnings as errors in Release configuration
2016-04-11 18:22:14 -07:00
Paul DiPietro
b2ad3e53a8
Enable CS0618 warnings as errors ( #72 )
...
CS0618 occurs when using an obsolete property or method.
https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-04-11 09:50:28 -07:00
E.Z. Hart
e9eaacff4a
Merge pull request #60 from xamarin/warnings-WP8-4014
...
Turn off suppression of warning CS4014
Port TaskExtensions from WinRT projects to WP8
Update implementation of OpenUriAction to use TaskExtensions
2016-04-07 12:20:07 -06:00
E.Z. Hart
ae4444baef
Un-suppress CS0067 in Platform.WP8; ( #57 )
...
Fix warning 0067 "An event was declared but never used in the class in which it was declared." Added event invocation method to TextCellRenderer's CanExecuteChanged event to fix warning.
2016-04-07 09:51:08 -07:00
E.Z. Hart
ab0cd64ba5
Merge pull request #55 from xamarin/warnings-WP8-0114
...
Remove 0114 supression from Platform.WP8; fix warnings
2016-04-06 18:58:23 -07:00
kingces95
b7251aa6f9
Warnings as Errors in product projects
2016-04-06 10:32:29 -07:00
E.Z. Hart
17e2a4b94d
Add options for specifying layout of button text/image content
...
Also make the layout and layout defaults consistent across platforms
2016-03-30 16:22:35 -06:00
kingces95
f40cf99d1a
Merge pull request #23 from xamarin/fix-bugzilla25234
...
[WP8] CustomMessageBox dismissal no longer causes black SystemTray
2016-03-29 12:39:45 -07:00
Paul DiPietro
2f3ed4b027
[WP8] CustomMessageBox dismissal no longer causes black SystemTray
...
The CustomMessageBox was having an interaction with WP8 where its
dismissal was changing the SystemTray's background color to black. It
appears that the SystemTray's background color was never set, despite
its appearing white prior to the use of a CustomMessageBox.
2016-03-28 00:57:30 -04:00
Chris King
b3365b7f7d
Reformat using statements
2016-03-25 13:53:19 -07:00
Jason Smith
17fdde66d9
Initial import
2016-03-22 16:13:41 -07:00