fluentui-android

Fluent UI Android, Module : fluentui_topappbars

MIT License

Stars
573
Committers
38

Bot releases are hidden (Show)

fluentui-android - Release Version 0.1.20

Published by mishramayank1 over 1 year ago

Release Version 0.1.20:

What's New:

Fluent V2:
Fix/Enhancement:
1) Move from FontInfo to textStyle for a better Material Integration.
2) Updated Global Tokens.
3) Fix Formatting for Pill Bar.

Fluent VCurrent:
Fix/Enhancement:
1) Remove non-nullable force assert from CCB's Long Click Listener

fluentui-android - Version 0.1.19

Published by mishramayank1 over 1 year ago

What's New:

Fluent V2:
Fix/Enhancement:
1) CCB enhancement for multiline CCB:
a) Added scrollable parameter. When true, CCB become scrollable else it will be drawn within available limit which is case for multiline CCB.
b)Added weight parameter in CommandGroup to modify the CCB groups width. Weight is applicable only when scrollable is false for multiline CCB design.
2) Drawer(Bottom) enhancement:
a) Drawer to have 2 behavior for Bottom drawer: BOTTOM, BOTTOM_SLIDE_OVER.
b) Updated Behaviour enum:
Behaviour.LEFT -> Behaviour.LEFT_SLIDE_OVER
Behaviour.RIGHT -> Behaviour.RIGHT_SLIDE_OVER
Behaviour.BOTTOM -> Behaviour.BOTTOM_SLIDE_OVER.
3) Bug fix in semantic modifier to call confirmStateChange with correct state in BottomSheet.
4) Revamp of V2 Drawer Activity to demonstrate all the capability of Drawer.

Fluent v-current:
Fix/Enhancement:
1) Fix crash by ToolTip.

fluentui-android - Version 0.1.18

Published by mishramayank1 over 1 year ago

What's New:

Fluent V2:
Fix/Enhancement:
1. Added cutout slot for Avatar to show badges.
2. Added unread dot support in ListItem.
3. Fix talkback announcement for Avatar.
4. Fix V2 Badge activity to show badges in scrollable row.
5. Fix V2 AvatarCarousel activity to have focus on AvatarCarousel item.

fluentui-android - v0.1.17

Published by mishramayank1 over 1 year ago

Release Version 0.1.17:

What's New:

Fluent V2:
Fix/Enhancement:
1) Added slideOver mode parameter in BottomSheet API. Default value true in which sheetContent slide over to visible region. When slideOver mode is false then sheetContent get fixed height (peek height, fullheight when expanded) scrollable bottomsheet container as per state placed at bottom of screen.
2) Fix Radio button color on Long press.
3) Switch animation parity with RN.
4) Token Update for FAB.

Fluent V1 (v-current):
Fix:
1) Reset tint color in CCB viewholder.

fluentui-android - v0.1.16

Published by mishramayank1 over 1 year ago

Release Version 0.1.16:

What's New:

Fluent V2 :
Controls: Release V2 AppBar, V2 TabBar, V2 Badge
Fix:

  1. Update FluentIcon to have tint as parameter. This take precedence before token value, if provided.
  2. Accessibility bugfix on Progress Indicator, ListItem
  3. RTL support in Progress Indicator.
  4. Design token update.

Fluent V1 (v-current):
Fix:

  1. Added setView in CommandItem interface which is used by recycler view to set reference of view of command item.
fluentui-android - v0.1.15

Published by NamanPandey over 1 year ago

Release Version 0.1.15:

What's New:

Fluent V2 :
Controls: Release V2 SearchBar, V2 Persona Chip
Fix:
1) Accessibility bug fix in V2 ListItem.
2) Code refractor & enhancement.

Fluent V1 (v-current):
Fix:
1) Fix issue of PeoplePickerView where it show incorrect avatar in persona list on change of query text.
2) Remove unused tokenautocomplete dependency from calendar and others modules.

fluentui-android - v0.1.14

Published by NamanPandey over 1 year ago

Release Version 0.1.14:

What's New:

Fluent V2 :
Fix: bump-up version for fluentui_listItem to release aars out of build system.

fluentui-android - v0.1.13

