2020-05-19 03:56:25 +03:00
|
|
|
namespace System.Maui.Core.UITests
|
2016-11-15 22:39:23 +03:00
|
|
|
{
|
|
|
|
internal static class UITestCategories
|
|
|
|
{
|
2019-08-22 16:39:11 +03:00
|
|
|
public const string ViewBaseTests = "ViewBaseTests";
|
2016-11-15 22:39:23 +03:00
|
|
|
public const string ActionSheet = "ActionSheet";
|
|
|
|
public const string ActivityIndicator = "ActivityIndicator";
|
2018-06-28 14:02:36 +03:00
|
|
|
public const string Animation = "Animation";
|
2016-11-15 22:39:23 +03:00
|
|
|
public const string AutomationId = "AutomationID";
|
|
|
|
public const string BoxView = "BoxView";
|
|
|
|
public const string Button = "Button";
|
[Feature] CarouselView (#5044)
* [Spec] Draft carousel
* [Core,Spec] Add IndicatorsView
* [iOS] IndicatorsViewRenderer and CarouselVieRenderer draft
* [Controls] Fix controls gallery linker
* [Core] Remove extra file
* Fix Remove IITemsSource
* [iOS] Implement Scroll and selected item
* [iOS,Android,Core] Refactor to use CurrentItem on CarouselView
* [iOS,Core] Add NumberOfVisbileItems
* [iOS,Core] Add IsScrolling and IsDragging
* [iOS,Core] Add Visual state for carousel items
* [iOS,Core] Add padding to CarouselView
* [iOS,Controls] Fix sample, disable selection on CarouselViewController
* [Core] Add Delta to ScrolledDirectionEventArgs
* Update SelectableItemsViewRenderer.cs
* [Controls] Refactor Carousel examples
* [Controls] Fix csproj
* [iOS] Fix bug with insets with carouselview padding
* [Controls] Fix vm for CarouselXamlGallery
* [Controls] Collection Carousel type demo
* [Core] Add other CarouselView Layouts
* Fix Carousel rebase (#6518)
* Fix rebase Android
* Fix rebase iOS
* Update ItemSizingStrategy
* [Core] Add ItemSizingStrategy None
* [iOS] Allow to override ReuseId and RegisterCells from ItemsViewController
* Remove IndicatorsView
* Remove ICarouselViewController
* Implemented IsDragging on Android
* Implemented Scrolled for Android
* Removed Spacing methods
Spacing is now available on a lower level and we don't need to worry about it
* Fix rebase
* [UnitTests] Add basic CarouselView unit tests
* [iOS] Update CarouselViewLayout
* [iOS,Core] Remove Padding and add PeekAreaInsets
* [iOS] Fix peek area insets update on CarouselView
* [iOS,Core] Remove extra scroll code update
* [iOS] Fix bug ScrollAnimationEnded missing
* [Core] Mark BPK as private
* [Core] Rename NumberOfSideItems
* Update ItemsViewRenderer.cs
* [Android] Remove scroll direction update
* First small UI tests
* [iOS] Carousel Apply suggestions from code review
Co-Authored-By: Samantha Houts <samhouts@users.noreply.github.com>
* More UI tests and plumbing
* Fix build errors
* [Android] Fix CarouselView sizing on Android
* Implemented IsSwipeEnabled iOS
* Implemented bounce iOS
* Merged with scroll changes ItemsView
* Implemented IsBounceEnabled Android
* [Android] Update position
* Update App.cs
* Added CarouselView Core Gallery sample
* Update ItemsViewController.cs
* Fixed Core Gallery problems with Linker
* Added more CarouselView properties to the Core Gallery sample
* Added new CarouselView sample adding and removing items, etc.
* [Android]Add spacing inset for fist and last item
* [Android] ScrollTo and center item on carousel
* Spelling and not breaking build
* [Android]Use SnapHelper to get centered view
* Make Position work (again) for iOS
* Rebase from master (fixed conflicts)
Fixed Android bug related with the first item inset calcs.
fixes #4996
2019-08-30 02:26:23 +03:00
|
|
|
public const string CarouselView = "CarouselView";
|
2016-11-15 22:39:23 +03:00
|
|
|
public const string Cells = "Cells";
|
2019-05-30 19:32:28 +03:00
|
|
|
public const string CheckBox = "CheckBox";
|
2018-12-14 02:52:32 +03:00
|
|
|
public const string CollectionView = "CollectionView";
|
2017-09-16 04:52:24 +03:00
|
|
|
public const string ContextActions = "ContextActions";
|
2016-11-15 22:39:23 +03:00
|
|
|
public const string DatePicker = "DatePicker";
|
|
|
|
public const string DisplayAlert = "DisplayAlert";
|
|
|
|
public const string Editor = "Editor";
|
|
|
|
public const string Entry = "Entry";
|
2020-04-04 03:16:13 +03:00
|
|
|
public const string ExpanderView = "ExpanderView";
|
2016-11-15 22:39:23 +03:00
|
|
|
public const string Frame = "Frame";
|
|
|
|
public const string Image = "Image";
|
2018-12-19 04:22:12 +03:00
|
|
|
public const string ImageButton = "ImageButton";
|
2016-11-15 22:39:23 +03:00
|
|
|
public const string Label = "Label";
|
2019-05-28 21:56:40 +03:00
|
|
|
public const string Layout = "Layout";
|
2016-11-15 22:39:23 +03:00
|
|
|
public const string ListView = "ListView";
|
2018-11-21 14:48:05 +03:00
|
|
|
public const string UwpIgnore = "UwpIgnore";
|
2016-11-15 22:39:23 +03:00
|
|
|
public const string LifeCycle = "Lifecycle";
|
|
|
|
public const string MasterDetailPage = "MasterDetailPage";
|
|
|
|
public const string Picker = "Picker";
|
|
|
|
public const string ProgressBar = "ProgressBar";
|
|
|
|
public const string RootGallery = "RootGallery";
|
|
|
|
public const string ScrollView = "ScrollView";
|
|
|
|
public const string SearchBar = "SearchBar";
|
|
|
|
public const string Slider = "Slider";
|
|
|
|
public const string Stepper = "Stepper";
|
|
|
|
public const string Switch = "Switch";
|
2020-01-15 00:08:33 +03:00
|
|
|
public const string SwipeView = "SwipeView";
|
2018-08-06 17:23:22 +03:00
|
|
|
public const string TableView = "TableView";
|
2016-11-15 22:39:23 +03:00
|
|
|
public const string TimePicker = "TimePicker";
|
|
|
|
public const string ToolbarItem = "ToolbarItem";
|
|
|
|
public const string WebView = "WebView";
|
2017-01-16 22:36:49 +03:00
|
|
|
public const string Maps = "Maps";
|
2017-03-23 20:18:38 +03:00
|
|
|
public const string InputTransparent = "InputTransparent";
|
|
|
|
public const string IsEnabled = "IsEnabled";
|
2017-06-20 18:38:58 +03:00
|
|
|
public const string Gestures = "Gestures";
|
2017-07-20 00:26:46 +03:00
|
|
|
public const string Navigation = "Navigation";
|
2017-08-10 20:35:27 +03:00
|
|
|
public const string Effects = "Effects";
|
2019-01-13 01:43:08 +03:00
|
|
|
public const string Focus = "Focus";
|
2016-11-15 22:39:23 +03:00
|
|
|
public const string ManualReview = "ManualReview";
|
2018-01-31 21:09:15 +03:00
|
|
|
public const string Performance = "Performance";
|
2019-02-28 02:48:45 +03:00
|
|
|
public const string Visual = "Visual";
|
2019-03-28 02:41:38 +03:00
|
|
|
public const string AppLinks = "AppLinks";
|
2019-04-01 23:25:01 +03:00
|
|
|
public const string Shell = "Shell";
|
2019-06-13 02:41:46 +03:00
|
|
|
public const string TabbedPage = "TabbedPage";
|
2019-06-13 16:21:09 +03:00
|
|
|
public const string CustomRenderers = "CustomRenderers";
|
2019-07-03 17:27:51 +03:00
|
|
|
public const string Page = "Page";
|
2019-09-07 10:11:41 +03:00
|
|
|
public const string RefreshView = "RefreshView";
|
2019-08-27 10:19:52 +03:00
|
|
|
public const string TitleView = "TitleView";
|
2019-12-12 19:45:06 +03:00
|
|
|
public const string DisplayPrompt = "DisplayPrompt";
|
2019-12-10 14:31:49 +03:00
|
|
|
public const string IndicatorView = "IndicatorView";
|
2016-11-15 22:39:23 +03:00
|
|
|
}
|
2019-09-27 08:19:12 +03:00
|
|
|
}
|