Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
caiyonglong committed Sep 6, 2018
1 parent e0df004 commit 8277993
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 11 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,20 @@
- 百度电台列表,网易云mv排行榜,mv播放评论
- 酷狗歌词搜索、修改歌词样式
- 精力有限,需求不饱和都会逐步完善,有兴趣可赏个star静等完善与bug修复,期望的功能也可提[issues](https://github.com/caiyonglong/MusicLake/issues)
- [PC端](https://github.com/sunzongzheng/music)
- [版本计划](https://github.com/caiyonglong/MusicLake/projects)
- [下载页](https://github.com/caiyonglong/MusicLake/releases)
- [蒲公英下载](https://www.pgyer.com/ZIWH)

# 更新日志

## v4.1.4
- 支持导入外部歌单(网易云、qq、虾米)
- 支持批量添加在线歌曲到歌单、批量下载
- 优化歌单操作、播放页增加歌曲操作
- 主页懒加载
- 修复一些bugs

## v4.1.3
- 修复在线歌单歌曲播放音频不一致的问
- 修复崩溃bug
Expand Down Expand Up @@ -48,9 +57,9 @@


# 相关项目|音乐API
- [PC端](https://github.com/sunzongzheng/music)
- [音乐API](https://github.com/sunzongzheng/musicApi)
- [Binaryify/NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)
- [云歌单API](https://github.com/sunzongzheng/player-be)
- [网易云API](https://github.com/Binaryify/NeteaseCloudMusicApi)

# 第三方库

Expand Down
12 changes: 9 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.cyl.musiclake"
minSdkVersion 21
targetSdkVersion 27
versionCode 15
versionName "4.1.3"
versionCode 16
versionName "4.1.4"
multiDexEnabled true
android.compileOptions.sourceCompatibility 1.8
android.compileOptions.targetCompatibility 1.8
Expand All @@ -40,6 +40,12 @@ android {
signingConfig signingConfigs.release
}
}
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
android.applicationVariants.all { variant ->
variant.outputs.all { output ->
def time = new Date().format("yyyy-MM-dd HHmmss", TimeZone.getTimeZone("GMT+08"))
Expand All @@ -51,7 +57,7 @@ android {
}

dependencies {
api 'com.android.support.constraint:constraint-layout:1.1.2'
api 'com.android.support.constraint:constraint-layout:1.1.3'
api fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.12'
api "com.android.support:design:$support_version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import butterknife.BindView;
import butterknife.OnClick;

import static com.cyl.musiclake.common.Constants.ABOUT_MUSIC_LAKE_ISSUES;
import static com.cyl.musiclake.common.Constants.ABOUT_MUSIC_LAKE_URL;

/**
Expand Down Expand Up @@ -61,7 +62,7 @@ void toFlipper() {

@OnClick(R.id.cardEmailView)
void toFeedback() {
Tools.INSTANCE.feeback(this);
Tools.INSTANCE.openBrowser(this, ABOUT_MUSIC_LAKE_ISSUES);
}

@OnClick(R.id.shareFab)
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/layout/card_about_2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
android:src="@drawable/ic_about_email" />

<TextView
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_margin="@dimen/text_margin"
android:text="@string/about_feedback"
android:text="@string/about_feedback_more"
android:textStyle="italic" />
</LinearLayout>

Expand All @@ -71,7 +71,7 @@
android:src="@drawable/ic_github" />

<TextView
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_margin="@dimen/text_margin"
Expand All @@ -94,7 +94,7 @@
android:src="@drawable/ic_about_update" />

<TextView
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_margin="@dimen/text_margin"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_discover_artist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/iv_album"
app:layout_constraintTop_toBottomOf="@+id/iv_cover"
tools:text="歌手" />
</android.support.constraint.ConstraintLayout>

1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,5 +341,6 @@
<string name="import_playlist_song">导入到歌单</string>
<string name="import_playlist_tips">打开QQ音乐(不支持短连接)、网易云、虾米歌单页,先点击“分享按钮”,再点击“复制链接”,然后粘贴到当前界面即可!</string>
<string name="song_operate">歌曲操作</string>
<string name="about_feedback_more">意见反馈(bug、想法、功能等)</string>

</resources>

0 comments on commit 8277993

Please sign in to comment.