[go: up one dir, main page]

New app: Motion-UI

  • 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: app.motionui.android

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:
 - Tools

# 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: GPL-3.0-only

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

# A URL for the project's website, and to the source code repository to visit
# using a web browser. WebSite is optional.
WebSite: 
SourceCode: https://github.com/lbr38/motion-UI

# A link to the issue tracker where bugs are reported
IssueTracker: https://github.com/lbr38/motion-UI/issues

# If available, you can also provide links/IDs for donations.
Donate: 
Bitcoin: 
LiberaPay: 

# Name of the application
AutoName: Motion-UI

# 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: A web interface to manage your own NVR with motion.
Description: |-
    The Android app for Motion-UI, a web interface to manage your own NVR with motion (an open-source motion detection software) and visualize cameras live stream.

    <b>Features:</b>

    - Visualize cameras stream (sound supported).
    - Record motion detection (sound supported).
    - Motion detection autostart based on time period.
    - Motion detection autostart based on device presence on the local network. If none of the known devices are connected to the local network then motion detection will be automatically started as nobody is at home.
    - Email alerts on motion detection.
    - Visualize recorded images and videos and download them.
    - Create timelapses.

# 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/lbr38/motion-UI.git

Builds:
  - versionName: 1.0.0
    versionCode: 100
    commit: e9712c380e273cdfdc864c7401b197066d3c8ad9
    subdir: android
    gradle:
      - yes
Edited by lbr38
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information