1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-04 23:10:23 +08:00

2.0.beta13

1. 解决一些闪退
2. 增加设置页面
3. 升级ABI
4. 修复gradle疑难杂症
This commit is contained in:
源文雨
2022-10-18 00:50:10 +08:00
parent 663f853e81
commit 1c18d317f8
7 changed files with 83 additions and 15 deletions

View File

@@ -26,5 +26,10 @@
<option name="name" value="maven" />
<option name="url" value="https://jitpack.io" />
</remote-repository>
<remote-repository>
<option name="id" value="MavenRepo" />
<option name="name" value="MavenRepo" />
<option name="url" value="https://repo.maven.apache.org/maven2/" />
</remote-repository>
</component>
</project>

View File

@@ -42,3 +42,66 @@
### 未实现功能
未在上表列出的官方`APP`的其他功能。
### 预览
#### 浅色模式
<table>
<tr>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217391-7f617392-4ad4-47cf-b903-fa445db6fcfc.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217403-0d4822e0-5c8d-4be5-b300-e9cc9a9f09d6.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217414-198fd7d2-ed80-4c0e-a40c-c83ac9ff091d.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217423-2d85a8d3-1213-4bd0-84a5-0a70234edc95.png"></td>
</tr>
<tr>
<td align="center">主页</td>
<td align="center">详情</td>
<td align="center">阅读</td>
<td align="center">标签</td>
</tr>
</table>
<table>
<tr>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217443-a99a93e6-7d45-4801-9138-c3fc62064f5c.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217462-3f25eee2-d356-420a-b129-754725201f36.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217475-3f4b1c5b-d885-4338-9312-26330a1fabd5.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217483-5fefa526-649b-4f7c-812e-81c4b1592b35.png"></td>
</tr>
<tr>
<td align="center">分类</td>
<td align="center">下载</td>
<td align="center">正在下载</td>
<td align="center">抽屉</td>
</tr>
</table>
#### 深色模式
<table>
<tr>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217254-5fc9b56b-2800-4cb8-bbeb-5020e2b0387d.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217300-3bdb4209-9d2e-41d6-9418-7defda27667a.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217310-c245eddc-1698-454d-96ad-456b81f469cb.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217327-7f44cd96-aaee-4e23-b4df-eed4e61b289c.png"></td>
</tr>
<tr>
<td align="center">主页</td>
<td align="center">详情</td>
<td align="center">阅读</td>
<td align="center">标签</td>
</tr>
</table>
<table>
<tr>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217344-2e8024f5-cbb1-48a4-8eff-b834fc6c2326.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217365-be6278f8-684c-44e8-be81-f8a14ced9ac0.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217372-7ca3a1be-ebd9-4a9c-8371-666f91c415db.png"></td>
<td align="center"><img src="https://user-images.githubusercontent.com/41315874/196217382-95695b78-b435-4b89-a0c3-8c9a7a7ed237.png"></td>
</tr>
<tr>
<td align="center">分类</td>
<td align="center">下载</td>
<td align="center">正在下载</td>
<td align="center">抽屉</td>
</tr>
</table>

View File

@@ -9,9 +9,9 @@ android {
applicationId 'top.fumiama.copymanga'
minSdkVersion 23
targetSdkVersion 33
versionCode 24
versionName '2.0.beta12'
resConfigs "zh", "zh-rCN"
versionCode 25
versionName '2.0.beta13'
resConfigs 'zh', 'zh-rCN'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -34,8 +34,8 @@ android {
}*/
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '11'
@@ -52,7 +52,6 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
@@ -69,7 +68,7 @@ dependencies {
implementation 'com.to.aboomy:pager2banner:1.0.1'
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.github.vovaksenov99:OverscrollableScrollView:1.0'
implementation 'com.liaoinstan.springview:library:1.7.0'
implementation 'com.github.zawadz88.materialpopupmenu:material-popup-menu:4.0.1'

View File

@@ -123,6 +123,7 @@ class MainActivity : AppCompatActivity() {
return navController.navigateUp(appBarConfiguration) || super.onSupportNavigateUp()
}
@Deprecated("Deprecated in Java")
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
super.onActivityResult(requestCode, resultCode, data)
if (resultCode == RESULT_OK) when (requestCode) {

View File

@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<top.fumiama.copymanga.ui.settings.SettingsFragment
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
<View xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent">
</top.fumiama.copymanga.ui.settings.SettingsFragment>
</View>

View File

@@ -1,15 +1,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.7.10'
repositories {
google()
jcenter()
mavenCentral()
mavenCentral()
maven { url 'https://maven.google.com' }
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.2'
classpath 'com.android.tools.build:gradle:7.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
@@ -21,10 +22,11 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
}

View File

@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip