Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_flowbox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
android
android_flowbox
Commits
c7a1c6cc
Commit
c7a1c6cc
authored
Jun 29, 2021
by
张释方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交清理完成頁
parent
45d3998f
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
513 additions
and
95 deletions
+513
-95
.gitignore
.gitignore
+15
-0
build.gradle
app/build.gradle
+1
-0
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+62
-94
Increasespeed2Activity.kt
.../com/mints/flowbox/ui/activitys/Increasespeed2Activity.kt
+44
-0
IncreasespeedActivity.kt
...a/com/mints/flowbox/ui/activitys/IncreasespeedActivity.kt
+47
-0
shape_bg_speed.xml
app/src/main/res/drawable/shape_bg_speed.xml
+11
-0
activity_increasespeed.xml
app/src/main/res/layout/activity_increasespeed.xml
+97
-0
activity_increasespeed2.xml
app/src/main/res/layout/activity_increasespeed2.xml
+233
-0
bg_right.png
app/src/main/res/mipmap-xhdpi/bg_right.png
+0
-0
bg_speed_right.png
app/src/main/res/mipmap-xhdpi/bg_speed_right.png
+0
-0
gradle.properties
gradle.properties
+3
-1
No files found.
.gitignore
0 → 100644
View file @
c7a1c6cc
*.iml
.DS_Store
gradle.properties
local.properties
/.idea
/.gradle
/build
/gradle
#lib project
app/build
wheelsruflibray/build
shareSdkLib/build
picture_library/build
ucrop/build
app/build.gradle
View file @
c7a1c6cc
...
@@ -178,6 +178,7 @@ dependencies {
...
@@ -178,6 +178,7 @@ dependencies {
// 图片加载
// 图片加载
implementation
'com.github.bumptech.glide:glide:4.11.0'
implementation
'com.github.bumptech.glide:glide:4.11.0'
implementation
'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation
'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation
"org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
annotationProcessor
'com.github.bumptech.glide:compiler:4.11.0'
annotationProcessor
'com.github.bumptech.glide:compiler:4.11.0'
// 65536
// 65536
implementation
'androidx.multidex:multidex:2.0.1'
implementation
'androidx.multidex:multidex:2.0.1'
...
...
app/src/main/AndroidManifest.xml
View file @
c7a1c6cc
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
package=
"com.mints.flowbox"
>
package=
"com.mints.flowbox"
>
<uses-permission
android:name=
"android.permission.GET_PACKAGE_SIZE"
/>
<uses-permission
android:name=
"android.permission.GET_PACKAGE_SIZE"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.READ_PHONE_STATE"
/>
<uses-permission
android:name=
"android.permission.READ_PHONE_STATE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_WIFI_STATE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_WIFI_STATE"
/>
...
@@ -31,24 +30,20 @@
...
@@ -31,24 +30,20 @@
<uses-permission
android:name=
"android.permission.CHANGE_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.CHANGE_NETWORK_STATE"
/>
<uses-permission
android:name=
"android.permission.ACCESS_BACKGROUND_LOCATION"
/>
<uses-permission
android:name=
"android.permission.ACCESS_BACKGROUND_LOCATION"
/>
<uses-permission
android:name=
"android.permission.SET_WALLPAPER"
/>
<uses-permission
android:name=
"android.permission.SET_WALLPAPER"
/>
<uses-permission
android:name=
"android.permission.KILL_BACKGROUND_PROCESSES"
/>
<!-- 蘑菇星球 -->
<uses-permission
android:name=
"android.permission.KILL_BACKGROUND_PROCESSES"
/>
<!-- 蘑菇星球 -->
<uses-permission
android:name=
"android.permission.REQUEST_DELETE_PACKAGES"
/>
<uses-permission
android:name=
"android.permission.REQUEST_DELETE_PACKAGES"
/>
<permission
<permission
android:name=
"com.mints.flowbox.permission"
android:name=
"com.mints.flowbox.permission"
android:protectionLevel=
"normal"
/>
android:protectionLevel=
"normal"
/>
<!-- 快手SDK内⾃定义的权限,与下载相关,aar中已经申请 -->
<!-- 快手SDK内⾃定义的权限,与下载相关,aar中已经申请 -->
<permission
<permission
android:name=
"${applicationId}.permission.KW_SDK_BROADCAST"
android:name=
"${applicationId}.permission.KW_SDK_BROADCAST"
android:protectionLevel=
"signature"
/>
android:protectionLevel=
"signature"
/>
<uses-permission
android:name=
"${applicationId}.permission.KW_SDK_BROADCAST"
/>
<uses-permission
android:name=
"${applicationId}.permission.KW_SDK_BROADCAST"
/>
<application
<application
android:name=
"
com.mints.flowbox
.MintsApplication"
android:name=
".MintsApplication"
android:allowBackup=
"false"
android:allowBackup=
"false"
android:hardwareAccelerated=
"true"
android:hardwareAccelerated=
"true"
android:icon=
"@drawable/ic_launcher_main"
android:icon=
"@drawable/ic_launcher_main"
...
@@ -62,12 +57,12 @@
...
@@ -62,12 +57,12 @@
android:theme=
"@style/CustomAppTheme"
android:theme=
"@style/CustomAppTheme"
android:usesCleartextTraffic=
"true"
android:usesCleartextTraffic=
"true"
tools:replace=
"android:icon,android:label,android:theme,android:allowBackup"
>
tools:replace=
"android:icon,android:label,android:theme,android:allowBackup"
>
<activity
android:name=
".ui.activitys.Increasespeed2Activity"
></activity>
<activity
android:name=
".ui.activitys.IncreasespeedActivity"
/>
<uses-library
<uses-library
android:name=
"org.apache.http.legacy"
android:name=
"org.apache.http.legacy"
android:required=
"false"
/>
android:required=
"false"
/>
<!-- 适配小米(xiaomi)刘海屏 -->
<!-- 适配小米(xiaomi)刘海屏 -->
<meta-data
<meta-data
android:name=
"android.max_aspect"
android:name=
"android.max_aspect"
android:value=
"2.4"
android:value=
"2.4"
...
@@ -77,27 +72,19 @@
...
@@ -77,27 +72,19 @@
android:value=
"true"
/>
android:value=
"true"
/>
<meta-data
<meta-data
android:name=
"notch.config"
android:name=
"notch.config"
android:value=
"portrait|landscape"
/>
android:value=
"portrait|landscape"
/>
<!-- 渠道名称 -->
<!-- 渠道名称 -->
<meta-data
<meta-data
android:name=
"CHANNEL_NAME"
android:name=
"CHANNEL_NAME"
android:value=
"${CHANNEL_NAME_VALUE}"
/>
android:value=
"${CHANNEL_NAME_VALUE}"
/>
<!-- 友盟 -->
<!-- 友盟 -->
<meta-data
<meta-data
android:name=
"UMENG_KEY"
android:name=
"UMENG_KEY"
android:value=
"${UMENG_KEY}"
/>
android:value=
"${UMENG_KEY}"
/>
<!-- ShareSDK -->
<!-- ShareSDK -->
<meta-data
<meta-data
android:name=
"Mob-AppKey"
android:name=
"Mob-AppKey"
android:value=
"${SHARE_KEY}"
/>
android:value=
"${SHARE_KEY}"
/>
<meta-data
<meta-data
android:name=
"Mob-AppSecret"
android:name=
"Mob-AppSecret"
android:value=
"${SHARE_SECRET}"
/>
android:value=
"${SHARE_SECRET}"
/>
<!-- 极光 -->
<!-- 极光 -->
<meta-data
<meta-data
android:name=
"JPUSH_APPKEY"
android:name=
"JPUSH_APPKEY"
android:value=
"${JPUSH_APPKEY}"
/>
android:value=
"${JPUSH_APPKEY}"
/>
...
@@ -106,7 +93,7 @@
...
@@ -106,7 +93,7 @@
android:value=
"${JPUSH_CHANNEL}"
/>
android:value=
"${JPUSH_CHANNEL}"
/>
<activity
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.SplashYlhActivity"
android:name=
".ui.activitys.SplashYlhActivity"
android:excludeFromRecents=
"true"
android:excludeFromRecents=
"true"
android:theme=
"@style/NormalSplash"
>
android:theme=
"@style/NormalSplash"
>
<intent-filter>
<intent-filter>
...
@@ -116,50 +103,49 @@
...
@@ -116,50 +103,49 @@
</intent-filter>
</intent-filter>
</activity>
</activity>
<activity
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.MainActivity"
android:name=
".ui.activitys.MainActivity"
android:configChanges=
"orientation|keyboardHidden|screenSize"
android:configChanges=
"orientation|keyboardHidden|screenSize"
android:excludeFromRecents=
"true"
android:excludeFromRecents=
"true"
android:launchMode=
"singleTask"
android:launchMode=
"singleTask"
android:theme=
"@style/AppTheme.NoneTranslucent"
/>
android:theme=
"@style/AppTheme.NoneTranslucent"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.SplashCsjADActivity"
/>
<activity
android:name=
".ui.activitys.SplashCsjADActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.WebActivity"
/>
<activity
android:name=
".ui.activitys.WebActivity"
/>
<activity
<activity
android:name=
"com.mints.library.base.BaseWebActivity"
android:name=
"com.mints.library.base.BaseWebActivity"
android:theme=
"@style/AppTheme.NoneTranslucent"
/>
android:theme=
"@style/AppTheme.NoneTranslucent"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.BindMobileActivity"
/>
<activity
android:name=
".ui.activitys.BindMobileActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.MobileLoginActivity"
/>
<activity
android:name=
".ui.activitys.MobileLoginActivity"
/>
<activity
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.WxLoginActivity"
android:name=
".ui.activitys.WxLoginActivity"
android:configChanges=
"orientation|screenSize|keyboardHidden"
android:configChanges=
"orientation|screenSize|keyboardHidden"
android:launchMode=
"singleTop"
/>
android:launchMode=
"singleTop"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.AwardActivity"
/>
<activity
android:name=
".ui.activitys.AwardActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.SettingsActivity"
/>
<activity
android:name=
".ui.activitys.SettingsActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.AboutusActivity"
/>
<activity
android:name=
".ui.activitys.AboutusActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.GuideActivity"
/>
<activity
android:name=
".ui.activitys.GuideActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.DrawcashActivity"
/>
<activity
android:name=
".ui.activitys.DrawcashActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.WaterActivity"
/>
<activity
android:name=
".ui.activitys.WaterActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.WalkActivity"
/>
<activity
android:name=
".ui.activitys.WalkActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.FoodSubsidyActivity"
/>
<activity
android:name=
".ui.activitys.FoodSubsidyActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.EraseActivity"
/>
<activity
android:name=
".ui.activitys.EraseActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.DrawcashRecordActivity"
/>
<activity
android:name=
".ui.activitys.DrawcashRecordActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.CoinRecordActivity"
/>
<activity
android:name=
".ui.activitys.CoinRecordActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.SplashADActivity"
/>
<activity
android:name=
".ui.activitys.SplashADActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.MorningClockActivity"
/>
<activity
android:name=
".ui.activitys.MorningClockActivity"
/>
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.FriendsActivity"
/>
<activity
android:name=
".ui.activitys.FriendsActivity"
/>
<activity
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.FeedbackActivity"
android:name=
".ui.activitys.FeedbackActivity"
android:windowSoftInputMode=
"stateVisible"
/>
android:windowSoftInputMode=
"stateVisible"
/>
<activity
android:name=
"com.mints.flowbox.ui.activitys.WrapperActivity"
/>
<activity
android:name=
".ui.activitys.WrapperActivity"
/>
<activity
android:name=
"com.mints.flowbox.ui.activitys.XmlyAwardActivity"
/>
<activity
android:name=
".ui.activitys.XmlyAwardActivity"
/>
<activity
android:name=
"com.mints.flowbox.ui.activitys.XmlyPlayActivity"
/>
<activity
android:name=
".ui.activitys.XmlyPlayActivity"
/>
<activity
android:name=
"com.mints.flowbox.ui.activitys.TaskCpdActivity"
/>
<activity
android:name=
".ui.activitys.TaskCpdActivity"
/>
<activity
android:name=
"com.mints.flowbox.ui.activitys.SpeedFastActivity"
/>
<activity
android:name=
".ui.activitys.SpeedFastActivity"
/>
<activity
android:name=
"com.mints.flowbox.ui.activitys.SpeedTestActivity"
/>
<activity
android:name=
".ui.activitys.SpeedTestActivity"
/>
<activity
android:name=
"com.mints.flowbox.ui.activitys.ScanActivity"
/>
<activity
android:name=
".ui.activitys.ScanActivity"
/>
<activity
android:name=
"com.mints.flowbox.ui.activitys.CleanActivity"
/>
<activity
android:name=
".ui.activitys.CleanActivity"
/>
<activity
<activity
android:name=
"
com.mints.flowbox
.ui.activitys.ScreenActivity"
android:name=
".ui.activitys.ScreenActivity"
android:excludeFromRecents=
"true"
android:excludeFromRecents=
"true"
android:exported=
"false"
android:exported=
"false"
android:finishOnTaskLaunch=
"false"
android:finishOnTaskLaunch=
"false"
...
@@ -167,29 +153,22 @@
...
@@ -167,29 +153,22 @@
android:theme=
"@style/CustomerTransparentTheme"
/>
android:theme=
"@style/CustomerTransparentTheme"
/>
<service
<service
android:name=
"
com.mints.flowbox
.service.UpdateService"
android:name=
".service.UpdateService"
android:exported=
"true"
/>
android:exported=
"true"
/>
<service
<service
android:name=
"
com.mints.flowbox
.InitAppService"
android:name=
".InitAppService"
android:enabled=
"true"
android:enabled=
"true"
android:exported=
"false"
/>
android:exported=
"false"
/>
<!-- 喜马拉雅播放器 -->
<!-- 喜马拉雅播放器 -->
<service
<service
android:name=
"com.ximalaya.ting.android.opensdk.player.service.XmPlayerService"
android:name=
"com.ximalaya.ting.android.opensdk.player.service.XmPlayerService"
android:exported=
"true"
android:exported=
"true"
android:process=
":player"
/>
android:process=
":player"
/>
<!-- 监听apk安装 -->
<!-- 监听apk安装 -->
<service
<service
android:name=
"
com.mints.flowbox
.service.AppInstallService"
android:name=
".service.AppInstallService"
android:enabled=
"true"
android:enabled=
"true"
android:exported=
"false"
/>
android:exported=
"false"
/>
<!-- JPUSH 用户自定义的广播接收器 -->
<!-- JPUSH 用户自定义的广播接收器 -->
<receiver
<receiver
android:name=
"
com.mints.flowbox
.service.JpushReceiver"
android:name=
".service.JpushReceiver"
android:enabled=
"true"
android:enabled=
"true"
android:exported=
"false"
>
android:exported=
"false"
>
<intent-filter>
<intent-filter>
...
@@ -202,23 +181,21 @@
...
@@ -202,23 +181,21 @@
<action
android:name=
"cn.jpush.android.intent.CONNECTION"
/>
<!-- 接收网络变化 连接/断开 since 1.6.3 -->
<action
android:name=
"cn.jpush.android.intent.CONNECTION"
/>
<!-- 接收网络变化 连接/断开 since 1.6.3 -->
<category
android:name=
"${applicationId}"
/>
<category
android:name=
"${applicationId}"
/>
</intent-filter>
</intent-filter>
</receiver>
</receiver>
<!-- since 3.3.0 接收JPush相关事件 -->
<!--since 3.3.0 接收JPush相关事件-->
<receiver
android:name=
".service.PushMessageReceiver"
>
<receiver
android:name=
"com.mints.flowbox.service.PushMessageReceiver"
>
<intent-filter>
<intent-filter>
<action
android:name=
"cn.jpush.android.intent.RECEIVE_MESSAGE"
/>
<action
android:name=
"cn.jpush.android.intent.RECEIVE_MESSAGE"
/>
<category
android:name=
"${applicationId}"
/>
<category
android:name=
"${applicationId}"
/>
</intent-filter>
</intent-filter>
</receiver>
</receiver>
<!-- ShareSDK start -->
<!-- ShareSDK start -->
<activity
<activity
android:name=
"com.mob.tools.MobUIShell"
android:name=
"com.mob.tools.MobUIShell"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:theme=
"@android:style/Theme.Translucent.NoTitleBar"
android:theme=
"@android:style/Theme.Translucent.NoTitleBar"
android:windowSoftInputMode=
"stateHidden|adjustResize"
/>
android:windowSoftInputMode=
"stateHidden|adjustResize"
/>
<activity
<activity
android:name=
"
com.mints.flowbox
.wxapi.WXEntryActivity"
android:name=
".wxapi.WXEntryActivity"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:configChanges=
"keyboardHidden|orientation|screenSize"
android:exported=
"true"
android:exported=
"true"
android:theme=
"@android:style/Theme.Translucent.NoTitleBar"
/>
android:theme=
"@android:style/Theme.Translucent.NoTitleBar"
/>
...
@@ -233,9 +210,7 @@
...
@@ -233,9 +210,7 @@
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:resource=
"@xml/provider_paths"
android:resource=
"@xml/provider_paths"
tools:replace=
"android:resource"
/>
tools:replace=
"android:resource"
/>
</provider>
</provider>
<!-- 穿山甲广告 -->
<!-- 穿山甲广告 -->
<provider
<provider
android:name=
"com.bytedance.sdk.openadsdk.multipro.TTMultiProvider"
android:name=
"com.bytedance.sdk.openadsdk.multipro.TTMultiProvider"
android:authorities=
"${applicationId}.TTMultiProvider"
android:authorities=
"${applicationId}.TTMultiProvider"
...
@@ -250,12 +225,11 @@
...
@@ -250,12 +225,11 @@
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:resource=
"@xml/file_paths"
android:resource=
"@xml/file_paths"
tools:replace=
"android:resource"
/>
tools:replace=
"android:resource"
/>
</provider>
</provider>
<!-- 广点通广告 -->
<!-- 广点通广告 -->
<uses-library
<uses-library
android:name=
"org.apache.http.legacy"
android:name=
"org.apache.http.legacy"
android:required=
"false"
/>
android:required=
"false"
/>
<service
<service
android:name=
"com.qq.e.comm.DownloadService"
android:name=
"com.qq.e.comm.DownloadService"
android:exported=
"false"
/>
android:exported=
"false"
/>
...
@@ -271,9 +245,7 @@
...
@@ -271,9 +245,7 @@
android:name=
"com.qq.e.ads.LandscapeADActivity"
android:name=
"com.qq.e.ads.LandscapeADActivity"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize"
android:configChanges=
"keyboard|keyboardHidden|orientation|screenSize"
android:screenOrientation=
"landscape"
android:screenOrientation=
"landscape"
tools:replace=
"android:screenOrientation"
/>
tools:replace=
"android:screenOrientation"
/>
<!-- 闪电盒子广告 -->
<!-- 闪电盒子广告 -->
<provider
<provider
android:name=
"com.wannuosili.sdk.ad.component.WNFileProvider"
android:name=
"com.wannuosili.sdk.ad.component.WNFileProvider"
android:authorities=
"${applicationId}.WNFileProvider"
android:authorities=
"${applicationId}.WNFileProvider"
...
@@ -282,14 +254,13 @@
...
@@ -282,14 +254,13 @@
<meta-data
<meta-data
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:resource=
"@xml/wn_file_paths"
/>
android:resource=
"@xml/wn_file_paths"
/>
</provider>
</provider>
<!-- OneWay -->
<!-- OneWay -->
<activity
<activity
android:name=
"mobi.oneway.export.AdShowActivity"
android:name=
"mobi.oneway.export.AdShowActivity"
android:configChanges=
"fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"
android:configChanges=
"fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"
android:hardwareAccelerated=
"true"
android:hardwareAccelerated=
"true"
android:theme=
"@android:style/Theme.NoTitleBar.Fullscreen"
/>
android:theme=
"@android:style/Theme.NoTitleBar.Fullscreen"
/>
<provider
<provider
android:name=
"mobi.oneway.export.OWProvider"
android:name=
"mobi.oneway.export.OWProvider"
android:authorities=
"${applicationId}.OWProvider"
android:authorities=
"${applicationId}.OWProvider"
...
@@ -298,11 +269,8 @@
...
@@ -298,11 +269,8 @@
<meta-data
<meta-data
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:name=
"android.support.FILE_PROVIDER_PATHS"
android:resource=
"@xml/ow_file_paths"
/>
android:resource=
"@xml/ow_file_paths"
/>
</provider>
</provider>
<!-- 常驻通知栏service -->
<service
android:name=
".keepalive.NotificationService"
/>
<!-- 常驻通知栏service -->
<service
android:name=
"com.mints.flowbox.keepalive.NotificationService"
/>
</application>
</application>
</manifest>
</manifest>
\ No newline at end of file
app/src/main/java/com/mints/flowbox/ui/activitys/Increasespeed2Activity.kt
0 → 100644
View file @
c7a1c6cc
package
com.mints.flowbox.ui.activitys
import
androidx.appcompat.app.AppCompatActivity
import
android.os.Bundle
import
android.view.View
import
com.mints.flowbox.R
import
com.mints.flowbox.ui.activitys.base.BaseActivity
import
com.scwang.smartrefresh.layout.api.RefreshLayout
import
com.scwang.smartrefresh.layout.listener.OnRefreshListener
import
kotlinx.android.synthetic.main.header_layout.*
class
Increasespeed2Activity
:
BaseActivity
(),
View
.
OnClickListener
,
OnRefreshListener
{
override
fun
onCreate
(
savedInstanceState
:
Bundle
?)
{
super
.
onCreate
(
savedInstanceState
)
setContentView
(
R
.
layout
.
activity_increasespeed
)
}
override
fun
getContentViewLayoutID
():
Int
{
TODO
(
"Not yet implemented"
)
}
override
fun
initViewsAndEvents
()
{
tv_title
.
text
=
"一键提速"
tv_title
.
setTextColor
(-
0
x1
)
iv_left_icon
.
visibility
=
View
.
VISIBLE
iv_left_icon
.
setImageResource
(
R
.
mipmap
.
ic_arrow_back_white
)
iv_left_icon
.
setOnClickListener
(
this
)
}
override
fun
isApplyKitKatTranslucency
():
Boolean
{
TODO
(
"Not yet implemented"
)
}
override
fun
onClick
(
v
:
View
?)
{
when
(
v
?.
id
)
{
R
.
id
.
iv_left_icon
->
finish
()
}
}
override
fun
onRefresh
(
refreshLayout
:
RefreshLayout
)
{
}
}
app/src/main/java/com/mints/flowbox/ui/activitys/IncreasespeedActivity.kt
0 → 100644
View file @
c7a1c6cc
package
com.mints.flowbox.ui.activitys
import
androidx.appcompat.app.AppCompatActivity
import
android.os.Bundle
import
android.view.View
import
com.mints.flowbox.R
import
com.mints.flowbox.ui.activitys.base.BaseActivity
import
com.scwang.smartrefresh.layout.api.RefreshLayout
import
com.scwang.smartrefresh.layout.listener.OnRefreshListener
import
kotlinx.android.synthetic.main.header_layout.*
class
IncreasespeedActivity
:
BaseActivity
(),
View
.
OnClickListener
,
OnRefreshListener
{
override
fun
onCreate
(
savedInstanceState
:
Bundle
?)
{
super
.
onCreate
(
savedInstanceState
)
setContentView
(
R
.
layout
.
activity_increasespeed
)
}
override
fun
getContentViewLayoutID
():
Int
{
TODO
(
"Not yet implemented"
)
}
override
fun
initViewsAndEvents
()
{
tv_title
.
text
=
"检测结果"
tv_title
.
setTextColor
(-
0
x1
)
iv_left_icon
.
visibility
=
View
.
VISIBLE
iv_left_icon
.
setImageResource
(
R
.
mipmap
.
ic_arrow_back_white
)
iv_left_icon
.
setOnClickListener
(
this
)
}
override
fun
isApplyKitKatTranslucency
():
Boolean
{
TODO
(
"Not yet implemented"
)
}
override
fun
onClick
(
v
:
View
?)
{
when
(
v
?.
id
)
{
R
.
id
.
iv_left_icon
->
{
readyGo
(
Increasespeed2Activity
::
class
.
java
)
}
}
}
override
fun
onRefresh
(
refreshLayout
:
RefreshLayout
)
{
}
}
app/src/main/res/drawable/shape_bg_speed.xml
0 → 100644
View file @
c7a1c6cc
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"rectangle"
>
<gradient
android:angle=
"90"
android:endColor=
"#8278DC"
android:startColor=
"#A29CDF"
android:type=
"linear"
android:useLevel=
"true"
/>
</shape>
\ No newline at end of file
app/src/main/res/layout/activity_increasespeed.xml
0 → 100644
View file @
c7a1c6cc
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:id=
"@+id/scrollviewMy"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:focusable=
"true"
android:focusableInTouchMode=
"true"
android:overScrollMode=
"never"
>
<FrameLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<View
android:layout_width=
"match_parent"
android:layout_height=
"281dp"
android:background=
"@drawable/shape_bg_speed"
/>
<LinearLayout
android:id=
"@+id/llMyRoot"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<include
layout=
"@layout/header_layout"
/>
<RelativeLayout
android:layout_marginTop=
"60dp"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
>
<ImageView
android:id=
"@+id/im_rigth"
android:layout_width=
"64dp"
android:layout_height=
"64dp"
android:layout_marginLeft=
"38dp"
android:src=
"@mipmap/bg_speed_right"
/>
<TextView
android:id=
"@+id/tv1"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"24dp"
android:layout_marginTop=
"5dp"
android:layout_toRightOf=
"@+id/im_rigth"
android:text=
"运行速度已提升"
android:textColor=
"#FFFFFF"
android:textSize=
"21sp"
/>
<TextView
android:layout_marginTop=
"5dp"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"25%"
android:textSize=
"21sp"
android:textColor=
"#E9EA5B"
android:layout_toRightOf=
"@+id/tv1"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"成功清理X款软件"
android:textSize=
"12sp"
android:layout_marginTop=
"5dp"
android:textColor=
"#FFFFFF"
android:layout_below=
"@+id/tv1"
android:layout_alignLeft=
"@+id/tv1"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_height=
"281dp"
android:layout_marginStart=
"15dp"
android:layout_marginTop=
"110dp"
android:layout_marginEnd=
"15dp"
android:layout_marginBottom=
"20dp"
android:background=
"@drawable/shape_gold_card"
android:elevation=
"10dp"
android:padding=
"10dp"
>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:text=
"广告位"
android:textColor=
"@color/color_AAA"
android:textSize=
"23sp"
/>
</RelativeLayout>
</LinearLayout>
</FrameLayout>
</androidx.core.widget.NestedScrollView>
\ No newline at end of file
app/src/main/res/layout/activity_increasespeed2.xml
0 → 100644
View file @
c7a1c6cc
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:id=
"@+id/scrollviewMy"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:focusable=
"true"
android:focusableInTouchMode=
"true"
android:overScrollMode=
"never"
>
<FrameLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<View
android:layout_width=
"match_parent"
android:layout_height=
"150dp"
android:background=
"@drawable/shape_bg_speed"
/>
<LinearLayout
android:id=
"@+id/llMyRoot"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<include
layout=
"@layout/header_layout"
/>
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"15dp"
android:layout_marginTop=
"19dp"
android:layout_marginEnd=
"15dp"
android:background=
"@drawable/shape_gold_card"
android:elevation=
"10dp"
android:orientation=
"vertical"
android:padding=
"10dp"
>
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<TextView
android:id=
"@+id/tv1"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"15dp"
android:layout_marginTop=
"28dp"
android:text=
"检测结果WiFi加密安全性"
android:textColor=
"@color/black"
android:textSize=
"18sp"
/>
<ImageView
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_marginLeft=
"116dp"
android:layout_marginTop=
"30dp"
android:layout_toRightOf=
"@+id/tv1"
android:src=
"@mipmap/bg_right"
/>
<View
android:id=
"@+id/view1"
android:layout_width=
"328pt"
android:layout_height=
"1dp"
android:layout_below=
"@+id/tv1"
android:layout_marginStart=
"13dp"
android:layout_marginTop=
"10dp"
android:layout_marginEnd=
"14dp"
android:background=
"#979797"
/>
<TextView
android:id=
"@id/tv2"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_below=
"@id/view1"
android:layout_marginStart=
"15dp"
android:layout_marginTop=
"8dp"
android:text=
"检查ARP网络攻击异常"
android:textColor=
"@color/black"
android:textSize=
"18sp"
/>
<ImageView
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_below=
"@id/view1"
android:layout_marginLeft=
"134dp"
android:layout_marginTop=
"10dp"
android:layout_toRightOf=
"@+id/tv2"
android:src=
"@mipmap/bg_right"
/>
<View
android:id=
"@+id/view2"
android:layout_width=
"328pt"
android:layout_height=
"1dp"
android:layout_below=
"@+id/tv2"
android:layout_marginStart=
"13dp"
android:layout_marginTop=
"10dp"
android:layout_marginEnd=
"14dp"
android:background=
"#979797"
/>
<TextView
android:id=
"@+id/tv3"
android:layout_below=
"@id/view2"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"15dp"
android:layout_marginTop=
"8dp"
android:text=
"提升DNS劫持安全性"
android:textColor=
"@color/black"
android:textSize=
"18sp"
/>
<ImageView
android:layout_below=
"@+id/view2"
android:layout_toRightOf=
"@+id/tv3"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_marginLeft=
"151dp"
android:layout_marginTop=
"10dp"
android:src=
"@mipmap/bg_right"
/>
<View
android:id=
"@id/view3"
android:layout_below=
"@id/tv3"
android:layout_width=
"328pt"
android:layout_height=
"1dp"
android:layout_marginStart=
"13dp"
android:layout_marginTop=
"10dp"
android:layout_marginEnd=
"14dp"
android:background=
"#979797"
/>
<TextView
android:id=
"@+id/tv4"
android:layout_below=
"@id/view3"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"15dp"
android:layout_marginTop=
"8dp"
android:text=
"部署网页防篡改"
android:textColor=
"@color/black"
android:textSize=
"18sp"
/>
<ImageView
android:layout_toRightOf=
"@id/tv4"
android:layout_below=
"@+id/view3"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_marginLeft=
"186dp"
android:layout_marginTop=
"10dp"
android:src=
"@mipmap/bg_right"
/>
<View
android:id=
"@+id/view4"
android:layout_width=
"328pt"
android:layout_below=
"@+id/tv4"
android:layout_height=
"1dp"
android:layout_marginStart=
"13dp"
android:layout_marginTop=
"10dp"
android:layout_marginEnd=
"14dp"
android:background=
"#979797"
/>
<TextView
android:id=
"@+id/tv5"
android:layout_below=
"@+id/view4"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"15dp"
android:layout_marginTop=
"8dp"
android:text=
"加固链路,避免SSL中间人攻击"
android:textColor=
"@color/black"
android:textSize=
"18sp"
/>
<ImageView
android:layout_toRightOf=
"@+id/tv5"
android:layout_below=
"@+id/view4"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_marginLeft=
"66dp"
android:layout_marginTop=
"10dp"
android:src=
"@mipmap/bg_right"
/>
<View
android:id=
"@+id/view5"
android:layout_below=
"@id/tv5"
android:layout_width=
"328pt"
android:layout_height=
"1dp"
android:layout_marginStart=
"13dp"
android:layout_marginTop=
"10dp"
android:layout_marginEnd=
"14dp"
android:background=
"#979797"
/>
<TextView
android:id=
"@+id/tv6"
android:layout_below=
"@+id/view5"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginStart=
"15dp"
android:layout_marginTop=
"8dp"
android:text=
"检测是否钓鱼WiFi"
android:textColor=
"@color/black"
android:textSize=
"18sp"
/>
<ImageView
android:layout_below=
"@+id/view5"
android:layout_toRightOf=
"@id/tv6"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_marginLeft=
"170dp"
android:layout_marginTop=
"10dp"
android:layout_marginBottom=
"26dp"
android:src=
"@mipmap/bg_right"
/>
</RelativeLayout>
</androidx.appcompat.widget.LinearLayoutCompat>
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_height=
"281dp"
android:layout_marginStart=
"15dp"
android:layout_marginTop=
"28dp"
android:layout_marginEnd=
"15dp"
android:layout_marginBottom=
"20dp"
android:background=
"@drawable/shape_gold_card"
android:elevation=
"10dp"
android:padding=
"10dp"
>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:text=
"广告位"
android:textColor=
"@color/color_AAA"
android:textSize=
"23sp"
/>
</RelativeLayout>
</LinearLayout>
</FrameLayout>
</androidx.core.widget.NestedScrollView>
\ No newline at end of file
app/src/main/res/mipmap-xhdpi/bg_right.png
0 → 100644
View file @
c7a1c6cc
2.33 KB
app/src/main/res/mipmap-xhdpi/bg_speed_right.png
0 → 100644
View file @
c7a1c6cc
4.95 KB
gradle.properties
View file @
c7a1c6cc
...
@@ -60,3 +60,5 @@ BUILD_DIRECT_DEPENDENCIES=0
...
@@ -60,3 +60,5 @@ BUILD_DIRECT_DEPENDENCIES=0
mints_APPLICATION_ID
=
com.mints.flowbox
mints_APPLICATION_ID
=
com.mints.flowbox
mints_APPLICATION_NAME
=
流量宝盒
mints_APPLICATION_NAME
=
流量宝盒
mints_GLOBAL_COMMERCIAL_VERSION
=
true
mints_GLOBAL_COMMERCIAL_VERSION
=
true
android.injected.testOnly
=
false
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment