Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Releases: OfficeDev/ui-fabric-android

0.3.9

25 Mar 01:54
Compare
Choose a tag to compare
  • Updated calendar behavior to default to the first day of the week based on locale
  • Added a method to set the first day of the week manually in the PreferencesManager

0.3.8

27 Feb 22:08
Compare
Choose a tag to compare
  • Bug fix: The Calendar now has better support for weekday initials in Russian and Ukrainian. Those initials will have two characters instead of one.

0.3.7

17 Dec 19:48
Compare
Choose a tag to compare
  • Searchbar as ActionMenuView: initial focus bug fix and style bug fix

0.3.6

11 Dec 23:22
Compare
Choose a tag to compare
  • New DateTimePicker based on fragment
  • AppBarLayout: Neutral theme
  • PopupMenu / BottomSheet: Dark theme support
  • Used Fluent Mobile icons
  • Bugs fixes and minor improvements

0.3.5

13 Nov 22:15
Compare
Choose a tag to compare
  • Top App Bar / AppBarLayout:
    • New option to use Searchbar as an action menu view on the Toolbar
    • Improved theming for Toolbar
  • Dark theme support for button
  • Interaction improvement for the DateTimePicker to automatically move the AM PM period according to the direction of time movement when close period changes.
  • Typography Subheader fixes

0.3.4

08 Nov 23:28
Compare
Choose a tag to compare
  • DateTimePickerDialog is now based on AppCompatDialog instead of DialogFragment to open more use-cases. As result there are significant changes in API and most importantly the state retention work has to be done at app level. We plan to provide additional controls/functionality that will help with this work in the future.
  • PersonaChip:
    • Support for Dark theme
  • PeoplePickerView:
    • Support for Dark theme

0.3.3

06 Nov 03:08
Compare
Choose a tag to compare
  • Tooltip:
    • support for Dark theme
  • Updated gray colors to meet accessibility requirements
  • Bug fixes and minor improvements

0.3.2

01 Nov 19:42
Compare
Choose a tag to compare
  • AppBarLayout:

    • new PIN value for ScrollBehavior
    • new scrollTargetViewId property
    • added attributes for layout xml usage
    • improved scrolling behavior
  • DateTimePickerDialog:

    • Dark theme support
  • BottomNavigationView:

    • Fluent styles for Light and Dark themes
  • Demo:

    • Dark theme support

0.3.1

18 Oct 23:29
Compare
Choose a tag to compare
  • New AppBarLayout with built in Toolbar and optional accessory view

0.3

11 Oct 23:47
Compare
Choose a tag to compare
0.3
  • Switch from static colors to theme attributes
  • Introduction of Dark theme support for some controls (Toolbar, Searchbar)
  • BottomSheet:
    • Support for single and double line titles
    • Support for title and item dividers
  • PopupMenu:
    • Accessibility support
  • New Searchbar