Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaravichow committed Jul 12, 2021
2 parents 226e7da + adb9979 commit 78b2ac9
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Expand Up @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
custom: https://paypal.me/kamaravichow
36 changes: 29 additions & 7 deletions README.md
@@ -1,11 +1,33 @@
# SafeDot
![Android CI](https://github.com/kamaravichow/safe-dot-android/workflows/Android%20CI/badge.svg) [![Github All Releases](https://img.shields.io/github/downloads/kamaravichow/safe-dot-android/total.svg)](https://github.com/kamaravichow/safe-dot-android/releases)
<p align="center">
<img width="100px" src="https://github.com/kamaravichow/safe-dot-android/blob/master/fastlane/metadata/android/en-US/images/icon.png?raw=true" align="center" alt="Safe Dot" />
<h2 align="center">Safe Dot</h2>
<p align="center">iOS 14 Privacy Indicators for Android</p>
</p>

<p align="center">
<a href="https://github.com/kamaravichow/safe-dot-android/actions">
<img alt="Tests Passing" src="https://github.com/kamaravichow/safe-dot-android/workflows/Android%20CI/badge.svg" />
</a>
<a href="https://github.com/kamaravichow/safe-dot-android/releases">
<img src="https://img.shields.io/github/downloads/kamaravichow/safe-dot-android/total.svg" />
</a>
<a href="https://github.com/kamaravichow/safe-dot-android/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/kamaravichow/safe-dot-android?color=0088ff" />
</a>
<a href="https://github.com/kamaravichow/safe-dot-android/pulls">
<img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/kamaravichow/safe-dot-android?color=0088ff" />
</a>
<br />
<br />
<a href="https://play.google.com/store/apps/details?id=com.aravi.dot">
<img src="https://img.shields.io/badge/Play%20Store-4.5K-blueviolet?style=for-the-badge"/>
</a>
<a href="https://galaxy.store/dotsafe">
<img src="https://img.shields.io/badge/Galaxy%20Store-1.2K-ff69b4?style=for-the-badge"/>
</a>

</p>

An app that 🔔 alerts you when a third-party application uses your device camera or microphone.


[![GooglePlay](https://img.shields.io/badge/Play%20Store-4.1K-blueviolet?style=for-the-badge&logo=appveyor)](https://play.google.com/store/apps/details?id=com.aravi.dot)
[![Galaxy Store](https://img.shields.io/badge/Galaxy%20Store-1.1K-ff69b4?style=for-the-badge&logo=appveyor)](https://galaxy.store/dotsafe)


## Download Now
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de/short_description.txt
@@ -0,0 +1 @@
alarmiert Dich, wenn eine App auf Kamera oder Mikrofon zugreift
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
@@ -0,0 +1,11 @@
Do you feel envious about the new iOS 14's privacy feature that shows a dot indicator whenever CAMERA or MICROPHONE is accessed?

<i>Safe Dots</i> adds the same iOS 14 style indicators (few pixels light up as a dot) to the top right (default) corner of your screen whenever any third-party app or service uses your phone's camera or microphone.

<i>Safe Dots</i> will be visible even on your lock screen. Configuring the App is as simple as enabling the Safe Dots Accessibility Service (Toggle switch in the App › (More) Downloaded Services/Installed Services › Dot › Enable).

By default, the App is configured to show iOS 14 style colored access dots - green for camera access, orange for microphone access. The App itself does not request for the camera or microphone access so, don't worry!.

The app displays <i>Safe Dots</i> whenever the phone's camera or microphone is engaged by a third-party App.

Maintain an Access Log, which can be accessed from the App's main settings screen. The Access Log shows when the camera/microphone was accessed, which App was in the foreground at the time of access initiation and how long did the access last.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 fastlane/metadata/android/en-US/short_description.txt
@@ -0,0 +1 @@
alerts you when a third-party application uses your device camera or microphone

0 comments on commit 78b2ac9

Please sign in to comment.