Skip to content

Latest commit

 

History

History
120 lines (85 loc) · 3.41 KB

CHANGELOG.md

File metadata and controls

120 lines (85 loc) · 3.41 KB

Change Log

Version 2.2.0 (2021-05-15)

  • ADDED: Support for Dark Mode (#105)

Version 2.1.0 (2019-06-21)

  • ADDED: Add Bulgarian translation (#93)
  • ADDED: Add Czech translation (#93)
  • ADDED: Add French translation (#93)
  • ADDED: Add Greek translation (#93)
  • ADDED: Add Hungarian translation (#93)
  • ADDED: Add Italian translation (#93)
  • ADDED: Add Polish translation (#93)
  • ADDED: Add Romanian translation (#93)
  • ADDED: Add Spanish translation (#93)
  • ADDED: Add Turkish translation (#93)

Version 2.0.0 (2019-01-20)

  • BREAKING: Update to AndroidX

Version 1.9.0 (2018-10-07)

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

Version 1.8.3 (2017-07-23)

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

Version 1.8.2 (2017-03-17)

  • 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)

Version 1.8.1 (2016-04-23)

  • 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)

Version 1.8.0 (2015-07-26)

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

Version 1.7.0 (2015-02-21)

  • 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!

Version 1.6.0 (2014-09-08)

  • 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!

Version 1.5.0 (2014-06-01)

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

Version 1.4.0 (2014-02-02)

  • Switch to aar packaging (#10)

Version 1.3.0 (2013-11-24)

  • Removed dependency to simple-xml and commons-io

Version 1.2.1 (2013-10-15)

  • Fixed Typo in LicensesDialogFragment (#11)
  • Improve readability of license texts (#12)

Version 1.2.0 (2013-09-11)

  • Support for MIT License (#7)

Version 1.1.0 (2013-05-09)

  • Option to include license information of this library in shown Dialog

Version 1.0.0 (2013-04-01)

  • Initial release.