Releases: tony19/logback-android
Releases · tony19/logback-android
v_1.1.1-13
v_1.1.1-12
v_1.1.1-11
- [FIX] Restore missing special properties that were unintentionally removed in
1.1.1-10
- [FIX] Fix incorrect value of
DATA_DIR
property for Android profile users (#130)
v_1.1.1-10
- [BREAKING CHANGE] Remove support for parsing logback configs from
AndroidManifest.xml
. (Move those configurations into separate files (e.g., intoapp/src/main/assets/logback.xml
), or configure the logs programmatically instead.) Also note this requires that statically initialized loggers be moved into the app'sonCreate()
callback to ensure the application context could be read for special properties. - Fix license config in deployments
v_1.1.1-9
-
[FIX] Fix error when building app release with
logback-android
(#163) -
[DEPRECATED] Support for
logback
configurations inAndroidManifest.xml
will be removed in the next release. (Move those configurations into separate files (e.g., intoapp/src/main/assets/logback.xml
), or configure the logs programmatically instead.) -
[DEPRECATED] EPL/LGPL license. (We're switching to the more permissive Apache 2 license in an upcoming release.)
v_1.1.1-8
v_1.1.1-7
- [FIX] Fix missing interrupted flag in
AsyncAppenderBase
(#147) - [FIX] Remove transitive Android dependency, which was causing pre-dex errors and linter warnings in app builds
- [NEW] Switched released package names from
com.github.tony19:logback-android-classic
andcom.github.tony19:logback-android-core
tocom.github.tony19:logback-android
. A single artifact will be released going forward. - Default to US locale in string conversions