Fork of the Unit Converter application for Sailfish OS.
This application allows user to convert values from one unit type to another.
Supported unit categories:
Acceleration, angle, area, currency, data storage, data transfer, density, energy and work, flow, force, frequency, fuel consumption, length, magnetic field strength, magnetic flux density, mass, numbers, power, pressure, speed, temperature, time, torque and volume. Additional ruler.
Translations are only partial because values are used as reference in the code.
Sources on github
Comments
ade
Mon, 2019/01/28 - 10:45
Permalink
It seems you have Chinese language issues with a lot of apps.
Try selecting a different variation of Chinese in the settings menu, and see if it helps.
murfik
Sat, 2018/11/17 - 18:25
Permalink
pls compile .ts translations, because half app translated on russia, but .ts have all translations
ade
Sat, 2018/11/17 - 18:52
Permalink
The reason is discussed here: https://github.com/a-dekker/Unit-Converter/issues/1
Desmo
Fri, 2018/09/28 - 02:59
Permalink
Great app that comes in useful on a regular basis. Unfortunately, the currency converter has stopped working. When I put in an amount, "nan" shows up in the other currency values.
ade
Fri, 2018/09/28 - 18:43
Permalink
Yes, confirmed. Will look at it this weekend.
edit: already fixed
sdiconov
Sat, 2018/04/14 - 23:57
Permalink
On Jolla C the scale of the ruler is distorted. The lines are nowhere near real mm because of the physical screen size (probably). The Jolla C screen is 110x62 mm.
Please, make it easier to change the value in the Favourites. It could function like the regular conversion screens without a special "Edit" command.
ade
Sun, 2018/04/15 - 00:52
Permalink
The ruler is only fitted for Jolla 1 and Xperia screen sizes. For the tablet it's already harder because of a different screen ratio. I will have another look at it.
But no plans to work on the favourites part at the moment.
olf
Mon, 2018/04/09 - 23:38
Permalink
Thank you so much @ade for taking care of Unit Converter and making it even better!
sdiconov
Sun, 2018/04/08 - 11:15
Permalink
Could someone tell (give a relevant tutorial link) how to translate this app? I can make a Russian translation.
ade
Sun, 2018/04/08 - 17:37
Permalink
As mentioned in the description: "Translations are only partial because values are used as reference in the code.".
Maybe it could be made fully translatable, but that would require more that a little rework.
For now it is partially translated to Dutch and French. You could download https://github.com/a-dekker/Unit-Converter/blob/master/translations/harb... and open it in Qt Linguist 5. Then you can choose your destination language and translate the translatable strings.
sdiconov
Sat, 2018/04/14 - 23:58
Permalink
Russian translation uploaded.
ade
Sun, 2018/04/15 - 00:34
Permalink
Uploaded to where?
sdiconov
Thu, 2018/04/19 - 12:08
Permalink
Oops, stupid github interface. I did not want to fork the repo, just propose this file.
https://github.com/dikonov/Unit-Converter/blob/master/translations/harbo...
The icons may need a facelift to look as a good set together.
sdiconov
Sun, 2018/04/08 - 11:16
Permalink
Unlike the Jolla store version this fork actually runs in SFOS 2.1.4.14! However it needs a lot of work at currency conversion. The list of currencies is long and unmanageable while being incomplete.
Here is a list of suggestions:
1 order the list of currencies alphabetically
2 add missing currencies, e.g Byelorussian rouble BYN.
3 fix favourites by allowing to enter a value to convert between bookmarked units AND allow to reverse the pairs.
ade
Sun, 2018/04/08 - 17:31
Permalink
Ad 1)
I will see how easy it is to sort the currencies alphabetically. I agree it would make searching easier.
Ad 2)
The currency info is from http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml, so we are kind of limited to what they provide. Byelorussian rouble BYN is not part of that at the moment.
Ad 3)
"Fix" sounds like broken. This looks like a "nice to have". You can always swap the values yourself of course.
objectifnul
Thu, 2018/04/05 - 02:21
Permalink
About revised French localisation (currency menu): «Nonation des nombres» should be «Notation des nombres», and «Intervalle désirée» should be «Intervalle désiré»
ade
Thu, 2018/04/05 - 17:12
Permalink
I left a message for lutinotmalin about this.
Qleg
Sat, 2018/03/17 - 15:17
Permalink
@ade, thanks for useful app. Converter works fine on Xperia_X, but I can't launch him on X_Compact :-(
ade
Sat, 2018/03/17 - 15:55
Permalink
That is kind of unexpected. Can you type/start "harbour-unitconverter" from terminal and tell me what the output is?
Qleg
Sun, 2018/03/18 - 18:04
Permalink
Yes. It works. But how attach/send screenshot of terminal?
Pelzlurch
Thu, 2018/03/15 - 23:40
Permalink
Thanks!!!
renzoarm
Tue, 2018/03/13 - 22:41
Permalink
Thanks for the update
renzoarm
Tue, 2018/03/13 - 19:33
Permalink
In the power section, the boiler horsepower and the British termal unit per hour, are swapped in the title ( but correct in the unit)
ade
Tue, 2018/03/13 - 21:51
Permalink
Thanks for reporting, as far as I can tell it should be correct in the new release.
ABreen
Sun, 2017/12/10 - 09:59
Permalink
Thank you for adding Imperial Gallons. Your response was very quick.
objectifnul
Sun, 2017/12/10 - 02:22
Permalink
Currently (v2.7-1), the comma of my (French) keyboard has a weird behavior: it erases the entry field. So I have to make a copy-paste from an other app (e.g. notes).
ade
Sun, 2017/12/10 - 14:12
Permalink
It turned out to be not that hard, as Qt.locale().decimalPoint can tell what sign is used. B.t.w. it does not work if you start the app from the command prompt.
So 2.8-1 should now support both comma and dot.
ade
Sun, 2017/12/10 - 02:37
Permalink
If I can find the energy I might switch to French for a while and to some further testing :-)
objectifnul
Sun, 2017/12/10 - 16:09
Permalink
v2.8-1 is just perfect. Thanks!
objectifnul
Sun, 2017/12/10 - 01:28
Permalink
Would it be difficult to make this app compatible with non-English numeric keyboards (with a comma instead of decimal dot)?
Pages