Fuel log and mileage tracking app for Android

Multiple issues and ideas
3) "Stats" could be cached, when data points are not changed. I need to wait few seconds every time I enter this section. (I believe on less powerful mobiles with more data it would be even longer)2a) e.g. L/100 could be presented with bigger font and bounding box (exactly like "daily odometer" readings on left side). This should be first top right element, and above it there could goes all other stats like cost, cost/1 km , etc. IMHO this would improve greatly readability
2b) No information about period (in days) from one to another fill up. I've found it very interesting to know, I was driving 7 days on one tank, or 15 days, and this is so simple to compute from data.


Vehicle description is incorrectly set when importing to a new device from Dropbox

It is impossible to enter the fuel price in rubles which exceeds 6 signs
It is impossible to enter the fuel price in rubles which exceeds 6 signs: 950,58 rubles can be entered, and 1000,25 - it is impossible

Immediate crash on selecting any Google Drive option
Selecting any option under Google Drive results in an immediate force close.
ICS 4.0.4
Current Google Drive app installed
WiFi connection

Can't sync with dropbox or drive
Like the title says, I can't sync with dropbox or drive. When I try to upload to dropbox, I just get a blank toast and nothing shows up on my dropbox. Every time I try to upload to drive I get an "Upload Failed" error.
Here is the logcat for when I try to upload to dropbox:
04-03 19:34:48.409: W/System.err(5998): java.io.FileNotFoundException: /sdcard/Fuelio/sync/vehicle-1-sync.csv: open failed: ENOENT (No such file or directory)
04-03 19:34:48.409: W/System.err(5998): at libcore.io.IoBridge.open(IoBridge.java:416)
04-03 19:34:48.409: W/System.err(5998): at java.io.FileInputStream.<init>(FileInputStream.java:78)
04-03 19:34:48.409: W/System.err(5998): at com.kajda.fuelio.ft.a(DropboxSyncTo.java:142)
04-03 19:34:48.409: W/System.err(5998): at com.kajda.fuelio.ft.doInBackground(DropboxSyncTo.java:1)
04-03 19:34:48.409: W/System.err(5998): at android.os.AsyncTask$2.call(AsyncTask.java:287)
04-03 19:34:48.409: W/System.err(5998): at java.util.concurrent.FutureTask.run(FutureTask.java:234)
04-03 19:34:48.409: W/System.err(5998): at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
04-03 19:34:48.409: W/System.err(5998): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
04-03 19:34:48.409: W/System.err(5998): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
04-03 19:34:48.409: W/System.err(5998): at java.lang.Thread.run(Thread.java:856)
04-03 19:34:48.409: W/System.err(5998): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
04-03 19:34:48.409: W/System.err(5998): at libcore.io.Posix.open(Native Method)
04-03 19:34:48.409: W/System.err(5998): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
04-03 19:34:48.416: W/System.err(5998): at libcore.io.IoBridge.open(IoBridge.java:400)
04-03 19:34:48.416: W/System.err(5998): ... 9 more
And here is the logcat for when I try to upload to drive:
04-03 19:37:22.323: W/System.err(5998): java.io.FileNotFoundException: /sdcard/Fuelio/sync/vehicle-1-sync.csv: open failed: ENOENT (No such file or directory)
04-03 19:37:22.338: W/System.err(5998): at libcore.io.IoBridge.open(IoBridge.java:416)
04-03 19:37:22.338: W/System.err(5998): at java.io.FileInputStream.<init>(FileInputStream.java:78)
04-03 19:37:22.338: W/System.err(5998): at com.google.api.client.http.FileContent.getInputStream(FileContent.java:71)
04-03 19:37:22.338: W/System.err(5998): at com.google.api.client.googleapis.media.MediaHttpUploader.upload(MediaHttpUploader.java:275)
04-03 19:37:22.338: W/System.err(5998): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:408)
04-03 19:37:22.338: W/System.err(5998): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:328)
04-03 19:37:22.338: W/System.err(5998): at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:449)
04-03 19:37:22.338: W/System.err(5998): at com.kajda.fuelio.ho.a(GoogleDriveSyncTo.java:190)
04-03 19:37:22.338: W/System.err(5998): at com.kajda.fuelio.ho.doInBackground(GoogleDriveSyncTo.java:1)
04-03 19:37:22.338: W/System.err(5998): at android.os.AsyncTask$2.call(AsyncTask.java:287)
04-03 19:37:22.338: W/System.err(5998): at java.util.concurrent.FutureTask.run(FutureTask.java:234)
04-03 19:37:22.338: W/System.err(5998): at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
04-03 19:37:22.338: W/System.err(5998): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
04-03 19:37:22.338: W/System.err(5998): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
04-03 19:37:22.338: W/System.err(5998): at java.lang.Thread.run(Thread.java:856)
04-03 19:37:22.338: W/System.err(5998): Caused by: libcore.io.ErrnoException: open failed: ENOENT (No such file or directory)
04-03 19:37:22.346: W/System.err(5998): at libcore.io.Posix.open(Native Method)
04-03 19:37:22.346: W/System.err(5998): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:110)
04-03 19:37:22.346: W/System.err(5998): at libcore.io.IoBridge.open(IoBridge.java:400)
04-03 19:37:22.346: W/System.err(5998): ... 14 more

changed default car name not restore

Cost log items where cost == "0" not displayed

Issue with stats
Hi,
I have noticed a little bug in the calculations of cost per KM, i have filled up three time, First time i put in R200 and drove 219KM, second time i put in R200 and drove another 219KM, third time i put in R100 and have completed my KM travelled yet however the cost per KM started calculating one fill behind which makes the R100 fill seem as if i have travelled 219KM and show that i have used only 0.4L/KM where it should actually be 0.91L/KM

I just get a blank dialogue box with "Select file" as the title when I try to import a CSV file.


Bug in reminder notification, version 5.4.0
I have units set to miles, but when a reminder occurs via notifications it comes up in km. Checking the reminder from within Fuelio does show the correct units (miles) though.
Servicio de atención al cliente por UserEcho