From 4356ec80ce00ec82f5b8455ee089c315e7597e8a Mon Sep 17 00:00:00 2001 From: Serg Date: Tue, 1 Mar 2016 17:21:14 -0500 Subject: [PATCH] Added release notes Auditors: @bbondy --- Application/LinkBubble/build.gradle | 2 +- Application/LinkBubble/src/main/res/xml/changelog.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Application/LinkBubble/build.gradle b/Application/LinkBubble/build.gradle index 065c69483..12df5588a 100644 --- a/Application/LinkBubble/build.gradle +++ b/Application/LinkBubble/build.gradle @@ -12,7 +12,7 @@ buildscript { // Manifest version information! def versionMajor = 1 def versionMinor = 9 -def versionPatch = 1 +def versionPatch = 2 def versionBuild = 0 // bump for dogfood builds, public betas, etc. apply plugin:'com.android.application' diff --git a/Application/LinkBubble/src/main/res/xml/changelog.xml b/Application/LinkBubble/src/main/res/xml/changelog.xml index 20fb5ba72..20f31ec72 100755 --- a/Application/LinkBubble/src/main/res/xml/changelog.xml +++ b/Application/LinkBubble/src/main/res/xml/changelog.xml @@ -1,5 +1,12 @@ + + NEW: Setting to control 3rd party cookie blocking (default is on). + BUG FIX: Fix loading articles on forbes.com. + BUG FIX: Fix loading indicator and theme colors not getting reset when the URL changes within a bubble. + BUG FIX: URL input view now respects theme preferences. + BUG FIX: Fix crashes in native libraries. + NEW: Setting to control 3rd party cookie blocking (default is on). BUG FIX: Fix loading articles on forbes.com.