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.