Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

HoloEverywhere support #776

Copy link
Copy link
@webhive

Description

@webhive
Issue body actions

HoloEveywhere no more depends from ActionBarScherlock libary. It uses ActionBarCompat instead.

So this code in ThirdPartyLibHelper.java is not right anymore

if (qName.startsWith("org.holoeverywhere")) {
  /*
   * HoloEverywhere depends on ABS and uses its own provided
   * activity classes
   */
    return true;
}

Unfortunately it generates ActionBarScherlock code even if ActionBarScherlock not used in project. At least in my project I got issue with @optionsmenu annotation.

I am not familiar with AndroidAnnotations library code so can't to fix myself and prepare pull request, but at least I can point to problematic place. Hope it can be useful.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.