New App: OpenPhotoFrame
* [x] The app complies with the [inclusion criteria](https://f-droid.org/docs/Inclusion_Policy/?title=Inclusion_Policy). * [x] The app is not already [listed](https://gitlab.com/search?scope=issues&group_id=28397) in the repo or issue tracker. * [x] The app has not already [been requested](https://gitlab.com/search?scope=issues&project_id=2167965) * [x] The upstream app source code repo contains the app metadata _(summary/description/images/changelog/etc)_ in a [Fastlane](https://gitlab.com/snippets/1895688) or [Triple-T](https://gitlab.com/snippets/1901490) folder structure * [x] The original app author has been notified, and does not oppose the inclusion. * [ ] Optionally [donated](https://f-droid.org/donate/) to support the maintenance of this app in F-Droid. --------------------- The first step is to find the app's [_Application ID_](https://developer.android.com/studio/build/application-id.html). 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: io.github.micw.openphotoframe 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](https://f-droid.org/docs/Build_Metadata_Reference) documents all available options. Add values after the colon ```yaml # 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: - Multimedia - Connectivity # 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: Michael Wyraz AuthorEmail: fdroid@michael.wyraz.de AuthorWebSite: # 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/micw/OpenPhotoFrame # A link to the issue tracker where bugs are reported IssueTracker: https://github.com/micw/OpenPhotoFrame/issues # If available, you can also provide links/IDs for donations. Donate: Bitcoin: LiberaPay: # Name of the application AutoName: OpenPhotoFrame # 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/micw/OpenPhotoFrame](https://github.com/micw/OpenPhotoFrame.git) ``` Why do you want this app added to F-Droid: > We heard all the reasons before, but we are open for new ones too :smile: Summary: All similar "free" (as in beer) apps from PlayStore I have tried sucks (each in their own unique way). I want to make t better > Short, 80 chars, description about your app, don't mention Android, FLOSS, open-source, free software, since all apps are like this here Description: | OpenPhotoFrame turns your Android device into a digital photo frame. It displays photos in a continuous slideshow with smooth crossfade transitions. Photos can be synced automatically from a Nextcloud public share link via WebDAV, or used from local storage. The app works offline with locally cached photos. Configurable settings include slide duration, transition speed, sync interval, and screen brightness. Designed to run 24/7 as a dedicated photo frame. > Description of what the app does. It should be as objective as possible. > > A blank line means a line break, i.e. the end of a paragraph. Basic HTML > tags can be used. The original text layout is mostly kept intact, for > example, a simple bulleted list: > > * Item 1 > * Item 2 > > Don't add more repo links here. .
task