Skip to content
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

@webhive

Description

@webhive

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions