fluentui-android/settings.gradle

17 строки
443 B
Groovy
Исходник Обычный вид История

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>
2021-07-13 11:18:38 +03:00
include ':fluentui_peoplepicker'
include ':fluentui_topappbars'
include ':fluentui_progress'
include ':fluentui_calendar'
include ':fluentui_persona'
include ':fluentui_menus'
include ':fluentui_transients'
include ':FluentUI.Demo'
include ':fluentui_core'
include ':fluentui_listitem'
include ':fluentui_drawer'
include ':fluentui_tablayout'
include ':fluentui_others'
include ':FluentUI'
include ':fluentui_ccb'
include ':fluentui_controls'