Yesterday, having made some use of it, the release of HoloEverywhere 1.5 was made by me.
For those who do not know : HoloEverywhere - backport Holo themes from Android 4.1 2.1 and up. And not only topics.
There are a lot of new features, a short list under the cat.
License changed from MIT license to LGPLv3. No, you should not open the application code when using HoloEverywhere. You should open the library code only if you changed it.
Support for nested fragments of unlimited level (including through xml)
Spinner's behavior error is fixed, when it at a low screen height could not give a scrolling popup list to the end.
Fixed PreferencePanel behavior on large screens.
Since we started talking about the Preferences - they are separated into a separate module, now they are not in the library core
Yeah, modules. The module system has been completely rewritten, although the logic remains old.
Official support for RoboGuice (admittedly, because of a bug in the code of RoboGuice with one bike, see the wiki )
Although, it was still in 1.4.2, but it’s just now to tell for the “uninitiated”.
Now ThemeManager can generate for you own flags, not only built in HoloEverywhere. This technique is used in the Preference addon for resolving themes for views.
Well and at the same time: .Wallpaper theme and the corresponding flag in ThemeManager
The LayoutInflater has been significantly improved, now you can not register each view separately, but register the entire java-package.
Reduced the size of list items in PopupMenu (an attribute of the wrong size was specified)
Caching requestWindowFeature until all modules are connected to Activiti. Made for backward compatibility code.
After calling super.onCreate or manually initiating activation via Activity # forceInit, you can no longer connect additional modules.
ExpandableListView support
ThemeManager preserves instanceState between restarts of activit. True, if you manually work with savedInstanceState in on (Post) Create, then look at the beginning of the onCreate method in DemoActivity. Otherwise it will not work.
Activity # setTheme can now accept a binary set from ThemeManager (something like setTheme (ThemeManager.MIXED | ThemeManager.FULLSCREEN)
Removed hellish bike from ProgressBar, which replaced the system Drawable's on ours. Drawablecompat
Slightly improved RingtonePreference
Now the application instance should always inherit (or specify directly) from org.holoeverywhere.app.Application. I decided that it was easier to do this than to prove to every other person why he always had crashes and disagreement in the data.
Activity # getSupportMenuInflater () with the Mixed theme uses the Dark theme, the sample of which he puts on ThemeManager
Fragment.instantiate (Context, String) is obsolete, use Fragment.instantiate (Class <Fragment>)
Fixed DialogFragment.findInstance behavior with makeIfNeed = true
ButtonBehavior for AlertDialog - allows you to turn off the auto-hide dialog after clicking on the button in the button bar
Fixed double call to DialogFragment # onCreateDialog
Well, and even on every little thing
')
By tradition, screenshots of the demo application (although they do not show a small fraction):