[APP] Vsel Calculator [UPDATE] 1.1

Is our app useful?!


  • Total voters
    26
  • Poll closed .

crakeron

Senior Member
Jul 27, 2011
542
249
0
Paris
Also I found a bug!
Auto detection doesn't work in landscape...when I get back (in about hour or so)..it. will be bug fixing time

Sent from my MB525 using xda app-developers app
It's because i forgot to add the attribute android:eek:nClick="auto_detect" to the auto-detect button in lanscape layout :/

Edit: done and commited
 
Last edited:

ppero196

Senior Member
Apr 14, 2012
3,187
1,213
0
Up north!
Spanish here:

Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="Column1">Freq del CPU</string>
    <string name="app_name">Calculadora de Vsel</string>
    <string name="hello">Vista previa de la calc de vsel</string>
    <string name="arrow">-></string>
    <string name="calc">¡Calcular!</string>
    <string name="mhz"> MHz</string>
    <string name="voltage">Voltaje Recomendado</string>
    <string name="credits">Créditos al CPTeam: ppero196, crakeron</string>
    <string name="spinner">Número de frecuencias</string>
    <string name="welcome">Bienvenido a la Calculadora de Vsel</string>
    <string name="range"> +/-2</string>
    <string name="changelog_full_title">Cambios</string>
    <string name="changelog_title">Nuevo</string>
    <string name="changelog_ok_button">Aceptar</string>
    <string name="changelog_show_full">mas...</string>
    <string name="auto_detect">¡Auto-Detectar!</string>
    
    <string-array name="spinner_choices">
        <item>3</item>
        <item>4</item>
    </string-array>

</resources>
https://github.com/crakeron/Vselcalculator/commit/95d439a5a40f33e75f9b599542928fea2297b800
 
  • Like
Reactions: Hairo The Blue Mage

crakeron

Senior Member
Jul 27, 2011
542
249
0
Paris
Same for GB devices: spinner is squashed. You might have decreased the spinners hight/weight?
And the 4th row still is out of screen.


By the way, you can visualise in eclipse how different android versions will render the layout. In visualisation mode you can press on the little android (with a 16 next to it for you i guess) and choose to visualise as a different API level. GB is lvl 10.

Motorola Defy, CM7 @ 1Ghz + CM9 multiboot
[Guide] Install double boot CM7 + CM9
[Guide][Root needed] Unsimlock your Defy
[Mod/Fix][APP]Messaging apps with ENTER button enabled!
 
Last edited:

crakeron

Senior Member
Jul 27, 2011
542
249
0
Paris
Version 0.9.7

  • Added Action Bar!!
  • Added Help button in AB (not yet functional)
  • Added Changelog button in AB (functional)
  • Added Credits button in AB (functional)
  • Fixed Froyo & GB landscape rendering problems (4th row out of screen)
  • Fixed Spinner position bug


Goodnight everyone and i hope i won't see too much bugs in the morning :silly:

 

Attachments

Last edited:

AnTerNoZ

Senior Member
Jan 14, 2011
888
558
123
Hiddenhausen
credits in actionbar not shown on jb

in portray mode it's to small to show all three buttons up there



maybe a drop down menu it's better? like the three dots in jb gallery or other ics-jb applications.



Edit:
and help is translated Hilfe in German

Jelly powered.Defy
 

crakeron

Senior Member
Jul 27, 2011
542
249
0
Paris
credits in actionbar not shown on jb

in portray mode it's to small to show all three buttons up there



maybe a drop down menu it's better? like the three dots in jb gallery or other ics-jb applications.



Edit:
and help is translated Hilfe in German

Jelly powered.Defy
The android actionbar will only show 2/3 items in portrait mode depending on how big the items are.
The 3rd item still is in the action bar, but you must press the menu button to show the credits item. This is android, not us ^^.
Normally we should see the overflow button (in yellow in this pic)


But seen as our device has a physical menu button, android does not show the overflow and our menu button does it's job :/
(if you press menu in any mode, you'll see the missing items from the action bar)
We'll try to find how to force the overflow button, but i don't know how possible it is


EDIT: Action overflow is now forced ;). New build ro arrive
 
Last edited:

AnTerNoZ

Senior Member
Jan 14, 2011
888
558
123
Hiddenhausen
New version!
Changelog:
*Forced the action overflow button
*Fixed layout for Croatian for Froyo and GB devices
*Updated translations
*Fixed German landscape layout (i hope so xD)
Download here: http://d-h.st/Ln7
all work great, only bug I've found, but that's may a CM10 problem, if I fast scrolls the change log, the white background going transparent.

and "Helfen" is more like helping in German, I think "Hilfe" = Help is better translated.

what are u planning to do with the help button? maybe some text with "question and answer" about voltage and over/underclocking and this things? our more a manuel for the app?


I swear I don't search bugs, they found me! sry


Jelly powered.Defy
 

ppero196

Senior Member
Apr 14, 2012
3,187
1,213
0
Up north!
all work great, only bug I've found, but that's may a CM10 problem, if I fast scrolls the change log, the white background going transparent.

and "Helfen" is more like helping in German, I think "Hilfe" = Help is better translated.

what are u planning to do with the help button? maybe some text with "question and answer" about voltage and over/underclocking and this things? our more a manuel for the app?


I swear I don't search bugs, they found me! sry


Jelly powered.Defy
OK...Google translate sucks....

Sent from my MB525 using xda app-developers app
 

crakeron

Senior Member
Jul 27, 2011
542
249
0
Paris
what are u planning to do with the help button? maybe some text with "question and answer" about voltage and over/underclocking and this things? our more a manuel for the app?


I swear I don't search bugs, they found me! sry


Jelly powered.Defy
I was thinking of having the help button giving instructions and other info like that
 

ppero196

Senior Member
Apr 14, 2012
3,187
1,213
0
Up north!
Implemented auto update function. New build tomorrow morning
Haven't committed changes to github. Also in the morning
Also app now requests for 3 permissions...

Sent from my MB525 using xda app-developers app
 
Last edited: