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
The Google Maps Android v2, for example, requires a license to be displayed that can only be correctly fetched programmatically.
Current behaviour for multiple licenses
Notices have to be stored statically in an XML file. They are loaded directly to a LicensesDialog or LicensesDialogFragment with no chance for the developer to modify them/append more licenses.
Suggested behaviour for multiple licenses
Allow the developer to load notices from an XML file into an ordered List of Notices (I think this is already supported to a certain extent through NoticesXmlParser, but not with an easy way to pass resource IDs). Then set a List<Notice> as one of the parameters to the constructors of LicensesDialog and LicensesDialogFragment.
The text was updated successfully, but these errors were encountered:
The
Google Maps Android v2
, for example, requires a license to be displayed that can only be correctly fetched programmatically.Current behaviour for multiple licenses
Notices have to be stored statically in an XML file. They are loaded directly to a
LicensesDialog
orLicensesDialogFragment
with no chance for the developer to modify them/append more licenses.Suggested behaviour for multiple licenses
Allow the developer to load notices from an XML file into an ordered
List
ofNotice
s (I think this is already supported to a certain extent throughNoticesXmlParser
, but not with an easy way to pass resource IDs). Then set aList<Notice>
as one of the parameters to the constructors ofLicensesDialog
andLicensesDialogFragment
.The text was updated successfully, but these errors were encountered: