Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
applicationId = "com.upnp.fakeCall"
minSdk = 24
targetSdk = 36
versionCode = 2
versionCode = 22
versionName = "2.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* added contact support with favourites feature.
* Improved IVR description
* added "MP3-Player" IVR mode
17 changes: 17 additions & 0 deletions metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Ever wanted to get that Feature of old Samsung phones to simulate an incoming call with audio on the originial phone app?
Introducing FakeCall. Unlike other apps that merely mock a UI, this app integrates directly with the Android Telecom Framework to provide an indistinguishable calling experience. It has many features to make the call as real as possible.


<h1>Features:</h1>


- <b>Original Dialer:</b> FakeCall uses your real Phone app to simulate the incoming Call by creating [a Phone Account in android's TelecomManager](https://developer.android.com/reference/android/telecom/TelecomManager)
- <b>Customizable:</b> The app lets you customize the name of the fake phone account in the settings to match your real service provider.
- <b>Schedule:</b> Set exact Timers for when the call should come in
- <b>Audio Support:</b> You can upload audio files that play when the call is answered
- <b>Call History:</b> Simulated calls are being shown in call history
- <b>IVR Mode:</b> assign audio files to keys and make sub-menus
- <b>Recording:</b> record microphone audio of a Fake call
- <b>Automation API:</b> trigger calls from Tasker, MacroDroid, or ADB via a broadcast intent
- <b>Accessibility Shortcut:</b> schedule a fake call from the system accessibility button using saved defaults
- <b>Quick Trigger Presets:</b> save up to 5 presets and expose them as launcher app actions + Quick Settings tiles
Binary file added metadata/en-US/images/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/images/phoneScreenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions metadata/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
An open-source Android application to simulate incoming calls, featuring a modern Material 3 UI with dynamic Monet support.
1 change: 1 addition & 0 deletions metadata/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FakeCall - Simulate incoming calls