mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Setting CVC to 0 was an old way to make `fdroid update` use the highest versionCode as the CurrentVersionCode. This has been obsolete for a while, so its time to purge these. Now, when CurrentVersionCode is unset, then the highest versionCode is used. sed -i -e '/^CurrentVersionCode: 0$/d' -e "/^CurrentVersion: '0'$/d" *.yml
62 lines
1.8 KiB
YAML
62 lines
1.8 KiB
YAML
AntiFeatures:
|
|
- UpstreamNonFree
|
|
Categories:
|
|
- Science & Education
|
|
License: Apache-2.0
|
|
WebSite: http://opendatakit.org
|
|
SourceCode: https://code.google.com/p/opendatakit/source
|
|
|
|
AutoName: ODK Collect
|
|
Description: |-
|
|
Sample blank surveys can be downloaded within the app.
|
|
|
|
Open Data Kit (ODK) is a cross-platform set of tools which help organizations
|
|
author, field, and manage mobile data collection solutions. ODK provides an
|
|
out-of-the-box solution for users to:
|
|
|
|
* Build a data collection form or survey;
|
|
* Collect the data on a mobile device and send it to a server; and
|
|
* Aggregate the collected data on a server and extract it in useful formats.
|
|
|
|
In addition to socio-economic and health surveys with GPS locations and images,
|
|
ODK is being used to create decision support for clinicians and for building
|
|
multimedia-rich nature mapping tools. See featured deployments and list of tools
|
|
for more examples of what the ODK community is doing. We welcome and encourage
|
|
participation from the user community.
|
|
|
|
Newer versions of this app exist, but contain proprietary software, so updates
|
|
are unlikely to appear here.
|
|
|
|
RepoType: hg
|
|
Repo: https://code.google.com/p/opendatakit.collect
|
|
|
|
Builds:
|
|
- versionName: 1.2.1
|
|
versionCode: 1015
|
|
commit: 6b017ddf90f2
|
|
prebuild:
|
|
- mkdir -p libs
|
|
- mv lib/* libs/
|
|
target: Google Inc.:Google APIs:10
|
|
|
|
- versionName: 1.2.1+
|
|
versionCode: 1020
|
|
commit: v1.2.1 rev 1020
|
|
forceversion: true
|
|
prebuild:
|
|
- mkdir -p libs
|
|
- mv lib/* libs/
|
|
target: Google Inc.:Google APIs:10
|
|
|
|
- versionName: 1.2.2
|
|
versionCode: 1023
|
|
commit: v1.2.2 rev 1023
|
|
prebuild:
|
|
- mkdir -p libs
|
|
- mv lib/* libs/
|
|
target: Google Inc.:Google APIs:10
|
|
|
|
MaintainerNotes: Google Play Services as of 1.4.
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|