You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
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.