geeks4ever / Missed-call-Bot

An android app that automatically responds to missed calls with SMS. The content of the SMS is configurable. This app uses Broadcast receivers and hence it has nearly zero impact on system performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geeky Missed call Bot

Geeky Missed call Bot

An android app that responds to missed calls with SMS.

Releases lines of code issues downloads

Key FeaturesDependenciesDownloadCreditsLicense



screenshot1 screenshot2



Key Features


  • Create any number of message templates
    • You can create any number of messages templates with seperate name for each of them.
  • Turn the Bot ON and OFF with ease
    • Simply tap the bot icon in the homepage to turn on and turn off the bot.
  • 0% Impact on system performance
    • This app uses broadcast receivers to receive about call events and hence no background service is needed thus ensuring almost 0% impact on system performance.
  • Simple minimalistic design


Dependencies

These are the dependencies used in this project.

//ROOM Persistance Library
implementation "android.arch.persistence.room:runtime:1.1.1"
annotationProcessor "android.arch.persistence.room:compiler:1.1.1"

//Gson
implementation 'com.google.code.gson:gson:2.8.6'

//Dexter (for permission management)
implementation 'com.karumi:dexter:6.2.2'

//(Optional) To Debug ROOM database from browser
//!you have to be connected on the same network for this to work
debugImplementation 'com.amitshekhar.android:debug-db:1.0.6'


Download

You can download the latest version of Missed call Bot from the Releases section.
Click here to Download



Credits

This software uses the following open source packages:



License


Geeky Missed call Bot is a free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Geeky Missed call Bot is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU General Public License for more details.You should have received a copy of the GNU General Public License along with Geeky Missed call Bot. If not, see http://www.gnu.org/licenses/.


GitHub @praveenkumar-programmer

Email praveenkumar.programmer@gmail.com



About

An android app that automatically responds to missed calls with SMS. The content of the SMS is configurable. This app uses Broadcast receivers and hence it has nearly zero impact on system performance.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%