Giter VIP home page Giter VIP logo

openmemories-applist's Introduction

OpenMemories: App List

The list of Android apps installable on sony-pmca.appspot.com.

How to add your own

Edit apps.yaml and send us a pull request.

Syntax of apps.yaml

# This yaml file contains a document for every app. Separate them with 3 dashes
# (---). The order of app definitions doesn't matter, so please group them by
# author.

---
package: com.my.package.app # Required. IMPORTANT: This has to be equal to the
                            # package attribute in your app manifest
name: My App                # Required. The display name of the app
author: me                  # The name of the author
desc: A cool little app     # A short description
homepage: http://mysite.com # Where to find more information about the app

# The release section is required. It specifies where your app can be
# downloaded. There are several options:

# If your app is on github and the apk can be found in the releases section:
release:
  # We will search for the newest release which has an apk asset.
  # IMPORTANT: The release's title has to be equal to the version attribute in
  # your app manifest. Add other information to the description.
  type: github
  # the two following 2 properties are used to construct the repo's url:
  user: me
  repo: my-cool-repo

# If you want to host the apks yourself:
release:
  # Please host a yaml file together with your apk to describe the app version
  # (see more below). This will allow you to release new versions without
  # sending pull requests every time.
  type: yaml
  url: http://mysite.com/app.yaml

If you host the apks on your own server, please add a yaml file listing the apks available for download. Update it every time you release a new version of your app. The syntax of this file:

# This file would be available at http://mysite.com/app.yaml

# You can add several app versions to this file (separate them with 3 dashes).
# IMPORTANT: The newest release has to be on top.
# Please use a different url for every new apk you upload.

---
version: "1.0"                      # Required. IMPORTANT: This has to be equal
                                    # to the version attribute in your app
                                    # manifest.
url: http://mysite.com/app-1.0.apk  # Required. An absolute url to the apk file.
                                    # The filename should contain the app's
                                    # version.
date: 2000-01-01T00:00:00Z          # The release date
desc: Fixed a few bugs              # A short description of this release

openmemories-applist's People

Contributors

bostwickenator avatar jonasjuffinger avatar lubikr avatar ma1co avatar obs1dium avatar schnatterer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openmemories-applist's Issues

time lapse app

hi and thank you for you efforts ,
it's possible to make the timelapse app from sony pkaymemories accessible for us (third world )

thank you much !

A99 mark ii

Hello,
Thanks for your job.
I have a A99 mark ii but it seems not working.
I do something wrong ? Or may be it's not working with A99 ii ?

Bests regards

STG Uploader

@Bostwickenator
I've added your STG Uploader app to the list. It is now installable here.

Version 1 is currently hard-coded in apps.yaml. Please host a yaml file yourself which describes the newest version. Something like this should do:

---
version: "1.0"
url: http://stg-uploader.s3-website-us-east-1.amazonaws.com/releases/stg-uploader-1.0.apk
desc: First cut

This will allow you to publish new versions by yourself. Just make sure to add the newset version on top of the file (separate the different versions by 3 dashes).

I'll add the link to the yaml file to apps.yaml when you give me the url.

A6500 issue

App: Tweak
After unlock setting, I found Movie record until limit 30 min.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.