6c177c1fc3
!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/scheich/Throughput
|
|
IssueTracker: https://github.com/scheich/Throughput/issues
|
|
|
|
AutoName: Throughput
|
|
Summary: Notification monitor for network throughput
|
|
Description: |-
|
|
Android app to monitor the throughput of your network connections. You will get
|
|
an persistent notification, which indicates network activity. Upload and
|
|
Download activity also displayed as small icons, you will see without pulling
|
|
the notification bar. Other optional informations are:
|
|
|
|
* Ticker message on network change
|
|
* Public or local ipv4 address
|
|
* Neighbor cell count
|
|
* Signal strength
|
|
* Wifi link speed
|
|
* Showing names of the most actives app
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/scheich/Throughput.git
|
|
|
|
Builds:
|
|
- versionName: '0.67'
|
|
versionCode: 9
|
|
commit: 575011e3ab4ac40eb96e9d1b01e055c5ba0d47bd
|
|
|
|
- versionName: '0.73'
|
|
versionCode: 12
|
|
commit: c49527a6ad50e94962aac48d9d4149f9ac3082c6
|
|
|
|
- versionName: '0.76'
|
|
versionCode: 15
|
|
commit: 0b36f4db30201beeb1769775352549c2a380874c
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '0.80'
|
|
CurrentVersionCode: 18
|