[APP] Galaxy Sensors || temperature - humidity - light - pressure - height for Note3

Search This thread

ale32thebest

Senior Member
Mar 28, 2013
161
103
pistoia
Hi there, i am a young developer and i'm glad to share with new my new app, Galaxy Sensors, it uses sensors built-in our Note3 to show temperature, humidity, light, pressure and height, i also developed a simple widget to show the temperature for our home screen, i'm planning to add other widget as soon as i have time to do it, i will leave you the link to the play store, a shor changelog of the last version and a few screenshots, thanks
Galaxy Sensors

1.1 added Google Analytics
1.2 added translation in:
-Italian
-English
-French
-German
-Portoguese
-Russian
-Spanish
1.2.1 fixed an orientation bug
1.3 added icons
1.3.1 bug fix
1.3.2 finally aviable first widget
1.3.3 added share functionality, fixed a bug with translation
1.3.4 fixed russian, widget 2x1
1.3.5 added imperial system ON/OFF menu option
1.3.6 fixed some translation, added version number, added option to change font
1.3.7 added inHg to imperial system
1.4 fixed widget, added notification, new accuracy (0s: Low -15s: Medium -45s: High)
View attachment 2874542 View attachment 2874544 View attachment 2874549

View attachment 2874545 View attachment 2874546 View attachment 2874547
 
Last edited:

croisade

Senior Member
Jan 5, 2005
140
17
Aix en provence
Simple , Accurate , functional !!! A good job ! :D
( PS: don't really like the font of the units....but it's a detail)and maybe also tried to center the numbers vertically on the coma position it could be nice?

Envoyé de mon SM-N9005 en utilisant Tapatalk
 

combat44

Senior Member
Sep 20, 2008
75
62
Khabarovsk
Ups...
 

Attachments

  • Screenshot_2014-07-27-10-58-52.png
    Screenshot_2014-07-27-10-58-52.png
    153.4 KB · Views: 3,151
  • Like
Reactions: cismasclaudiu

ale32thebest

Senior Member
Mar 28, 2013
161
103
pistoia
Simple , Accurate , functional !!! A good job ! :D
( PS: don't really like the font of the units....but it's a detail)and maybe also tried to center the numbers vertically on the coma position it could be nice?

Envoyé de mon SM-N9005 en utilisant Tapatalk

thanks, for the font.. i choosed it only because i like it ^^ maybe i will add a settings page on next versione to choose the font, is not difficult, i can do it =) for the center by comma, i have values with 1-2-4 digits before comma, same as i wrote above, maybe i can set allination in a separate menu as a setting, thanks for your feedback
 

combat44

Senior Member
Sep 20, 2008
75
62
Khabarovsk
mmh.. it seems that there is something wrong with translations, i'm really sorry, what is your language? i'll try to solve ASAP
My language - Russian.
I parse error in all languages. To add to the strings.xml:

<string name="altitudine_">Height:</string>
<string name="luce_">Light:</string>
<string name="made_by_alessandro_digilio">Developed By: Alessandro Digilio</string>
<string name="pressione_">Pressure:</string>
<string name="temperatura_">Temperature:</string>
<string name="umidit_">Humidity:</string>

Russian:

<string name="altitudine_">Высота:</string>
<string name="luce_">Свет:</string>
<string name="made_by_alessandro_digilio">Автор: Alessandro Digilio</string>
<string name="pressione_">Давление:</string>
<string name="temperatura_">Температура:</string>
<string name="umidit_">Влажность:</string>


Will there be a version without ads?
 

Attachments

  • Screenshot_2014-07-27-11-55-02.png
    Screenshot_2014-07-27-11-55-02.png
    122.1 KB · Views: 1,447

ale32thebest

Senior Member
Mar 28, 2013
161
103
pistoia
My language - Russian.
I parse error in all languages. To add to the strings.xml:

<string name="altitudine_">Height:</string>
<string name="luce_">Light:</string>
<string name="made_by_alessandro_digilio">Developed By: Alessandro Digilio</string>
<string name="pressione_">Pressure:</string>
<string name="temperatura_">Temperature:</string>
<string name="umidit_">Humidity:</string>

