Now that we are in release candidate status a focus should be made on ironing out bugs and inconsistencies across devices. The code is essentially feature-frozen (save for one or two things I may have up my sleeve).
All bugs must come with one or more of the following: screenshots, code to produce the problem, .zip of a project demonstrating the problem, detailed device info where the problem occurs. Help me help you.
Known bugs are listed on the issue tracker under milestone '4.0.0'. Please report any new bugs there. If you have the time, code contributions are greatly appreciated! Version 4.0 is currently targeted for a March 7th release.
| # | Date | SHA | Library | Plugin: Support Lib | Plugin: Maps | Demos |
| RC 1 | 2012-02-14 ♥ | f5bc121c04 |
.zip | .jar | .jar | .apk |
| Beta 6 | 2012-02-08 | db5fc56a9a |
.zip | .jar | .jar | .apk |
| Beta 5 | 2012-01-12 | 55c3822704 |
.zip | .jar | .jar | .apk |
| Beta 4 | 2012-01-03 | d817b843b4 |
.zip | .jar | .jar | .apk |
| Beta 3 | 2012-01-02 | a8e771be60 |
.zip | .jar | .jar | .apk |
| Beta 2 | 2011-12-29 | e6f622f54d |
.zip | .jar | .jar | .apk |
| Beta 1 | 2011-12-27 | 0d309ceb9d |
.zip | .jar | .jar | n/a |
Widget.Sherlock.* styles now properly inherit from their Holo-counterpart on 4.0+setHomeButtonEnabled, setStackedBackgroundDrawable, and setSplitBackgroundDrawable for the native proxy.sherlock_spinner_item view for use with list navigation adapters.FEATURE_NO_TITLE when set programmatically.Theme.Sherlock.Light and Theme.Sherlock.Light.DarkActionBar are now fully implemented..NoActionBar and .ForceOverflow to each theme to perform the respective action.onCreate finishes.FragmentActivity from scratch to fix problems with menu creation and callback dispatching.w480p, normal-land, and large.uiOptions and logo attributes from the <application> tag in addition to allowing overrides by the associated <activity> tag.MenuInflater class for better menu support.ActionBarSherlock menu-related interfaces to be more like the panel variants and let the activity implementation handle calling the options-menu variants. This allows FragmentActivity to properly dispatch events to both the activities and contained fragments.Theme.Holo/Theme.Holo.Light on API 11-13 and Theme.DeviceDefault/Theme.DeviceDefault.Light on API 14+ as the base of our themes.onConfigurationChanged events to action modes when they are being displayed.
absForceOverflow boolean theme attribute which forces the overflow menu, when present, to be displayed as an action item.uiOptions manifest attribute to enable split action bar.