Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
A
appzxhy
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
appzxhy
Commits
8cccead0
Commit
8cccead0
authored
Jun 13, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[拆包]
parent
5f9e2e6b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
52 additions
and
5 deletions
+52
-5
NotificationUiUtil.kt
.../appzxhy/business/push/notification/NotificationUiUtil.kt
+1
-1
LargeFileCleanActivity.kt
...a/com/base/appzxhy/ui/largefile/LargeFileCleanActivity.kt
+6
-0
activity_large_file_clean.xml
app/src/main/res/layout/activity_large_file_clean.xml
+2
-2
strings.xml
app/src/main/res/values/strings.xml
+43
-2
No files found.
app/src/main/java/com/base/appzxhy/business/push/notification/NotificationUiUtil.kt
View file @
8cccead0
...
...
@@ -85,7 +85,7 @@ object NotificationUiUtil {
}
BATTERY_INFO
->
{
val
text
=
testNotificationId
+
context
.
getString
(
R
.
string
.
notify_batt
er
y_info
)
val
text
=
testNotificationId
+
context
.
getString
(
R
.
string
.
notify_batt
re
y_info
)
sendBean
.
smallRemoteViews
=
RemoteViews
(
context
.
packageName
,
R
.
layout
.
notification_common_small
).
apply
{
setTextViewText
(
R
.
id
.
tv1
,
text
)
setImageViewResource
(
R
.
id
.
ivIcon
,
R
.
drawable
.
icon_battery_info_push
)
...
...
app/src/main/java/com/base/appzxhy/ui/largefile/LargeFileCleanActivity.kt
View file @
8cccead0
...
...
@@ -7,6 +7,7 @@ import android.view.ViewGroup
import
android.widget.TextView
import
androidx.appcompat.widget.AppCompatImageView
import
androidx.appcompat.widget.AppCompatTextView
import
androidx.core.content.ContextCompat
import
androidx.core.view.ViewCompat
import
androidx.core.view.WindowInsetsCompat
import
androidx.core.view.isVisible
...
...
@@ -155,6 +156,11 @@ class LargeFileCleanActivity : BaseActivity<ActivityLargeFileCleanBinding>(Activ
total
=
list
.
filter
{
it
.
isSelected
}.
sumOf
{
it
.
length
}
setTextSize
(
binding
.
tvDelete
,
getString
(
R
.
string
.
delete
),
total
)
binding
.
tvDelete
.
isEnabled
=
total
>
0
if
(
binding
.
tvDelete
.
isEnabled
==
true
)
{
binding
.
tvDelete
.
setTextColor
(
ContextCompat
.
getColor
(
this
,
R
.
color
.
white
))
}
else
{
binding
.
tvDelete
.
setTextColor
(
ContextCompat
.
getColor
(
this
,
R
.
color
.
colorPrimary
))
}
}
private
fun
handleTab
(
item
:
FileBean
,
position
:
Int
)
{
...
...
app/src/main/res/layout/activity_large_file_clean.xml
View file @
8cccead0
...
...
@@ -189,11 +189,11 @@
android:layout_marginBottom=
"12dp"
android:paddingVertical=
"6dp"
android:scrollbars=
"none"
app:layout_constraintBottom_toTopOf=
"@id/tv
_d
elete"
app:layout_constraintBottom_toTopOf=
"@id/tv
D
elete"
app:layout_constraintTop_toBottomOf=
"@id/flAd"
/>
<androidx.appcompat.widget.AppCompatTextView
android:id=
"@+id/tv
_d
elete"
android:id=
"@+id/tv
D
elete"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginHorizontal=
"30dp"
...
...
app/src/main/res/values/strings.xml
View file @
8cccead0
<resources
xmlns:tools=
"http://schemas.android.com/tools"
tools:ignore=
"MissingTranslation"
>
<string
name=
"app_name"
>
Master Malware Clean
</string>
<string
name=
"hello_blank_fragment"
>
Hello blank fragment
</string>
<string
name=
"facebook_app_id"
>
4512448902756291
</string>
<string
name=
"trustlook_privacy_policy"
>
https://www.trustlook.com/privacy-policy
</string>
<string
name=
"mb_20"
>
20 MB
</string>
...
...
@@ -8,7 +9,7 @@
<string
name=
"mb_100"
>
100 MB
</string>
<string
name=
"mb_500"
>
500 MB
</string>
<string
name=
"preparing_advertisement"
>
Preparing advertisement
</string>
<string
name=
"involve_ad"
>
This process may involve ad.
</string>
<string
name=
"consent_required"
>
Consent Required
</string>
...
...
@@ -26,20 +27,36 @@ Please rest assured that we will handle your information in strict accordance wi
<string
name=
"document"
>
Document
</string>
<string
name=
"video"
>
Video
</string>
<string
name=
"continue_"
>
Continue
</string>
<string
name=
"open_settings"
>
Open Settings
</string>
<string
name=
"storage_permission_title"
>
Need to obtain storage permissions
</string>
<string
name=
"storage_permission_content"
>
Allow %s to access All Files Access permission to manage files of your device?
</string>
<string
name=
"file_recovery"
>
File Recovery
</string>
<string
name=
"junk_clean"
>
Junk Clean
</string>
<string
name=
"battery_info"
>
Battery Info
</string>
<string
name=
"screenshot_clean"
>
Screenshot Clean
</string>
<string
name=
"app_manager"
>
App Manager
</string>
<string
name=
"large_file_clean"
>
Large File Clean
</string>
<string
name=
"photo_compression"
>
Photo Compression
</string>
<string
name=
"similar_photos"
>
Duplicate Photos
</string>
<string
name=
"home"
>
Home
</string>
<string
name=
"recovery"
>
Recovery
</string>
<string
name=
"settings"
>
Settings
</string>
<string
name=
"battery_status"
>
Battery status
</string>
<string
name=
"temperature"
>
Temperature
</string>
<string
name=
"voltage"
>
Voltage
</string>
<string
name=
"health"
>
Health
</string>
<string
name=
"good"
>
Good
</string>
<string
name=
"normal"
>
Normal
</string>
<string
name=
"battery_type"
>
Battery Type
</string>
<string
name=
"battery_capacity"
>
Battery Capacity
</string>
<string
name=
"please_wait"
>
Please wait
</string>
<string
name=
"power"
>
Power
</string>
<string
name=
"charging"
>
Charging
</string>
<string
name=
"left_with_current_power_consumption"
>
left with current power consumption
</string>
<string
name=
"finish"
>
Finish
</string>
<string
name=
"found"
>
Found
</string>
<string
name=
"clean_tips"
>
Clean Up doesn\'t Delete Your Personal Data
</string>
...
...
@@ -88,11 +105,29 @@ Please rest assured that we will handle your information in strict accordance wi
<string
name=
"compress_all"
>
Compress All
</string>
<string
name=
"best_quality_photo"
>
Best quality photo
</string>
<string
name=
"most_space_saved"
>
Most space saved
</string>
<string
name=
"recover_tip"
>
Recover lost data from unrooted Android devices
</string>
<string
name=
"photos"
>
Photos
</string>
<string
name=
"recover_lost_photos"
>
Recover lost photos
</string>
<string
name=
"videos"
>
Videos
</string>
<string
name=
"recover_lost_videos"
>
Recover lost videos
</string>
<string
name=
"audios"
>
Audios
</string>
<string
name=
"documents"
>
Documents
</string>
<string
name=
"recover_lost_documents"
>
Recover lost Documents
</string>
<string
name=
"scan"
>
Scan
</string>
<string
name=
"click_to_view"
>
Click to view
</string>
<string
name=
"clean_junk"
>
Clean Junk
</string>
<string
name=
"more"
>
More
</string>
<string
name=
"duplicate_photos"
>
Duplicate Photos
</string>
<string
name=
"already_saved_for_you"
>
Already saved for you
</string>
<string
name=
"rate_us"
>
Rate us
</string>
<string
name=
"version"
>
Version
</string>
<string
name=
"recycle_bin"
>
Recycle Bin
</string>
<string
name=
"recyclebin_tip"
>
<![CDATA[Mobispeedy is protecting your photos, videos, files & App files from being deleted]]>
</string>
<string
name=
"recyclebin"
>
Recycle Bin
</string>
<string
name=
"thank_you_for_using_app"
>
Thank you for using %s!
</string>
<string
name=
"thank_you_very_much_for_taking_the_time_to_rate_us"
>
Thank you very much for taking the time to rate us.
</string>
<string
name=
"submit"
>
SUBMIT
</string>
<string
name=
"screenshot_cleaner"
>
Screenshot Cleaner
</string>
<string
name=
"guide_title_1"
>
One - Tap Clean
</string>
...
...
@@ -128,9 +163,12 @@ Please rest assured that we will handle your information in strict accordance wi
<string
name=
"logout_content"
>
Are you sure you want to quit without trying to clean up the garbage again?
</string>
<string
name=
"please_wait_a_moment"
>
Please wait a moment
</string>
<string
name=
"exit"
>
Exit
</string>
<string
name=
"start_to_use"
>
START TO USE
</string>
<string
name=
"privacy"
>
privacy
</string>
<string
name=
"agree"
>
agree\u0020
</string>
<string
name=
"terms_of_service"
>
terms of service
</string>
<string
name=
"notification_title"
>
Turn on notification
</string>
<string
name=
"notification_content"
>
Never miss important phone cleaning notification reminders
</string>
<string
name=
"turn_on"
>
Turn on
</string>
<string
name=
"junk_files"
>
Junk Files
</string>
<string
name=
"memory_used"
>
Memory Used
</string>
...
...
@@ -147,6 +185,7 @@ Please rest assured that we will handle your information in strict accordance wi
<string
name=
"view_battery_information"
>
View battery information
</string>
<string
name=
"show_all_settings"
>
show all settings
</string>
<string
name=
"malware_scan"
>
Antivirus Scan
</string>
<string
name=
"uninstall"
>
Uninstall
</string>
<string
name=
"apps"
>
Apps
</string>
<string
name=
"antivirus_scan_error_occurred_please_try_again"
>
Antivirus Scan error occurred,please try again
</string>
<string
name=
"exit_malware_clean"
>
Exit Antivirus Scan
</string>
...
...
@@ -184,11 +223,13 @@ Please rest assured that we will handle your information in strict accordance wi
<string
name=
"view_information_collection_instructions"
>
View information collection instructions:
</string>
<string
name=
"notify_junk_clean"
>
Clean up the junk files on your phone now!
</string>
<string
name=
"notif_antivirus"
>
Your device may have potential threats. Tap to scan and eliminate them.
</string>
<string
name=
"notify_batt
er
y_info"
>
Check your phone battery consumption recently!
</string>
<string
name=
"notify_batt
re
y_info"
>
Check your phone battery consumption recently!
</string>
<string
name=
"notify_large_file"
>
Clear out large files to free up your storage space!
</string>
<string
name=
"notify_similar_photos"
>
Clean Up Similar Photos – Save Space!
</string>
<string
name=
"notify_screenshot"
>
Free up space by clearing screenshot clutter!
</string>
<string
name=
"notify_photo_compression"
>
Free up your phone storage space by compressing photos.
</string>
<string
name=
"lf_you_exit_the_scanning_results_will_be_discarded"
>
lf you exit, the scanning results will be discarded.
</string>
<string
name=
"exit_scanning"
>
Exit scanning
</string>
<string
name=
"ads_are_about_to_be_shown_s"
>
Ads are about to be shown(%1$ss)
</string>
<string
name=
"issue"
>
%1$s issue
</string>
...
...
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