Updated metadata of me.kuehle.carreport to version 3.6.3.
This commit is contained in:
parent
5744ae3938
commit
9c3963c220
|
@ -12,15 +12,28 @@ and get nice reports. These are:
|
|||
|
||||
# Fuel consumption
|
||||
# Fuel price
|
||||
# Mileage
|
||||
# Average costs of the car per day, month and year
|
||||
|
||||
You can pinch-to-zoom in the graph and click on a point in it so see its values.
|
||||
This app can manage refuelings, other costs such as repairs and costs which
|
||||
occur repeatedly such as taxes. You can use the app with several cars
|
||||
concurrently.
|
||||
Additional features:
|
||||
|
||||
'''N.B.''' Newer versions of this app (starting at 3.0) use the non-free google
|
||||
play services library.
|
||||
* Simple calculations like "how much will 5 liters of fuel cost?".
|
||||
* Manage other income/expenses such as repairs and recurring costs such as
|
||||
|
||||
taxes.
|
||||
|
||||
* Synchronize your data with Dropbox, Google Drive or WebDAV, export/import data
|
||||
|
||||
as CSV and make simple backups to SD card.
|
||||
|
||||
* Car related reminders like "general inspection every year or after 15.000 km".
|
||||
|
||||
Permissions:
|
||||
|
||||
Network access: Used to synchronize with Dropbox/Google Drive/WebDAV, if
|
||||
enabled. Manage acounts: Used for synchronization. Write to SD card: Used to
|
||||
read/write backup and CSV exports to SD card. Run at startup: Used to show
|
||||
reminders after device reboot.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -62,9 +75,14 @@ Build:2.9.1,21
|
|||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ChartLib$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$HoloColorPicker-frigus02$$@' project.properties
|
||||
|
||||
# Now uses google play services jar...
|
||||
Build:3.6.3,38
|
||||
commit=7ee0650
|
||||
subdir=app
|
||||
gradle=foss
|
||||
rm=tools
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:2.9.1
|
||||
Current Version Code:21
|
||||
Current Version:3.6.3
|
||||
Current Version Code:38
|
||||
|
||||
|
|
Loading…
Reference in a new issue