Skip to main content

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

CallShield

CallShield is a call blocker for android.

A call is blocked if de the caller id starts with any number included in the block list.
This behavior could be changed in general preferences for doing an exact matching.
For adding a number to block list, first you need to include it in your contacts.
A blocked calls log is saved and a notification is showed when a call block ocurrs.
Xposed can be user for earlier block.


This software is provided "as is", without any kind of warranty.
Use at your own risk.

The MIT License (MIT)

Copyright (c) 2017 jgora

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Author(s): 

jgora

Support/Discussion URL: 

https://gitlab.com/jgora/CallShield

Package: 

com.gomez.callshield

Version name: 

1.0.27

Release type: 

Stable (low risk of bugs)

Download: 

com.gomez.callshield_v127_f38bd6.apk(100.97 KB)

Number of downloads: 

87 in total · 53 in the last 24 hours

MD5 checksum: 

f38bd682b8ea3f8ddea90aa81bd617f3

Uploaded on: 

Thursday, August 17, 2017 - 19:38

Changes: 

Notification of blocked call in xposed blocking mode

Popular posts from this blog

Google Search Bar Destroyer

Straightforward module to remove the unsightly Google Search Bar from the homescreen. The hook point is very generic, so update are rarely needed. Thanks to theknut/GEL's Xposed module for early hints/hook points. Author(s):  jeboo Support/Discussion URL:  https://forum.xda-developers.com/axon-7/themes/mod-hide-google-search-bar-t3547447 Source code URL:  https://github.com/jeboo/googlesearchbar_destroyer Package:  com.none.gsb_destroyer Version name:  1.1 Release type:  Stable  (low risk of bugs) Download:  com.none.gsb_destroyer_v2_329831.apk  (1.35 MB) Number of downloads:  40 in total · 40 in the last 24 hours MD5 checksum:  329831872cfeb03c62cc546d03bbab38 Uploaded on:  Monday, January 30, 2017 - 03:59 Changes:  Updated for Google code changes (April '16).

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project