2
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 10 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add sub-menu support. In the Android-ActionBar implementation we handle this via an AlertDialog that displays as a list. If your action bar supports dropdowns or popup lists this would allow for an even more elegant solution. More... about 13 years ago
Call homeIsUp in the Android-ActionBar example and use a string resource rather than a hardcoded version. More... about 13 years ago
Code cleanup and JavaDocs addition. More... about 13 years ago
Support hinting the home button goes 'up' in Android-ActionBar handler. More... about 13 years ago
Add homeAsUp(boolean) to API. This will call through to setDisplayHomeAsUpEnabled(boolean) for the native action bar and can optionally be implemented in custom handlers as well. More... about 13 years ago
Use direct package reference to the native action bar. More... about 13 years ago
Always enable the home icon which will return a proper id to mimic native ActionBar. More... about 13 years ago
Simplify ActionBarMenu and ActionBarMenuItem creation. More... about 13 years ago
Allow direct inflation to the action bar if it implements the Menu interface. More... about 13 years ago
Extract menu and menu item implementing classes to their own files. More... about 13 years ago
Make the handler bubble the clicked event up to the activity. Use a custom Action for our action bar to do this. More... about 13 years ago
Pass the whole menu for inflation to the handler. More... about 13 years ago
Add activity base class which will automatically facilitate the inflation of XML menu files to either the native action bar or pass via a callback to the handler (assuming they implement an interface) for the manual adding of buttons. More... about 13 years ago
Stupid Windows committed a case-insensitive library reference to GreenDroid. More... about 13 years ago
Bump version to 2.0.1. More... about 13 years ago
Detail version support more thoroughly in the README. More... about 13 years ago
While Android-ActionBar runs on Android 1.5 the layout is severely damaged. Android 1.6 is the minimum for proper rendering. More... about 13 years ago
Use Class.forName() for detection of native ActionBar. This allows for compatability with every version of Android all the way back to 1.5. More... about 13 years ago
Push back API levels. Not sure why I was only targeting 2.1+. More... about 13 years ago
Date change log for 2.0.0. More... about 13 years ago
Add links to direct .apk downloads. More... about 13 years ago
Update sample apps to include buttons with icons on both native and third-party action bars. More... about 13 years ago
Add README in samples about third-party library dependencies. More... about 13 years ago
Add change log. More... about 13 years ago
Update README to reflect 2.0 changes. More... about 13 years ago
Move references to GreenDroid and Android-ActionBar libraries to where I specify they should be in the READMEs. More... about 13 years ago
Add javadoc documentation to classes. More... about 13 years ago
Complete rewrite! More... about 13 years ago
Use new detection method which looks to see if the native ActionBar class is present. This should provide the most accurate answer as to whether or not the native ActionBar is supported. With this change comes the renaming of the classes from being Honeycomb* and PreHoneycomb* to Native* and GreenDroid*. More... about 13 years ago
Add image to readme. More... about 13 years ago