SAILFINDER V4.X!

The development of all my apps (except for BeRail) will be resumed after Q4 2019 due my master thesis. You can still report bugs, ask for new features, ... in the mean time! The last update until then will be V4.8-0.
Sailfinder is an unofficial Tinder client for Sailish OS. https://sailfinder.dylanvanassche.be
Features:
- Like, dislike, superlike people
- View their profile, pictures, bio, schools, jobs, ...
- Upload & remove pictures
- Notifications
- View your matches, send them messages and unmatch them
- GIF support
- Edit your profile: change your search criteria, discoverable, ...
- Phone and Facebook login support, in collaboration with Daneos.
- Modern Sailfish Silica UI and a blazing fast C++ backend
FAQ:
Help! I can't login:
- Check your username and password.
- Check if your account hasn't been flagged by Facebook for unauthorized access. This can be done by logging into Facebok using your browser and answer some security questions to make sure you are the one that logged in.
- If you use an older Sailfish OS version then you should do an update first before using Sailfinder.
Disclaimer:
Sailfinder and it's contributors aren't related to Tinder in any way and they can't be hold responsible for anything. You agree automatically with this disclaimer by using the application, contribute to it, ...
Issues:
See Github
The beta version of Sailfinder is available on Openrepos, as soon as it's stable the release version will be available on Openrepos and the Jolla Store.
Roadmap:
See Github
Translations:
Transifex project
In case a language is missing, you can request it. Feel free to translate Sailfinder in your language, the translations are updated with every release.
Bugs, requests and other stuff:
- Starting from Sailfinder V0.7 bugs can be reported on Github.
- Source code available on Github: https://github.com/dylanvanassche/harbour-sailfinder
- I put in a lot of time to develop Sailfinder so please buy me coffee:

