Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
Anubhav Agrawal b7bf199959
Improving README.md (#505) 2023-09-07 13:22:34 +05:30
Anubhav Agrawal cc35d3a7a5
Updating README.md (#503)
* 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
2023-09-07 12:40:55 +05:30
Anubhav Agrawal 8bc0c3d64c
added modularization table 2023-09-07 11:03:36 +05:30
PraveenKumar yeruva b975c056f4
Update git workflow (#230)
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
2022-07-29 12:30:14 +05:30
PraveenKumar yeruva 44c177652a
Azure pipelines build (#227)
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
2022-07-14 08:34:01 +05:30
Aishwarya Pratap Singh d344bef4d2
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 13:48:38 +05:30
Aishwarya Pratap Singh 2591693d85
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>
2021-06-09 13:34:34 +05:30
msgharpu 2a2e93b9e8
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>
2021-03-05 16:05:25 +05:30
Pranab Chaudhuri 7aaef62739 Add the build status/CI 2020-09-27 23:26:17 +05:30
Pranab Chaudhuri 2f9491e8d9 Add support for Surface Duo
Surface DUO support details added in the README. This will help part
2020-07-22 14:06:50 +05:30
Aishwarya 0cc3a39e76 using github's license,code_of_conduct and security files 2020-04-27 21:12:54 +05:30
Microsoft Open Source 46aea71671 Initial README.md commit 2020-04-27 08:29:27 -07:00
Aishwarya aa189c3415 Add FluentUI for Android 2020-04-20 15:13:04 +05:30
Aishwarya Singh f433e736a1 Added README.md, .gitignore (Android) files 2020-04-03 08:42:03 +00:00