Organic Maps (former. OMaps) - offline maps with turn-by-turn navigation

  • 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
    • Not yet, but we can add it during the submission process.
  • The original app author has been notified, and does not oppose the inclusion.
  • 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.omaps

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

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

# You can provide details on how to contact the author. These are optional, but
# nice to have.
AuthorName: OMaps Contributors
AuthorEmail: info@omaps.app
AuthorWebSite: https://omaps.app

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

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

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

# Name of the application
AutoName: OMaps

# 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: Offline maps with turn-by-turn navigation
Description: |-
    Offline maps with turn-by-turn navigation

    OMaps offers the fastest offline maps of all the cities, all countries of the world. Travel with full confidence: wherever you are, OMaps helps to locate yourself on the map, find the nearest restaurant, hotel, bank, gas station etc. It doesn’t require internet connection.

    * Offline maps - Save mobile data; no internet is required.
    * Navigation - Use driving, walking and cycle navigation anywhere in the world.
    * Up-to-date - Maps are updated by millions of OpenStreetMap contributors daily.
    * Fast and reliable - Offline search, GPS navigation along with optimized maps to effectively save memory space.
    * Bookmarks - Save locations you love and share them with your friends.

# 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/omapsapp/omapsapp.git

Notes:

Edited by Roman Tsisyk