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

Commit

Permalink
日常提交
Browse files Browse the repository at this point in the history
修复日期失灵的问题
修改保存位置
优化部分卡顿
  • Loading branch information
mouyase committed Oct 31, 2019
1 parent 723d149 commit 9b637fb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "tech.yojigen.pivisionm"
minSdkVersion 21
targetSdkVersion 29
versionCode 443003
versionName '4.4.3(443003)'
versionCode 443004
versionName '4.4.3(443004)'
vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
}
Expand Down Expand Up @@ -89,7 +89,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
}

apply plugin: 'bugly'
//apply plugin: 'bugly'

//bugly {
// def buglyProperties = new Properties()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public View getView(int position, View convertView, ViewGroup parent) {
type = "作品ID";
break;
case 2:
type = "画师IDm";
type = "画师ID";
break;
case -1:
type = "清除搜索历史";
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_work.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
android:layout_height="48dp"
android:layout_alignParentRight="true"
android:layout_marginTop="8dp"
android:layout_marginRight="56dp"
android:layout_marginRight="8dp"
android:button="@drawable/ic_favourite" />

<ImageView
Expand All @@ -83,7 +83,7 @@
android:layout_height="48dp"
android:layout_alignParentRight="true"
android:layout_marginTop="8dp"
android:layout_marginRight="8dp"
android:layout_marginRight="56dp"
android:padding="4dp"
app:srcCompat="@drawable/ic_save_grey_24px" />
</RelativeLayout>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">PivisionM</string>

<string name="app_update_log">1. 增加了连接模式切换功能\n2. 优化了保存地址选择窗口\n3. 修复了pixivision模块\n4. 增加了新链接打开支持\n5. 增加底部保存按钮\n6. 修复搜索失灵\n7. 增加内部更新提示\n8. 部分UI优化</string>
<string name="app_update_log">1. 增加了连接模式切换功能\n2. 优化了保存地址选择窗口\n3. 修复了pixivision模块\n4. 增加了新链接打开支持\n5. 增加底部保存按钮\n6. 修复搜索失灵\n7. 增加内部更新提示\n8. 优化部分UI\n9. 修复日期选择失灵\n10. 优化部分组件卡顿</string>

<string name="about">关于</string>
<string name="account">账号</string>
Expand Down
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'

classpath 'com.tencent.bugly:symtabfileuploader:latest.release'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

Expand Down

0 comments on commit 9b637fb

Please sign in to comment.