Skip to content

Releases: tony19/logback-android

v_1.1.1-13

05 Sep 05:26
Compare
Choose a tag to compare
  • [FIX] Fix automatic reload on config-file change (#182)
  • Set minimum Android SDK version to 9 (#186)

v_1.1.1-12

19 May 01:55
Compare
Choose a tag to compare
  • [FIX] Fix exception when app version name is blank (#177)
  • [FIX] Fix exception when SQLiteAppender used in app-release builds (#179)

v_1.1.1-11

11 Apr 07:53
Compare
Choose a tag to compare
  • [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

27 Mar 18:33
Compare
Choose a tag to compare
  • [BREAKING CHANGE] Remove support for parsing logback configs from AndroidManifest.xml. (Move those configurations into separate files (e.g., into app/src/main/assets/logback.xml), or configure the logs programmatically instead.) Also note this requires that statically initialized loggers be moved into the app's onCreate() callback to ensure the application context could be read for special properties.
  • Fix license config in deployments

v_1.1.1-9

05 Mar 01:08
Compare
Choose a tag to compare
  • [FIX] Fix error when building app release with logback-android (#163)

  • [DEPRECATED] Support for logback configurations in AndroidManifest.xml will be removed in the next release. (Move those configurations into separate files (e.g., into app/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

06 Feb 09:42
Compare
Choose a tag to compare
  • [FIX] Fix error when building app release with logback-android: Multiple dex files define ~ BuildConfig

v_1.1.1-7

06 Feb 00:19
Compare
Choose a tag to compare
  • [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 and com.github.tony19:logback-android-core to com.github.tony19:logback-android. A single artifact will be released going forward.
  • Default to US locale in string conversions

v_1.1.1-6

15 Aug 00:58
Compare
Choose a tag to compare
  • Add maxHistory support to SQLiteAppender (#123)

v_1.1.1-5

08 Apr 12:46
Compare
Choose a tag to compare
  • [FIX] Fix deadlock in LogcatAppender (Issue #104)
  • [NEW] Allow specifying locale in date conversion pattern (Issue #87)
  • Remove deprecated color converters
  • Add Gradle build support

v_1.1.1-4

23 Jun 05:48
Compare
Choose a tag to compare
  • [FIX] Fix ConcurrentModificationException when using multidex (Issue #94)
  • [NEW] Improve initial load performance when using absolute paths in FileAppender (Issue #80)