Russian:

<string name="altitudine_">Высота:</string>
<string name="luce_">Свет:</string>
<string name="made_by_alessandro_digilio">Автор: Alessandro Digilio</string>
<string name="pressione_">Давление:</string>
<string name="temperatura_">Температура:</string>
<string name="umidit_">Влажность:</string>


Will there be a version without ads?
i'm sorry, is my first app and it seems i still have problems with translations, for now i'm only planning to release free apps, and also planning to use little non intrusive ads to try to have a little money from my work

i did some modification in locales, i'm uploading the apk now to play store, thanks again for the feedback
 
Last edited:

combat44

Senior Member
Sep 20, 2008
75
62
Khabarovsk
i did some modification in locales, i'm uploading the apk now to play store, thanks again for the feedback
Now everything is fine! Thanks for the program!

Please correct translation (Russian):
<string name="luce_">Освещение:</string>
<string name="condividi">Поделиться</string>
<string name="ultimo_aggiornamento">"Сегодня: "</string>

You can add a strings.xml: "Share via" - "Отправить через"?
A still do 2x1 widget.
 

Attachments

  • Screenshot.png
    Screenshot.png
    249.8 KB · Views: 1,179
Last edited:
  • Like
Reactions: cismasclaudiu

ale32thebest

Senior Member
Mar 28, 2013
161
103
pistoia
Now everything is fine! Thanks for the program!

Please correct translation (Russian):
<string name="luce_">Освещение:</string>
<string name="condividi">Поделиться</string>
<string name="ultimo_aggiornamento">"Сегодня: "</string>

You can add a strings.xml: "Share via" - "Отправить через"?
A still do 2x1 widget.

thanks, version 1.3.4 with widget 2x1 and corrected stranslation is coming ;) just the time to upload it
 

ale32thebest

Senior Member
Mar 28, 2013
161
103
pistoia
Hi and thanks ;)
Since V 1.3.4 altitud is wrong :(

i use the same code to show the value, the altitude is read directly from the sensor, it depends on them, i'm sorry, sometimes they have an error of 20-30m

Possible to add imperial measurements of the temp, pressure and altitude?

i uploaded a new version with height in ft and temperature in °F
[EDIT] what is the unit you want for pressure?
 
Last edited:
  • Like
Reactions: jrbxx7 and thedid63

ale32thebest

Senior Member
Mar 28, 2013
161
103
pistoia
Simple , Accurate , functional !!! A good job ! :D
( PS: don't really like the font of the units....but it's a detail)and maybe also tried to center the numbers vertically on the coma position it could be nice?

Envoyé de mon SM-N9005 en utilisant Tapatalk

the app version 1.3.6 will have the option to change font, i'm working on it right now
tempFileForShare.jpg
 

ivanox1972

Senior Member
Sep 26, 2011
2,191
238
I am big fan of those apps type. I suggest to add possibility to have temp in notification area and to stabilise mesurements (to display only bigger delta changes of them). Thanks

Sent from my SM-G900F using XDA Premium 4 mobile app
 

ale32thebest

Senior Member
Mar 28, 2013
161
103
pistoia
Could you add the air pressure as inches of mercury in the imperial measurement?

Thank you very much!

Great App!

1.3.7 is on the way to play store =) obviously with inHg pressure ;)

I am big fan of those apps type. I suggest to add possibility to have temp in notification area and to stabilise mesurements (to display only bigger delta changes of them). Thanks
Sent from my SM-G900F using XDA Premium 4 mobile app

i'm already planning for the notification area, maybe in the v2, because now i don't have much time, and i would like to do something that looks good, maybe i can use something like the widget that refresh every 30m/60m so the battery will not drain much, for the delta changes, i will try to think to something.. the approach used now is to read direcly from sensors, usually if you wait 1-2 minutes with the phone on flat surface sensors accuracy grow
 
Last edited:

ale32thebest

