From b5bd0202a40ad130da42604622e197f144fc4e81 Mon Sep 17 00:00:00 2001 From: Izzy Date: Tue, 17 Jul 2018 21:23:33 +0000 Subject: [PATCH] more detailed descriptions (part 16) --- metadata/com.android.shellms.txt | 5 +++++ metadata/com.brentpanther.bitcoinwidget.txt | 4 +++- metadata/com.gmail.jerickson314.sdscanner.txt | 18 ++++++++++++++++- metadata/com.gtp.showapicturetoyourfriend.txt | 11 ++++++++++ ...m.shatteredpixel.shatteredpixeldungeon.txt | 15 ++++++++++++++ .../de.markusfisch.android.shadereditor.txt | 15 ++++++++++++++ metadata/de.onyxbits.sensorreadout.txt | 7 ++++++- metadata/de.t_dankworth.secscanqr.txt | 7 +++++++ metadata/info.guardianproject.ripple.txt | 13 ++++++++++++ metadata/jonas.tool.saveForOffline.txt | 20 +++++++++++++++++++ metadata/org.seamapdroid.txt | 5 +++++ metadata/org.sensors2.osc.txt | 2 ++ metadata/uk.co.keepawayfromfire.screens.txt | 9 +++++++++ metadata/wseemann.media.romote.txt | 7 +++++++ 14 files changed, 135 insertions(+), 3 deletions(-) diff --git a/metadata/com.android.shellms.txt b/metadata/com.android.shellms.txt index 13632611e0..22224362f3 100644 --- a/metadata/com.android.shellms.txt +++ b/metadata/com.android.shellms.txt @@ -10,6 +10,11 @@ Description: ShellMS is the simplest and easiest ADB Shell Messaging Application. If you don't know what ADB or SDK is you definitely don't need this app. For the others it's useful tool to speed up messaging when you're working on your computer. + +'''Usage:''' + +* with mobile phone numbers: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message" +* with display names from phone: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact "Contact's DISPLAY NAME" -e msg "MSG" . Repo Type:git diff --git a/metadata/com.brentpanther.bitcoinwidget.txt b/metadata/com.brentpanther.bitcoinwidget.txt index 2a72eee2aa..577ffc9d9a 100644 --- a/metadata/com.brentpanther.bitcoinwidget.txt +++ b/metadata/com.brentpanther.bitcoinwidget.txt @@ -9,7 +9,9 @@ Auto Name:Simple Bitcoin Widget Summary:Show current Bitcoin exchange prices Description: A clean and simple Bitcoin widget to show the current price from different -exchanges. +exchanges. Customizable refresh interval. Very light battery usage. Shows prices +for Bitcoin, Bitcoin Cash, Ethereum, Ethereum Classic, Litecoin, Iota, Ripple, +Dash, Monero, NEM, NEO, Cardano, Stellar, Nano, Bitcoin Gold, and Zcash. . Repo Type:git diff --git a/metadata/com.gmail.jerickson314.sdscanner.txt b/metadata/com.gmail.jerickson314.sdscanner.txt index 93136f399c..3216b3c075 100644 --- a/metadata/com.gmail.jerickson314.sdscanner.txt +++ b/metadata/com.gmail.jerickson314.sdscanner.txt @@ -7,7 +7,23 @@ Issue Tracker:https://github.com/jerickson314/sdscanner/issues Auto Name:SD Scanner Summary:Rescan storage media Description: -Rescan storage media like SD cards for changes. +Rescan storage media like SD cards for changes. ''SD Scanner'' uses a method +compatible with 4.4 KitKat and 5.0 Lollipop. + +In Android 4.4 KitKat, the method used by most older programs to rescan a +storage medium no longer works. Instead, an interface must be used that only +allows one file to be specified at a time. This app works by determining what +files/folders might need to be scanned again, and then by calling the correct +API on each file/folder. + +SD Scanner can be used with Tasker by using the "Send Intent" action listed +under "System." Use the following settings, leaving the ones I don't list at the +default: + +* Action: android.intent.action.RUN +* Package: com.gmail.jerickson314.sdscanner +* Class: com.gmail.jerickson314.sdscanner.MainActivity +* Target: Activity . Repo Type:git diff --git a/metadata/com.gtp.showapicturetoyourfriend.txt b/metadata/com.gtp.showapicturetoyourfriend.txt index 9f73b4d93f..d3692bee34 100644 --- a/metadata/com.gtp.showapicturetoyourfriend.txt +++ b/metadata/com.gtp.showapicturetoyourfriend.txt @@ -10,6 +10,17 @@ Description: To be used whenever you are showing off pictures to your phone. Prevents someone seeing what they are not supposed to or doing anything to your phone. Start the app by sharing pictures or videos. + +This app is here to protect you from you friends and enemies. Have you ever +handed over your phone to show someone the latest meme? Or a cool pic you took? +How often did they scroll too far and have seen something embarrassing in your +gallery or image browser? + +Now we have a solution: Select the pictures you want them to see in your +gallery, press share and select the Secure Photo Viewer! Now they will only see +what you want them to see. It works with any amount of photos or videos you +share from you gallery! It's that easy to protect your privacy from nosy +friends. . Repo Type:git diff --git a/metadata/com.shatteredpixel.shatteredpixeldungeon.txt b/metadata/com.shatteredpixel.shatteredpixeldungeon.txt index fc7d6345e5..e6a51405c9 100644 --- a/metadata/com.shatteredpixel.shatteredpixeldungeon.txt +++ b/metadata/com.shatteredpixel.shatteredpixeldungeon.txt @@ -10,6 +10,21 @@ Summary:Play a rogue-like game Description: Traditional roguelike game with pixel-art graphics and simple interface. Based on [[com.watabou.pixeldungeon]]. + +Every game is unique, with four different playable characters, randomized levels +and enemies, and over 150 items to collect and use. The game is simple to get +into, but has lots of depth. Strategy is required if you want to win! + +Shattered Pixel Dungeon includes: + +* High replayability: Randomly generated levels, enemies, and items. No two games are the same! +* 4 hero classes: Warrior, Mage, Rogue, and Huntress. Each hero has a unique playstyle. +* 8 subclasses: Successful heroes can refine their skills to become more powerful. +* 5 distinct dungeon regions: each with their own enemies, traps, and quests. +* Over 150 different items: including powerful wands, rings, weapons, and armor. +* 50+ different enemies, 30 different traps, and 5 bosses to test your skills. +* Unique artifacts, which grow in power as you use them. +* Updates, with new content roughly once a month. . Repo Type:git diff --git a/metadata/de.markusfisch.android.shadereditor.txt b/metadata/de.markusfisch.android.shadereditor.txt index 68dd5ca85c..4b6dcf0c02 100644 --- a/metadata/de.markusfisch.android.shadereditor.txt +++ b/metadata/de.markusfisch.android.shadereditor.txt @@ -9,6 +9,21 @@ Summary:Create and edit GLSL shaders Description: Create and edit GLSL shaders on your Android phone or tablet and use them as live wallpaper. + +'''Features:''' + +* Live preview in background or on an extra screen +* Syntax highlighting +* Error highlighting +* FPS display +* Use any shader as live wallpaper +* Exposure of hardware sensors +* Support for wallpaper offset +* Exposure of battery level +* Supports multiple touches +* Previous rendered frame in backbuffer texture +* Import and use arbitrary textures +* Disables rendering when battery is low . Repo Type:git diff --git a/metadata/de.onyxbits.sensorreadout.txt b/metadata/de.onyxbits.sensorreadout.txt index eb65c93295..7bf321f4e2 100644 --- a/metadata/de.onyxbits.sensorreadout.txt +++ b/metadata/de.onyxbits.sensorreadout.txt @@ -8,7 +8,12 @@ Auto Name:Sensor Readout Summary:Realtime graphs of sensor data Description: Provides low level access to the devices sensors. Readout is presented in a -graph for easy side by side comparison with other devices +graph for easy side by side comparison with other devices. + +'''Usage:''' + +* Touch desired sensor on the list screen in order to start the readout. Long touch the sensor to show it's details. Use "Back" to close the details dialog again. +* On readout view, touching the graph will stop the sensor from being read out. After stopping, the graph can be scrolled and or panned by a drag or pinch gesture. To restart the readout, return to the main sensor list and select the sensor again. . Repo Type:git diff --git a/metadata/de.t_dankworth.secscanqr.txt b/metadata/de.t_dankworth.secscanqr.txt index 2a11017a02..e660952c1b 100644 --- a/metadata/de.t_dankworth.secscanqr.txt +++ b/metadata/de.t_dankworth.secscanqr.txt @@ -11,6 +11,13 @@ Description: Scan QR codes and share them right away with friends or copy them to the clipboard for further processing. Furthermore, with SecScanQR you can generate QR codes and all these features without a big amount of permission. + +'''Features:''' + +* Scan QR-Codes, Barcodes and many more formats +* Scanned QR-Codes can be shared with friends and do a web search with the information from the QR-Code +* Generate QR-Codes, Barcodes and many more formats +* History . Repo Type:git diff --git a/metadata/info.guardianproject.ripple.txt b/metadata/info.guardianproject.ripple.txt index a10050083b..ef357a6910 100644 --- a/metadata/info.guardianproject.ripple.txt +++ b/metadata/info.guardianproject.ripple.txt @@ -7,6 +7,19 @@ LiberapayID:33617 Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk Auto Name:Ripple +Summary:Trigger apps to protect your privacy when in anxious or panic situations +Description: +Ripple is a "panic button" that can send it's trigger message to any app that is +a "panic responder". Such apps can do things like lock, disguise themselves, +delete private data, send an emergency message, and more. It is meant for +situations where there is time to react, but where users need to be sure it is +not mistakenly set off. + +Here are two example scenarios: + +* An organization gets regularly raided by the security forces, who search all of the computers and mobile devices on the premises. The organization usually has at least a minute or two of warning before a raid starts. They need a very reliable way to trigger wiping all of the data from the sensitive apps. +* An aid worker has lots of sensitive data about people on their device. They regularly sync that data up with a secure, central database. Occasionally, the aid worker has to leave the country on very short notice. The border guards regularly download the entire contents of mobile devices of people crossing through. While waiting in line at the border, the aid worker sees the border guards seizing people's devices, and then remembers all the data on the device, so she unlocks her phone and hits the wipe trigger, which wipes all sensitive apps from the device. When the aid worker returns to the central office, the device is again synced up with the central database. +. Repo Type:git Repo:https://github.com/guardianproject/ripple.git diff --git a/metadata/jonas.tool.saveForOffline.txt b/metadata/jonas.tool.saveForOffline.txt index ad30e723f7..536e84b278 100644 --- a/metadata/jonas.tool.saveForOffline.txt +++ b/metadata/jonas.tool.saveForOffline.txt @@ -10,6 +10,26 @@ Summary:Save websites locally Description: Save webpages for offline reading. In your web browser select 'share', and then 'Save For Offline'. Browse saved pages by thumbnail arranged in a grid or list. + +'''Features:''' + +* Download fully-featured webarchives or .html files only +* Settings adjustements to filter retrieved online content +* Native, lightweight web browser to quickly access saved webpages +* Dynamic UI design to manage existing offline webarchives +* User Agent/JavaScript customization + +'''Usage:''' + +While using any web browser software for Android, tap "Share" or "Open" the +current webpage with Save For Offline; a download notification will then +progress. + +Additionally, from within the application's action bar, tap "+" and type any +webpage by its URL; a download notification will then progress. + +After uninstalling, any webarchive and webpage saved will be erased from the +storage location. . Repo Type:git diff --git a/metadata/org.seamapdroid.txt b/metadata/org.seamapdroid.txt index fc12f9b83f..c63791eeca 100644 --- a/metadata/org.seamapdroid.txt +++ b/metadata/org.seamapdroid.txt @@ -8,6 +8,11 @@ Auto Name:SeaMapDroid Summary:Browse OpenSeaMap on your phone Description: An Android application to consult the libre online nautical maps OpenSeaMap. + +'''Features:''' + +* Different languages: Italian, English +* Many layers displayed on the map . Repo Type:git diff --git a/metadata/org.sensors2.osc.txt b/metadata/org.sensors2.osc.txt index e6b5635451..13ffb13368 100644 --- a/metadata/org.sensors2.osc.txt +++ b/metadata/org.sensors2.osc.txt @@ -9,6 +9,8 @@ Summary:Send sensor data via Open Sound Control (OSC). Description: Read sensor data from your phone and send them to a receiver via Open Sound Control (OSC). + +Typical use case is controlling a music application from your phone or tablet. . Repo Type:git diff --git a/metadata/uk.co.keepawayfromfire.screens.txt b/metadata/uk.co.keepawayfromfire.screens.txt index 54c50bfa53..e21cce22af 100644 --- a/metadata/uk.co.keepawayfromfire.screens.txt +++ b/metadata/uk.co.keepawayfromfire.screens.txt @@ -10,6 +10,15 @@ Summary:Multi Window Manager Description: Automatically enter split screen mode from launcher shortcuts and Quick Settings tiles. + +Screens allows you to quickly enter splitscreen mode with pre selected apps. It +creates shortcuts that can be used from any launcher. This might be good for +productivity or having SeriesGuide and Kore at the same time. + +This app uses Accessibility services. Accessibility services are required to +enable Multi window automatically, if you don't want to provide this open source +app with the permission you will need to manually hold the recents button when +prompted. . Repo Type:git diff --git a/metadata/wseemann.media.romote.txt b/metadata/wseemann.media.romote.txt index 5073abf66d..1ff71ebbd3 100644 --- a/metadata/wseemann.media.romote.txt +++ b/metadata/wseemann.media.romote.txt @@ -8,6 +8,13 @@ Auto Name:RoMote Summary:Roku remote Description: Turn your Android Device into a control center for your Roku Player and Roku TV. + +* Control your Roku player or Roku TV from your mobile device. +* Browse, add, and rate Channels from more than 2,000 streaming channels offered in the Roku Channel Store. +* Quickly launch your favorite Roku Channels on your Roku player or Roku TV from your mobile device. +* Enter text in your Roku player on-screen interface using your device's keyboard instead of the included remote. +* Name and switch between multiple Roku players and Roku TVs. +* Additional features include shake to pause, voice search, homescreen widget and notification controls. . Repo Type:git