Complete meta
This commit is contained in:
parent
ee20cf2162
commit
c8658aeb32
|
@ -1,6 +1,8 @@
|
||||||
Categories:
|
Categories:
|
||||||
- System
|
- System
|
||||||
License: MIT
|
License: MIT
|
||||||
|
AuthorName: aragaer
|
||||||
|
AuthorEmail: aragaer@gmail.com
|
||||||
WebSite: https://aragaer.github.com/jtt_android
|
WebSite: https://aragaer.github.com/jtt_android
|
||||||
SourceCode: https://github.com/aragaer/jtt_android
|
SourceCode: https://github.com/aragaer/jtt_android
|
||||||
IssueTracker: https://github.com/aragaer/jtt_android/issues
|
IssueTracker: https://github.com/aragaer/jtt_android/issues
|
||||||
|
@ -16,7 +18,7 @@ Description: |-
|
||||||
* (Eventually) Alarms based on traditional time
|
* (Eventually) Alarms based on traditional time
|
||||||
|
|
||||||
The sunrise and sunset times for are calculated locally by the app for the
|
The sunrise and sunset times for are calculated locally by the app for the
|
||||||
current location; if the device doesn't know that you can enter a manual one.
|
current location; if the device doesn’t know that you can enter a manual one.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/aragaer/jtt_android.git
|
Repo: https://github.com/aragaer/jtt_android.git
|
||||||
|
@ -24,7 +26,7 @@ Repo: https://github.com/aragaer/jtt_android.git
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 1.4.4.2
|
- versionName: 1.4.4.2
|
||||||
versionCode: 24
|
versionCode: 24
|
||||||
disable: doesn't build - hangs instead - usually caused by a submodule using git@
|
disable: doesn’t build - hangs instead - usually caused by a submodule using git@
|
||||||
commit: v1.4.4.2
|
commit: v1.4.4.2
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
|
@ -34,7 +36,7 @@ Builds:
|
||||||
|
|
||||||
- versionName: 1.5.2
|
- versionName: 1.5.2
|
||||||
versionCode: 29
|
versionCode: 29
|
||||||
disable: still doesn't build - gradle issues now
|
disable: still doesn’t build - gradle issues now
|
||||||
commit: v1.5.2
|
commit: v1.5.2
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
|
@ -2,7 +2,6 @@ Disabled: Depends on non-functional maps API
|
||||||
Categories:
|
Categories:
|
||||||
- Navigation
|
- Navigation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
WebSite: http://tracker.aripuca.com/blog/
|
|
||||||
SourceCode: https://code.google.com/p/aripuca-tracker/source
|
SourceCode: https://code.google.com/p/aripuca-tracker/source
|
||||||
|
|
||||||
AutoName: Aripuca GPS Tracker
|
AutoName: Aripuca GPS Tracker
|
||||||
|
@ -13,7 +12,7 @@ Description: |-
|
||||||
|
|
||||||
'''N.B.''' The app can now (since v1.3.0) be installed without needing Google
|
'''N.B.''' The app can now (since v1.3.0) be installed without needing Google
|
||||||
Maps but attempting the view the track on the map would crash the app. The track
|
Maps but attempting the view the track on the map would crash the app. The track
|
||||||
still can't be viewed within the app because an API key for Google Maps is
|
still can’t be viewed within the app because an API key for Google Maps is
|
||||||
missing. You can still use another app that supports OpenStreetMap and gpx files
|
missing. You can still use another app that supports OpenStreetMap and gpx files
|
||||||
to view it though, such as [[com.robert.maps]] or
|
to view it though, such as [[com.robert.maps]] or
|
||||||
[[nl.sogeti.android.gpstracker]].
|
[[nl.sogeti.android.gpstracker]].
|
||||||
|
|
|
@ -3,10 +3,12 @@ AntiFeatures:
|
||||||
Categories:
|
Categories:
|
||||||
- System
|
- System
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
WebSite: http://better.asksven.org/bbs-description/
|
AuthorName: Sven Knispel
|
||||||
|
AuthorEmail: sven.knispel@gmail.com
|
||||||
|
WebSite: https://better.asksven.io/betterbatterystats/
|
||||||
SourceCode: https://github.com/asksven/BetterBatteryStats
|
SourceCode: https://github.com/asksven/BetterBatteryStats
|
||||||
IssueTracker: https://github.com/asksven/BetterBatteryStats/issues
|
IssueTracker: https://github.com/asksven/BetterBatteryStats/issues
|
||||||
Changelog: http://better.asksven.org/bbs-changelog
|
Changelog: https://better.asksven.io/betterbatterystats/changelog/
|
||||||
|
|
||||||
AutoName: BBS
|
AutoName: BBS
|
||||||
Summary: Monitor battery behaviour with Better Battery Stats
|
Summary: Monitor battery behaviour with Better Battery Stats
|
||||||
|
|
|
@ -3,6 +3,8 @@ AntiFeatures:
|
||||||
Categories:
|
Categories:
|
||||||
- Connectivity
|
- Connectivity
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
AuthorName: Sven Knispel
|
||||||
|
AuthorEmail: sven.knispel@gmail.com
|
||||||
WebSite: http://blog.asksven.org/tagged/betterwifionoff
|
WebSite: http://blog.asksven.org/tagged/betterwifionoff
|
||||||
SourceCode: https://github.com/asksven/BetterWifiOnOff
|
SourceCode: https://github.com/asksven/BetterWifiOnOff
|
||||||
IssueTracker: https://github.com/asksven/BetterWifiOnOff/issues
|
IssueTracker: https://github.com/asksven/BetterWifiOnOff/issues
|
||||||
|
|
|
@ -1,10 +1,18 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Games
|
- Games
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
AuthorName: Yearbook Labs
|
||||||
|
AuthorEmail: info@yearbooklabs.com
|
||||||
|
SourceCode: https://github.com/williehwc/wonderdroid-x
|
||||||
|
IssueTracker: https://github.com/williehwc/wonderdroid-x/issues
|
||||||
|
Changelog: https://github.com/williehwc/wonderdroid-x/releases
|
||||||
|
|
||||||
AutoName: WonderDroid X
|
AutoName: WonderDroid X
|
||||||
Description: |-
|
Description: |-
|
||||||
WonderDroid X, based on WonderDroid, is a WSC emulator. It comes with many features you’d expect, including support for both monochrome and color games, cartridge saves, external keyboard controls, save/load states*, frame skip and sharpness adjustments, and more.
|
WonderDroid X, based on WonderDroid, is a WSC emulator. It comes with many
|
||||||
|
features you’d expect, including support for both monochrome and color
|
||||||
|
games, cartridge saves, external keyboard controls, save/load states*,
|
||||||
|
frame skip and sharpness adjustments, and more.
|
||||||
|
|
||||||
Languages/言語: English, 日本語, 繁體中文, 简体中文
|
Languages/言語: English, 日本語, 繁體中文, 简体中文
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Science & Education
|
- Science & Education
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
WebSite: http://meta.ath0.com/software/rpn
|
AuthorName: ATH0
|
||||||
|
AuthorEmail: meta@pobox.com
|
||||||
|
AuthorWebSite: https://meta.ath0.com/
|
||||||
SourceCode: https://github.com/lpar/RPN
|
SourceCode: https://github.com/lpar/RPN
|
||||||
IssueTracker: https://github.com/lpar/RPN/issues
|
IssueTracker: https://github.com/lpar/RPN/issues
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Writing
|
- Writing
|
||||||
License: 0BSD
|
License: 0BSD
|
||||||
WebSite: http://1337atr.weebly.com/tedit.html
|
AuthorName: grizeldi’s publishing
|
||||||
|
AuthorEmail: atr167@yahoo.com
|
||||||
|
WebSite: https://1337atr.weebly.com/tedit.html
|
||||||
SourceCode: https://github.com/ATryder/TEdit
|
SourceCode: https://github.com/ATryder/TEdit
|
||||||
IssueTracker: https://github.com/ATryder/TEdit/issues
|
IssueTracker: https://github.com/ATryder/TEdit/issues
|
||||||
Changelog: https://github.com/ATryder/TEdit/releases
|
Changelog: https://github.com/ATryder/TEdit/releases
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Writing
|
- Writing
|
||||||
License: MIT
|
License: MIT
|
||||||
|
AuthorName: Averi Studios
|
||||||
|
AuthorEmail: averistudios@gmail.com
|
||||||
SourceCode: https://github.com/MarquisLP/World-Scribe
|
SourceCode: https://github.com/MarquisLP/World-Scribe
|
||||||
IssueTracker: https://github.com/MarquisLP/World-Scribe/issues
|
IssueTracker: https://github.com/MarquisLP/World-Scribe/issues
|
||||||
Changelog: https://github.com/MarquisLP/World-Scribe/releases
|
Changelog: https://github.com/MarquisLP/World-Scribe/releases
|
||||||
|
@ -12,18 +14,18 @@ Description: |-
|
||||||
organized?
|
organized?
|
||||||
|
|
||||||
''World Scribe'' eases the creation process by letting you keep track of every
|
''World Scribe'' eases the creation process by letting you keep track of every
|
||||||
important element in your world, including the ways in which they're connected.
|
important element in your world, including the ways in which they’re connected.
|
||||||
|
|
||||||
Whether you're a novelist, hobby writer, or role-player, World Scribe is an
|
Whether you’re a novelist, hobby writer, or role-player, World Scribe is an
|
||||||
indispensable tool for making your settings more than just fiction. Bring your
|
indispensable tool for making your settings more than just fiction. Bring your
|
||||||
world to life today!
|
world to life today!
|
||||||
|
|
||||||
'''Features:'''
|
'''Features:'''
|
||||||
|
|
||||||
* World elements — known as Articles — are organized into five categories for your convenience: People (your colorful cast of characters), groups (people united by blood, race, or a driving motivation), places (the varied locales and vistas your world has to offer), items (gadgets, important artifacts, and various belongings), concepts (definitions for world-specific ideas like magic systems, religions, and superpowers).
|
* World elements — known as Articles — are organized into five categories for your convenience: People (your colorful cast of characters), groups (people united by blood, race, or a driving motivation), places (the varied locales and vistas your world has to offer), items (gadgets, important artifacts, and various belongings), concepts (definitions for world-specific ideas like magic systems, religions, and superpowers).
|
||||||
* Any Article can possess Connections to other Articles, complete with relationship descriptions. Each Connection also acts as a link to that Article's page. Need to find a character's siblings, or the ancient artifacts on their person? You can navigate to each of them straight from that character's page.
|
* Any Article can possess Connections to other Articles, complete with relationship descriptions. Each Connection also acts as a link to that Article’s page. Need to find a characters siblings, or the ancient artifacts on their person? You can navigate to each of them straight from that character’s page.
|
||||||
* Any Article can also possess Snippets, which are custom text entries unique to that Article. Want to write down an important letter or speech from one of your characters? How about a song or poem warning of a dangerous location in the world? The possibilities are endless!
|
* Any Article can also possess Snippets, which are custom text entries unique to that Article. Want to write down an important letter or speech from one of your characters? How about a song or poem warning of a dangerous location in the world? The possibilities are endless!
|
||||||
* Everything you write is stored in simple text files, so feel free to export your worlds at any time and use them in other writing projects. You can find them in the "WorldScribe" folder on your phone's external storage.
|
* Everything you write is stored in simple text files, so feel free to export your worlds at any time and use them in other writing projects. You can find them in the "WorldScribe" folder on your phone’s external storage.
|
||||||
* Have a Dropbox account? You can backup each of your worlds to your Dropbox account for easy exporting and added safety (in case the Dark Lord seizes your device). To backup, just select the "Backup to Dropbox" option from the overflow menu at any time.
|
* Have a Dropbox account? You can backup each of your worlds to your Dropbox account for easy exporting and added safety (in case the Dark Lord seizes your device). To backup, just select the "Backup to Dropbox" option from the overflow menu at any time.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
|
|
|
@ -1,13 +1,17 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
WebSite: http://www.axelby.com
|
AuthorName: Dan Goldstein
|
||||||
|
AuthorEmail: dan@axelby.com
|
||||||
|
WebSite: https://www.axelby.com/
|
||||||
SourceCode: https://github.com/thasmin/Podax
|
SourceCode: https://github.com/thasmin/Podax
|
||||||
IssueTracker: https://github.com/thasmin/Podax/issues
|
IssueTracker: https://github.com/thasmin/Podax/issues
|
||||||
|
|
||||||
AutoName: Podax
|
AutoName: Podax
|
||||||
Summary: Podcast downloader and player
|
Summary: Podcast downloader and player
|
||||||
Description: |-
|
Description: |-
|
||||||
|
'''NOTE:''' This app is no longer maintained.
|
||||||
|
|
||||||
It automatically downloads new podcasts on an RSS feed and has a widget for easy
|
It automatically downloads new podcasts on an RSS feed and has a widget for easy
|
||||||
control.
|
control.
|
||||||
|
|
||||||
|
@ -20,7 +24,7 @@ Description: |-
|
||||||
* discover popular podcasts from other Podax listeners
|
* discover popular podcasts from other Podax listeners
|
||||||
|
|
||||||
(note: some versions earlier than 6.02 had the Tracking antifeature, but
|
(note: some versions earlier than 6.02 had the Tracking antifeature, but
|
||||||
versions from 6.02 onwards don't)
|
versions from 6.02 onwards don’t)
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/thasmin/Podax.git
|
Repo: https://github.com/thasmin/Podax.git
|
||||||
|
|
|
@ -3,6 +3,8 @@ AntiFeatures:
|
||||||
Categories:
|
Categories:
|
||||||
- Games
|
- Games
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Richard Banasiak
|
||||||
|
AuthorEmail: richard@banasiak.com
|
||||||
SourceCode: https://github.com/banasiak/CoinFlip
|
SourceCode: https://github.com/banasiak/CoinFlip
|
||||||
IssueTracker: https://github.com/banasiak/CoinFlip/issues
|
IssueTracker: https://github.com/banasiak/CoinFlip/issues
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Games
|
- Games
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Richard Banasiak
|
||||||
|
AuthorEmail: richard@banasiak.com
|
||||||
SourceCode: https://github.com/banasiak/CoinFlipExtExample
|
SourceCode: https://github.com/banasiak/CoinFlipExtExample
|
||||||
IssueTracker: https://github.com/banasiak/CoinFlipExtExample/issues
|
IssueTracker: https://github.com/banasiak/CoinFlipExtExample/issues
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Internet
|
- Internet
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
WebSite: http://www.beem-project.com
|
AuthorName: The Beem Project
|
||||||
|
AuthorEmail: contact@beem-project.com
|
||||||
|
WebSite: https://www.beem-project.com
|
||||||
SourceCode: http://www.beem-project.com/projects/beem/repository
|
SourceCode: http://www.beem-project.com/projects/beem/repository
|
||||||
IssueTracker: http://www.beem-project.com/projects/beem/issues
|
IssueTracker: http://www.beem-project.com/projects/beem/issues
|
||||||
FlattrID: '379457'
|
FlattrID: '379457'
|
||||||
|
|
Loading…
Reference in a new issue