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
24 minutes
ago. based on code collected
24 minutes
ago.
Sep 03, 2024 — Sep 03, 2025
Showing page 39 of 45
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use the item view concept (used by Android internally) for our custom menu implementation which allows holding on to instance of the Menu and MenuItems, interacting with them asynchronously, and having those interactions reflected in either the action bar or options menu views.
Jake Wharton
More...
over 14 years ago
* Abstract our custom action bar implementation to be a standalone widget. This affords us the ability to use it for both the action bar and an action mode at the same time. It also would allow someone to use the widget without fully utilizing the automatic action bar abstraction. * Rework themes to mimic those of the Android 3.0+ native themes except as Theme.Sherlock and Theme.Sherlock.Light. These automatically inherit from the appropriate parent themes based on platform.
Jake Wharton
More...
over 14 years ago
Add action item support to the feature demo.
Jake Wharton
More...
over 14 years ago
Use normal invalidate menu method signature since it is just an argument-less void method.
Jake Wharton
More...
over 14 years ago
Add recreate() emulation for pre-honeycomb.
Jake Wharton
More...
over 14 years ago
Re-enable the onPrepareOptionsMenu callback in the honeycomb gallery sample after the last commit.
Jake Wharton
More...
over 14 years ago
Add proper onPrepareOptionsMenu() support. Closes #20. This also introduces debugging statements that will be compiled out as long as the DEBUG variable is set to false.
Jake Wharton
More...
over 14 years ago
* Move action bar handler instantiation inside the activity constructor. * General code convention cleanup. * Do not use 'Honeycomb' in the name of the wrappers since they are sometimes used to wrap instances on all versions of the platform.
Jake Wharton
More...
over 14 years ago
Rewrite of menu handling and inflation to use the native Menu instance via a wrapper when on post-3.0. This allows us to remain forwards compatibile with any new features introduced to the menu XML schema while still supporting whatever we want on older platforms via the custom inflater.
Jake Wharton
More...
over 14 years ago
Do not import the callback explicitly.
Jake Wharton
More...
over 14 years ago
Add ActionMode support for Android 3.0+ using our support classes. Refs #19.
Jake Wharton
More...
over 14 years ago
Re-enable some honeycomb specific functionality in the HoneycombGallery app.
Jake Wharton
More...
over 14 years ago
Set initialized navigation mode to an invalid value so we ensure reloadDisplay() is called when setting default navigation mode in performAttach().
Jake Wharton
More...
over 14 years ago
Add dark indicators for the light theme. Not yet enabled.
Jake Wharton
More...
over 14 years ago
Remove registering of a custom action bar handler for pre-3.0 devices. Other classes are far too specialized at the moment to allow for a custom handler to function properly.
Jake Wharton
More...
over 14 years ago
Set exclusive checkable when adding a menu item to another menu. Closes #21.
Jake Wharton
More...
over 14 years ago
Tweaks to the HoneycombGallery sample to begin to get it working on pre-3.0. Still needs a lot of work.
Jake Wharton
More...
over 14 years ago
Resolve error when a label is specified directly rather than with a string resource ID.
Jake Wharton
More...
over 14 years ago
Add custom views to action items. Properly support action item callbacks.
Jake Wharton
More...
over 14 years ago
Execute the callback in activity when an action item is clicked and the listener (if any) didn't already handle it.
Jake Wharton
More...
over 14 years ago
Fix fragment animation on pre-3.0.
Jake Wharton
More...
over 14 years ago
Simplify menu inflation technique. Allow for proper invalidation of pre- and post-3.0 menus. Remove access to onPrepareOptionsMenu since I currently cannot fathom where it would be called now that we are managing the invalidation and inflation of the menu manually.
Jake Wharton
More...
over 14 years ago
Rename Activity back to FragmentActivity since that is what most people will be using who already utilize the compat lib.
Jake Wharton
More...
over 14 years ago
Menu inflation and adding the overflow menu as the context is now (mostly) working.
Jake Wharton
More...
over 14 years ago
Remove ActionMode support from this release :(. Simplify ActionBar implementation logic by automatically forwarding simple method calls to more complex implementations in the base class.
Jake Wharton
More...
over 14 years ago
Use a more appropriately named view for the list items.
Jake Wharton
More...
over 14 years ago
Make sure the logo and icon are clickable views.
Jake Wharton
More...
over 14 years ago
Fix for list navigation dropdown not being able to be focused.
Jake Wharton
More...
over 14 years ago
Load application icon and show by default and fix the title loading.
Jake Wharton
More...
over 14 years ago
Add HDPI variations on the tab background taken from a Honeycomb system dump and re-9-patched. Add pre-9-patched source PNGs.
Jake Wharton
More...
over 14 years ago
←
1
2
…
35
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