merge com.asksven.betterbatterystats.txt

This commit is contained in:
David Black 2013-05-27 12:34:08 +01:00
parent c3528b9cd3
commit 335e27b998

View file

@ -1,30 +1,43 @@
Category:System
# All source files and jars but no licence in README
License:Apache2
Web Site:
Web Site:http://asksven.tumblr.com
Source Code:https://github.com/asksven/BetterBatteryStats
Issue Tracker:https://github.com/asksven/BetterBatteryStats/issues
Summary:Monitor battery behaviour
Description:
see market description in repo
Google Analytics was removed
Locale integration was removed
Requires root: No, but to view Network or Alarm stats root access
Find applications causing the phone to drain battery while it is supposed to
be asleep and measure the effect of corrective actions:
* Spot drainers based on detailed information about the root cause
* Measure the effect of actions to reduce drain
* Detect changes in the awake/sleep profile and quickly find the causes (rogue apps)
The app displays bar graphs based on reference points as explained in the Getting
Started section of the Help menu and it is good idea to read that if you want to
have any chance of interpreting the information.
Requires root: No, but to view Network or Alarm stats root access
will need to be granted.
Google Analytics and Locale integration were removed.
[http://better.asksven.org/bbs-changelog Changelog]
.
Repo Type:git
Repo:https://github.com/asksven/BetterBatteryStats.git
Build Version:1.11.0.0,28,!v1.11.0.0,subdir=BetterBatteryStats,\
# Need to patch out Locale because it causes build errors
Build Version:1.11.0.0,28,v1.11.0.0,subdir=BetterBatteryStats,\
srclibs=ActionBarSherlock@4.2.0;NoAnalytics@158a4a;Common-AskSven@7d71a6ba9a,prebuild=\
sed -i 's@\(reference.1=\).*@\1$$Common-AskSven$$@' project.properties && \
sed -i 's@\(reference.2=\).*@\1$$NoAnalytics$$@' project.properties && \
sed -i 's@\(reference.3=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i '75\,87d' AndroidManifest.xml && rm -rf libs/libGoogleAnalytics.jar \
src/com/asksven/betterbatterystats/localeplugin *.apk
Build Version:1.13.4.0,38,!ef3df22ba,subdir=BetterBatteryStats,\
Build Version:1.13.4.0,38,ef3df22ba,subdir=BetterBatteryStats,\
srclibs=ActionBarSherlock@4.2.0;NoAnalytics@158a4a;Common-AskSven@b09bb8b6cd,prebuild=\
sed -i 's@\(reference.1=\).*@\1$$Common-AskSven$$@' project.properties && \
sed -i 's@\(reference.2=\).*@\1$$NoAnalytics$$@' project.properties && \