Complete meta
This commit is contained in:
parent
5bed8e1891
commit
aec915c9ad
|
@ -1 +1 @@
|
||||||
Juego de El Ahorcado
|
Spanish Hangman
|
|
@ -3,7 +3,9 @@ Categories:
|
||||||
- Science & Education
|
- Science & Education
|
||||||
- Time
|
- Time
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
WebSite: https://page.mi.fu-berlin.de/moritz/guessaday.html
|
AuthorName: Moritz Firsching
|
||||||
|
AuthorEmail: moritz.firsching@gmail.com
|
||||||
|
WebSite: https://mo271.github.io/guessaday/
|
||||||
SourceCode: https://github.com/mo271/guessaday
|
SourceCode: https://github.com/mo271/guessaday
|
||||||
IssueTracker: https://github.com/mo271/guessaday/issues
|
IssueTracker: https://github.com/mo271/guessaday/issues
|
||||||
Bitcoin: 1Guessas8CtCA9S9ZA9p9fCFAD3VZTE9ey
|
Bitcoin: 1Guessas8CtCA9S9ZA9p9fCFAD3VZTE9ey
|
||||||
|
@ -16,7 +18,7 @@ Description: |-
|
||||||
Then it checks your answer. Optionally it measures how long it took you. In the
|
Then it checks your answer. Optionally it measures how long it took you. In the
|
||||||
settings you can configure the range for the random date.
|
settings you can configure the range for the random date.
|
||||||
|
|
||||||
If you want to learn how to do this calculation, check out on the developer's
|
If you want to learn how to do this calculation, check out on the developer’s
|
||||||
website!
|
website!
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
|
|
|
@ -4,12 +4,13 @@ License: Apache-2.0
|
||||||
WebSite: https://github.com/microg
|
WebSite: https://github.com/microg
|
||||||
SourceCode: https://github.com/microg/android_packages_apps_UnifiedNlp
|
SourceCode: https://github.com/microg/android_packages_apps_UnifiedNlp
|
||||||
IssueTracker: https://github.com/microg/android_packages_apps_UnifiedNlp/issues
|
IssueTracker: https://github.com/microg/android_packages_apps_UnifiedNlp/issues
|
||||||
|
Translation: https://www.transifex.com/microg/unifiednlp/
|
||||||
Changelog: https://github.com/microg/android_packages_apps_UnifiedNlp/releases
|
Changelog: https://github.com/microg/android_packages_apps_UnifiedNlp/releases
|
||||||
|
|
||||||
Name: UnifiedNlp (no GAPPS)
|
Name: UnifiedNlp (no GAPPS)
|
||||||
AutoName: microG UnifiedNlp
|
AutoName: microG UnifiedNlp
|
||||||
Description: |-
|
Description: |-
|
||||||
'''README:''' If this app shows as installed or as updateable but you don't
|
'''README:''' If this app shows as installed or as updateable but you don’t
|
||||||
recall installing it, you should completely ignore it as it will be useless to
|
recall installing it, you should completely ignore it as it will be useless to
|
||||||
you and you will not be able to uninstall it nor update it. This is because the
|
you and you will not be able to uninstall it nor update it. This is because the
|
||||||
Google version comes preinstalled in your device already.
|
Google version comes preinstalled in your device already.
|
||||||
|
@ -24,7 +25,7 @@ Description: |-
|
||||||
|
|
||||||
List of backends for geolocation:
|
List of backends for geolocation:
|
||||||
|
|
||||||
* [[org.microg.nlp.backend.apple]] uses Apple's Wifi database.
|
* [[org.microg.nlp.backend.apple]] uses Apple’s Wifi database.
|
||||||
* [[org.fitchfamily.android.gsmlocation]] uses downloaded GSM Cell data (local)
|
* [[org.fitchfamily.android.gsmlocation]] uses downloaded GSM Cell data (local)
|
||||||
* [[org.fitchfamily.android.wifi_backend]] uses (on-device generated) WiFi data (local)
|
* [[org.fitchfamily.android.wifi_backend]] uses (on-device generated) WiFi data (local)
|
||||||
* [[org.fitchfamily.android.dejavu]] uses (on-device generated) WiFi + GSM Cell data (local)
|
* [[org.fitchfamily.android.dejavu]] uses (on-device generated) WiFi + GSM Cell data (local)
|
||||||
|
|
|
@ -4,6 +4,7 @@ License: Apache-2.0
|
||||||
WebSite: https://github.com/microg
|
WebSite: https://github.com/microg
|
||||||
SourceCode: https://github.com/microg/android_packages_apps_UnifiedNlp
|
SourceCode: https://github.com/microg/android_packages_apps_UnifiedNlp
|
||||||
IssueTracker: https://github.com/microg/android_packages_apps_UnifiedNlp/issues
|
IssueTracker: https://github.com/microg/android_packages_apps_UnifiedNlp/issues
|
||||||
|
Translation: https://www.transifex.com/microg/unifiednlp/
|
||||||
Changelog: https://github.com/microg/android_packages_apps_UnifiedNlp/releases
|
Changelog: https://github.com/microg/android_packages_apps_UnifiedNlp/releases
|
||||||
|
|
||||||
Name: UnifiedNlp (no GAPPS) (legacy)
|
Name: UnifiedNlp (no GAPPS) (legacy)
|
||||||
|
@ -15,7 +16,7 @@ Description: |-
|
||||||
|
|
||||||
Some ROMs, like FirePhoneOS 1.8 (AOSP 4.2), come with support for Google
|
Some ROMs, like FirePhoneOS 1.8 (AOSP 4.2), come with support for Google
|
||||||
geolocation provider as user app. On these systems Legacy build of UnifiedNlp
|
geolocation provider as user app. On these systems Legacy build of UnifiedNlp
|
||||||
can be installed to use as the network location provider, like Google's one. It
|
can be installed to use as the network location provider, like Google’s one. It
|
||||||
acts as a middleware for various plugins aka backends, it does not provide any
|
acts as a middleware for various plugins aka backends, it does not provide any
|
||||||
location lookup itself. For further information please refer to the
|
location lookup itself. For further information please refer to the
|
||||||
[[com.google.android.gms]] package and the
|
[[com.google.android.gms]] package and the
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Navigation
|
- Navigation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
AuthorName: Sky Map Devs
|
||||||
|
AuthorEmail: skymapdevs+feedback@gmail.com
|
||||||
WebSite: https://sky-map-team.github.io/stardroid/
|
WebSite: https://sky-map-team.github.io/stardroid/
|
||||||
SourceCode: https://github.com/sky-map-team/stardroid
|
SourceCode: https://github.com/sky-map-team/stardroid
|
||||||
IssueTracker: https://github.com/sky-map-team/stardroid/issues
|
IssueTracker: https://github.com/sky-map-team/stardroid/issues
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
AuthorName: ZXing Team
|
||||||
|
AuthorEmail: srowen@gmail.com
|
||||||
WebSite: https://github.com/zxing/zxing/wiki/Frequently-Asked-Questions
|
WebSite: https://github.com/zxing/zxing/wiki/Frequently-Asked-Questions
|
||||||
SourceCode: https://github.com/zxing/zxing
|
SourceCode: https://github.com/zxing/zxing
|
||||||
IssueTracker: https://github.com/zxing/zxing/issues
|
IssueTracker: https://github.com/zxing/zxing/issues
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Phone & SMS
|
- Phone & SMS
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
WebSite: http://ermetesms.it
|
|
||||||
SourceCode: https://github.com/adepasquale/esms
|
SourceCode: https://github.com/adepasquale/esms
|
||||||
IssueTracker: https://github.com/adepasquale/esms/issues
|
IssueTracker: https://github.com/adepasquale/esms/issues
|
||||||
|
|
||||||
AutoName: Ermete SMS
|
AutoName: Ermete SMS
|
||||||
Description: |-
|
Description: |-
|
||||||
|
'''NOTE:''' This app is no longer maintained, its repo was archived.
|
||||||
|
|
||||||
Inviare messaggi gratuiti via web. Invio multiplo fino a tre contatti, anteprima
|
Inviare messaggi gratuiti via web. Invio multiplo fino a tre contatti, anteprima
|
||||||
ultimo messaggio ricevuto, supporto account di diversi provider (Vodafone e
|
ultimo messaggio ricevuto, supporto account di diversi provider (Vodafone e
|
||||||
TIM).
|
TIM).
|
||||||
|
|
|
@ -7,7 +7,8 @@ SourceCode: https://droidwall.googlecode.com/svn/tags/v1.5.7
|
||||||
|
|
||||||
AutoName: DroidWall
|
AutoName: DroidWall
|
||||||
Description: |-
|
Description: |-
|
||||||
'''N.B'''Development of this app ceased in mid 2012.
|
'''N.B''' Development of this app ceased in mid 2012. Use
|
||||||
|
[[dev.ukanth.ufirewall]] instead.
|
||||||
|
|
||||||
Tap the tab at the top to switch between whitelist and blacklist mode. Tap Menu
|
Tap the tab at the top to switch between whitelist and blacklist mode. Tap Menu
|
||||||
and Apply Changes to apply.
|
and Apply Changes to apply.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Writing
|
- Writing
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
WebSite: http://www.posunitech.com
|
AuthorWebSite: https://www.posunitech.com/
|
||||||
SourceCode: https://code.google.com/p/openwnn-legacy/source
|
SourceCode: https://code.google.com/p/openwnn-legacy/source
|
||||||
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mariotaku.lee%40gmail%2ecom&item_name=Donate%20to%20OpenWnn
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mariotaku.lee%40gmail%2ecom&item_name=Donate%20to%20OpenWnn
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Internet
|
- Internet
|
||||||
License: EUPL-1.2
|
License: EUPL-1.2
|
||||||
|
AuthorName: Governikus GmbH & Co. KG
|
||||||
|
AuthorEmail: ausweisapp2@governikus.de
|
||||||
WebSite: https://www.ausweisapp.bund.de/
|
WebSite: https://www.ausweisapp.bund.de/
|
||||||
SourceCode: https://github.com/Governikus/AusweisApp2
|
SourceCode: https://github.com/Governikus/AusweisApp2
|
||||||
IssueTracker: https://github.com/Governikus/AusweisApp2/issues
|
IssueTracker: https://github.com/Governikus/AusweisApp2/issues
|
||||||
|
Changelog: https://github.com/Governikus/AusweisApp2/releases
|
||||||
|
|
||||||
Description: |-
|
Description: |-
|
||||||
Mit der Online-Ausweisfunktion des Personalausweises und des elektronischen
|
Mit der Online-Ausweisfunktion des Personalausweises und des elektronischen
|
||||||
|
|
|
@ -3,12 +3,14 @@ AntiFeatures:
|
||||||
Categories:
|
Categories:
|
||||||
- Games
|
- Games
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
WebSite: http://andorstrail.com
|
AuthorName: Andor’s Trail Project Team
|
||||||
|
AuthorEmail: andor@andorstrail.com
|
||||||
|
WebSite: https://andorstrail.com
|
||||||
SourceCode: https://github.com/Zukero/andors-trail
|
SourceCode: https://github.com/Zukero/andors-trail
|
||||||
IssueTracker: https://github.com/Zukero/andors-trail/issues
|
IssueTracker: https://github.com/Zukero/andors-trail/issues
|
||||||
Translation: https://hosted.weblate.org/projects/andors-trail/
|
Translation: https://hosted.weblate.org/projects/andors-trail/
|
||||||
|
|
||||||
AutoName: Andor's Trail
|
AutoName: Andor’s Trail
|
||||||
Description: |-
|
Description: |-
|
||||||
Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story.
|
Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story.
|
||||||
Uncover the truths about your home village and the disappearance of your
|
Uncover the truths about your home village and the disappearance of your
|
||||||
|
|
|
@ -1,12 +1,18 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
AuthorName: Friable Rocks!
|
||||||
|
AuthorEmail: lucky@gracecode.com
|
||||||
|
AuthorWebSite: https://www.gracecode.com/
|
||||||
SourceCode: https://github.com/feelinglucky/Presentation
|
SourceCode: https://github.com/feelinglucky/Presentation
|
||||||
IssueTracker: https://github.com/feelinglucky/Presentation/issues
|
IssueTracker: https://github.com/feelinglucky/Presentation/issues
|
||||||
Donate: http://t.cn/zRTdGks
|
Donate: https://t.cn/zRTdGks
|
||||||
|
|
||||||
AutoName: Presentation
|
AutoName: Presentation
|
||||||
Description: Some in English, mostly in Chinese; currently from huaban.com.
|
Description: |-
|
||||||
|
'''NOTE:''' This app is no longer maintained, its repo was archived.
|
||||||
|
|
||||||
|
Some in English, mostly in Chinese; currently from huaban.com.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/feelinglucky/Presentation.git
|
Repo: https://github.com/feelinglucky/Presentation.git
|
||||||
|
|
Loading…
Reference in a new issue