You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,18 @@ Here are some screenshots of the Call Blocker App in action:
23
23
Israel, Turkey, Hungary, Finland, Denmark,
24
24
Thailand, Greece, Slovakia, Romania
25
25
```
26
+
-**Multi-Country Number Lookup via Tellows API**: Lookup phone numbers internationally using the Tellows API, supporting the following country numbers:
27
+
```
28
+
Germany, Saudi Arabia, Algeria, Argentina, Australia,
South Korea, Denmark, Egypt, United Arab Emirates, Slovenia,
31
+
Spain, Philippines, Finland, France, Greece, Hungary, India,
32
+
Indonesia, Iran, Ireland, Israel, Italy, Japan, Mexico,
33
+
Nigeria, Norway, New Zealand, Netherlands, Pakistan, Peru,
34
+
Poland, Portugal, United Kingdom, Czech Republic, Hong Kong,
35
+
Russia, Singapore, South Africa, Sweden, Switzerland, Taiwan,
36
+
Turkey, Ukraine, USA/Canada, Venezuela
37
+
```
26
38
-**Block and Unblock Numbers**: Easily block or unblock specific phone numbers.
27
39
-**Whitelist Management**: Maintain a whitelist of phone numbers that are always allowed to reach you.
28
40
-**Web-Based Number Lookup**: Automatically look up phone numbers using two trusted Spanish websites:
@@ -36,6 +48,7 @@ Here are some screenshots of the Call Blocker App in action:
36
48
37
49
-**General Blocking**: Toggle to enable or disable call blocking.
38
50
-**Filter by UnknownPhone API**: Use UnknownPhone API to check numbers based on selected language.
51
+
-**Filter by Tellows API**: Use Tellows API to check numbers based on selected country.
39
52
-**Filter by ListaSpam**: Enable filtering based on data from www.listaspam.com.
40
53
-**Filter by Responderono**: Enable filtering based on data from www.responderono.es.
41
54
-**Block Unknown Numbers**: Option to block all numbers not saved in your contacts.
@@ -45,19 +58,6 @@ Here are some screenshots of the Call Blocker App in action:
45
58
-**Export Preferences**: Export all app settings and blocked/whitelisted numbers.
46
59
-**Import Preferences**: Import previously exported settings and number lists.
47
60
48
-
## How It Works
49
-
50
-
The app combines multiple data sources to determine if an incoming call should be blocked:
51
-
52
-
- UnknownPhone API Integration
53
-
Sends a POST request with the phone number and selected language to the UnknownPhone API, returning a rating indicating whether the number is likely spam. Numbers with an average rating below 3 (bad or dangerous) are blocked automatically.
54
-
55
-
- Web Scraping with JSoup
56
-
Scrapes listas spam and responderono websites in real time to gather fresh data on suspicious numbers.
57
-
58
-
- User Preferences
59
-
Uses your configured settings (whitelist, block unknown, hidden, or international numbers) to customize blocking behavior.
60
-
61
61
## Data Management
62
62
63
63
-**Export**: Users can export all their preferences, including settings and black/white lists of numbers, to a file for backup or transfer to another device.
0 commit comments