All Versions
19
Latest Version
Avg Release Cycle
14 days
Latest Release
1624 days ago

Changelog History
Page 2

  • v8.2.0 Changes

    June 07, 2020

    ⚡️ Updates / Fixes

    • ➕ add support to map the author name to something manual if the pom does not specify it
        - FIX #503
    • ⚡️ update gradle to gradle 6.5
    • ⚡️ update to stable android tools version 4.0.0
    • ⚡️ update dependencies
        - FastAdapter 5.1.0
        - constraintlayout 2.0.0-beta06
        - iconics 5.0.3
        - materialdrawer 8.1.0
        - core ktx 1.3.0

    🔌 Gradle Plugin

    • ensure we recursively retrieve libraries
      • we also want to include runtime libraries in the dependencies
          - this occurs for example if a dependency project contains a library
          - FIX #501
  • v8.1.6 Changes

    May 31, 2020

    ⚡️ Updates / Fixes

    • 🛠 fix insets not fully applied in landscape. Thanks @marcauberer for reporting

    🔌 Gradle Plugin

    • /
  • v8.1.4 Changes

    May 30, 2020

    ⚡️ Updates / Fixes

    • 🛠 fix duplicated properties file in plugin Thanks @koral--

    🔌 Gradle Plugin

    • /
  • v8.1.3 Changes

    May 22, 2020

    ⚡️ Updates / Fixes

    • protect against crash reported by @Nekromancer

    🔌 Gradle Plugin

    • /
  • v8.1.2 Changes

    April 19, 2020

    ⚡️ Updates / Fixes

    • 👌 support libraries without a library name as it is not required.
        - fix according to: #494
        - thanks @Zardozz

    🔌 Gradle Plugin

    • /
  • v8.1.1 Changes

    April 11, 2020

    ⚡️ Updates / Fixes

    • 🛠 Fix card background color
    • 🛠 fix findLibraries task was not working

    🔌 Gradle Plugin

    • /
  • v8.1.0 Changes

    March 29, 2020

    ⚡️ Updates / Fixes

    • 💻 introduce a new minimal design variant for the AboutLibraries UI showing a more simple list
    • 🔧 adjust the configuration class and make it an object
    • some smaller adjustments
    • provide interceptor to create custom item implementations
    • do not assume that we want a light statusbar with the light theme

    🔌 Gradle Plugin

    • /
  • v8.0.2 Changes

    March 28, 2020

    ⚡️ Updates / Fixes

    • ⚡️ update some dependencies
    • 👉 use kotlin java8 options

    🔌 Gradle Plugin

    • ⚡️ update to latest com.gradle.plugin-plublish plugin
    • 🛠 fix formatting
    • also make config non translateable
        - FIX #478
  • v8.0.1 Changes

    March 28, 2020

    ⚡️ Updates / Fixes

    • ➕ add a new workflow to check gradle wrapper validity
    • ⚡️ update to latest gradle wrapper version
    • ➕ add new build variant to demo multi variant support

    🔌 Gradle Plugin

    • 🛠 Fix clean task to properly delete the folders recursively
    • ✂ remove usage of internal API
        - FIX #481
    • ➕ add gradle version min check
    • ➕ add group to tasks to show up in the tasks report
    • 🏗 create the about libraries build task per build variant with different output directories
    • ➕ add variant limitation to dependency collector
    • pass variant to task and processor to create variant specific output data
    • ➕ add per variant support to export task