DoNotNotify
- The app complies with the inclusion criteria.
- The app is not already listed in the repo or issue tracker.
- The app has not already been requested
- The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
- The original app author has been notified, and does not oppose the inclusion.
- Optionally donated to support the maintenance of this app in F-Droid.
This issue tracker is meant for anyone to get an automated review to start the process of getting an app included. Opening issues here does not guarantee that the app will be reviewed or packaged. If you are looking to submit an app to F-Droid, please open an merge request instead.
The first step is to find the app's Application ID. This is usually the same as the app's Package Name. You will find it in files called AndroidManifest.xml or build.gradle most of the time. You can also see it in the URLs for the app's page in various app stores. Write it here:
APPLICATION ID:
Below is a template "metadata file" to fill out, it has only the required fields. F-Droid uses this file to build and publish the app. Build Metadata Reference documents all available options. Add values after the colon
# Categories (one per line, each starting with a space and a minus), chosen from the
# official list: https://f-droid.org/docs/Build_Metadata_Reference/#Categories
Categories:
- System
- Security
# the one license that the whole app is available under, use
# https://spdx.org/licenses/ short identifiers, must be
# floss-compatible FSF and/or OSI approved.
License: MIT
# You can provide details on how to contact the author. These are optional, but
# nice to have.
AuthorName: Anuj Jain
AuthorEmail: aj@donotnotify.com
AuthorWebSite: www.donotnotify.com
# A URL for the project's website, and to the source code repository to visit
# using a web browser. WebSite is optional.
WebSite: www.donotnotify.com
SourceCode: https://github.com/anujja/DoNotNotify
# A link to the issue tracker where bugs are reported
IssueTracker: https://github.com/anujja/DoNotNotify/issues
# If available, you can also provide links/IDs for donations.
Donate: https://buymeacoffee.com/jainanuj
Bitcoin:
LiberaPay:
# Name of the application
AutoName: DoNotNotify
# Repository details to be used by VCS (Version Control Systems)
# git, git-svn, svn, hg or bzr
RepoType: git
# source code repo URL (HTTPS required)
Repo: https://github.com/anujja/DoNotNotify
Why do you want this app added to F-Droid:
This is the type of app that requires source code visibility for its users to trust its functionality.
Summary:
Log and filter all notifications on your Android device.
Description:
DoNotNotify is an app that logs all incoming notifications, and displays them grouped by app. It also captures the action behind the notification, which can be triggered from the app itself. From this log, you can create rules to whitelist/blacklist notifications from apps depending on their notification content. These filters can even be regex expressions, which allows for more complicated use-cases. The app ships with some pre-defined rules for popular apps like Facebook, Amazon, Instagram, Netflix, TikTok, Reddit etc.
.