more detailed descriptions (part 19)
This commit is contained in:
parent
8cdafba8c2
commit
b7b35712ba
|
@ -7,7 +7,16 @@ Issue Tracker:https://github.com/alt236/USB-Device-Info---Android/issues
|
|||
Auto Name:USB Device Info
|
||||
Summary:List USB Devices
|
||||
Description:
|
||||
Allows you to list all attached (host mode) USB devices.
|
||||
Allows you to list all attached (host mode) USB devices. Information includes:
|
||||
|
||||
* The Device class
|
||||
* The USB device path
|
||||
* The Vendor ID (VID) and the Product ID (PID)
|
||||
* A List of all interfaces and their endpoints
|
||||
|
||||
If you download the accompanying databases, the application will also be able to
|
||||
provide you with additional info such as the Vendor of the device (which is not
|
||||
necessarily the brand!), the vendor's logo and the product name.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -11,6 +11,17 @@ Description:
|
|||
Display the local time and current weather conditions in places all over the
|
||||
world. It comes with two home screen widgets which show weather and time or time
|
||||
only.
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Light weight application. Require less than 1 mb free space.
|
||||
* Detect your city automatically (upcoming).
|
||||
* Show local time and weather conditions in more than 4000 places.
|
||||
* Add your own places: Add a place in the same time zone and change its name and coordinates to your desired location to show the actual weather condition there!
|
||||
* A compact clock widget, displaying the local time in your favorite locations.
|
||||
* A widget showing the time and weather, which is re-sizable to show more locations on the home screen.
|
||||
* Simple and clean UI.
|
||||
* Customizable widget colors (including transparent background).
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -7,7 +7,7 @@ IssueTracker: https://github.com/moko256/twitlatte/issues
|
|||
AutoName: twitlatte
|
||||
Summary: Twitter, Mastodon and Pleroma client
|
||||
Description: SNS client specialized to read in chronorogical order. You can access
|
||||
Twitter, Mastodon and Pleroma with API.
|
||||
Twitter, Mastodon and Pleroma with API. ''Twitlatte'' supports multiple accounts.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/moko256/twitlatte
|
||||
|
|
|
@ -10,7 +10,12 @@ Description:
|
|||
Allows you to enable or disable ADB debugging over TCP (i.e. Wi-Fi) from within
|
||||
the device, without having to connect it to your machine via USB.
|
||||
|
||||
Requires root: Yes.
|
||||
'''Features:'''
|
||||
|
||||
* Easily turn wireless debugging on or off by flipping a switch
|
||||
* Prevent device from sleeping while debugging
|
||||
* Automatically turn off debugging on screen lock
|
||||
* Displays a status notification with Wi-Fi connection info and a stop button
|
||||
.
|
||||
|
||||
Requires Root:yes
|
||||
|
|
|
@ -14,12 +14,12 @@ are installed, request a context menu from library screen, select "Plugins" and
|
|||
"Cover fetch" afterwards. Note that this plugin requires internet connection to
|
||||
be useful.
|
||||
|
||||
Features:
|
||||
'''Features:'''
|
||||
|
||||
* Requests artwork by artist and album from musicbrainz
|
||||
* Can interact with Tag Editor plugin:
|
||||
* - Can read artwork from file tags and show them without internet connection.
|
||||
* - Can write artwork retrieved from wiki to file tags
|
||||
* Can read artwork from file tags and show them without internet connection.
|
||||
* Can write artwork retrieved from wiki to file tags
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -14,12 +14,12 @@ are installed, request a context menu from library screen, select "Plugins" and
|
|||
"Lyrics search" afterwards. Note that this plugin requires internet connection
|
||||
to be useful.
|
||||
|
||||
Features:
|
||||
'''Features:'''
|
||||
|
||||
* Requests lyrics by artist and title from lyrics.wikia.com
|
||||
* Can interact with Tag Editor plugin:
|
||||
* - Can read lyrics from file tags and show them without internet connection.
|
||||
* - Can write lyrics retrieved from wiki to file tags
|
||||
* Can read lyrics from file tags and show them without internet connection.
|
||||
* Can write lyrics retrieved from wiki to file tags
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -10,6 +10,18 @@ Description:
|
|||
Turn off supported TVs using your device's built-in IR-blaster. The app basicly
|
||||
transmits a variety of off-patterns for different TVs successively, which will
|
||||
cause most TVs to power down.
|
||||
|
||||
If you activate the repetitive-mode, your phone will transmit the off signals
|
||||
over and over again, even when you close the Application or lock your screen.
|
||||
This way, you can simply deploy your phone in front of a TV and the TV will turn
|
||||
itself off again whenever somebody tries to switch it on. (Great for private
|
||||
screening events)
|
||||
|
||||
You can also select an off-pattern that only affects devices from a single
|
||||
manufacturer, in case you want to turn-off a TV from a specific brand.
|
||||
|
||||
TV KILL also includes a widget for your home screen, so you don't even have to
|
||||
open the app to turn a TV off.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,6 +9,25 @@ Summary:Copy YubiKey NEO OTP from NFC to clipboard
|
|||
Description:
|
||||
Read a One-Time Password (OTP) from a YubiKey NEO over NFC, and copy it to the
|
||||
system clipboard.
|
||||
|
||||
Once installed the app does not need to be started. Just swiping the YubiKey NEO
|
||||
against the phones NFC reader will cause it to run, displaying a message to
|
||||
indicate that the OTP has been copied, all without leaving the currently running
|
||||
app.
|
||||
|
||||
Note that the default NDEF programming needs to be used. If you've reprogrammed
|
||||
the NDEF tag of your YubiKey NEO, you will need to change it back to the URL:
|
||||
https://my.yubico.com/neo/
|
||||
|
||||
This can be done using the
|
||||
[http://opensource.yubico.com/yubikey-personalization-gui/ personalization
|
||||
tool].
|
||||
|
||||
When using a YubiKey NEO with a static password in scan code mode you will need
|
||||
to configure which keyboard layout to use in the YubiClip Settings. Currently
|
||||
only the US layout is supported. If you would like to see additional layout
|
||||
support, please consider contributing code via a pull request to
|
||||
[https://github.com/Yubico/yubiclip-android/ our source code repositiory].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -13,6 +13,22 @@ archive your articles. Unlike to other services, the server software is
|
|||
MIT-licensed, so you can set it up on your own: Just follow the instructions at
|
||||
[http://www.wallabag.org wallabag.org]. Optionally you can find a hosting
|
||||
service in the [https://www.wallabag.org/frequently-asked-questions/ FAQ].
|
||||
|
||||
This android application allows you read and manage your articles and
|
||||
automatically syncs them to the wallabag server. Next time you find an article
|
||||
you want to read later, save it into wallabag. It will be automatically synced
|
||||
on your phone, your tablet, your e-reader or your computer. Therefore, your can
|
||||
read it anytime anywhere, even offline.
|
||||
|
||||
You can save an article into wallabag from nearly everywhere, including your
|
||||
computer and your favorite RSS reader apps.
|
||||
|
||||
'''Bonus features:'''
|
||||
|
||||
* Automatic synchronization between the server and the apps
|
||||
* Downloading pictures for offline reading
|
||||
* Tags to manage your content
|
||||
* Speech synthesis to listen to your articles
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,6 +9,14 @@ Auto Name:Units
|
|||
Summary:Powerful unit converter
|
||||
Description:
|
||||
A powerful unit-aware calculator and converter inspired by GNU Units.
|
||||
|
||||
It can convert between ≈2,400 different units, making it an ideal unit converter
|
||||
for complex or obscure tasks. It has everything - from basic distances, volumes
|
||||
and temperatures, to kitchen weight-to-volume conversions, to chemistry- and
|
||||
physics-specific units and equations.
|
||||
|
||||
Units can convert between dimensions, for example, multiplying distances to get
|
||||
area and volume.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AntiFeatures:NonFreeDep
|
||||
AntiFeatures:NonFreeDep,NonFreeNet
|
||||
Categories:Internet
|
||||
License:MIT
|
||||
Web Site:https://shrimadhavuk.me
|
||||
|
|
|
@ -10,6 +10,19 @@ Description:
|
|||
WhereYouGo is an unofficial client for Wherigo Geocaching. It displays online
|
||||
and offline vector maps using Mapsforge library, alternatively Locus can be used
|
||||
to display maps.
|
||||
|
||||
'''Functions:'''
|
||||
|
||||
* Wherigo client
|
||||
* Download cartridges (user needs to fill login credentials in Settings, browse to desired wherigo via Web Browser and select open in WhereYouGo)
|
||||
* Savegame slots
|
||||
* Automatic game saving when user switches to another application
|
||||
* Online maps
|
||||
* Offline vector maps (downloadable e.g. here http://download.mapsforge.org/ or http://osm.paws.cz/ or http://www.openandromaps.org/)
|
||||
* Alternatively Locus can be used to display maps http://play.google.com/store/apps/details?id=menion.android.locus
|
||||
* Displays objects on map, including labels and zone borders
|
||||
* Vector maps display moving objects (Locus does not)
|
||||
* Compass
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,6 +9,16 @@ Summary:Viewer for the xkcd comic
|
|||
Description:
|
||||
Shows comics from xkcd.com, including alt-text. Also provides support for
|
||||
bookmarks and easy navigation.
|
||||
|
||||
'''Features:'''
|
||||
|
||||
* Read xkcd comics and tap to view the alt text
|
||||
* Star your favorites for later reading
|
||||
* Share links and images with friends
|
||||
* Get linked straight to the explain xkcd wiki for explanations
|
||||
* Search for comics by title
|
||||
* Reopen at the last comic you read OR the most recent comic (edit your preferences)
|
||||
* Disable zoom buttons with your preferences
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,6 +9,17 @@ Summary:Save bookmarks
|
|||
Description:
|
||||
Provides a bookmarklet functionality: It works by sharing a link from any app
|
||||
using filters.
|
||||
|
||||
Ever used bookmarklet's in the browser? This app makes it possible to create
|
||||
filters that forwards an url to another site.
|
||||
|
||||
For example, say you have a site called "myexample.com" that you want to send to
|
||||
another site called "myshareexample.com". Choosing "Url Forwarder" in the share
|
||||
menu of your browser then lets you pass the current web page you are on to the
|
||||
site you have created a filter for.
|
||||
|
||||
The filters will be displayed in a dialog and just open any app that has an
|
||||
intent filter for the url in the filter (normally the browser).
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,7 +9,25 @@ Bitcoin:1LKCFto9SQGqtcvqZxHkqDPqNjSnfMmsow
|
|||
Auto Name:Wifi Remote Play
|
||||
Summary:Media remote control
|
||||
Description:
|
||||
Remote Control for MPC (Music Player Daemon) and VLC.
|
||||
Wifi Remote Play is a remote control app for the video players Media Player
|
||||
Classic (MPC) and VideoLan Client (VLC), allowing you to control it over a Wi-Fi
|
||||
network.
|
||||
|
||||
Features:
|
||||
|
||||
* Remote control for: Play, pause, skip forwards/backwards through a track, jump to any point in the track, and jump to previous/next track.
|
||||
* Status shows current track, position, and length.
|
||||
* Volume control, and mute.
|
||||
* File browser to select new tracks, playlists video files (Media Player Classic only).
|
||||
* Toggle between windowed and full screen mode.
|
||||
* Controls for DVD interface (Media Player Classic only).
|
||||
* Symbian version downloaded 2.5 million times since 25 January 2012 - now available for Android!
|
||||
|
||||
For this to work, you need to enable the web interface (for either VLC or Media
|
||||
Player Classic). VLC also now requires a password to be set. For your "IP
|
||||
Address", run "Command Prompt" on the PC where VLC or Media Player Classic is
|
||||
playing, and type ipconfig. It should be listed under "IPv4 Address". If you are
|
||||
having trouble setting up, please check out the webpage/Online Help for advice.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,6 +9,10 @@ Summary:Build your vocabualary
|
|||
Description:
|
||||
Vocabulary building with hundreds of word meanings chosen carefully from various
|
||||
SAT, GRE and GMAT course materials.
|
||||
|
||||
You will get random words from a very big offline in-app dictionary. You have to
|
||||
guess the meaning of the word in 1 second otherwise the app will show it to you.
|
||||
So you need to be fast. You can tap anywhere to get the next word.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -8,7 +8,12 @@ Auto Name:TVHGuide
|
|||
Summary:TVHeadEnd PVR client
|
||||
Description:
|
||||
Watch live TV and recordings from your home theatre setup if you have a
|
||||
TVHeadEnd PVR
|
||||
TVHeadEnd PVR. Features include:
|
||||
|
||||
* List channels and their upcoming events
|
||||
* Search the EPG for upcomming events
|
||||
* Schedule, cancel and remove recordings
|
||||
* Stream audio and video (via http)
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,6 +9,17 @@ Auto Name:Wifi Fixer
|
|||
Summary:Resets broken WiFi connections
|
||||
Description:
|
||||
Detects and resets a broken WiFi connection.
|
||||
|
||||
Wifi Fixer is a background service that works around several problems with
|
||||
Android wifi, including: Wifi shows connected but internet data not available
|
||||
Known network in range but not detected Best network not used Supplicant frozen
|
||||
Supplicant in likely failure state
|
||||
|
||||
Apps can’t prevent disconnections or boost low signals. Wifi Fixer will detect
|
||||
and attempt recovery when these problems are detected.
|
||||
|
||||
You can tune your Wifi Acess Point's settings to minimize disconnections. Please
|
||||
refer to Wifi Fixer’s help documents for more information.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -8,9 +8,14 @@ Name:WALLETH
|
|||
Auto Name:WallΞTH
|
||||
Summary:Ethereum wallet
|
||||
Description:
|
||||
Ethereum wallet Networks: main(1), ropsten(3), rinkeby(4) Features:
|
||||
Tokens(ERC-20), ERC-67 URLs, ERC-55 Checksums, TREZOR Support, watch only
|
||||
accounts, contains go-ethereum light client
|
||||
Ethereum wallet Networks: main(1), ropsten(3), rinkeby(4)
|
||||
|
||||
Features: Tokens(ERC-20), ERC-67 / ERC-681 URLs, ERC-55 Checksums, TREZOR
|
||||
Support (via USB-OTG - model 1 and model T), watch only accounts, offline
|
||||
signing, JSON UTC key import/export, display value in fiat like EUR, NZD, USD,
|
||||
.. or MakerDAO DAI, display function …
|
||||
|
||||
contains go-ethereum light client
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -10,6 +10,20 @@ Auto Name:Yaaic
|
|||
Summary:IRC (chat) client
|
||||
Description:
|
||||
Yaaic (Yet Another Android IRC Client) is an Internet Relay Chat (IRC) client.
|
||||
|
||||
Some of the features:
|
||||
|
||||
* multi-server/channel support
|
||||
* SASL support
|
||||
* Colored text as well as mIRC colors
|
||||
* Smooth channel scrolling / swiping
|
||||
* Message icons
|
||||
* A bunch of commands
|
||||
* Many supported charsets
|
||||
* Colored nicknames
|
||||
* Nick completion (use search button)
|
||||
* Graphical smilies
|
||||
* Scrollback history
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -7,7 +7,8 @@ Issue Tracker:https://github.com/bronydell/Android-MGKEapp/issues
|
|||
Auto Name:Расписание МГКЭ
|
||||
Summary:Track updates of schedule on college site
|
||||
Description:
|
||||
Tracks updates of schedule on college site and shows it in the app.
|
||||
Tracks updates of schedule on the Minsk gosudarvennogo Electronics College site
|
||||
and shows it in the app.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
AntiFeatures:NonFreeAdd,NonFreeNet
|
||||
Categories:Internet
|
||||
License:MIT
|
||||
Web Site:https://github.com/2Ra66it/updater-for-spotify
|
||||
|
|
|
@ -10,6 +10,17 @@ Summary:Canadian satellite weather maps
|
|||
Description:
|
||||
View live weather radar imagery from the Canadian government. The weatherdata is
|
||||
available under a non-commercial license.
|
||||
|
||||
With GPS integration in addition to all the features available at
|
||||
[http://weather.gc.ca/radar/ Environment Canada's website] WiseRadar removes all
|
||||
the hassle from checking up on the latest storm front. This app was designed for
|
||||
minimal headaches and just to-the-point radar imagery.
|
||||
|
||||
Key features include:
|
||||
|
||||
* All radar locations Canada wide!
|
||||
* Pinch zoom on images to see just how close the storm is to your home
|
||||
* Show your exact location on the image using your device's GPS sensor!
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
Loading…
Reference in a new issue