From f09c5f4c63e51cc05a9737d3d82dac90054a3b5e Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 3 Dec 2002 14:18:51 +0000 Subject: Finally, merged the improved power code from Uwe Freese: - The battery level (percentage) is more realistic and considers if the charger is on. - It considers the "lazyness" a battery shows when the charging has just turned on or off (see below). But this is not perfect by now. - The battery level is good enough to estimate the remaining running time and the remaining charging time. And so the info screen now shows this info. - The maximum time of a charging cycle is now dynamically calculated out of the battery level (percentage) and is not a fixed value. - A minimum of 60 minutes is waited after a charging cycle stops before another one starts. - Added another screen in the battery debug screen (press down three times). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2913 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/english.lang | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 82d22a7c7f..45270293f5 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -1162,3 +1162,7 @@ desc: show only playlist eng: "Playlists" new: +id: LANG_BATTERY_TIME +desc: battery level in % and estimated time remaining +eng: "%d%% %dh %dm" +new: -- cgit v1.2.3