Merge branch 'feature/com.bernaferrari.changedetection' into 'master'
New app: Change Detection Closes rfp#629 See merge request fdroid/fdroiddata!3740
This commit is contained in:
commit
eee27d898c
32
metadata/com.bernaferrari.changedetection.yml
Normal file
32
metadata/com.bernaferrari.changedetection.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/bernaferrari/ChangeDetection
|
||||
IssueTracker: https://github.com/bernaferrari/ChangeDetection/issues
|
||||
|
||||
AutoName: Change Detection
|
||||
Summary: Automatically track website changes in background
|
||||
Description: |-
|
||||
''Change Detection'' tracks changes on websites you otherwise would visit
|
||||
frequently to see if there is something new. Use cases:
|
||||
|
||||
* Teacher says grades will be published "soon", but no one knows what "soon" means and you are tired of reloading.
|
||||
* You are working with a server and wants to know the result from a request, periodically.
|
||||
* You are waiting for updates on an Exam, like if something was postponed or updated.
|
||||
* You want to monitor the Dagger documentation to see when Thermosiphon's explanation improves.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/bernaferrari/ChangeDetection
|
||||
|
||||
Builds:
|
||||
- versionName: '2.1'
|
||||
versionCode: 30
|
||||
commit: '2.1'
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.1'
|
||||
CurrentVersionCode: 30
|
Loading…
Reference in a new issue