From 5d2af76c6d5016674cf2dcb6fa053caaee2e242d Mon Sep 17 00:00:00 2001 From: Serg Date: Thu, 19 May 2016 08:15:12 -0400 Subject: [PATCH] Updated play store release notes --- Application/LinkBubble/build.gradle | 2 +- Application/LinkBubble/src/main/res/xml/changelog.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Application/LinkBubble/build.gradle b/Application/LinkBubble/build.gradle index 95163c003..d675b8767 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 = 25 +def versionPatch = 50 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 96b0d3ce7..482585536 100755 --- a/Application/LinkBubble/src/main/res/xml/changelog.xml +++ b/Application/LinkBubble/src/main/res/xml/changelog.xml @@ -1,5 +1,11 @@ + + NEW: Implemented copy/paste functionality in the location bar and in web content. + BUG FIX: Fixed remaining crashes in HTML select elements. + BUG FIX: Fixed HTML5 color pickers control. + BUG FIX: Fixed bug with translate.google.com. + BUG FIX: Fixed a behaviour that WebView didn't appear after screen lock. BUG FIX: Corrected copy/paste dialog to hide bubbles on tap.