more detailed descriptions (part 2)
This commit is contained in:
parent
5db5283485
commit
0a311747d3
|
@ -7,7 +7,11 @@ Issue Tracker:https://github.com/antlersoft/android-vnc-viewer/issues
|
||||||
Auto Name:androidVNC
|
Auto Name:androidVNC
|
||||||
Summary:VNC (remote desktop) viewer
|
Summary:VNC (remote desktop) viewer
|
||||||
Description:
|
Description:
|
||||||
A VNC (Virtual Network Computing) client.
|
A VNC (Virtual Network Computing) client: See and control your computer's
|
||||||
|
desktop from your device. androidVNC lets you connect to most VNC servers: incl
|
||||||
|
TightVNC, RealVNC on Win and Linux, x11vnc, and Apple Remote Desktop on OS/X.
|
||||||
|
Lots of customizable features let you adapt the way your device controls map to
|
||||||
|
the controls of your desktop.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Categories:Science & Education
|
Categories:Science & Education
|
||||||
License:Apache-2.0
|
License:Apache-2.0
|
||||||
Web Site:https://code.google.com/p/arity-calculator
|
Web Site:
|
||||||
Source Code:https://code.google.com/p/arity-calculator/source
|
Source Code:
|
||||||
Issue Tracker:
|
Issue Tracker:
|
||||||
|
|
||||||
Auto Name:Arity
|
Auto Name:Arity
|
||||||
|
@ -11,14 +11,13 @@ Scientific calculator with complex numbers and graphing of user-defined
|
||||||
functions.
|
functions.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:hg
|
|
||||||
Repo:https://code.google.com/p/arity-calculator
|
|
||||||
|
|
||||||
Build:1.27,27
|
Build:1.27,27
|
||||||
commit=ad8847de5df0
|
commit=ad8847de5df0
|
||||||
target=android-8
|
target=android-8
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Static
|
Update Check Mode:None
|
||||||
Current Version:1.27
|
Current Version:1.27
|
||||||
Current Version Code:27
|
Current Version Code:27
|
||||||
|
|
||||||
|
No Source Since:1.28
|
||||||
|
|
|
@ -9,6 +9,14 @@ Summary:Get APK files from installed apps
|
||||||
Description:
|
Description:
|
||||||
Extract APKs from your device, even if installed from the Playstore. Root access
|
Extract APKs from your device, even if installed from the Playstore. Root access
|
||||||
is required for paid apps.
|
is required for paid apps.
|
||||||
|
|
||||||
|
* Fast and easy to use.
|
||||||
|
* Extracts almost all applications, includes system applications.
|
||||||
|
* ROOT access only required for extracting paid apps.
|
||||||
|
* Apk's will be saved in /sdcard/Download/Eimon/.
|
||||||
|
* Provided Search option to search applications.
|
||||||
|
* Compatible with latest version of Android 6.0
|
||||||
|
* Saved apk format : AppPackageName.apk.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -10,7 +10,9 @@ Auto Name:AndrOBD
|
||||||
Summary:Connect to your car's OBD system
|
Summary:Connect to your car's OBD system
|
||||||
Description:
|
Description:
|
||||||
Use your phone/tablet to connect to your car's on-board diagnostics system via
|
Use your phone/tablet to connect to your car's on-board diagnostics system via
|
||||||
any ELM327 bluetooth adapter.
|
any ELM327 bluetooth adapter. This app then lets you read and clear fault codes,
|
||||||
|
read/record live data, read freeze frame and vehicle info data, offers you data
|
||||||
|
charts, a dashboard, export functionality and more.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -7,7 +7,16 @@ Issue Tracker:https://github.com/iamtrk/Device-Explorer/issues
|
||||||
Auto Name:Android Explorer
|
Auto Name:Android Explorer
|
||||||
Summary:Get device information
|
Summary:Get device information
|
||||||
Description:
|
Description:
|
||||||
Get various hardware and software information from the device.
|
Get various hardware and software information from the device:
|
||||||
|
|
||||||
|
* Device IDs information (IMEI, IMSI, SIM Serial, Android ID, MAC Address).
|
||||||
|
* Build data (Manufacturer, OS Version, CPU Architecture).
|
||||||
|
* CPU & RAM Usage.
|
||||||
|
* Root & Encryption check.
|
||||||
|
* Display information.
|
||||||
|
* File system information.
|
||||||
|
* Kernel details.
|
||||||
|
* Runtime information.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -12,6 +12,15 @@ A simple VU-style audio meter. You can choose from several formulas to allow
|
||||||
the meter to work in low- and high-noise level enviromnents.
|
the meter to work in low- and high-noise level enviromnents.
|
||||||
|
|
||||||
I noticed there was no audio meter in F-Droid, so I thought I'd build one.
|
I noticed there was no audio meter in F-Droid, so I thought I'd build one.
|
||||||
|
|
||||||
|
The app offers a few ways to calculate the audio level to display:
|
||||||
|
|
||||||
|
* dBFS: Decibels relative to Full Scale.
|
||||||
|
* RMS: Root Mean Square. This is arguable the most correct, but it is a little insensitive at low volumes.
|
||||||
|
* LogRMS: Natural log of RMS: My first attempt to even out the scale. It's a little too sensitive to noisy mics.
|
||||||
|
* SqrtRMS: Squareroot of RMS: My second attempt to even out RMS: it seems to works best.
|
||||||
|
* Max: Simply find the loudest bit of each sample. Most responsive, but will peg the scale on noisey places.
|
||||||
|
* Avg: Simple average of the sound.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -7,7 +7,9 @@ Issue Tracker:https://github.com/Arjun-sna/android-permission-checker-app/issues
|
||||||
Auto Name:Android Permissions
|
Auto Name:Android Permissions
|
||||||
Summary:Check requested permission details of all installed applications
|
Summary:Check requested permission details of all installed applications
|
||||||
Description:
|
Description:
|
||||||
App to see details of permissions required by all the installed apps.
|
App to see details of permissions required by all the installed apps. It lets
|
||||||
|
you browse by installed apps ("what permissions does this app request?", and
|
||||||
|
also by permission groups ("which app does request this permission?").
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -7,7 +7,13 @@ Issue Tracker:https://github.com/indrora/Atomic/issues
|
||||||
Auto Name:Atomic
|
Auto Name:Atomic
|
||||||
Summary:IRC (chat) client
|
Summary:IRC (chat) client
|
||||||
Description:
|
Description:
|
||||||
Internet Relay Chat (IRC) client based on [[org.yaaic]].
|
Internet Relay Chat (IRC) client based on [[org.yaaic]] offering
|
||||||
|
|
||||||
|
* Improved graphics
|
||||||
|
* A more managed settings infrastructure
|
||||||
|
* Color schemes
|
||||||
|
* Generally more helpful error messages
|
||||||
|
* Improved support for low-end devices
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -9,7 +9,9 @@ Summary:Sync Android notifications to a Linux desktop
|
||||||
Description:
|
Description:
|
||||||
Sync Android notifications encrypted to a Linux desktop with tcp or bluetooth.
|
Sync Android notifications encrypted to a Linux desktop with tcp or bluetooth.
|
||||||
|
|
||||||
This is the client part of AN2Linux.
|
This is the client part of AN2Linux. For AN2Linux to work you need to have the
|
||||||
|
[https://github.com/rootkiwi/an2linuxserver/ server part] running on your
|
||||||
|
computer.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -8,7 +8,9 @@ Auto Name:AndroidPN Client
|
||||||
Summary:Push Notification Client
|
Summary:Push Notification Client
|
||||||
Description:
|
Description:
|
||||||
Android Push Notification Client. Obtain server from
|
Android Push Notification Client. Obtain server from
|
||||||
[https://sourceforge.net/projects/androidpn/ here].
|
[https://sourceforge.net/projects/androidpn/ here]. ''AndroidPN'' is based on
|
||||||
|
XMPP. The server part also offers an admin console to send out notifications to
|
||||||
|
a single device or all devices registered with the server.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
Loading…
Reference in a new issue