Removed automatic update + duplicate fix
Cette révision appartient à :
Parent
55e9d2880c
révision
eb9c5f95db
2 fichiers modifiés avec 13 ajouts et 20 suppressions
|
@ -8,7 +8,6 @@ import eu.kanade.tachiyomi.BuildConfig
|
|||
import eu.kanade.tachiyomi.R
|
||||
import eu.kanade.tachiyomi.data.updater.GithubUpdateChecker
|
||||
import eu.kanade.tachiyomi.data.updater.UpdateDownloader
|
||||
import eu.kanade.tachiyomi.data.updater.UpdateDownloaderAlarm
|
||||
import eu.kanade.tachiyomi.util.toast
|
||||
import rx.Subscription
|
||||
import rx.android.schedulers.AndroidSchedulers
|
||||
|
@ -57,19 +56,13 @@ class SettingsAboutFragment : SettingsNestedFragment() {
|
|||
true
|
||||
}
|
||||
|
||||
automaticUpdateToggle.isEnabled = true
|
||||
automaticUpdateToggle.setOnPreferenceChangeListener { preference, any ->
|
||||
val status = any as Boolean
|
||||
UpdateDownloaderAlarm.startAlarm(activity, 12, status)
|
||||
true
|
||||
}
|
||||
|
||||
automaticUpdateToggle.isEnabled = true
|
||||
automaticUpdateToggle.setOnPreferenceChangeListener { preference, any ->
|
||||
val status = any as Boolean
|
||||
UpdateDownloaderAlarm.startAlarm(activity, 12, status)
|
||||
true
|
||||
}
|
||||
//TODO One glorious day enable this and add the magnificent option for auto update checking.
|
||||
// automaticUpdateToggle.isEnabled = true
|
||||
// automaticUpdateToggle.setOnPreferenceChangeListener { preference, any ->
|
||||
// val status = any as Boolean
|
||||
// UpdateDownloaderAlarm.startAlarm(activity, 12, status)
|
||||
// true
|
||||
// }
|
||||
}
|
||||
|
||||
buildTime.summary = getFormattedBuildTime()
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
android:summary="@string/pref_acra_summary"
|
||||
android:title="@string/pref_enable_acra"/>
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:enabled="false"
|
||||
android:key="@string/pref_enable_automatic_updates_key"
|
||||
android:summary="@string/pref_enable_automatic_updates_summary"
|
||||
android:title="@string/pref_enable_automatic_updates"/>
|
||||
<!--<SwitchPreferenceCompat-->
|
||||
<!--android:defaultValue="false"-->
|
||||
<!--android:enabled="false"-->
|
||||
<!--android:key="@string/pref_enable_automatic_updates_key"-->
|
||||
<!--android:summary="@string/pref_enable_automatic_updates_summary"-->
|
||||
<!--android:title="@string/pref_enable_automatic_updates"/>-->
|
||||
|
||||
<Preference
|
||||
android:key="@string/pref_version"
|
||||
|
|
Référencer dans un nouveau ticket