summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Controls/ControlGalleryPages
AgeCommit message (Collapse)AuthorFilesLines
2017-09-15Fix failing UI tests for Android FormsApplicationActivity (#1141)E.Z. Hart1-1/+2
* Fix broken test for 57910 when using FormsApplicationActivity * Fix NRE when removing a page during OnAppearing using FormsApplicationActivity * Update 45926 test to work correctly with FormsApplicationActivity * Update 32830 test so it doesn't crash on FormsApplicationActivity * Longer wait before refreshing appearing messages (to work with FormsApplicationActivity) * Fix input transparency issue with old FrameRenderer * Remove extraneous using directive * Just ignore test 32830 on FormsApplicationActivity * [Controls] Add missing directive
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts1-43/+43
* [All] Renamed Accessibility -> AutomationProperties * Update docs * Restore doc summaries * Revert unintended csproj changes
2017-03-14[iOS] ViewCells will respond to ForceUpdateSize in RecycleElement mode (#809)Samantha Houts1-137/+145
* Add reproduction for 44525 * Clean up gallery page * [iOS] Get index path from Cell in RecycleElement * Fix obsolete code
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces952-0/+2
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-02-17Split Windows RuntimePlatform into UWP and WinRT (#748)E.Z. Hart1-1/+2
* Split RuntimePlatform Windows into UWP and WinRT * Update docs * Backward compatible targetPlatform=Windows for native XAML views on WinRT/UWP
2017-02-15[Controls] Fix accessibility gallery (#763)Samantha Houts1-28/+57
2017-01-31[All] Basic Accessibility Support (#713)Samantha Houts1-0/+145
* [Core] Add accessibility properties * [Controls] Add accessibility gallery * [iOS] Implement accessibility properties * [Android] Implement accessibilty properties * [Win] Implement accessibility properties * [Win] Select ListView item on selected for a11y * Update docs * TODO: macOS accessibility * [iOS] Fix failing UI Tests
2017-01-30[MacOS] Fixes to ToolbarItems (#728)Rui Marinho1-14/+20
* [MacOS] Support toolbar item property changes * [UITest,MacOS] Support query by button hardcoded * [UITests] Add and fix more toolbar tests
2016-11-16Run multiple UI tests without restarting ControlGallery (#539)E.Z. Hart1-2/+2
* Allow UI tests to bypass "manual" navigation to isses pages * Add missing Preserve attribute * Make Issue198 test work with direct navigation * Remove empty UI tests * Fix error handling for iOS * Use navigation which works for subsequent TestNavigationPages on iOS * Fix race condition in 39530 test Remove master page nesting when doing direct nav for UI tests * Set up and run a single instance of Control Gallery for UI tests * Force NavigateToIssue to wait for main page appearing to deal with iOS timing * Move remaining UI tests into Issues namespace * Change the connection check URL so it'll work on iOS * Make Appearing Gallery tests work without restarting app * Prevent ContextActions tests from stepping on each other * Make context menu test more robust * Move ButtonExtensions back to Controls namespace * Have test 774 dismiss the action sheet before ending * Update UITest package to 2.0.0 stable * Make 2948 restore orientation when it's done * Null check on PageController before calling SendDisappearing * Adding a wait for the root page in the core tests * Add consecutive tests reset to prevent memory slog on older iOS devices
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix1-2/+2
2016-09-30[iOS] Keep our native property listener around the same time we keep our ↵Rui Marinho1-7/+8
proxy, check if we are KVO compliant before adding observer (#403)
2016-09-27Fix potential NRE accessing current application via Page.RealParent (#330)E.Z. Hart2-0/+16
* Fix potential NRE accessing current application via Page.RealParent * Update Native Bindings Gallery to use MessagingCenter
2016-09-08Native Bindings (#278)Stephane Delcroix1-0/+101
* [C, I, A, W] Support Native Bindings * fix tabs
2016-08-30[A] PanGestureRecognizer will consistently send Completed event (#313)Samantha Houts1-29/+62
* Adjust gallery page for reproduction * [A] Forward OnTouchEvent to Listener... ...and end scrolling on Up.
2016-04-26Prepare Preserve attribute usage for removal of InternalsVisibleTo (#121)E.Z. Hart3-0/+3
* Move PreserveAttribute to Internals to prep for removal of InternalsVisibleTo * Update docs
2016-04-12Enable CS1998 warnings as errors (#65)Paul DiPietro1-2/+2
2016-03-22Initial importJason Smith15-0/+1307