mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
Complete removal of deprecated fields and methods: - Remove userApiToken and deviceId from TrmnlDeviceConfig - Remove deprecated DataStore methods (saveUserApiToken, getUserApiToken, saveDeviceId, getDeviceId) - Remove userApiToken from AppSettingsScreen state and UI - Remove USER_API_TOKEN_KEY and DEVICE_ID_KEY constants - Add context comments for battery percentage reporting This simplifies the codebase by fully removing unused code paths rather than keeping them as deprecated.