Skip to content

Commit

Permalink
release note
Browse files Browse the repository at this point in the history
  • Loading branch information
cgspine committed Aug 10, 2018
1 parent c0f02c6 commit ef3f63e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ private void appendBlockSpace(Context context, SpannableStringBuilder builder) {
public CharSequence getUpgradeWord(final Activity activity) {
SpannableStringBuilder text = new SpannableStringBuilder();
if(mNewVersion == QDUpgradeManager.VERSION_1_1_6){
text.append("1. Feature: QMUINotchHelper, a new helper class for notch compatible. \n");
text.append("1. Feature: QMUINotchHelper, a new helper class for notch compatibility. \n");
appendBlockSpace(activity, text);
text.append("2. Added \"more\" click event to QMUIQQFaceView.\n");
appendBlockSpace(activity, text);
text.append("3. Added text color setter for QMUITouchableSpan.\n");
appendBlockSpace(activity, text);
text.append("4. The method startFragmentAndDestroyCurrent in QMUIFragment supports transfer of target fragment.\n");
appendBlockSpace(activity, text);
text.append("5. Issue fixes: ");
text.append("5. Fixed issues: ");
final String[] issues = new String[]{
"334", "352"
};
Expand All @@ -75,7 +75,7 @@ public CharSequence getUpgradeWord(final Activity activity) {
text.append("4. Bug fix: fixed incorrect layout of translucent status bar may " +
"appear in Android 4.4.\n");
appendBlockSpace(activity, text);
text.append("5. Issue fixes: ");
text.append("5. Fixed issues: ");
final String[] issues = new String[]{
"304", "308"
};
Expand All @@ -86,7 +86,7 @@ public CharSequence getUpgradeWord(final Activity activity) {
text.append("2. Bug fix: marginRight does not make sense for controlling " +
"the position of signCount, it should use marginLeft.\n");
appendBlockSpace(activity, text);
text.append("3. Issue fixes: ");
text.append("3. Fixed issues: ");
final String[] issues = new String[]{
"165", "247"
};
Expand All @@ -98,7 +98,7 @@ public CharSequence getUpgradeWord(final Activity activity) {
text.append("2. Replace QMUIMaterialProgressDrawable with CircularProgressDrawable, " +
"an official implementation.\n");
appendBlockSpace(activity, text);
text.append("3. Issue fixes: ");
text.append("3. Fixed issues: ");
final String[] issues = new String[]{
"254", "258", "284", "285", "293", "294"
};
Expand Down

0 comments on commit ef3f63e

Please sign in to comment.