Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Remove battery storage in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
AnGgIt86 committed Sep 11, 2024
1 parent 12a78da commit d0e370c
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 732 deletions.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/com/neko/v2ray/AppConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ object AppConfig {

/** Notification channel IDs and names. */
const val RAY_NG_CHANNEL_ID = "RAY_NG_M_CH_ID"
const val RAY_NG_CHANNEL_NAME = "V2rayNG Background Service"
const val RAY_NG_CHANNEL_NAME = "Neko-Ray Background Service"
const val SUBSCRIPTION_UPDATE_CHANNEL = "subscription_update_channel"
const val SUBSCRIPTION_UPDATE_CHANNEL_NAME = "Subscription Update Service"

Expand Down
4 changes: 0 additions & 4 deletions app/src/main/res/xml/pref_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
android:layout="@layout/uwu_banner_settings"
android:selectable="false" />

<Preference
android:layout="@layout/uwu_battery_storage"
android:selectable="false" />

<PreferenceCategory android:title="@string/title_settings">

<Preference
Expand Down
137 changes: 0 additions & 137 deletions library/src/main/java/com/neko/ui/BatteryProgressBar.java

This file was deleted.

76 changes: 0 additions & 76 deletions library/src/main/java/com/neko/ui/ChargingPercentTextView.java

This file was deleted.

78 changes: 0 additions & 78 deletions library/src/main/java/com/neko/ui/ChargingStatusTextView.java

This file was deleted.

Loading

0 comments on commit d0e370c

Please sign in to comment.