Skip to content

Commit d0e370c

Browse files
committed
Remove battery storage in settings
1 parent 12a78da commit d0e370c

12 files changed

+1
-732
lines changed

app/src/main/kotlin/com/neko/v2ray/AppConfig.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ object AppConfig {
140140

141141
/** Notification channel IDs and names. */
142142
const val RAY_NG_CHANNEL_ID = "RAY_NG_M_CH_ID"
143-
const val RAY_NG_CHANNEL_NAME = "V2rayNG Background Service"
143+
const val RAY_NG_CHANNEL_NAME = "Neko-Ray Background Service"
144144
const val SUBSCRIPTION_UPDATE_CHANNEL = "subscription_update_channel"
145145
const val SUBSCRIPTION_UPDATE_CHANNEL_NAME = "Subscription Update Service"
146146

app/src/main/res/xml/pref_settings.xml

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
android:layout="@layout/uwu_banner_settings"
77
android:selectable="false" />
88

9-
<Preference
10-
android:layout="@layout/uwu_battery_storage"
11-
android:selectable="false" />
12-
139
<PreferenceCategory android:title="@string/title_settings">
1410

1511
<Preference

library/src/main/java/com/neko/ui/BatteryProgressBar.java

-137
This file was deleted.

library/src/main/java/com/neko/ui/ChargingPercentTextView.java

-76
This file was deleted.

library/src/main/java/com/neko/ui/ChargingStatusTextView.java

-78
This file was deleted.

0 commit comments

Comments
 (0)