Published by mishramayank1 almost 2 years ago

Release Version 0.1.13:

What's New:

Fluent V2:
New Controls:
1 Segmented Control: PillBar, PillTab, PillSwitch
2 LinearProgressIndicator
3 CircularProgressIndicator
4 Shimmer (Box & Circle)
5 Divider
6 Header (in ListItem)
7 ListContentBuilder

Fix:
1) Accessibility bugfix on button control & demo app activity.
2) Bottom type Drawer will hug the content when content size changes dynamically.

Fluent V1:
Fix: Tooltip color update fix.
Feature: Expose CommandItem as View.

fluentui-android - v0.1.12

Published by mishramayank1 almost 2 years ago

Release Version 0.1.12:

What's New:

Fluent V2 :

  • Segmented Control Implementation
  • Section Header State saving on Orientation Change
  • Accessibility Issues Fix for Controls Module
  • Code Improvement for Controls Module.

Fluent V1:

  • Accessory Image in SheetItem and BottomSheetItem. To be shown in trailing position in vertical List.
fluentui-android - Release Version 0.1.11

Published by mishramayank1 almost 2 years ago

What's New:

Fluent V2 :

  • Added Implementation for Avatar Carousel.
  • Updated Tokens to reflect to the latest in Figma Sheets
  • Add Shadow to Toggle Switch knob.
fluentui-android - v0.1.10

Published by mishramayank1 almost 2 years ago

What's New:

Fluent V2 :

  • Released ListItem, Persona, PersonaList, BottomSheet controls

Fluent V1 :

  • Fix accessibility issue: Lock Scrolling for bottomsheet for keyboard tab navigation when bottomsheet is in collapsed state
  • Feature: Provide API to set Overflow Avatar Count.
fluentui-android - v0.1.8

Published by mishramayank1 about 2 years ago

What's New:

Fluent V1:
Added support to have match_parent width option in PeoplePicker search list.
Fixed accessibility issue on tooltip
Fixed accessibility issue on PesistentBottomSheet

Infra: Fixed missing aars in NuggetCache

fluentui-android - v0.1.7

Published by mishramayank1 about 2 years ago

What's New:

Fluent V1: Fixed searchbar close button position for tablet.

fluentui-android - v0.1.6

Published by NamanPandey about 2 years ago

Fluent V2:

  • Releasing V2 CCB
  • GlobalTokens becomes immutable as per Fluent Design

Fluent V1:

  • Fixed accessibility bug in Tooltip
fluentui-android - v0.1.5

Published by mishramayank1 about 2 years ago

New Feature/Fix:
Fluent V2: Releasing Drawer control

fluentui-android - v0.1.4

Published by mishramayank1 about 2 years ago

New Feature/Fix:

Fluent V2: Releasing Avatar, AvatarGroup control

fluentui-android - v0.1.2

Published by mishramayank1 over 2 years ago

New Feature/Fix:

Fluent V2:

  • Release Toggle Switch, Checkbox and Radio button.
  • Move Button and FAB to Fluentui_controls module.
  • Theming Improvements: App level and Activity level theming.

Fluent V1:

  • Snackbar Styling Improvements Persona's List item dimens dependency removal

Infrastructure:

  • Addition of Test runs on PR creation and merge
fluentui-android - v0.1.0

Published by NamanPandey over 2 years ago

This Release introduces:

  • Jetpack Compose based versions of Button and Floating Action Button.
  • Tokenisation w.r.t. the FluentUI 2 Guidelines
  • Theming Infrastructure
fluentui-android - Release version 0.0.32

Published by mishramayank1 over 2 years ago

This release contains:

Exposing below attributes to modify tint for icon, radiobuttons, checkboxes in popupmenu :
fluentuiPopupMenuItemCheckboxTint
fluentuiPopupMenuItemRadiobuttonTint
fluentuiPopupMenuItemIconTint

fluentui-android - Release version 0.0.31

Published by NamanPandey over 2 years ago

This release contains:

  1. Update Disable state in SheetItem post construction
  2. Fix: Snackbar vertical alignment.
  3. Fix: EO Compliance Issue
  4. Fix: CCB Item Tint to be set only in case of Drawables