Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
20 changes: 0 additions & 20 deletions Documents/BLACKLIST.md

This file was deleted.

20 changes: 0 additions & 20 deletions Documents/BLACKLIST_en.md

This file was deleted.

674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Boat_H2O2 Pro
Boat-v4 app Material Design Edition. (Ver.3)
Now is on BETA for Minecraft downloading and Xbox logining.
# 关于新项目
**原项目已经停更,请移步到衍生项目[Boat_H2CO3](https://github.com/bilicainiaohh/Boat_H2CO3)。**
本项目与衍生项目基于[BoatAPP](https://github.com/AOF-Dev/Boat)完成,所有相关修改请遵守GPL-2协议进行开源。
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
74 changes: 55 additions & 19 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,32 +1,68 @@
apply plugin: 'com.android.application'
plugins {
id 'com.android.application'
}

android {
compileSdkVersion 27
buildToolsVersion "27.1.1"
compileSdk 31

defaultConfig {
applicationId "com.koishi.launcher.h2o2"
minSdkVersion 16
targetSdkVersion 21
versionCode 514
versionName "2.1.93"
applicationId "org.koishi.launcher.h2o2pro"
minSdk 28
targetSdk 29
versionCode 1024
versionName "3.3.13"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

lint {
baseline = file("lint-baseline.xml")
}
}

dependencies {
compile 'com.android.support:appcompat-v7:27.1.1'
compile 'com.android.support:design:27.1.1'
compile 'com.android.support:cardview-v7:25.2.0'
implementation 'net.lingala.zip4j:zip4j:1.3.2'
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'cat.ereza:customactivityoncrash:2.2.0'
compile project(':lfilepickerlibrary')
compile project(':boat')

}

implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation "androidx.browser:browser:1.3.0"
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.navigation:navigation-fragment:2.2.2'
implementation 'androidx.navigation:navigation-ui:2.2.2'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'com.afollestad.material-dialogs:commons:0.9.0.2'
implementation 'com.android.billingclient:billing:3.0.3'
implementation 'com.github.bumptech.glide:glide:4.9.0'
implementation 'com.google.android.material:material:1.5.0-alpha04'
implementation 'com.google.dagger:hilt-android:2.37'
implementation 'com.ashokvarma.android:bottom-navigation-bar:2.2.0'

implementation 'cat.ereza:customactivityoncrash:2.2.0'

implementation project(path: ':boat')
implementation project(path: ':shell')
implementation project(path: ':markdown')

androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
testImplementation 'junit:junit:4.+'

implementation 'com.alibaba:fastjson:1.2.2'
//implementation 'com.google.code.gson:gson:2.8.2'
implementation 'com.squareup.okhttp3:okhttp:4.8.0'
}
Binary file added app/libs/MCAssetsDownloader.jar
Binary file not shown.
Binary file removed app/libs/common-1.1.0-1.jar
Binary file not shown.
Binary file added app/libs/gson-2.8.2.jar
Binary file not shown.
26 changes: 26 additions & 0 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.2.0-alpha02" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.0-alpha02)" variant="fatal" version="7.2.0-alpha02">

<issue
id="MissingDefaultResource"
message="The color &quot;palette_bg&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
errorLine1=" &lt;color name=&quot;palette_bg&quot;>#090909&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-night/colors.xml"
line="74"
column="12"/>
</issue>

<issue
id="MissingDefaultResource"
message="The color &quot;palette_fg&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
errorLine1=" &lt;color name=&quot;palette_fg&quot;>#5e5e5e&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-night/colors.xml"
line="75"
column="12"/>
</issue>

</issues>
21 changes: 21 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
Loading