- Remove actionbar shadow from samples.
- Library not modified, version not uploaded to maven central.
- Added support for WebView content.
- Revamped project structure, now all AB types (stock, sherlock, compat) are under the same repo. Stock AB support in in the main library, whereas other types are in the "extras" folder.
- Adds support for header overlays
- Fixes bug when content is ListView and notifyDataSetChange() is called
- Fixes yet another severe issue in handling of ListViews (ManuelPeinado#6)
- Fixes severe issue (ManuelPeinado#6)
- Adds support for HoloEverywhere (ManuelPeinado#4).
- Added support for parallax scroll
- Added new demo that showcases integration with DrawerLayout
- Use getHeight() instead of getMeasuredHeight()
- New fluent API for initialization
- Added support for fragments
- Added support for light action bars
- Added maven support
- Added callback to the actionbar background drawable. This should fix a bug that prevents the app from working properly in some devices.
- Added longer content to the ScrollView sample so that it is scrollable in tablets.
Initial release.