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

15 Коммитов

Автор SHA1 Сообщение Дата
PraveenKumar yeruva c8b0777755
adding strings.xml files (#302)
Co-authored-by: PraveenKumar Yeruva <pyeruva@microsoft.com>
2022-12-13 17:29:46 +05:30
mishramayank1 520dbd667d
0.1.13 fix (#297)
* Release version bump-up

* Fix build using kotlin import
2022-12-06 21:14:40 +05:30
mishramayank1 34e52d1aeb
ListContentBuilder (#289)
* 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
2022-12-06 17:10:59 +05:30
NamanPandey a0491f643e
Segmented control Impl (#286) 2022-11-25 16:28:14 +05:30
PraveenKumar yeruva d9c9403dd6
List itemv2 (#243)
V2 List item component
2022-10-28 15:56:16 +05:30
mishramayank1 b86e920d9d
0.1.0 SDK release
* Upgrade gradle to 7.4.1 & resolved lint error

* version bump-up for 1.0.0 release

* Version updated as per the new guildlines
2022-06-16 15:26:10 +05:30
NamanPandey 2dfeaef240 Disable API support for Persistant BottomSheet Items 2022-03-22 12:18:59 +05:30
Mayank Mishra 10671a6c9f Moved the declare-styleable attributes to fluentui_core attrs.xml & enum attributes to fluentui_listitem attrs.xml to reuse at module level. Attributes also prefixed with 'fluentui_' to avoid conflict with other UI library attributes 2022-02-16 20:46:37 +05:30
SurbhiVijayvargeeya 8a418ea3de
Fixed RTL bug in ListItemView's custom view (#104)
* [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>
2021-09-28 15:50:41 +05:30
Aishwarya Pratap Singh fdf49120a9
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>
2021-05-24 15:28:25 +05:30
Aishwarya Pratap Singh c3a8d33d8e
Accessibility Bug fixes related to TemplateView, PeoplePickerView, ListItem and AppBarlayout (#69)
Co-authored-by: Aishwarya <aishwarya@Sachins-MacBook-Pro.local>
2021-05-10 20:16:32 +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
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