Rui Marinho [Thu, 30 Jun 2016 16:06:59 +0000 (17:06 +0100)]
[iOS] Fix regression 2.3.1-pre1 UnevenRows (#242)
* [Controls] Add test case for 39486
* [iOS] Fix math refactor error on calculating height
Samantha Houts [Tue, 28 Jun 2016 10:25:45 +0000 (03:25 -0700)]
[iOS] Default BarTextColor/BarBackgroundColor will no longer override values set in custom renderers (#233)
* [Controls] Improve TabbedPage test case
iOS should default to the color used in a custom renderer instead of to
the global default color.
* [iOS] TabbedPage Bar*Color default is better
Will use the color set by a custom renderer, if any, instead of always
pulling from global appearance.
E.Z. Hart [Mon, 27 Jun 2016 15:20:47 +0000 (09:20 -0600)]
[Android] Memory leak when MasterDetailPage Detail set to NavigationPage (#239)
* Create repro
* Remove unnecessary cast
* Add null checks on weak references in PageContainer
* Remove master/detail fragments from manager when switching master/detail pages
Separate renderer ViewGroup removal from renderer disposal in FragmentContainer
Separate PageContainer disposal from renderer disposal in FragmentContainer
Remove Drawer Listener for NavigationPageRenderer in Dispose
* Fix missing spaces;
Add explicit SPACE_BEFORE_IF_PARENTHESES settings to DotSettings file
* Remove javascript rules
* Remove usage of .ForEach()
Rui Marinho [Fri, 24 Jun 2016 16:05:42 +0000 (17:05 +0100)]
[UITest] Update to 1.3.8, remove old projects (#240)
* [UITests] Update to Xamarin UItest 1.3.8
* Remove legacy UITest projects
* Remove issue that uses reference to controls
* Update Xamarin.Forms.Core.iOS.UITests.csproj
* Update Xamarin.Forms.Core.Android.UITests.csproj
Rui Marinho [Wed, 22 Jun 2016 14:59:54 +0000 (15:59 +0100)]
[Controls] Fix use of internal extension methods (#237)
* [Controls] Fix use of internal extension methods
* [Controls] Update Xamarin UItest on controls
* Update package TestCloud
* Fix
* Revert "Fix"
This reverts commit
283f96a2210322bf37795dff61394938eb909f59.
* Fix reference
Rui Marinho [Sat, 18 Jun 2016 00:16:00 +0000 (01:16 +0100)]
[Android] Make sure to add a parent to the new group header cell (#228)
Rui Marinho [Fri, 17 Jun 2016 18:55:06 +0000 (19:55 +0100)]
[Android] Take in account status bar padding on master when using split behaviour in MDP (#226)
Rui Marinho [Fri, 17 Jun 2016 16:29:43 +0000 (17:29 +0100)]
Fix 39802 (#217)
* [iOS] When using ContextActionsCell make sure we don't show the ContentCell separator
* [Android] Don't write separator view if not needed
Samantha Houts [Fri, 17 Jun 2016 10:10:18 +0000 (03:10 -0700)]
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
Paul DiPietro [Thu, 16 Jun 2016 17:51:16 +0000 (13:51 -0400)]
[Android] DatePicker unfocuses on cancel (#204)
The DatePicker in Android would remain focused when being closed via the
cancel button, and a subsequent re-focus via something such as button
would not function as expected.
Samantha Houts [Thu, 16 Jun 2016 17:09:22 +0000 (10:09 -0700)]
[UWP] MasterDetailControl will no longer null out the TCS before it is used. (#227)
* [UWP] Don't null the _commandBarTcs too soon
* Add repro for 41842
Rui Marinho [Thu, 16 Jun 2016 17:03:11 +0000 (18:03 +0100)]
[IOS] Update the current region of the MKMapView when visibility is changed (#172)
Rui Marinho [Thu, 16 Jun 2016 16:58:24 +0000 (17:58 +0100)]
[Core] Don't use the fixed LayoutConstraint when using uneven rows (#213)
E.Z. Hart [Thu, 16 Jun 2016 16:35:24 +0000 (10:35 -0600)]
Add repro of uncentered button image for Android (#176)
Fix vertical centering logic for button images in Android
Rui Marinho [Thu, 16 Jun 2016 16:31:50 +0000 (17:31 +0100)]
[WinRT] Add base platform as inner proxy navigation to Application, Fix back button issue (#214)
* [WinRT] Add base platform as inner proxy navigation to Application
* [UWP] Remove back button when NavigationPage is disposed
Rui Marinho [Thu, 16 Jun 2016 16:20:12 +0000 (17:20 +0100)]
[iOS] Call UpdateLeftBarButtonItem when page is removed (#209)
Paul DiPietro [Thu, 16 Jun 2016 16:17:18 +0000 (12:17 -0400)]
[UWP] Escape key returns ActionSheet result (#208)
When awaiting a DisplayActionSheet in UWP, pressing the escape key with
the ActionSheet open would dismiss the dialog but not return a result.
E.Z. Hart [Thu, 16 Jun 2016 15:45:09 +0000 (09:45 -0600)]
Prep Page for removal of InternalsVisibleTo (#150)
E.Z. Hart [Thu, 16 Jun 2016 10:31:37 +0000 (04:31 -0600)]
Fixing parentheses in project reference (#225)
Rui Marinho [Wed, 15 Jun 2016 09:11:51 +0000 (10:11 +0100)]
[Android] Fix Api18 usage on PinchGesture (#218)
Mike Norman [Tue, 14 Jun 2016 19:06:21 +0000 (14:06 -0500)]
Fixed typos in ContentPage.xml (#222)
E.Z. Hart [Tue, 14 Jun 2016 10:16:48 +0000 (04:16 -0600)]
# This is a combination of 5 commits. (#221)
# The first commit's message is:
Removing CI-specific script from main repo
# This is the 2nd commit message:
Removing build projects
# This is the 3rd commit message:
Add some error reporting around TestFixtureSetup
# This is the 4th commit message:
Force load referenced assemblies to prevent missing registrations
# This is the 5th commit message:
Revert failed fix for GetAssemblies
Rui Marinho [Mon, 13 Jun 2016 16:20:58 +0000 (17:20 +0100)]
[Pages] Add reference to Xamarin.Forms.Build.Tasks (#220)
Mike Norman [Thu, 9 Jun 2016 18:34:41 +0000 (13:34 -0500)]
DataPages docs. (#212)
* DataPages docs.
* Summary complete for Pages docs.
* Type fixes per samhouts.
* Typos in Pages docs.
Rui Marinho [Thu, 9 Jun 2016 17:59:26 +0000 (18:59 +0100)]
[Android] Always create a new cell for GroupHeader when using Recycling (#206)
* [Android] Always create a new cell for GroupHeader when using RecycleElement
* [iOS] Fix uitest iOS
* [Android] Fix test on android
Mike Norman [Thu, 9 Jun 2016 17:54:53 +0000 (12:54 -0500)]
Fixed code in Scrollview doc. Removed bug note in Easing. (#219)
Paul DiPietro [Wed, 8 Jun 2016 17:38:08 +0000 (13:38 -0400)]
[Win 8.1] Initial ListView selection not shown (#174)
On Windows 8.1, when initially setting a ListView's SelectedItem, the
item in question would not have any visual indication that it was
selected when first showing (a background color for the cell).
Subsequent selections would work as expected.
Shawn Castrianni [Wed, 8 Jun 2016 17:37:21 +0000 (12:37 -0500)]
Add convenience GridLength.Star (#168)
* Add convenience GridLength.Star
* Update docs
Shawn Castrianni [Wed, 8 Jun 2016 17:36:37 +0000 (12:36 -0500)]
Add Plain Keyboard from KeyboardFlags.None (#155)
* Add Plain Keyboard from KeyboardFlags.None
* Include Keyboard.Plain in Gallery
* Update docs
Alan McGovern [Wed, 8 Jun 2016 17:30:13 +0000 (18:30 +0100)]
[Core] Allow Registrar.RegisterAll to be run multiple times (#215)
There are cases where we run RegisterAll manually to ensure all
assemblies have actually been registered. The `Registrar<T>` class
does not use the `Dictionary<K, V>.Add` method so it does not
throw if there's a clash/duplicate.
If we change the `Effect` registration to use the same pattern we
can remove errors like this:
System.ArgumentException: An item with the same key has already been added.
at ThrowArgumentException at offset 0 in file:line:column /Users/builder/data/lanes/2922/
977921b7/source/maccore/_build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/external/referencesource/mscorlib/system/throwhelper.cs:72:0
at Insert at offset 142 in file:line:column /Users/builder/data/lanes/2922/
977921b7/source/maccore/_build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/external/referencesource/mscorlib/system/collections/generic/dictionary.cs:336:0
at Add at offset 0 in file:line:column /Users/builder/data/lanes/2922/
977921b7/source/maccore/_build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/external/referencesource/mscorlib/system/collections/generic/dictionary.cs:192:0
at RegisterAll at <unknown offset> in file:line:column <filename unknown>:0:0
at <unknown method> at <unknown offset> in file:line:column <filename unknown>:0:0
at Invoke at offset 56 in file:line:column /Users/builder/data/lanes/2922/
977921b7/source/maccore/_build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:295:0
E.Z. Hart [Wed, 8 Jun 2016 15:47:00 +0000 (09:47 -0600)]
Remove hard-coded image sizes for button images (#202)
kingces95 [Fri, 3 Jun 2016 22:24:54 +0000 (15:24 -0700)]
ViewRenderer unsubscribe from FocusChangeRequested on dispose (#193)
E.Z. Hart [Thu, 2 Jun 2016 15:14:09 +0000 (09:14 -0600)]
Disable Tabbed test for iOS (#203)
kingces95 [Wed, 1 Jun 2016 20:48:57 +0000 (13:48 -0700)]
Fix iOS clean build by removing extra XF.UITest.Validator nunit reference (#199)
Mike Norman [Wed, 1 Jun 2016 20:48:46 +0000 (15:48 -0500)]
Added note to effects docs about Effects vs. Behaviors. (#201)
Stephane Delcroix [Wed, 1 Jun 2016 20:48:03 +0000 (22:48 +0200)]
Xaml werr (#191)
* [XamlC] get rid of 0219
* [XamlC] get rid of 0168
* [XamC] it's 436 time
* [XamlC] bye 108
* [XamlC] remove one though obsolete invocation
* [XamlC] no longer depend on any obsolete
* align the stars
Brian Donovan-Smith [Tue, 31 May 2016 17:09:10 +0000 (05:09 +1200)]
fix Thickness.IsDefault. Bottom was ignored (#200)
Samantha Houts [Fri, 27 May 2016 17:51:59 +0000 (10:51 -0700)]
[A] TabbedPage text can be set back to Default (#157)
Adam [Fri, 27 May 2016 17:32:11 +0000 (03:32 +1000)]
WinRT/UWP center crop image on AspectFill (#190)
Christian Schwarz [Fri, 27 May 2016 11:58:21 +0000 (13:58 +0200)]
[Xaml] Fix MarkupExtension not found in default namespace (#183)
* [Xaml] Fix MarkupExtension not found in default namespace
* Fixed indentation
* Added XamlC unit test
Jason Smith [Fri, 27 May 2016 11:47:22 +0000 (04:47 -0700)]
Fix android StartTimer race condition (#196)
Rui Marinho [Fri, 27 May 2016 11:17:38 +0000 (12:17 +0100)]
[Android] UpdateToolbar when page is added before on non AppCompact (#195)
Christian Schwarz [Thu, 26 May 2016 20:39:00 +0000 (22:39 +0200)]
Added .editorconfig (#192)
kingces95 [Thu, 26 May 2016 19:26:13 +0000 (12:26 -0700)]
XF.Pages MS.Bcl.Build v1.0.14 -> v1.0.21 (#187)
Paul DiPietro [Thu, 26 May 2016 19:14:56 +0000 (15:14 -0400)]
[8.1/UWP] Fix PopToRootAsync functioning incorrectly (#185)
When using PopToRootAsync on 8.1/UWP, the stack was being cleared but
the actual page was not being set due to a missing event handler on the
NavigationPageRenderer.
Rui Marinho [Thu, 26 May 2016 19:05:14 +0000 (20:05 +0100)]
Fix margins on ViewCell (#189)
* [iOS] Set the frame of a cell NativeView using the calculated positions and size
* [UWP] Make wrapper of a ViewCell respect margins
Rui Marinho [Wed, 25 May 2016 13:50:21 +0000 (14:50 +0100)]
[Android] Implement the AppIndexProvider on non-AppCompact, fix KeyValues on AppLinkEntry (#166)
* [Android] Set AppIndexingProvider on non AppCompact activity
* [Core] Fix AppLinkEntry KeyValues
kingces95 [Tue, 24 May 2016 23:07:09 +0000 (16:07 -0700)]
Add .mdb files to nuget to enable iOS debugging using private packages (#167)
Shawn Castrianni [Tue, 24 May 2016 18:48:09 +0000 (13:48 -0500)]
Protect against null Control (#171)
E.Z. Hart [Tue, 24 May 2016 18:47:07 +0000 (12:47 -0600)]
Turn off iOS version of 40333 UI test (broken for unrelated reasons) (#177)
Daniel Hindrikes [Mon, 23 May 2016 17:49:15 +0000 (19:49 +0200)]
ixed bug with app resume for windows phone silverlight. Bug 41076 in bugzilla (#184)
Mike Norman [Thu, 12 May 2016 10:23:37 +0000 (05:23 -0500)]
Initial add of Pages docs. (#161)
Maximo Piva [Thu, 12 May 2016 10:22:11 +0000 (07:22 -0300)]
Forward Orientation Methods in PlatformRenderer and ModalWrapper (#147)
* PlatformRenderer and ModalWrapper are Wrappers around the real UIViewController, rotation and orientations methods are not correctly forwarded in IOS. Per example, you cannot programatically lock the rotation of the IOS screen. This changes will fix that.
* Changed spaces to tabs, as requested.
E.Z. Hart [Wed, 11 May 2016 14:48:07 +0000 (08:48 -0600)]
Add option to exclude category to Test Cloud uploader utility (#162)
* Add option to exclude UI test categories
* Better help messages
* Fix conflicting option
E.Z. Hart [Wed, 11 May 2016 14:41:05 +0000 (08:41 -0600)]
Normalize docs (#159)
* Add function to fix line endings to prevent fake changes
* Simplify update-docs and add mode for failing build on missing changes
* Bringin docs up-to-date
* Update docs
E.Z. Hart [Wed, 11 May 2016 14:21:41 +0000 (08:21 -0600)]
Make RunningApp.Screenshot do nothing unless SCREENSHOTS symbol defined (#169)
* Make RunningApp.Screenshot do nothing unless SCREENSHOTS symbol is defined
* Replace IApp casts with conditional compilation directives
* Fix warning
* Remove EnableLocalScreenshots
* Add Ignore attributes to keep tests from "failing" in Test Cloud
E.Z. Hart [Wed, 11 May 2016 14:03:20 +0000 (08:03 -0600)]
Remove unused UI test (#163)
Shawn Castrianni [Wed, 11 May 2016 10:07:23 +0000 (05:07 -0500)]
Fix Bug 39486 (#153)
Jason Smith [Tue, 10 May 2016 17:37:16 +0000 (10:37 -0700)]
Fix build
E.Z. Hart [Tue, 10 May 2016 17:15:47 +0000 (11:15 -0600)]
[Android] Isolate fragment management for children of MasterDetailPage (#136)
* Isolate fragment management for children of MasterDetailPage in AppCompat
If a MasterDetailPage hosts NavigationPages or TabbedPages in either the
Master or Detail sections, wrap those pages in their own Fragment (and
ChildFragmentManager) to isolate their Fragment management operations and
avoid recursive entry into the executePendingTransactions method
Also fix a disposal bug in the custom MDP renderer in Control Gallery
* Remove MDP Split setting that breaks test on iPad
Rui Marinho [Fri, 6 May 2016 19:17:54 +0000 (20:17 +0100)]
Set InternalsVisibleTo CarouselView (#164)
E.Z. Hart [Wed, 4 May 2016 14:22:34 +0000 (08:22 -0600)]
Add IMasterDetailPageController and update renderers (#146)
E.Z. Hart [Wed, 4 May 2016 14:16:42 +0000 (08:16 -0600)]
Remove empty UI tests (#160)
* Use WaitForElement instead of Thread.Sleep to cut down on idle time
* Remove empty UI tests
E.Z. Hart [Wed, 4 May 2016 13:08:54 +0000 (07:08 -0600)]
Prep StreamImageSource for removal of InternalsVisibleTo
E.Z. Hart [Wed, 4 May 2016 12:18:40 +0000 (06:18 -0600)]
Add INavigationPageController (#149)
Paul DiPietro [Tue, 3 May 2016 20:52:51 +0000 (16:52 -0400)]
Update README.md
E.Z. Hart [Mon, 2 May 2016 22:19:12 +0000 (16:19 -0600)]
Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141)
E.Z. Hart [Mon, 2 May 2016 20:56:34 +0000 (14:56 -0600)]
Make IButtonController public (#151)
E.Z. Hart [Mon, 2 May 2016 20:56:03 +0000 (14:56 -0600)]
Prep Image for removal of InternalsVisibleTo (#140)
E.Z. Hart [Mon, 2 May 2016 20:55:43 +0000 (14:55 -0600)]
Prep SearchBar for removal of InternalsVisibleTo (#137)
Jason Smith [Fri, 29 Apr 2016 17:41:50 +0000 (13:41 -0400)]
Fix license copy
Rui Marinho [Fri, 29 Apr 2016 15:46:10 +0000 (11:46 -0400)]
Add license file
E.Z. Hart [Thu, 28 Apr 2016 23:10:25 +0000 (17:10 -0600)]
Remove empty UI test for control which no longer exists (#152)
Miguel de Icaza [Thu, 28 Apr 2016 15:16:25 +0000 (11:16 -0400)]
Update README.md
Rui Marinho [Wed, 27 Apr 2016 21:10:59 +0000 (17:10 -0400)]
Add Xamarin.Forms.Pages.Azure nuspec to sln (#148)
Nick Gamroth [Wed, 27 Apr 2016 18:58:24 +0000 (13:58 -0500)]
Removed hard reference to StatusBar, changed to type name to prevent crash when StatusBar type is not present (#144)
Jason Smith [Wed, 27 Apr 2016 18:48:28 +0000 (14:48 -0400)]
Azure support (#143)
* Initial import of azure support for pages
* Add nuspec for azure
* move azure nuspec to correct location
* Update Newtonsoft.Json to 6.0.4
* Add converters
* Fix package
E.Z. Hart [Wed, 27 Apr 2016 11:55:09 +0000 (05:55 -0600)]
Prep Entry for removal of InternalsVisibleTo (#139)
* Prep Entry control for removal of InternalsVisibleTo
* Update docs
Rui Marinho [Wed, 27 Apr 2016 04:12:43 +0000 (00:12 -0400)]
Remove CarouselView from index.xml
Jason Smith [Tue, 26 Apr 2016 19:35:52 +0000 (15:35 -0400)]
Carousel clean (#135)
CarouselView moving to preview repo
E.Z. Hart [Tue, 26 Apr 2016 15:20:55 +0000 (09:20 -0600)]
Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)
* Move PreserveAttribute to Internals to prep for removal of InternalsVisibleTo
* Update docs
Samantha Houts [Mon, 25 Apr 2016 23:09:52 +0000 (16:09 -0700)]
Ignore TabsStudio file
Stephane Delcroix [Mon, 25 Apr 2016 22:03:33 +0000 (00:03 +0200)]
Multi style classes (#134)
* [C] StyleClass is IList<string>
* fix docs
* this might be required
E.Z. Hart [Mon, 25 Apr 2016 19:57:44 +0000 (13:57 -0600)]
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
E.Z. Hart [Mon, 25 Apr 2016 16:52:48 +0000 (10:52 -0600)]
Remove ToolBar from Core; Remove ToolBar renderers and unit tests (#124)
E.Z. Hart [Mon, 25 Apr 2016 16:26:40 +0000 (10:26 -0600)]
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
kingces95 [Sun, 24 Apr 2016 22:58:46 +0000 (15:58 -0700)]
Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests (#95)
* Enable Warnings as Errors on all plat|cfg of XF.Core.UnitTests
* Fix build errors
E.Z. Hart [Sun, 24 Apr 2016 22:58:27 +0000 (16:58 -0600)]
Detect docs for new types in update-docs.ps1 (#122)
* Detect docs for new types in update-docs.ps1
* Add check for missing DLLs before running
Mike Norman [Sun, 24 Apr 2016 21:37:00 +0000 (16:37 -0500)]
Fixed typo in Aspect.xml (#126)
Rui Marinho [Sun, 24 Apr 2016 19:50:53 +0000 (15:50 -0400)]
[Nuget] Add modernhttpclient to pages nuspec (#132)
Jason Smith [Sun, 24 Apr 2016 16:25:26 +0000 (12:25 -0400)]
Evolve feature branch (#117)
* Initial import of evolve features
* [Android] Add Xamarin.Forms.Platform.Android.AppLinks project
* [iOS] Fix issues with c# 6 features on iOS AppLinks
* Added naive stanza to update-docs-windows.bat to produce Pages docs. Not tested. (#69)
* Update packages
* Add AppLinks android nuspec and fix linker issues
* Fix build
* Fix nusepc
* Fix nuspec
* Update android support nugets to 23.2.1
* Update Xamarin.UITest
* Add CardView
* [iOS] Fix app link for CoreSpotlight
* [Android] Update AppLinks android support libs
* Add Newtonsoft.Json dependency to nuspec
* Fix NRE when setting ControlTemplate to null
* Move to ModernHttpClient for download
* Try fix build
* Preserve android app links
* Fix margin issue
* General coding and simple fixes
Rui Marinho [Sun, 24 Apr 2016 13:38:40 +0000 (09:38 -0400)]
[iOS] Fix issue with WebView dispose and resizing (#128)
E.Z. Hart [Sun, 24 Apr 2016 12:56:36 +0000 (06:56 -0600)]
Update vssettings file to turn on Wrapping_PreserveSingleLine (#115)
Update vssettings file to turn off Wrapping_KeepStatementsOnSingleLine
Samantha Houts [Sun, 24 Apr 2016 06:17:40 +0000 (23:17 -0700)]
[Android] Add constructor to MasterDetailContainer (#123)
E.Z. Hart [Sun, 24 Apr 2016 06:13:27 +0000 (00:13 -0600)]
Allow renderers to specify whether native controls should be eagerly disposed (#129)
Samantha Houts [Sat, 23 Apr 2016 22:17:21 +0000 (15:17 -0700)]
Fix margin issue (#130)
kingces95 [Fri, 22 Apr 2016 20:34:13 +0000 (13:34 -0700)]
Windows.UI.Xaml.dll on X64 Windows.UI.Xaml.Setter.get_Value is NYI (#93)
* Windows.UI.Xaml.dll on X64 Windows.UI.Xaml.Setter.get_Value is NYI
* Add comment
Jason Smith [Wed, 20 Apr 2016 22:20:44 +0000 (15:20 -0700)]
Add an optional extended description…
Samantha Houts [Wed, 20 Apr 2016 19:06:48 +0000 (12:06 -0700)]
[Android] Add missing 23.3.0 package dependencies
Samantha Houts [Tue, 19 Apr 2016 16:53:02 +0000 (09:53 -0700)]
[A] Don't set TabbedPage BarTextColor to nothing (#113)