dragsystem / battery-indicator

Automatically exported from code.google.com/p/battery-indicator
Other
0 stars 0 forks source link

Battery drain alarm #194

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
can you add new alarm: if battery level drop more than X % in Y minutes, phone 
will ring

Original issue reported on code.google.com by p.r.cies...@gmail.com on 9 Aug 2012 at 5:26

GoogleCodeExporter commented 9 years ago
This would be a bit trickier than it sounds.  It would need logging to be 
enabled in order to work, because without logging, the app would have no way of 
determining if the condition had been met.

This causes a bit of a usability issue, since ensuring that logging is enabled 
isn't enough.  If someone tries to turn off logging while having this alarm 
enabled, do I not let them disable logging, or turn this alarm off?  It's not 
unsolvable, but it's non-trivial to work out the usability side.

I'm giving a lot of thought to automated time-remaining estimates lately, and 
that may allow easier implementation of this feature, without the usability 
issues.

Original comment by andr...@darshancomputing.com on 10 Aug 2012 at 1:08