Toolify / Backbone

A new file manager for Android 4.0+
Other
2 stars 3 forks source link

Remove custom menu implementation files after standard Action Bar is implemented. #3

Closed bkensey closed 11 years ago

bkensey commented 11 years ago

The whole menu package was a hack to circumvent the original code's reliance on internal Android classes in CM. They need to be removed once the standard Action Bar is implemented.

bkensey commented 11 years ago

As it turns out, the menu items were not only used in the custom menu implementation, but also in the "Actions Dialog" popup accessible via the bottom left hand icon. The whole menu is going to have to be rewritten first.

bkensey commented 11 years ago

Commit e7dda541f163f05de9f5a4894f0eb03f23d3322c removes the hackish custom menu implementation. Freedom!