Senior Member
Mar 28, 2013
161
103
pistoia
I am big fan of those apps type. I suggest to add possibility to have temp in notification area and to stabilise mesurements (to display only bigger delta changes of them). Thanks

Sent from my SM-G900F using XDA Premium 4 mobile app

notification is ready, and i tried to stabilise mesurements, new version 1.4 will be online in 1-2 hours =)
 
Last edited:

ivanox1972

Senior Member
Sep 26, 2011
2,191
238
Good friend! more ideas:
1x1 widget (temp)
only for thinking: to measure distance between 2 points (I am not sure is possible at all). You start walking (drive) set point A, when finish choose this as point B and distance is displayed. Can be connected with time measurement for average speed...

Sent from my SM-G900F using XDA Premium 4 mobile app
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 49
    Hi there, i am a young developer and i'm glad to share with new my new app, Galaxy Sensors, it uses sensors built-in our Note3 to show temperature, humidity, light, pressure and height, i also developed a simple widget to show the temperature for our home screen, i'm planning to add other widget as soon as i have time to do it, i will leave you the link to the play store, a shor changelog of the last version and a few screenshots, thanks
    Galaxy Sensors

    1.1 added Google Analytics
    1.2 added translation in:
    -Italian
    -English
    -French
    -German
    -Portoguese
    -Russian
    -Spanish
    1.2.1 fixed an orientation bug
    1.3 added icons
    1.3.1 bug fix
    1.3.2 finally aviable first widget
    1.3.3 added share functionality, fixed a bug with translation
    1.3.4 fixed russian, widget 2x1
    1.3.5 added imperial system ON/OFF menu option
    1.3.6 fixed some translation, added version number, added option to change font
    1.3.7 added inHg to imperial system
    1.4 fixed widget, added notification, new accuracy (0s: Low -15s: Medium -45s: High)
    View attachment 2874542 View attachment 2874544 View attachment 2874549

    View attachment 2874545 View attachment 2874546 View attachment 2874547
    3
    I am big fan of those apps type. I suggest to add possibility to have temp in notification area and to stabilise mesurements (to display only bigger delta changes of them). Thanks

    Sent from my SM-G900F using XDA Premium 4 mobile app

    notification is ready, and i tried to stabilise mesurements, new version 1.4 will be online in 1-2 hours =)
    3
    My language - Russian.
    I parse error in all languages. To add to the strings.xml:

    <string name="altitudine_">Height:</string>
    <string name="luce_">Light:</string>
    <string name="made_by_alessandro_digilio">Developed By: Alessandro Digilio</string>
    <string name="pressione_">Pressure:</string>
    <string name="temperatura_">Temperature:</string>
    <string name="umidit_">Humidity:</string>

    Russian:

    <string name="altitudine_">Высота:</string>
    <string name="luce_">Свет:</string>
    <string name="made_by_alessandro_digilio">Автор: Alessandro Digilio</string>
    <string name="pressione_">Давление:</string>
    <string name="temperatura_">Температура:</string>
    <string name="umidit_">Влажность:</string>


    Will there be a version without ads?
    i'm sorry, is my first app and it seems i still have problems with translations, for now i'm only planning to release free apps, and also planning to use little non intrusive ads to try to have a little money from my work

    i did some modification in locales, i'm uploading the apk now to play store, thanks again for the feedback
    2

    mmh.. it seems that there is something wrong with translations, i'm really sorry, what is your language? i'll try to solve ASAP
    2
    Simple , Accurate , functional !!! A good job ! :D
    ( PS: don't really like the font of the units....but it's a detail)and maybe also tried to center the numbers vertically on the coma position it could be nice?

    Envoyé de mon SM-N9005 en utilisant Tapatalk

    thanks, for the font.. i choosed it only because i like it ^^ maybe i will add a settings page on next versione to choose the font, is not difficult, i can do it =) for the center by comma, i have values with 1-2-4 digits before comma, same as i wrote above, maybe i can set allination in a separate menu as a setting, thanks for your feedback