Complete meta
This commit is contained in:
parent
e4330047e3
commit
a0777af5b1
|
|
@ -1,6 +1,7 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
License: MIT-CMU
|
License: MIT-CMU
|
||||||
|
AuthorName: Alok Parlikar
|
||||||
WebSite: http://www.festvox.org/flite/
|
WebSite: http://www.festvox.org/flite/
|
||||||
SourceCode: https://github.com/happyalu/Flite-TTS-Engine-for-Android
|
SourceCode: https://github.com/happyalu/Flite-TTS-Engine-for-Android
|
||||||
IssueTracker: https://github.com/happyalu/Flite-TTS-Engine-for-Android/issues
|
IssueTracker: https://github.com/happyalu/Flite-TTS-Engine-for-Android/issues
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,16 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Internet
|
- Internet
|
||||||
License: MIT
|
License: MIT
|
||||||
|
AuthorEmail: safeslingerapp@gmail.com
|
||||||
SourceCode: https://github.com/SafeSlingerProject/SafeSlinger-Android
|
SourceCode: https://github.com/SafeSlingerProject/SafeSlinger-Android
|
||||||
IssueTracker: https://github.com/SafeSlingerProject/SafeSlinger-Android/issues
|
IssueTracker: https://github.com/SafeSlingerProject/SafeSlinger-Android/issues
|
||||||
|
Translation: https://www.transifex.com/projects/p/safeslinger
|
||||||
Changelog: https://github.com/SafeSlingerProject/SafeSlinger-Android/releases
|
Changelog: https://github.com/SafeSlingerProject/SafeSlinger-Android/releases
|
||||||
|
|
||||||
AutoName: SafeSlinger Exchange for Security Developers
|
AutoName: SafeSlinger Exchange for Security Developers
|
||||||
Description: |-
|
Description: |-
|
||||||
Developer demo focusing on the public key exchange. The goal is to make
|
Developer demo focusing on the public key exchange. The goal is to make
|
||||||
exchanging public keys as simple as possible without sacrificing security. It's
|
exchanging public keys as simple as possible without sacrificing security. It’s
|
||||||
based on a research paper from CMU. The developers encourage others to use the
|
based on a research paper from CMU. The developers encourage others to use the
|
||||||
exchange library in other projects.
|
exchange library in other projects.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,16 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Internet
|
- Internet
|
||||||
License: MIT
|
License: MIT
|
||||||
|
AuthorEmail: safeslingerapp@gmail.com
|
||||||
SourceCode: https://github.com/SafeSlingerProject/SafeSlinger-Android
|
SourceCode: https://github.com/SafeSlingerProject/SafeSlinger-Android
|
||||||
IssueTracker: https://github.com/SafeSlingerProject/SafeSlinger-Android/issues
|
IssueTracker: https://github.com/SafeSlingerProject/SafeSlinger-Android/issues
|
||||||
|
Translation: https://www.transifex.com/projects/p/safeslinger
|
||||||
Changelog: https://github.com/SafeSlingerProject/SafeSlinger-Android/releases
|
Changelog: https://github.com/SafeSlingerProject/SafeSlinger-Android/releases
|
||||||
|
|
||||||
AutoName: SafeSlinger
|
AutoName: SafeSlinger
|
||||||
Description: |-
|
Description: |-
|
||||||
Messenger focusing on the public key exchange. The goal is to make exchanging
|
Messenger focusing on the public key exchange. The goal is to make exchanging
|
||||||
public keys as simple as possible without sacrificing security. It's based on a
|
public keys as simple as possible without sacrificing security. It’s based on a
|
||||||
research paper from CMU. The developers encourage others to use the exchange
|
research paper from CMU. The developers encourage others to use the exchange
|
||||||
library in other projects.
|
library in other projects.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
License: BSD-2-Clause-FreeBSD
|
License: BSD-2-Clause-FreeBSD
|
||||||
WebSite: http://cmusphinx.sourceforge.net
|
WebSite: https://cmusphinx.github.io/
|
||||||
SourceCode: https://github.com/cmusphinx/pocketsphinx-android-demo
|
SourceCode: https://github.com/cmusphinx/pocketsphinx-android-demo
|
||||||
IssueTracker: https://github.com/cmusphinx/pocketsphinx-android-demo/issues
|
IssueTracker: https://github.com/cmusphinx/pocketsphinx-android-demo/issues
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,9 @@ IssueTracker: https://github.com/rmtheis/android-ocr/issues
|
||||||
|
|
||||||
AutoName: OCR Test
|
AutoName: OCR Test
|
||||||
Description: |-
|
Description: |-
|
||||||
N.B. The direct translation function won't work as it requires API keys which
|
'''NOTE:''' This app is no longer maintained, its repo was archived.
|
||||||
|
|
||||||
|
N.B. The direct translation function won’t work as it requires API keys which
|
||||||
are not in the source. It is possible to long-press the result to copy it, so
|
are not in the source. It is possible to long-press the result to copy it, so
|
||||||
that it can be pasted into a browser or a dictionary.
|
that it can be pasted into a browser or a dictionary.
|
||||||
|
|
||||||
|
|
@ -15,7 +17,7 @@ Description: |-
|
||||||
without uploading your images to a server. It is suitable for recognizing
|
without uploading your images to a server. It is suitable for recognizing
|
||||||
individual words or short phrases of text.
|
individual words or short phrases of text.
|
||||||
|
|
||||||
The default single-shot capture runs OCR on a snapshot image that's captured
|
The default single-shot capture runs OCR on a snapshot image that’s captured
|
||||||
when you click the shutter button, like a regular photo. When the "continuous
|
when you click the shutter button, like a regular photo. When the "continuous
|
||||||
preview" checkbox is checked, the app shows a dynamic, real-time display of what
|
preview" checkbox is checked, the app shows a dynamic, real-time display of what
|
||||||
the device is recognizing right beside the camera viewfinder. The continuous
|
the device is recognizing right beside the camera viewfinder. The continuous
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@ Categories:
|
||||||
- Connectivity
|
- Connectivity
|
||||||
- Theming
|
- Theming
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Etay Cohen-Solal
|
||||||
|
AuthorEmail: et.programming@gmail.com
|
||||||
SourceCode: https://github.com/ET-CS/EZ-Wifi-Notification
|
SourceCode: https://github.com/ET-CS/EZ-Wifi-Notification
|
||||||
IssueTracker: https://github.com/ET-CS/EZ-Wifi-Notification/issues
|
IssueTracker: https://github.com/ET-CS/EZ-Wifi-Notification/issues
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,21 @@
|
||||||
Categories:
|
Categories:
|
||||||
- System
|
- System
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
WebSite: https://etchdroid.depau.eu
|
AuthorName: Davide Depau
|
||||||
|
AuthorEmail: etchdroid@depau.eu
|
||||||
|
AuthorWebSite: https://depau.eu/
|
||||||
|
WebSite: https://etchdroid.depau.eu/
|
||||||
SourceCode: https://github.com/EtchDroid/EtchDroid
|
SourceCode: https://github.com/EtchDroid/EtchDroid
|
||||||
IssueTracker: https://github.com/EtchDroid/EtchDroid/issues
|
IssueTracker: https://github.com/EtchDroid/EtchDroid/issues
|
||||||
|
Translation: https://etchdroid-l10n.depau.eu/engage/etchdroid/?
|
||||||
|
Changelog: https://github.com/EtchDroid/EtchDroid/releases
|
||||||
Donate: https://etchdroid.depau.eu/donate/
|
Donate: https://etchdroid.depau.eu/donate/
|
||||||
|
|
||||||
AutoName: EtchDroid
|
AutoName: EtchDroid
|
||||||
Description: |-
|
Description: |-
|
||||||
EtchDroid is an open-source application that helps you write images to USB drives.
|
EtchDroid is an open-source application that helps you write images to USB drives.
|
||||||
You can use it to make a bootable GNU/Linux USB drive when your laptop is dead
|
You can use it to make a bootable GNU/Linux USB drive when your laptop is dead
|
||||||
and you're in the middle of nowhere.
|
and you’re in the middle of nowhere.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Supports raw disk images and most GNU/Linux distributions ISOs
|
* Supports raw disk images and most GNU/Linux distributions ISOs
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,8 @@ IssueTracker: https://github.com/sebastianrakel/fb-client-android/issues
|
||||||
|
|
||||||
AutoName: fb-client
|
AutoName: fb-client
|
||||||
Description: |-
|
Description: |-
|
||||||
|
'''NOTE:''' This app is currently unmaintained.
|
||||||
|
|
||||||
fb-client is the mobile companion for [https://paste.xinu.at] which allows the
|
fb-client is the mobile companion for [https://paste.xinu.at] which allows the
|
||||||
user to easily upload or download files.
|
user to easily upload or download files.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
AuthorName: Marcel Bokhorst (M66B)
|
||||||
SourceCode: https://github.com/M66B/FineGeotag
|
SourceCode: https://github.com/M66B/FineGeotag
|
||||||
IssueTracker: https://github.com/M66B/FineGeotag/issues
|
IssueTracker: https://github.com/M66B/FineGeotag/issues
|
||||||
|
|
||||||
|
|
@ -15,7 +16,7 @@ Description: |-
|
||||||
photos taken. FineGeotag will try to use the GPS and/or the network location,
|
photos taken. FineGeotag will try to use the GPS and/or the network location,
|
||||||
depending on which location providers are enabled in the Android settings.
|
depending on which location providers are enabled in the Android settings.
|
||||||
Optionally a popup will be shown with a thumbnail of the photo and the reverse
|
Optionally a popup will be shown with a thumbnail of the photo and the reverse
|
||||||
geocoded address. Don't forget to disable geotagging of your camera application
|
geocoded address. Don’t forget to disable geotagging of your camera application
|
||||||
to prevent interference.
|
to prevent interference.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@ Categories:
|
||||||
- Security
|
- Security
|
||||||
- Internet
|
- Internet
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
WebSite: https://www.netguard.me
|
AuthorName: Marcel Bokhorst (M66B)
|
||||||
|
WebSite: https://www.netguard.me/
|
||||||
SourceCode: https://github.com/M66B/NetGuard
|
SourceCode: https://github.com/M66B/NetGuard
|
||||||
IssueTracker: https://forum.xda-developers.com/android/apps-games/app-netguard-root-firewall-t3233012
|
IssueTracker: https://forum.xda-developers.com/android/apps-games/app-netguard-root-firewall-t3233012
|
||||||
Translation: https://crowdin.com/project/netguard
|
Translation: https://crowdin.com/project/netguard
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,10 @@ Categories:
|
||||||
- System
|
- System
|
||||||
- Security
|
- Security
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Marcel Bokhorst (M66B)
|
||||||
SourceCode: https://github.com/M66B/XPrivacyLua
|
SourceCode: https://github.com/M66B/XPrivacyLua
|
||||||
IssueTracker: https://forum.xda-developers.com/xposed/modules/xprivacylua6-0-android-privacy-manager-t3730663
|
IssueTracker: https://forum.xda-developers.com/xposed/modules/xprivacylua6-0-android-privacy-manager-t3730663
|
||||||
|
Translation: https://crowdin.com/project/xprivacylua/
|
||||||
Changelog: https://github.com/M66B/XPrivacyLua/releases
|
Changelog: https://github.com/M66B/XPrivacyLua/releases
|
||||||
Donate: https://lua.xprivacy.eu/
|
Donate: https://lua.xprivacy.eu/
|
||||||
Bitcoin: 1GePXhRPgLhwQmBwRHhX1nSCgvfnCY97Gg
|
Bitcoin: 1GePXhRPgLhwQmBwRHhX1nSCgvfnCY97Gg
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,9 @@ AntiFeatures:
|
||||||
Categories:
|
Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
WebSite: http://www.flatworld.eu
|
AuthorName: Flatworld
|
||||||
|
AuthorEmail: info@flatworld.eu
|
||||||
|
WebSite: http://www.flatworld.eu/
|
||||||
SourceCode: https://github.com/marcopar/SliderSynth
|
SourceCode: https://github.com/marcopar/SliderSynth
|
||||||
IssueTracker: https://github.com/marcopar/SliderSynth/issues
|
IssueTracker: https://github.com/marcopar/SliderSynth/issues
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue