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
Icon packs loading is delegated to the user of the library. IconHelper was replaced
with IconPackLoader which loads icon packs from XML. User must load icon packs
appropriatedly (for example on application start, asynchronously) and store them.
Overriding icons is now done by specifying a parent icon pack and defining
icons or categories with existing IDs.
Icons
XML root element for tags is now <icons> instead of <list>.
Icon viewport dimensions can be defined per icon pack or on individual icons.
Tags ("labels" previously)
Tags no longer have a value or aliases, they only have a list of values.
Tag references in XML are no longer supported.
XML root element for tags is now <tags> instead of <list>.
Dialog no longer uses deprecated setRetainInstance(true).
Added IconDialogSettings class to configure the dialog appearance and behavior.
Removed a few attributes for customization, like dialog button texts.
Various icon filter changes. Sorting by category is now delegated to icon dialog.