All Versions
19
Latest Version
Avg Release Cycle
14 days
Latest Release
1624 days ago
Changelog History
Page 2
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
- we also want to include runtime libraries in the dependencies
- ➕ add support to map the author name to something manual if the pom does not specify it
-
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 -
v8.1.3 Changes
May 22, 2020 -
v8.1.2 Changes
April 19, 2020 -
v8.1.1 Changes
April 11, 2020⚡️ Updates / Fixes
- 🛠 Fix card background color
- Thanks @teobaranga
- 🛠 fix
findLibraries
task was not working
🔌 Gradle Plugin
- /
- 🛠 Fix card background color
-
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
- Thanks @jhansen2015 (#482)
- ✂ 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