- If you want to report a bug you need to provide your logs from /home/nemo/.cache/harbour-sailfinder/logging and a terminal output is handy as well.
Comments
SKD
Tue, 2016/04/12 - 21:30
Permalink
I now updated to 0.7-1. Unfortunately it still doesn't work for me. The GPS icon is showing up now. I can also see the coordinates in the settings updating. But it still says "no match nearby". I put distance to max, and maximum age range. Still doesn't find anything.
minitreintje
Tue, 2016/04/12 - 22:03
Permalink
That's weird... The code behind no users nearby detects this when you can like people but the tinder servers don't send new people. I can't do much more from here. Have you tried the Android version?
SKD
Tue, 2016/04/12 - 22:24
Permalink
I tried but unfortunately it needs google play services in order to work but I didn't want to install google play.
minitreintje
Tue, 2016/04/12 - 22:39
Permalink
You can download Amazon Underground and use that one. I also don't want to install Google Play Services. The version from the Amazon App store is old but does the job to test your issue.
SKD
Mon, 2016/04/11 - 13:14
Permalink
Thanks for the update!
The login is working now for me but it just says "no users nearby...". I also noticed that the gps icon doesn't show up even though it's activated in the setting. So if tinder searching on the basis of the gps location it might be because it doesn't get a gps signal for some reason...?! It's version 0.6-3 that I'm using.
minitreintje
Tue, 2016/04/12 - 08:47
Permalink
The GPS updater is only working for now when you are on the settings page.
Also make sure that your range and age parameters are big enough
Please go to the settings page and wait until the position has been updated (a few minutes) and accept the dialog.
gembiak
Sun, 2016/04/10 - 12:42
Permalink
Hello
I have the following problem with installing the latest version 0.6-2. :
Transaction /1563_badeedea
Status: repo-not-avaible
Extra details:
File './mw/armv7hl/dbus-python3-1.2.0-1.1.7.armv7hl.rpm' not found on medium 'https://releases.jolla.com/releases/latest/jolla/armv7hl/'
minitreintje
Sun, 2016/04/10 - 16:44
Permalink
You need dbus-python3 on your Jolla to install the latest release since I use it to display the notifications. I didn't saw that error on my Jolla when I installed Sailfinder.
I will investigate if I can move the notifications to QML. But before that, have you tried to enable developper mode? The package is available in the developper repos from Jolla.
Please let me know :)
gembiak
Sun, 2016/04/10 - 20:04
Permalink
And where can I download the installation file dbus-python3? I have a developer mode switched on, but I can not install the application.
eisen
Sun, 2016/04/10 - 17:44
Permalink
it is not possible for non-developer to get this package. i don´t know how to get this... the openrepos-app sucks more and more.
minitreintje
Sun, 2016/04/10 - 19:15
Permalink
You can enable developper mode in Jolla settings.
I can't fix this issue since I use dbus in Python for the notifications and later for the daemon.
If I remove this as dependency I can't display the notifications anymore.
SKD
Thu, 2016/04/07 - 22:56
Permalink
hey, i've tried it today for the first time (never been logged in to tinder before either). after login screen there was a white page with the text "success" and a few seconds later the following error. i've tried it a few times now, always the same. can you tell me what's causing the issue?
Return value of PyObject call is NULL: Traceback (most recent call last):
File "/usr/share/harbour-sailfinder/qml/pages/tinder.py", line 277, in hintsHandler
configFile = open("localConfiguration.cfg", 'r')
FileNotFoundError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'localConfiguration.cfg'
minitreintje
Sat, 2016/04/09 - 21:10
Permalink
Hi, The issue is that Sailfinder reads his configuration file before it was created. I fixed the issue already in V0.6 but I wanted to implent notifications with that particular release before I release it. The update is around the corner in a couple of days...
EDIT: I just pushed the update to Openrepos.
eisen
Thu, 2016/03/31 - 02:50
Permalink
Return value of PyObject call is NULL: Traceback (most recent call last):
File "/usr/share/harbour-sailfinder/qml/pages/tinder.py", line 188, in loadPersons
personsURL = list(persons[personsCounterNumberPersons].photos)
IndexError: list index out of range
minitreintje
Thu, 2016/03/31 - 19:47
Permalink
Hi,
Can you give some information about the moment when this error occured? I think it's related to Pynder (the module behind Sailfinder) which is still loading new people while we already try to get the first person.
Dylan
eisen
Thu, 2016/03/31 - 21:19
Permalink
every time when i succesfully logged in there comes this loading symbol and nothing happens. before the update to 0.4 the loading symbol came not that often.
greets
minitreintje
Fri, 2016/04/01 - 22:09
Permalink
I will push a new build in a couple of hours.
Let me know then if it works...
EDIT 1: I just pushed the update to Openrepos.net
EDIT 2: The not-loading issue isn't resolved completely, I get an 503 error which means that the service isn't available ... The OOM-killer wants to kill the app a few times before the error arises.
eisen
Fri, 2016/04/01 - 01:43
Permalink
jap:
Return value of PyObject call is NULL: Traceback (most recent call last):
File "/usr/share/harbour-sailfinder/qml/pages/tinder.py", line 187, in loadPersons
personsURL = list(persons[personsCounterNumberPersons].photos)
IndexError: list index out of range
minitreintje
Fri, 2016/04/01 - 22:09
Permalink
You're right the previous version doesn't has the bug... Please stay tuned, I am looking into this.
EDIT: I found the problem I guess, I can't reproduce the bug anymore. Please update to 0.4-3
Systemfl0w
Sun, 2016/03/20 - 14:16
Permalink
Can't install because of gpg-failure
minitreintje
Sun, 2016/03/20 - 23:43
Permalink
Works fine over here. I completly resetted my Jolla Phone to try this out and it installs without any problems.
davvore33
Sat, 2016/03/19 - 19:33
Permalink
page "matches" doesn't work to me
minitreintje
Sat, 2016/03/19 - 19:35
Permalink
Have you already matched some people? Otherwise it won't work.
Pages