From c50add30b370ec8823b6b2c7e0c0bbc8d8ce797d Mon Sep 17 00:00:00 2001 From: Serg Date: Wed, 18 May 2016 15:23:41 -0400 Subject: [PATCH] Update beta release notes --- Application/LinkBubble/build.gradle | 2 +- Application/LinkBubble/src/main/res/xml/changelog.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Application/LinkBubble/build.gradle b/Application/LinkBubble/build.gradle index b492d9175..95163c003 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 = 24 +def versionPatch = 25 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 002389222..96b0d3ce7 100755 --- a/Application/LinkBubble/src/main/res/xml/changelog.xml +++ b/Application/LinkBubble/src/main/res/xml/changelog.xml @@ -1,5 +1,10 @@ + + BUG FIX: Fixed a behaviour that WebView didn't appear after screen lock. + BUG FIX: Corrected copy/paste dialog to hide bubbles on tap. + IMPROVEMENT: Removed alpha animation of a WebView on collapse and expand. + BUG FIX: Fixed shadow not always appearing on top of web views in the bubble bar. BUG FIX: Fixed an unstable state around creating / destroying activities.