* Update README.md controls
v2 components has been added
* removed utils from v2 controls
* added modularization of v1 and v2 in the same table README.md
* handing star * cases in modularization table README.md
* fixing typo
* removed extra brackets
Updating the build script to run unit and UI tests in github actions and avoid ADO pipeline.
Unit tests now will show the passed and failed tests in the console
added status badge for build pipeline in readme
Adding new pipeline to run build
Pipeline runs for every PR created to master and every merge to master
Adding master branch pipeline status badges to readme
* increment universal package version
* Showcase all scenarios in theming for modularized app
* updating some comments in styles.xml
* Edit ReadMe file to show the latest changes related to MavenCentral and new Modules
* Dynamically update Persistent BottomSheet content
* remove version changes
* handle review comments
1. add description.
2. formatted code.
* Add Missing Modules in FluentContainer, Accessibility Fixes (#81)
* Accessibility fixes on CalendarView and Button
* Add missing modules in FLuent Container
* Keyboard focus should stay where it is clicked
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
* Accessibility Fixes in persona Module (#82)
* Accessibility fixes on CalendarView and Button
* Add missing modules in FLuent Container
* Keyboard focus should stay where it is clicked
* Accessibility for persona module
* Accessibility for faceStack and facePile
* address review comments
* make avatar focusable only if it is not empty. Allow empty string in AvatarView
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@lcs2d-Dell-03.northamerica.corp.microsoft.com>
* Keyboard focus handling in PeoplePicker View (#86)
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
* Module Progress (#84)
* initial basic changes
* Add translation strings, add androidX vector drawable support
* Move the import to top
* Resolve comments
* Update build.gradle
* Module TopAppBars (#85)
* Initial changes
* Move translations
* Remove unused string
* Update README
* Fix theme(night)
* Strcture the topappbars module as per old naming
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>
* Add Calendar & date picker in a new Module (#88)
* Add Calendar & date picker in a new Module
* Add Correct toolbar dependency
* remove unnecessary comments and files
* remove unnecessary comments and files
* Peoplepicker Module (#90)
* Create People Picker Module
* Review comments fix
Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>
* Common theme (#91)
* creating common theme
* Extending from base theme in Container module and calendar module
Co-authored-by: Aishwarya <aishwarya@TT-KEVINCRE-WS.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>
* Move to version 0.0.18 (#92)
* ReadMe related Changes (#80)
* Showcase all scenarios in theming for modularized app
* updating some comments in styles.xml
* Edit ReadMe file to show the latest changes related to MavenCentral and new Modules
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
* Release Version 18 along with modules at a common version number 0.0.8
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>
* Make version 0.0.18 for nuget pipeline (#94)
* ReadMe related Changes (#80)
* Showcase all scenarios in theming for modularized app
* updating some comments in styles.xml
* Edit ReadMe file to show the latest changes related to MavenCentral and new Modules
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
* increase nuget versioning to version 18
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>
Co-authored-by: ms <mashukl@microsoft.com>
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
Co-authored-by: Mayank Shukla <60392150+mnkshukl@users.noreply.github.com>
Co-authored-by: Aishwarya <aishwarya@lcs2d-Dell-03.northamerica.corp.microsoft.com>
Co-authored-by: Tushar Anil Masane <tamasane@gmail.com>
Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>
Co-authored-by: Aishwarya <aishwarya@TT-KEVINCRE-WS.redmond.corp.microsoft.com>
* Showcase all scenarios in theming for modularized app
* updating some comments in styles.xml
* Edit ReadMe file to show the latest changes related to MavenCentral and new Modules
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
* Modularization Base Strcuture
This commit creates following modules
1) fluentui_core
2) fluentui_listitem
3) fluentui_drawer
4) fluentui_tablayout
5) fluentui_others
6) FluentUI
In addition, contains a build pipeline to create universal package
of the Fluent UI library
* Fix formatting issues
* Remove defaultTheme from Demo Activities
* Few Corrections Around ContextWrapper
* Formatting Corrections
* Remove unwanted imports
* Remove .gitignore from every submodule
* Address review comments
1) Remove project.afterEvaluate
2) Add RestrictTo to MSRecyclerView
3) Add documentation on config.gradle
* Keep Drawer Module Consistent with Modular Branch
* Small Correction to move an integer value
Moved one persistent bottom sheet value for landscape from
fluentui_others to fluentui_drawer
* Correcting Formatting Issues
* Add Internal Maven Repo to Publish
* Add todo item for package name
* Minor corrections in fluentui_others module
* Bump to version 0.0.12
* Remove hardcoding of version ids in gradle file
* Update README.md with Modularization Details
Co-authored-by: Mayuresh Gharpure <magharpu@microsoft.com>