2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 01, 2024 — Sep 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add all MDPI variations on the tab backgrounds taken from a Honeycomb system dump and re-9-patched. More... over 14 years ago
Add unified theme support. Not as elegant as I'd hoped but at least it'll only require the creation of a single theme. More... over 14 years ago
Merge the Android Compatibility Library r2 sources. More... over 14 years ago
BOOM GOES THE DYNAMITE! Yet another almost complete rewrite, integration of the compatability library, and integration of Android-ActionBar for easy, out-of-the-box action bars, fragments, and loaders on every Android platform 1.6 and newer. More... over 14 years ago
Remove Eclipse .project and .classpath files. Update instructions for importing into a new Android project instead. More... over 14 years ago
Fix method map spacing. More... over 14 years ago
Change menu listener methods to support adding and removing rather than just setting a single one. More... over 14 years ago
Add height getter to HasVisibility interface. More... over 14 years ago
Display options are not available, query getters on HasXXX interfaces for current display status. More... over 14 years ago
Move the native action bar handler to the appropriate subpackage where the other handlers live. More... over 14 years ago
Make sure all native handler methods are final as they are just marshalls to the native methods. More... over 14 years ago
Add HasBackgroundDrawable interface for setting a custom background drawable on the action bar. More... over 14 years ago
Renamed some method names to be prefixed with 'set' rather than just the action-oriented name. More... over 14 years ago
Add show custom view toggle to HasCustomView interface. More... over 14 years ago
Change HasHomeAsUp to HasHome and implement the visibility toggle. Add partial implementation to GreenDroid handler. More... over 14 years ago
HasListNavigation and HasTabNavigation each implement their own method to determine and set the selected item. More... over 14 years ago
Add HasCustomView interface. More... over 14 years ago
Only use ObjectAnimator if we have the action bar. In reality we should use a seperate check since theoretically the presence of the native action bar does not correspond to the presence of the ObjectAnimator class. More... over 14 years ago
Add honeycomb gallery sample into the mix. This is a straight import and it is currently not configured to work with the library. More... over 14 years ago
Update to build against Android 3.1 (API level 12). More... over 14 years ago
Remove helper methods for things such as title, menu, and home as up. These should now be accessed through the `HasXXX` interfaces only. More... over 14 years ago
Add internal tracking of HasXXX interfaces to native ActionBar methods. This will have to be moved somewhere more visible before release. More... over 14 years ago
Abstract some calls to the action bar through the handler. More... over 14 years ago
Load the title resource ID and pass that to the menu item. More... over 14 years ago
Update @hameno GreenDroid version. More... over 14 years ago
Use proper android namespace for fetching XML properties in the custom menu inflater. More... over 14 years ago
Resolve errors with referencing the native handler in methods that will be accessed from pre-3.0 initialization. The fallback to native handler functionality should still operate the same but no longer can we check that the custom handler does not extend from the native handler. A better solution will likely be to check the classname of the generic argument to the handler passed as the custom handler to make sure it does not match the native action bar's class name. More... over 14 years ago
Add custom menu XML inflater which will essentially backport the new attributes to be available on pre-3.0 devices. Third-party handlers can now easily differentiate between items that must be displayed on the action bar and items which belong in an overflow menu (usually, the activity menu). Closes #10. More... over 14 years ago
Add TODO for styled sample. More... over 14 years ago
Fix .classpath to work like a normal Android project. More... over 14 years ago