Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Update beta release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyZhukovsky committed May 19, 2016
1 parent cae43ca commit c50add3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Application/LinkBubble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 5 additions & 0 deletions Application/LinkBubble/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.9.25">
<change>BUG FIX: Fixed a behaviour that WebView didn't appear after screen lock.</change>
<change>BUG FIX: Corrected copy/paste dialog to hide bubbles on tap.</change>
<change>IMPROVEMENT: Removed alpha animation of a WebView on collapse and expand.</change>
</release>
<release version="1.9.24">
<change>BUG FIX: Fixed shadow not always appearing on top of web views in the bubble bar.</change>
<change>BUG FIX: Fixed an unstable state around creating / destroying activities.</change>
Expand Down

0 comments on commit c50add3

Please sign in to comment.