Forum: SailfishOS
2020-07-26, 15:18
|
Replies: 4
Views: 2,318
Re: MQTT on Jolla1
If battery life is not important and device is plugged in try the setting for display 'Keep display on while charging'..
This should avoid the deep sleep.
|
Forum: Applications
2020-07-25, 16:49
|
Replies: 838
Views: 280,939
|
Forum: Applications
2020-07-19, 15:15
|
Replies: 1,046
Views: 211,188
Re: Pure Maps
@BGK: thinking of it - choose whatever tool/way you prefer. The main thing is content and we can always later convert it. If you know how to use Github pages or don't have any preference, make it...
|
Forum: Applications
2020-07-18, 13:53
|
Replies: 1,046
Views: 211,188
Re: Pure Maps
Maybe someone would like to help with writing homepage for Pure Maps? As the new users are coming in from different Linux platforms, I am finding that I have to explain more and more of similar...
|
Forum: Applications
2020-07-14, 11:06
|
Replies: 1,046
Views: 211,188
|
Forum: Applications
2020-07-02, 17:03
|
Replies: 1,046
Views: 211,188
Re: Pure Maps
New Pure Maps is out: 1.28.0
Changelog: https://github.com/rinigus/pure-maps/releases/tag/1.28.0
As we have significant number of users on UBPorts, I have added description of the changes to...
|
Forum: Applications
2020-01-23, 16:54
|
Replies: 838
Views: 280,939
|
Forum: Applications
2020-01-18, 22:23
|
Replies: 1,046
Views: 211,188
Re: Pure Maps
Thanks for reporting - nothing to be sorry about :)
RE Pure Maps stalling: Try to check whether we still have internet connections open at that stage (lsof -i). It has to be some system call,...
|
Forum: SailfishOS
2019-11-26, 17:31
|
Replies: 153
Views: 42,876
Re: Help me to code for Sailfish OS
I'd like to teach to code, not write code instead)
QJsonArray/QJsonObject can be handled natively as Object in QML
For storing location check QStandardPaths class
|
Forum: SailfishOS
2019-11-18, 20:51
|
Replies: 153
Views: 42,876
Re: Help me to code for Sailfish OS
main goal is making fluid software ui which will be looking good on any device resolution and screen orientation. show me how to do this in graphic software :)
|
Forum: SailfishOS
2019-11-18, 18:54
|
Replies: 153
Views: 42,876
|
Forum: Applications
2019-11-18, 17:59
|
Replies: 838
Views: 280,939
|
Forum: Applications
2019-11-18, 17:57
|
Replies: 838
Views: 280,939
|
Forum: Applications
2019-11-18, 17:51
|
Replies: 838
Views: 280,939
|
Forum: Applications
2019-11-18, 13:28
|
Replies: 1,046
Views: 211,188
Re: Pure Maps
Doh... I was thinking that it was "something Mode"...
OK - switching to offline mode and searching for a few addresses in the form "street name, town" does produce results, although it takes...
|
Forum: Applications
2019-11-18, 11:07
|
Replies: 1,046
Views: 211,188
Re: Pure Maps
OSM scout server in mixed mode, usually.
Sorry if I'm missing something obvious, but what do you mean by "in PM"? If you can give me an example, I can try a test in offline mode.
|
Forum: Applications
2019-11-18, 06:32
|
Replies: 1,046
Views: 211,188
Re: Pure Maps
No there is not, at least integrated. Probably should make such integrity check, but not sure when. For now, you can download on PC and compare files with the ones on device.
As for 3.2.0.12, I...
|
Forum: Applications
2019-11-17, 20:09
|
Replies: 1,046
Views: 211,188
Re: Pure Maps
wasn't it due to the corrupted databases? as discussed at openrepos
|
Forum: Applications
2019-11-16, 19:41
|
Replies: 1,046
Views: 211,188
Re: Pure Maps
I am using both, newest Sailfish and Pure Maps Offline. Nothing different I think. I am not navigating though, only searching for addresses and routes.
|
Forum: Applications
2019-11-11, 23:35
|
Replies: 1,046
Views: 211,188
Re: Pure Maps
Yes, I haven't noticed any issues, although I only upgraded a few days ago.
|
Forum: Applications
2019-11-11, 20:58
|
Replies: 838
Views: 280,939
|
Forum: Applications
2019-10-29, 20:52
|
Replies: 838
Views: 280,939
|
Forum: SailfishOS
2019-10-21, 19:17
|
Replies: 153
Views: 42,876
Re: Help me to code for Sailfish OS
1. okay, then attachedPage is your choice. Or use a Dialog instead of a Page and set acceptDestination
2. By using https://doc.qt.io/qt-5/qml-qtquick-listview.html#positionViewAtIndex-method
|
Forum: SailfishOS
2019-10-21, 12:44
|
Replies: 153
Views: 42,876
Re: Help me to code for Sailfish OS
1. PageStack is stack, it's linear. You should have a page under your depth to go lower.
2. You can pass any arguments to a page you pushing to. Process it inside page to scroll
3. You can use...
|
Forum: SailfishOS
2019-10-11, 02:44
|
Replies: 153
Views: 42,876
Re: Help me to code for Sailfish OS
I've been learning these things myself . . .
There are a couple of Python with QML sample (https://github.com/sailfishos/python-sample) apps (https://github.com/Cermit/harbour-my-app) on github...
|