- Rebrand to me.pawlet.updater package - Replace ro.lineage.* props with ro.pawlet.* equivalents - Use ro.product.device for device name lookup - Set server URL to https://updates.pawlet.me/api/v1/{device}/ - Bump compileSdk/targetSdk to 36 (Android 16) - Drop all locale translations (English-only for now) - Add NOTICE.txt crediting upstream LineageOS team - Remove old org.lineageos.updater.xml privapp files - UpdaterReceiver: add missing Utils import - Remove setPerformanceMode chain (UpdateEngine API removed in Android 16)
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
# SPDX-FileCopyrightText: oxmc / PawletOS
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
-keep class me.pawlet.updater.ui.FlingBehavior { *; }
|