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

12 Коммитов

Автор SHA1 Сообщение Дата
ms 230890e462 Add collection info for SheetHorizontalItemList accessibility 2021-05-19 22:49:28 +05:30
ms d79afc62a4 Add collection info for SheetHorizontalItemList accessibility 2021-05-18 19:50:40 +05:30
ms 69f86c678a Accessibility Fixes for TabLayout, Drawer , BottomSheets 2021-05-06 15:20:34 +05:30
ms ea8a998e9f Merge remote-tracking branch 'upstream/develop' into develop
# Conflicts:
#	fluentui_drawer/src/main/java/com/microsoft/fluentui/persistentbottomsheet/PersistentBottomSheet.kt
2021-04-22 09:59:47 +05:30
Aishwarya Pratap Singh 5aeb0f0f3f
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>
2021-04-21 16:12:43 +05:30
ms 6f429fa776 Accessibility Bugs 2021-04-19 06:20:53 +05:30
ms 63a4b46281 Handle drawer handle accessibility control. 2021-03-18 18:43:22 +05:30
ms 178173e532 Add content description API for drawer handle 2021-03-18 13:25:15 +05:30
ms 787083304a 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
2021-03-15 22:40:36 +05:30
msgharpu f3d32ab359
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>
2021-03-12 16:29:24 +05:30
msgharpu fdb9f3f40e
Correction in gradle file for build pipeline (#51)
Co-authored-by: Mayuresh Gharpure <magharpu@microsoft.com>
2021-03-08 17:53:11 +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