2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add profiles so the test modules are not run during release. More... about 14 years ago
Revert find/replace change in the change log which is incorrect for legacy purposes. More... about 14 years ago
Add test cases for custom view display state. More... about 14 years ago
Make sure the test-app points to the right place for the library. More... about 14 years ago
Setting a custom view should not automatically trigger that custom view to be disabled. This is the behavior of the native action bar. Thanks to Rob Isakson for the report. More... about 14 years ago
Add centralized dependency versioning in parent pom.xml. Add test application and runner. More... about 14 years ago
Properly style the action item text as per the theme. More... about 14 years ago
Enable action item text display on pre-Android 3.0 devices by calling `requestWindowFeature()` with the argument `Window.FEATURE_ACTION_BAR_WATSON_TEXT`. More... about 14 years ago
Add the beginnings of a testing framework. More... about 14 years ago
Fix onCreateOptionsMenu() not being called in fragments on Android 3.0+. More... about 14 years ago
Explicitly specify deploy plugin version for maven and include SSH dependency for wagon. More... about 14 years ago
Start changelog for 3.0.1. More... about 14 years ago
Potential fix for onOptionsItemSelected() not being called in fragments. More... about 14 years ago
[maven-release-plugin] prepare for next development iteration More... about 14 years ago
[maven-release-plugin] prepare release 3.0.0 More... about 14 years ago
Bump to version 3.0.0. More... about 14 years ago
Add the layout for the featured image on the website to the feature demo. Can be accessed by clicking an action item. More... about 14 years ago
Disable honeycomb gallery sample from upcoming release. More... about 14 years ago
Add link to website in change log. More... about 14 years ago
Abstract calls to the parent class methods which are only available on Honeycomb or later to static inner-classes to avoid incompatibility with Android 1.6. More... about 14 years ago
Update the manifest for all samples to be 3.0. More... about 14 years ago
Gut the documentation in the repository itself and point to the website. More... about 14 years ago
overridePendingTransition is only available on Android 2.0 or later and should be called directly after startActivity() or finish(). More... about 14 years ago
Fix the home button on pre-3.0 to actually call through to the activity callback. Enable back support in the shakespeare example. More... about 14 years ago
Shakespeare sample needs to use Theme.Sherlock. More... about 14 years ago
Fix recursive styles on 3.0+. More... about 14 years ago
Disable actionView loading since it is currently not utilized. More... over 14 years ago
Do not deploy the apklib to the GitHub downloads page. More... over 14 years ago
Skip action items which do not have an icon on pre-3.0. More... over 14 years ago
Support onClick method name, action view class name, and action view layout resource ID inflation from menu XML. More... over 14 years ago