Skip to content

Releases: PSDev/LicensesDialog

1.9.0

07 Oct 10:54
f344a1a

Choose a tag to compare

  • CHANGED: minSdkVersion is now 14
  • CHANGED: Converted project to Gradle
  • REMOVED: Removed support for non-AppCompat Dialogs
  • CHANGED: Compile with Java 8 syntax

1.8.3

23 Jul 10:37
f62924c

Choose a tag to compare

  • CHANGED: Switch license URLs to https (#82)
  • ADDED: Add Traditional Chinese translation (#81)
  • ADDED: Add Portuguese translation (#79)
  • ADDED: Add Ukrainian translation (#77)

1.8.2

23 Jul 10:37
a2905ca

Choose a tag to compare

  • ADDED: Mozilla Public License 2.0 (#65)
  • ADDED: Creative Commons Attribution 3.0 Unported (#68)
  • ADDED: Make the LicensesDialogFragment's licenses text styleable (#75)
  • FIXED: NullPointerException on Android 4.4 (#65)

1.8.1

10 Sep 16:47

Choose a tag to compare

  • FIXED: Removed unused throws declaration (#62)
  • ADDED: Creative Commons Attribution-Share Alike 3.0 Unported (#56)
  • ADDED: SIL Open Font License v1.1 (#54)
  • ADDED: Russian translation (#53)
  • ADDED: Mozilla Public License 1.1 (#52)
  • FIXED: Opening license url in browser instead of webview on Android 5.x (#45)

1.8.0

10 Sep 16:47

Choose a tag to compare

  • added BSD 2-Clause License (#47)
  • added GNU LGPL 3 (#43)
  • Support Appcompat and alert dialogs in the support library (#42)

1.7.0

10 Sep 16:46

Choose a tag to compare

  • Add Japanese translation (#38)
  • Adding pre-cached loading of licenses text from resources (#35)
  • WARNING: The API for licenses has changed. Please review your code!

1.6.0

28 Sep 10:14

Choose a tag to compare

  • Added GNU GPLv2 / GPLv3 License (#28)
  • Improve NoticesHtmlBuilder speed (#29)
  • Added methods for customization (#30)
  • Replaced LicensesDialog constructors with builder, removed SingleLicenseDialog as it is now handled by the builder
  • WARNING: The constructor arguments have changed. Please review your code!

1.5.0

01 Jun 17:18

Choose a tag to compare

  • Load notices into a List to allow programmatic modifications (#21)

1.4.0

02 Feb 11:48

Choose a tag to compare

  • Switch to aar packaging (#10)

1.3.0

29 Nov 07:39

Choose a tag to compare

  • Removed dependency to simple-xml and commons-io