Skip to content

Commit

Permalink
Release version
Browse files Browse the repository at this point in the history
 versionCode 21
 versionName "0.2.1.161212_1_d_h2"

 Release note
-Modify layout
-Fix zenPhone c and htc 626 crash(Need to reply)
-Add button for fix gone photo in diary in setting page

 -調整畫面
-修復 zenPhone c 和 htc 626 當機問題(需要回報)
-設定頁面加入修復日記消失圖片的按鈕
  • Loading branch information
DaxiaK committed Dec 12, 2016
1 parent 02f4e0b commit 5c040f9
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
targetSdkVersion 23
// versionName rule
// version.yyMMDD_BuildCount_OPTION , D = demo , H = hotfix
versionCode 20
versionName "0.2.1.161208_01_d_h"
versionCode 21
versionName "0.2.1.161212_1_d_h2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
8 changes: 6 additions & 2 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@

<!--Release Note-->
<string name="release_note_title">アップデート情報</string>
<string name="release_note">**0.2.1.161208_01_d_h**\n
<string name="release_note">**0.2.1.161212_1_d_h2\n
-Modify layout\n
-Fix zenPhone c and htc 626 crash(Need to reply)\n
-Add button for fix gone photo in diary in setting page\n\n
**0.2.1.161208_01_d_h**\n
-Fix and support status bar transparent on Android 6.0+\n
(If your devices is Android 6.0+ ,please set profile banner again.)\n
-Fix profile picture bug\n
-support sort Simplified Chinese in contacts(By XF-zhjnc)\n
-support sort Simplified Chinese in contacts(By XF-zhjnc)\n\n
**0.2.1.161207_01_d**\n
-Try to fix UI and select photo issues on Miui,Flyme and old android version(help me to check it)\n
-Support profile picture\n
Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

<!--Release Note-->
<string name="release_note_title">更新日志</string>
<string name="release_note">**0.2.1.161208_01_d_h**\n
<string name="release_note">**0.2.1.161212_1_d_h2\n
-調整畫面\n
-修復 zenPhone c 和 htc 626 當機問題(需要回報)\n
-設定頁面加入修復日記消失圖片的按鈕\n\n
**0.2.1.161208_01_d_h**\n
-修復與支援Android 6.0 + 狀態欄透明\n
(裝置Android 6.0+ 請重新設定個人檔案橫幅)\n
-修復大頭貼bug\n
Expand Down
6 changes: 5 additions & 1 deletion app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

<!--Release Note-->
<string name="release_note_title">更新情報</string>
<string name="release_note">**0.2.1.161208_01_d_h**\n
<string name="release_note">**0.2.1.161212_1_d_h2\n
-調整畫面\n
-修復 zenPhone c 和 htc 626 當機問題(需要回報)\n
-設定頁面加入修復日記消失圖片的按鈕\n\n
**0.2.1.161208_01_d_h**\n
-修復與支援Android 6.0 + 狀態欄透明\n
(裝置Android 6.0+ 請重新設定個人檔案橫幅)\n
-修復大頭貼bug\n
Expand Down
8 changes: 6 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@

<!--Release Note-->
<string name="release_note_title">Release note</string>
<string name="release_note">**0.2.1.161208_01_d_h**\n
<string name="release_note">**0.2.1.161212_1_d_h2\n
-Modify layout\n
-Fix zenPhone c and htc 626 crash(Need to reply)\n
-Add button for fix gone photo in diary in setting page\n\n
**0.2.1.161208_01_d_h**\n
-Fix and support status bar transparent on Android 6.0+\n
(If your devices is Android 6.0+ ,please set profile banner again.)\n
-Fix profile picture bug\n
-support sort Simplified Chinese in contacts(By XF-zhjnc)\n
-support sort Simplified Chinese in contacts(By XF-zhjnc)\n\n
**0.2.1.161207_01_d**\n
-Try to fix UI and select photo issues on Miui,Flyme and old android version(help me to check it)\n
-Support profile picture\n
Expand Down

0 comments on commit 5c040f9

Please sign in to comment.