At work

Rating: 
4.25
Your rating: None Average: 4.3 (8 votes)

The idea of the software is to support your daily working times automatically based on sensor data. You create areas and the Jolla detects whether you are inside the boundary or gallopping freely elsewhere. The app utilizes GPS, wifi and cell info.

Source code:

https://github.com/Rikujolla/oontoissa

Translations project:

https://www.transifex.com/rikujolla/oontoissa/

Mer OBS:

https://build.merproject.org/package/show/home:Rikujolla/harbour-oontoissa

Webpage and donations:

http://rikujolla.github.io/oontoissa/

Limitations:

Not known:)

Screenshots: 
Application versions: 
AttachmentSizeDate
File harbour-oontoissa-0.0.8-1.armv7hl.rpm47.78 KB28/12/2015 - 08:20
File harbour-oontoissa-0.1.4-1.armv7hl.rpm57.31 KB24/02/2016 - 23:39
File harbour-oontoissa-0.1.8-1.armv7hl.rpm62.29 KB26/03/2016 - 09:32
File harbour-oontoissa-0.1.9-1.armv7hl.rpm63.62 KB14/04/2016 - 17:06
File harbour-oontoissa-0.2.1-1.armv7hl.rpm70.5 KB19/07/2018 - 15:22
File harbour-oontoissa-0.2.2-1.armv7hl.rpm70.43 KB23/07/2018 - 12:02
File harbour-oontoissa-0.2.3-1.armv7hl.rpm70.5 KB07/09/2018 - 18:09
File harbour-oontoissa-0.2.4-1.armv7hl.rpm121.32 KB27/12/2018 - 08:09
File harbour-oontoissa-0.2.6-1.armv7hl.rpm124.15 KB14/12/2019 - 17:58
File harbour-oontoissa-0.2.7-1.armv7hl.rpm123.88 KB28/12/2019 - 08:05
File harbour-oontoissa-0.2.8-1.armv7hl.rpm124.05 KB07/03/2020 - 17:07
File harbour-oontoissa-0.2.9-1.armv7hl.rpm124.88 KB11/04/2020 - 21:09
Changelog: 

- Updated French translation

Comments

rob_k's picture

Is this working with a daemon or only when the app is activated?

Rikujolla's picture

It is working only when the app is activated. Though when staying in the same location you can close the app to save a battery and start the app again when you are planning to leave the location.

Rikujolla's picture

Note! The version 0.1.7 has a bug in setting the name and size of the new location preventing to change values. If you still want to update to new version to test new features, I recommend to set location info properly before update or to wait a new version.

EDIT: New version available in OpenRepos and sent also to Harbour QA

Rikujolla's picture

here is a workaround:

In terminal devel-su
cd /usr/share/harbour-oontoissa/qml/pages
vi Loc.qml
show line numbers with command :set nu
find line 436
comment the line 436 by entering insert mode and adding // in font of Mydbases.populateView();
save file :wq
Enjoy!

Jordi's picture

Very good app!

In order to save battery, would it be possible to use the cell's location instead of GPS?

olpe's picture

Would be nice to get this integrated to Working Hours Tracker? https://github.com/olpeh/wht

Rikujolla's picture

Thank you for a proposal. I'll send an email to you to discuss further.

pichlo's picture

Cute and simple and a good candidate to replace Situations as my working hours tracker. However I had a few small issues with it.

First, it took me about 10 tries to enter my location. Whatever I did, it always reverted to Oriosi or something like that. After 3x closing and reopening and doing everything exactly the same way as before, it finally accepted my input and saved the location.

The second issue is more serious. The app does not assume that anyone living in the Western or Southern hemisphere would ever want to use it: it is impossible to enter negative coordinates. Pity my I work at -0.73 degrees West. My fix was updating the regex validators to "^\-?\d?\d\.\d*$" (adding "\-?").

Lastly, not an issue but a suggestion. Please add a way to enter the location automatically. A button or a menu option to "enter current location" or something like that. Thanks :)

Rikujolla's picture

The new version 0.0.7 is solving these issues.

Rikujolla's picture

Thank you for a good response. I'll work on them and hope to solve them in the next verion.

birdzhang's picture

Translations project url should changed to https://www.transifex.com/rikujolla/oontoissa/

 

Rikujolla's picture

Thanks! Changed.