Skip to content

New app: Play NotePad

  • 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.

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: com.mshdabiola.playnotepad.foss

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://gitlab.com/fdroid/fdroiddata/blob/master/stats/categories.txt
Categories:
  - Graphics
  - Reading
  - Writing

# the one license that the whole app is available under, use
# https://spdx.org/licenses/ short identifiers, must be
# floss-compatible.
License: GPL-3.0-or-later

# You can provide details on how to contact the author. These are optional, but
# nice to have.
AuthorName: Lawal Abiola
AuthorEmail: mshdabiola@gmail.com
AuthorWebSite: https://github.com/mshdabiola/mshdabiola

# A link to the issue tracker where bugs are reported
IssueTracker: https://github.com/mshdabiola/NotePad/issues 

# Name of the application
AutoName: Play NotePad

# One sentence, no more than 30-50 chars, no trailing punctuation,
# focus on actions what the users does with the app, e.g. "Read and
# send emails" instead of "Email client".
# NOTE: Summary and Description are preferably provided via Fastlane or Triple-T!
Summary: Robust note-taking app with multimedia and organizational features
Description: |-
    Play NotePad: Organize Your Life in Style

Stay on top of your personal and professional life with Play NotePad, a feature-rich note-taking app designed for efficiency.

MAIN FEATURES

* Effortless Note Taking: Create and edit text notes, attach photos and drawings, or record audio for on-the-go capture.
* Enhanced Organization: Categorize notes with labels, set reminders for deadlines, and prioritize tasks with pinning.
* Visual Appeal: Personalize your note backgrounds with colors and images, and choose between list or column view for easy navigation.
* Offline Access: Never lose your notes, even without an internet connection.
* Seamless Collaboration: Share notes via email or messaging for effective teamwork.

Play NotePad is more than just a notepad - it's your essential companion for managing and organizing your notes in style.

# 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/mshdabiola/NotePad
Edited by moshood abiola
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information