openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
SmartActionBarSherlock
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 01, 2024 — Sep 01, 2025
Showing page 40 of 45
Search / Filter on:
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.
Jake Wharton
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.
Jake Wharton
More...
over 14 years ago
Merge the Android Compatibility Library r2 sources.
Jake Wharton
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.
Jake Wharton
More...
over 14 years ago
Remove Eclipse .project and .classpath files. Update instructions for importing into a new Android project instead.
Jake Wharton
More...
over 14 years ago
Fix method map spacing.
Jake Wharton
More...
over 14 years ago
Change menu listener methods to support adding and removing rather than just setting a single one.
Jake Wharton
More...
over 14 years ago
Add height getter to HasVisibility interface.
Jake Wharton
More...
over 14 years ago
Display options are not available, query getters on HasXXX interfaces for current display status.
Jake Wharton
More...
over 14 years ago
Move the native action bar handler to the appropriate subpackage where the other handlers live.
Jake Wharton
More...
over 14 years ago
Make sure all native handler methods are final as they are just marshalls to the native methods.
Jake Wharton
More...
over 14 years ago
Add HasBackgroundDrawable interface for setting a custom background drawable on the action bar.
Jake Wharton
More...
over 14 years ago
Renamed some method names to be prefixed with 'set' rather than just the action-oriented name.
Jake Wharton
More...
over 14 years ago
Add show custom view toggle to HasCustomView interface.
Jake Wharton
More...
over 14 years ago
Change HasHomeAsUp to HasHome and implement the visibility toggle. Add partial implementation to GreenDroid handler.
Jake Wharton
More...
over 14 years ago
HasListNavigation and HasTabNavigation each implement their own method to determine and set the selected item.
Jake Wharton
More...
over 14 years ago
Add HasCustomView interface.
Jake Wharton
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.
Jake Wharton
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.
Jake Wharton
More...
over 14 years ago
Update to build against Android 3.1 (API level 12).
Jake Wharton
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.
Jake Wharton
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.
Jake Wharton
More...
over 14 years ago
Abstract some calls to the action bar through the handler.
Jake Wharton
More...
over 14 years ago
Load the title resource ID and pass that to the menu item.
Jake Wharton
More...
over 14 years ago
Update @hameno GreenDroid version.
Jake Wharton
More...
over 14 years ago
Use proper android namespace for fetching XML properties in the custom menu inflater.
Jake Wharton
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.
Jake Wharton
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.
Jake Wharton
More...
over 14 years ago
Add TODO for styled sample.
Jake Wharton
More...
over 14 years ago
Fix .classpath to work like a normal Android project.
Jake Wharton
More...
over 14 years ago
←
1
2
…
36
37
38
39
40
41
42
43
44
45
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree