- updated Snackbar: swipe to dismiss, tap outside to dismiss, dismiss listener, message queue,
- consistent widget tinting,
- custom fonts loading from xml,
- header for ScrollView,
- updated RecyclerView: header, shadows,
- Carbon theme uses AppCompat theme more,
- bugfixes
- clipToOutline on Lollipop
- CardView match_parent
- added OnInsetsChangedListener
- inset listener setter name updated, PagerTabStrip is saving instance state, non-rect views use compat clipping, updated tabs sample
- remapped basic material colors in AppCompat theme
- fixed shadows drawing on Honeycomb+, changed styles a bit, added power menu demo
- fixed bug with 0dp shadows, moved fab clickable attribute to style
- radial transitions on hardware accelerated devices, circular progress animation, power menu demo back button, status and navigation bar sample, new NoActionBar styles, updated appcompat and support lib versions
- RecyclerView and EditText
- AutoComplete demo
- fixed bugs with shadows and ripples
- native shadows on 5.+
added ScrimInsetsLayout, translucent StatusBar and NavigationBar, 3rd constructor for LinearLayout, added DrawerLayout and a drawer sample, ViewPager edge effects, overscroll xml attr, fixed child drawing order
RippleDrawable constants from Google, added comparison sample, added ScrimInsetsLayout sample, wrap_content support in svgview
- RecentsList
- borderless style for Lollipop's ripple
- hardware accelerated rounded corners
- RippleDrawable on Lollipop uses Lollipop's code, colored insets for all layouts
- colored insets for carbon layouts, fixed svg rendering, changed touch margin accessors, reverted texture clipping for layouts
fixed bugs: setting corners for layouts, drawing 0dp views, null hotspot
added GridLayout, rearranged the sample app, started working on calculator demo, added progress bar demo, added debug mode, color state list can now be passed as a filter color of SVGView, fixed bugs: uninitialized state animator list, window not attached to windowmanager
added PagerTabStrip widget, started working on fading edges, added ripple sample to animations activity, formatted the code, fixed bug with view in animation
merged circular and bar progress, added bar modes, fixed animations for progress bars, correct text appearance handling, textAllCaps compatibility mode, fixed styles and super constructor calls, added up arrow to toolbar, software shadows, added ripple to CardView, tuned calculator a bit, working on edge effects for listview and scrollview
added checkbox, radiobutton, scrollview, horizontalscrollview, listview, fix for null pointer exception when invisible layout is touched
added CardView and a sample, added a sample and a style for flat buttons, added screenshots for readme.md, fixed rounded corners in layouts
added ripple styles, demo and more ripple settings, added state animators, cleaned up a bit, fixed bug with setting background color, fixed bug with RelativeLayout's drawing
- view anchors for all suitable layouts
- pushing views with Snackbar
- PopupMenu
- Spinner
- Buttons / Usage sample
- EditText and TextView updates
- bugfixes