2
I Use This!
Inactive

Commits : Listings

Analyzed 24 minutes ago. based on code collected 24 minutes ago.
Sep 03, 2024 — Sep 03, 2025
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. 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. More... over 14 years ago
Add action item support to the feature demo. More... over 14 years ago
Use normal invalidate menu method signature since it is just an argument-less void method. More... over 14 years ago
Add recreate() emulation for pre-honeycomb. More... over 14 years ago
Re-enable the onPrepareOptionsMenu callback in the honeycomb gallery sample after the last commit. 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. 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. 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. More... over 14 years ago
Do not import the callback explicitly. More... over 14 years ago
Add ActionMode support for Android 3.0+ using our support classes. Refs #19. More... over 14 years ago
Re-enable some honeycomb specific functionality in the HoneycombGallery app. 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(). More... over 14 years ago
Add dark indicators for the light theme. Not yet enabled. 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. More... over 14 years ago
Set exclusive checkable when adding a menu item to another menu. Closes #21. 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. More... over 14 years ago
Resolve error when a label is specified directly rather than with a string resource ID. More... over 14 years ago
Add custom views to action items. Properly support action item callbacks. 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. More... over 14 years ago
Fix fragment animation on pre-3.0. 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. 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. More... over 14 years ago
Menu inflation and adding the overflow menu as the context is now (mostly) working. 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. More... over 14 years ago
Use a more appropriately named view for the list items. More... over 14 years ago
Make sure the logo and icon are clickable views. More... over 14 years ago
Fix for list navigation dropdown not being able to be focused. More... over 14 years ago
Load application icon and show by default and fix the title loading. 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. More... over 14 years ago