Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Version 0.0.18 #93

Merged
merged 21 commits into from
Jul 13, 2021
Merged

Release Version 0.0.18 #93

merged 21 commits into from
Jul 13, 2021

Conversation

aishwarya56
Copy link

@aishwarya56 aishwarya56 commented Jul 13, 2021

This release includes
New Modules

  1. Progress
  2. TopAppBar
  3. Calendar
  4. PeoplePicker
    Created a common theme in FluentContainer so that consumers consuming the whole library can use a common theme
    Accessibility Fixes

mnkshukl and others added 21 commits May 24, 2021 12:37
1. add description.
2. formatted code.
Dynamically update PersistentBottomsheet content
* 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 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>
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
* initial basic changes

* Add translation strings, add androidX vector drawable support

* Move the import to top

* Resolve comments

* Update build.gradle
* 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

* Add Correct toolbar dependency

* remove unnecessary comments and files

* remove unnecessary comments and files
* Create People Picker Module

* Review comments fix

Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>
* 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>
* 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>
* 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>
@aishwarya56 aishwarya56 merged commit d344bef into master Jul 13, 2021
aishwarya56 pushed a commit that referenced this pull request Jul 13, 2021
* increase nuget versioning to version 18

* Release Version 0.0.18 (#93)

* 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>

* Fix lint  error in peoplePicker

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@TT-KEVINCRE-WS.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@DESKTOP-VM8JTL6.redmond.corp.microsoft.com>
aishwarya56 pushed a commit that referenced this pull request Jul 13, 2021
* increase nuget versioning to version 18

* Release Version 0.0.18 (#93)

* 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>

* Fix lint  error in peoplePicker

* fix lint error in progress module

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@TT-KEVINCRE-WS.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@DESKTOP-VM8JTL6.redmond.corp.microsoft.com>
aishwarya56 pushed a commit that referenced this pull request Aug 12, 2021
* Add custom subtitle view (#46)

* Modularization Base Structure (#41)

* 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>

* Correction in gradle file for build pipeline (#51)

Co-authored-by: Mayuresh Gharpure <magharpu@microsoft.com>

* Modularize Contextual Command Bar (#49)

* 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>

* BottomSheet Changes

1. Fix state change crash.
2. Add JVMOverload to few constructors.
3. Add method for providing customView to Bottomsheet.
4. Show-case a Scroll event example for bottomsheet collapse

* version change in config.gradle for drawer

* Add content description API for drawer handle

* Handle drawer handle accessibility control.

* Accessibility Bugs

* Use ContextThemeWrapper for others module (#58)

Co-authored-by: Mayuresh Gharpure <magharpu@microsoft.com>

* Add Support for Transients Module (#61)

* Create Transients Module

* Localization Changes for Transients Module

* Move some common drawable resources to core

* Remove Duo Library from deps

Co-authored-by: Mayuresh Gharpure <magharpu@microsoft.com>

* Androidx movement (#55)

* 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>

* Actionbar a11y fixes (#59)

* fix bug 10437: talkback announces Next for right arrow icon in carousel mode

* fix bug 10438: add announcements for viewpager

* Make Keyboard and Accessibility in Sync android

* Use API check for Taab accessibility as android 10 and above works fine

* Accessibility fixes for Appbarlayout and DateTimePicker (#62)

Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>

* Fix tootltip orientation when view is small, provide a method to change background color (#63)

Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>

* Create Menus Module (#64)

* Add Support for Menus Module

* Localization Changes for Menus

* Fix the Dark Theme Issue in Core Module

* Update Build Pipeline to Align Universal Pkg Ver

* Fix the commented part of demo app gradle file

* Accessibility Fixes for TabLayout, Drawer , BottomSheets

* Accessibility Fixes for TabLayout, Drawer , BottomSheets

* Update touchScreenBlockFocus to setup from AttachedtoWindow as property will stay once set

* Accessibility Bug fixes related to TemplateView, PeoplePickerView, ListItem and AppBarlayout (#69)

Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>

* Add collection info for SheetHorizontalItemList accessibility

* Add collection info for SheetHorizontalItemList accessibility

* increment universal package version

* Add Persona Module (#72)

* Persona Module

* Localization Support for Persona

* Update the version number for build pipeline & config

* Setup Maven Central Publish gradle, optimise common code and fixing lint errors

* Setup Maven Central Publish gradle, optimise common code and fixing lint errors

* Remove bintray related code

* move hardcoded values to config.gradle

Co-authored-by: Aishwarya <aishwarya-MacBook-Pro.local>

* Accessibility Bug Fixes related to ActionBarLayout, BottomNavigation (#71)

* fixed actionbar label announcements

* add announcements for button selection in BottomNavigationActivity

* add announcements for label state on toggle in BottomNavigation

* Nit fixes

* actionbar label fixes

* Nit: optimize imports

* Made labelState text sentence case

* updated RadioGroup contentDescription

* Optimize imports

* Showcase all scenarios in theming for modularized app

* updating some comments in styles.xml

* Support AvatarBackgroundColor in Persona (#77)

Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>

* Showcase all scenarios in theming for modularized app (#76)

* Showcase all scenarios in theming for modularized app

* updating some comments in styles.xml

Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>

* Edit ReadMe file to show the latest changes related to MavenCentral and new Modules

* Dynamically update Persistent BottomSheet content

* remove version changes

* 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>

* 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>

* Modularize persona for v-next

* 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>

* Release Version 0.0.18 (#93)

* 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>

* Fix lint errors in PeoplePicker Module (#95)

* increase nuget versioning to version 18

* Release Version 0.0.18 (#93)

* 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>

* Fix lint  error in peoplePicker

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@TT-KEVINCRE-WS.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@DESKTOP-VM8JTL6.redmond.corp.microsoft.com>

* fix lint error in progress module (#96)

* increase nuget versioning to version 18

* Release Version 0.0.18 (#93)

* 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>

* Fix lint  error in peoplePicker

* fix lint error in progress module

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@TT-KEVINCRE-WS.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@DESKTOP-VM8JTL6.redmond.corp.microsoft.com>

* Fix lint error in TopAppbar module (#98)

* increase nuget versioning to version 18

* Fix lint  error in peoplePicker

* fix lint error in progress module

* Fix lint error in TopAppbar module

Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>
Co-authored-by: Aishwarya <aishwarya@DESKTOP-VM8JTL6.redmond.corp.microsoft.com>

* 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>

* make persona modular

Co-authored-by: SurbhiVijayvargeeya <79144604+SurbhiVijayvargeeya@users.noreply.github.com>
Co-authored-by: msgharpu <gharpuremayuresh@gmail.com>
Co-authored-by: Mayuresh Gharpure <magharpu@microsoft.com>
Co-authored-by: Mayank Shukla <60392150+mnkshukl@users.noreply.github.com>
Co-authored-by: ms <mashukl@microsoft.com>
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>
Co-authored-by: Tushar Anil Masane <tamasane@gmail.com>
Co-authored-by: Aishwarya <aishwarya@DESKTOP-SBI7.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@lcs2d-Dell-03.northamerica.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@TT-KEVINCRE-WS.redmond.corp.microsoft.com>
Co-authored-by: Aishwarya <aishwarya@DESKTOP-VM8JTL6.redmond.corp.microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants