palo-m/androboinc

Version numbers shown incorrectly in task view

Closed this issue · 3 comments

What steps will reproduce the problem?
1. Take an app_info for Milkyway for example with version number of application 
being 1.02, thus 102 in the app_info for the app.
2. Put it in the right place and start BOINC with it.
3. In task view now version number 1.2 instead of 1.02 is shown, when the tasks 
using the application in the app_info are running.


What is the expected output? What do you see instead?
1.2 instead of 1.02, as described above... Mostly cosmetical, but leads to 
strange errors of thought sometimes, like 'project is not running' or 'did all 
tasks fail?'

What version of the product are you using?
Most recent one, but has been like that all the versions I have been using!

What is the vendor/model of the device? What is the Android version?
HTC Desire GSM with LeeDroid GB 3.3.3R5 Data++, thus Android 2.3.3

Please provide any additional information below.
BOINC 7.0.28 on all hosts used. I love this software and would pay for it even! 
Great work! :D

Original issue reported on code.google.com by hitchhik...@gmail.com on 4 Sep 2012 at 1:53

I confirm that AndroBOINC displays the version number differently than default 
BOINC Manager. The application version is transferred in single integer, i.e. 
<version_num>102</version_num> is used in described case. The same approach is 
used in app_info.xml 

After checking the code of BOINC I can see that minor application version is 
always formatted to 2 decimals there (also "1.0" is never possible in original 
BOINC, it is displayed as "1.00").

The behaviour of AndroBOINC will be changed to display version in a same form 
as default BOINC Manager does.

Original comment by pavol.michalec@gmail.com on 5 Sep 2012 at 2:02

  • Changed state: Accepted
  • Added labels: Component-UI, Milestone-Rel_6.10.58
This issue was closed by revision r57.

Original comment by pavol.michalec@gmail.com on 6 Sep 2012 at 2:54

  • Changed state: Fixed
Verified on published v6.10.58.rc2

Original comment by pavol.michalec@gmail.com on 9 Sep 2012 at 4:11

  • Changed state: Verified