Complete meta
This commit is contained in:
parent
3cfd28ee2e
commit
e38ef91d72
|
@ -1,6 +1,8 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Connectivity
|
- Connectivity
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
AuthorName: Adam Nybäck
|
||||||
|
AuthorEmail: adam@anyro.se
|
||||||
SourceCode: https://github.com/nadam/nfc-reader
|
SourceCode: https://github.com/nadam/nfc-reader
|
||||||
IssueTracker: https://github.com/nadam/nfc-reader/issues
|
IssueTracker: https://github.com/nadam/nfc-reader/issues
|
||||||
|
|
||||||
|
@ -8,7 +10,7 @@ AutoName: NFC Reader
|
||||||
Description: |-
|
Description: |-
|
||||||
Simple app for reading and displaying various tags (NDEF, RFID, FeliCa, ISO
|
Simple app for reading and displaying various tags (NDEF, RFID, FeliCa, ISO
|
||||||
14443, etc) using NFC (Near Field Communication). The app also supports basic
|
14443, etc) using NFC (Near Field Communication). The app also supports basic
|
||||||
NDEF Push (Android Beam) for people who don't have any tag to read but happen to
|
NDEF Push (Android Beam) for people who don’t have any tag to read but happen to
|
||||||
have two NFC enabled phones.
|
have two NFC enabled phones.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
|
|
|
@ -3,6 +3,8 @@ Categories:
|
||||||
- Games
|
- Games
|
||||||
- Science & Education
|
- Science & Education
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
AuthorName: Bitcraze
|
||||||
|
AuthorEmail: contact@bitcraze.io
|
||||||
WebSite: https://www.bitcraze.io/
|
WebSite: https://www.bitcraze.io/
|
||||||
SourceCode: https://github.com/bitcraze/crazyflie-android-client
|
SourceCode: https://github.com/bitcraze/crazyflie-android-client
|
||||||
IssueTracker: https://github.com/bitcraze/crazyflie-android-client/issues
|
IssueTracker: https://github.com/bitcraze/crazyflie-android-client/issues
|
||||||
|
@ -23,7 +25,7 @@ Description: |-
|
||||||
* Axis and button mapping configurable (only for game pad)
|
* Axis and button mapping configurable (only for game pad)
|
||||||
* Control Crazyflie using touch controls
|
* Control Crazyflie using touch controls
|
||||||
* Control Crazyflie using game pad (connected via USB or Bluetooth)
|
* Control Crazyflie using game pad (connected via USB or Bluetooth)
|
||||||
* Control Crazyflie using the device's gyroscope
|
* Control Crazyflie using the device’s gyroscope
|
||||||
* Control LED ring effects (requires Crazyflie 2.x and optional LED ring deck)
|
* Control LED ring effects (requires Crazyflie 2.x and optional LED ring deck)
|
||||||
* Play the Imperial March melody on the buzzer deck (requires Crazyflie 2.x and optional buzzer deck)
|
* Play the Imperial March melody on the buzzer deck (requires Crazyflie 2.x and optional buzzer deck)
|
||||||
* Update Crazyflie using Crazyradio (experimental feature, update via BLE coming soon)
|
* Update Crazyflie using Crazyradio (experimental feature, update via BLE coming soon)
|
||||||
|
@ -50,7 +52,7 @@ Description: |-
|
||||||
# Flash firmware (For Crazyflie 1, click on "Flash firmware" and switch on the Crazyflie during the next 10 seconds. For Crazyflie 2, press the ON/OFF switch of the Crazyflie longer than 1.5 second until one blue LED blinks. Then release the button and both blue LEDs should blink. Then click on "Flash firmware")
|
# Flash firmware (For Crazyflie 1, click on "Flash firmware" and switch on the Crazyflie during the next 10 seconds. For Crazyflie 2, press the ON/OFF switch of the Crazyflie longer than 1.5 second until one blue LED blinks. Then release the button and both blue LEDs should blink. Then click on "Flash firmware")
|
||||||
# After a successful flash the Crazyflie will automatically restart in firmware mode and is ready to use.
|
# After a successful flash the Crazyflie will automatically restart in firmware mode and is ready to use.
|
||||||
|
|
||||||
It's nearly impossible to brick the Crazyflie. In case of any problems during flashing, you can always try again or use the PC client to re-flash.
|
It’s nearly impossible to brick the Crazyflie. In case of any problems during flashing, you can always try again or use the PC client to re-flash.
|
||||||
|
|
||||||
Permissions:
|
Permissions:
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Games
|
- Games
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Daniel Jonsson
|
||||||
|
AuthorWebSite: https://jonsson.xyz/
|
||||||
WebSite: http://danielj.se/geometri-destroyer
|
WebSite: http://danielj.se/geometri-destroyer
|
||||||
SourceCode: https://github.com/MaTachi/geometri-destroyer
|
SourceCode: https://github.com/MaTachi/geometri-destroyer
|
||||||
IssueTracker: https://github.com/MaTachi/geometri-destroyer/issues
|
IssueTracker: https://github.com/MaTachi/geometri-destroyer/issues
|
||||||
|
|
||||||
AutoName: Geometri Destroyer
|
AutoName: Geometri Destroyer
|
||||||
Description: Remove the green objects but don't let the blue objects touch the ground.
|
Description: Remove the green objects but don’t let the blue objects touch the ground.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/MaTachi/geometri-destroyer.git
|
Repo: https://github.com/MaTachi/geometri-destroyer.git
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
Categories:
|
Categories:
|
||||||
- System
|
- System
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
AuthorName: Johan Söderholm
|
||||||
|
AuthorEmail: johan.hilding@gmail.com
|
||||||
SourceCode: https://github.com/johanhil/copy-to-clipboard
|
SourceCode: https://github.com/johanhil/copy-to-clipboard
|
||||||
IssueTracker: https://github.com/johanhil/copy-to-clipboard/issues
|
IssueTracker: https://github.com/johanhil/copy-to-clipboard/issues
|
||||||
|
|
||||||
|
|
|
@ -3,12 +3,14 @@ AntiFeatures:
|
||||||
Categories:
|
Categories:
|
||||||
- Internet
|
- Internet
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
AuthorName: Johan Söderholm
|
||||||
|
AuthorEmail: johan.hilding@gmail.com
|
||||||
SourceCode: https://github.com/johanhil/ddg-android
|
SourceCode: https://github.com/johanhil/ddg-android
|
||||||
IssueTracker: https://github.com/johanhil/ddg-android/issues
|
IssueTracker: https://github.com/johanhil/ddg-android/issues
|
||||||
|
|
||||||
AutoName: Duck Duck Go
|
AutoName: Duck Duck Go
|
||||||
Description: |-
|
Description: |-
|
||||||
'''N.B''' This isn't related to the official DuckDuckGo app.
|
'''N.B''' This isn’t related to the official DuckDuckGo app.
|
||||||
|
|
||||||
Integrates the search engine DuckDuckGo with the Android OS. It adds another web
|
Integrates the search engine DuckDuckGo with the Android OS. It adds another web
|
||||||
search provider to the system and some neat suggestions for the user.
|
search provider to the system and some neat suggestions for the user.
|
||||||
|
|
|
@ -2,6 +2,8 @@ Categories:
|
||||||
- Internet
|
- Internet
|
||||||
- Security
|
- Security
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
AuthorName: LEAP
|
||||||
|
AuthorWebSite: https://leap.se/
|
||||||
WebSite: https://bitmask.net
|
WebSite: https://bitmask.net
|
||||||
SourceCode: https://0xacab.org/leap/bitmask_android
|
SourceCode: https://0xacab.org/leap/bitmask_android
|
||||||
IssueTracker: https://0xacab.org/leap/bitmask_android/issues
|
IssueTracker: https://0xacab.org/leap/bitmask_android/issues
|
||||||
|
|
|
@ -2,9 +2,12 @@ Categories:
|
||||||
- Internet
|
- Internet
|
||||||
- Security
|
- Security
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
WebSite: https://riseup.net
|
AuthorName: LEAP
|
||||||
|
AuthorWebSite: https://leap.se/
|
||||||
|
WebSite: https://riseup.net/
|
||||||
SourceCode: https://0xacab.org/leap/bitmask_android
|
SourceCode: https://0xacab.org/leap/bitmask_android
|
||||||
IssueTracker: https://0xacab.org/leap/bitmask_android/issues
|
IssueTracker: https://0xacab.org/leap/bitmask_android/issues
|
||||||
|
Translation: https://www.transifex.com/projects/p/bitmask-android
|
||||||
Changelog: https://0xacab.org/leap/bitmask_android/blob/HEAD/CHANGELOG
|
Changelog: https://0xacab.org/leap/bitmask_android/blob/HEAD/CHANGELOG
|
||||||
Donate: https://riseup.net/vpn/donate
|
Donate: https://riseup.net/vpn/donate
|
||||||
Bitcoin: 1F3KowUJBfvocr1H6DRvwFxfETJ18e8Dp6
|
Bitcoin: 1F3KowUJBfvocr1H6DRvwFxfETJ18e8Dp6
|
||||||
|
@ -16,7 +19,7 @@ Description: |-
|
||||||
preconfigured with one trusted provider—the Riseup collective—and allows
|
preconfigured with one trusted provider—the Riseup collective—and allows
|
||||||
anonymous VPN usage without any manual setup.
|
anonymous VPN usage without any manual setup.
|
||||||
|
|
||||||
By encrypting and securely routing all your network traffic through Riseup's
|
By encrypting and securely routing all your network traffic through Riseup’s
|
||||||
servers, RiseupVPN is able to prevent many forms of censorship and surveillance.
|
servers, RiseupVPN is able to prevent many forms of censorship and surveillance.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Connectivity
|
- Connectivity
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
|
AuthorName: André Staltz
|
||||||
|
AuthorEmail: andre@staltz.com
|
||||||
|
AuthorWebSite: https://staltz.com/
|
||||||
WebSite: https://manyver.se
|
WebSite: https://manyver.se
|
||||||
SourceCode: https://gitlab.com/staltz/manyverse/tree/HEAD
|
SourceCode: https://gitlab.com/staltz/manyverse/tree/HEAD
|
||||||
IssueTracker: https://gitlab.com/staltz/manyverse/issues
|
IssueTracker: https://gitlab.com/staltz/manyverse/issues
|
||||||
|
@ -12,9 +15,9 @@ AutoName: Manyverse
|
||||||
Description: |-
|
Description: |-
|
||||||
Manyverse is a social network app using the SSB protocol (Secure Scuttlebutt)
|
Manyverse is a social network app using the SSB protocol (Secure Scuttlebutt)
|
||||||
where you can write posts and share with friends nearby or over the internet.
|
where you can write posts and share with friends nearby or over the internet.
|
||||||
It's different from mainstream social networks because your data is yours, it
|
It’s different from mainstream social networks because your data is yours, it
|
||||||
lives on your phone, not in the cloud. So there is no login, no company
|
lives on your phone, not in the cloud. So there is no login, no company
|
||||||
holding your data, no ads, no tracking of your activity, it's just you and
|
holding your data, no ads, no tracking of your activity, it’s just you and
|
||||||
your friends! The app is free and open source software, and it will always
|
your friends! The app is free and open source software, and it will always
|
||||||
remain free.
|
remain free.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
Categories:
|
Categories:
|
||||||
- Science & Education
|
- Science & Education
|
||||||
License: MIT
|
License: MIT
|
||||||
WebSite: https://github.com/OAndell/Riksdagskollen
|
AuthorName: Oscar Andell
|
||||||
|
AuthorEmail: oscar@andell.eu
|
||||||
|
SourceCode: https://github.com/OAndell/Riksdagskollen
|
||||||
IssueTracker: https://github.com/OAndell/Riksdagskollen/issues
|
IssueTracker: https://github.com/OAndell/Riksdagskollen/issues
|
||||||
Changelog: https://github.com/OAndell/Riksdagskollen/releases
|
Changelog: https://github.com/OAndell/Riksdagskollen/releases
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,12 @@ Categories:
|
||||||
- Time
|
- Time
|
||||||
- Sports & Health
|
- Sports & Health
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
WebSite: https://rocketnine.space
|
AuthorName: Trevor Slocum
|
||||||
|
AuthorEmail: trevor@rocketnine.space
|
||||||
|
WebSite: https://rocketnine.space/
|
||||||
SourceCode: https://gitlab.com/tslocum/meditationassistant
|
SourceCode: https://gitlab.com/tslocum/meditationassistant
|
||||||
IssueTracker: https://gitlab.com/tslocum/meditationassistant/issues
|
IssueTracker: https://gitlab.com/tslocum/meditationassistant/issues
|
||||||
|
Translation: https://medinet.rocketnine.space/translate/
|
||||||
Changelog: https://gitlab.com/tslocum/meditationassistant/blob/HEAD/CHANGELOG
|
Changelog: https://gitlab.com/tslocum/meditationassistant/blob/HEAD/CHANGELOG
|
||||||
Donate: https://rocketnine.space/donate/
|
Donate: https://rocketnine.space/donate/
|
||||||
LiberapayID: '968545'
|
LiberapayID: '968545'
|
||||||
|
@ -18,13 +21,13 @@ Description: |-
|
||||||
|
|
||||||
A major feature in this application is the ability to share your sessions
|
A major feature in this application is the ability to share your sessions
|
||||||
online. Though entirely optional, sharing your progress online adds another
|
online. Though entirely optional, sharing your progress online adds another
|
||||||
dimension to your accountability. Now that you've gone public, as your
|
dimension to your accountability. Now that you’ve gone public, as your
|
||||||
meditation streak increases more users will see it as a goal of their own. One
|
meditation streak increases more users will see it as a goal of their own. One
|
||||||
user has posted over 500 days of consecutive days of meditation.
|
user has posted over 500 days of consecutive days of meditation.
|
||||||
|
|
||||||
Your meditation streak is the number of consecutive days you have recorded at
|
Your meditation streak is the number of consecutive days you have recorded at
|
||||||
least one session. As your streak grows, "not breaking the chain" becomes quite
|
least one session. As your streak grows, "not breaking the chain" becomes quite
|
||||||
important. Soon you will be meditating once a day, even if it's five or ten
|
important. Soon you will be meditating once a day, even if it’s five or ten
|
||||||
minutes out of your schedule.
|
minutes out of your schedule.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
|
|
Loading…
Reference in a new issue