* Created controls: TabItem, Header, Divider. Implemented ItemListContentBuilder api to create horizontal list, vertical grid, vertical list
* Renaming + some fix
* Update Divider token + Fix accessibility in Header control + renaming
* Optimized code
* Added missing parameter for function
* [Fix:] Release Version 0.0.18 (#97)
This release includes
New Modules
Progress
TopAppBar
Calendar
PeoplePicker
Created a common theme in FluentContainer so that consumers consuming the whole library can use a common theme
Accessibility Fixes
* Fixed custom view RTL bug
Co-authored-by: Aishwarya Pratap Singh <aipratap@microsoft.com>
* Moved to Androidx, updated to latest kotlin version
* trim extra packagename and remove kotlinx syntehtic as it is deprecated now
Co-authored-by: Aishwarya <aishwarya@stefsch5.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@BOMCKENZ-PC.northamerica.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@segugg-Desktop.northamerica.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@G8DV2SDISN002SE.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>
* Modularize Contextual Command Bar
* Fix pom file generation in gradle file
* Set override flag to true in bintray task
- Enable republishing of same version
- Increment version code
* Increment version number of all modules
* Rename context variable to avoid confusion
Co-authored-by: Mayuresh Gharpure <magharpu@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>