All Versions
1
Latest Version
Avg Release Cycle
-
Latest Release
4564 days ago

Changelog History

  • v1.0.0 Changes

    October 20, 2011
    • 🛠 Fix transparent background bug. Thanx to [Roman Wozniak]([email protected]).
    • New improvements added by [Kevin Pack]([email protected]):
      1. Action Item – new constructor with action id, title, icon
      2. Callback enhanced to return QuickAction object as source and action id (allows you to add items in any order as you base what was clicked on by the ID, not the pos)
      3. Action item supports sticky mode, if that is enabled the menu does not dismiss post button press. I needed this for my application.
      4. QuickAction has getActionItem(pos) call so you can get action item back. QuickAction has ArrayList of added items to support this
      5. Updated NewQuickAction3DActivity to show the toast message based on label of action item clicked as you now have enough info in callback to do that generically
    • New listener to handle on dismiss event.
    • Fix force close that occured when tapping randomly on a view to show QuickAction dialog (issue). Thanx to [Zammbi]([email protected]) for bug fixing..
    • Add Apache License, Version 2.0 to this source code (see LICENSE.txt)