Call blocker for SailfishOS.
ScumStopper now has a SourceForge project. For advanced usage instructions, see the Wiki page. For the source code, see the Git repository.
Attachment | Size | Date |
---|---|---|
harbour-scumstopper-0.1-1.armv7hl.rpm | 66.97 KB | 10/08/2014 - 20:12 |
harbour-scumstopper-0.2-1.armv7hl.rpm | 86.67 KB | 16/08/2014 - 18:09 |
harbour-scumstopper-0.3-1.armv7hl.rpm | 96.4 KB | 24/08/2014 - 21:16 |
harbour-scumstopper-0.4-1.armv7hl.rpm | 122.87 KB | 31/08/2014 - 21:38 |
harbour-scumstopper-0.5-1.armv7hl.rpm | 132.25 KB | 06/09/2014 - 03:47 |
harbour-scumstopper-0.6-1.armv7hl.rpm | 153.04 KB | 14/09/2014 - 20:54 |
- Added online directory lookup feature
- Added ability to test number lookups from command line
- Keep notifications visible until call is disconnected
- Added Swedish translation by Åke Engelbrektson
Comments
coderus
Thu, 2014/08/28 - 17:58
Permalink
Please push your sources to github. A lot of peoples can contribute your project and help to make it perfect :)
ovekaaven
Sun, 2014/08/31 - 21:59
Permalink
I've just put the sources on SourceForge, since many of my other projects are hosted there. That way I also got a wiki, discussion forum, ticket/bug tracker, and other stuff.
coderus
Sun, 2014/08/31 - 22:08
Permalink
many thanks :)
saberaltria
Mon, 2014/08/18 - 03:08
Permalink
Yes. I tried. All functions work like a charm with modified junk call list with names!
But still I hope you can add the following functions,
- allow the users hide the cover
- autostart when bootup
Thank You !
ovekaaven
Mon, 2014/08/18 - 19:53
Permalink
Well, do you have any ideas on how to do that? Remember, I don't want to break Harbour rules. What you suggest sounds like a daemon, and Harbour doesn't allow those.
ovekaaven
Sat, 2014/08/23 - 18:06
Permalink
Tell you what: after I've implemented the most important other features, I can add a daemon mode that can be manually activated using developer mode. That shouldn't break any rules.
ovekaaven
Sat, 2014/09/06 - 05:05
Permalink
Okay, daemon mode is now available. You must currently activate it manually, see the wiki page for instructions.
suicidal_orange
Mon, 2014/12/08 - 23:59
Permalink
This was the first app I looked for when I got my Jolla - good work!
One minor correction to the wiki though, there shouldn't be a .service on the run command, it's just
saberaltria
Wed, 2014/08/13 - 03:12
Permalink
ScumStopper works fine!
but I have a suggestion:
Could you add a function showing the company names of these junk calls?
Many databases of junk calls contain the company names of these junk calls, but now scumStopper only supports the junk call numbers in .txt.
Thz!
ovekaaven
Wed, 2014/08/13 - 12:03
Permalink
I'll see what I can do. What's the format of these files? Just number, space, name?
saberaltria
Fri, 2014/08/15 - 04:35
Permalink
Yes, the format is simply like that, but I believe that using a comma is better, especially in the following case,
12345678 ABC Company
but
12345678,ABC Company
After blocked the call, it will show records in the notification or phone UI ?
Thz !
ovekaaven
Fri, 2014/08/15 - 13:56
Permalink
Doesn't seem like a comma would help much. What if the name was "A, B, and C Company"? Easiest to just say that the name is everything after the first space.
I don't think I can change the phone UI. (ScumStopper doesn't need to interact with it, it intercepts and blocks calls on a system level, so the phone UI doesn't even start. I'm not sure how to change what the phone UI shows if I do let it start - at least not without breaking too many Harbour rules. I'm hoping to get this into the Jolla Store when it's done, after all.)
So if the name is going to be shown, it has to be either on the app cover, or in a notification, I suppose.
ovekaaven
Sat, 2014/08/16 - 18:34
Permalink
How's this? The name of the last caller is shown both in the app itself and on the app cover, and you can also turn on notifications if you want.
Notifications currently work slightly differently if blocking is turned off. I tried to make it show on top of the phone UI, but couldn't get it to work well, so maybe I'll change it in future versions.
Pages