65 lines
2.2 KiB
YAML
65 lines
2.2 KiB
YAML
|
Categories:
|
|||
|
- Navigation
|
|||
|
License: LGPL-3.0-only
|
|||
|
SourceCode: https://github.com/ushahidi/Ushahidi_Android
|
|||
|
|
|||
|
AutoName: Ushahidi
|
|||
|
Description: |-
|
|||
|
Ushahidi is a web and mobile platform that allows you to create, visualize and
|
|||
|
share stories on a map. It allows individuals to share their stories on their
|
|||
|
own terms using the tools they already have. Sync with any Ushahidi deployment.
|
|||
|
Send reports with images and location data as well as receive alerts from others
|
|||
|
who have sent in reports to the site.
|
|||
|
|
|||
|
The app supports loading of multiple deployments at one time, quick filtering
|
|||
|
through reports, exploring incident locations on the map, viewing report photos,
|
|||
|
news article, media as well as sharing reports via email, SMS or Twitter. Once
|
|||
|
the data has been downloaded, the app can function without an internet
|
|||
|
connection, allowing accurate collection of data utilizing the device’s camera
|
|||
|
and GPS capabilities
|
|||
|
|
|||
|
RepoType: git
|
|||
|
Repo: https://github.com/ushahidi/Ushahidi_Android.git
|
|||
|
|
|||
|
Builds:
|
|||
|
- versionName: 3.1.4
|
|||
|
versionCode: 29
|
|||
|
disable: requires Google Maps and API keys (for the moment)
|
|||
|
commit: unknown - see disabled
|
|||
|
subdir: Themes/Ushahidi
|
|||
|
init: rm -f ../../Libraries/cwacmerge/build.xml
|
|||
|
prebuild:
|
|||
|
- mkdir src
|
|||
|
- cp ../../Core/libs/* libs/
|
|||
|
- rm -f libs/action*
|
|||
|
- sed -i 's/\"com.google.android.maps\"/\"com.google.android.maps\" android:required="false"/g'
|
|||
|
AndroidManifest.xml
|
|||
|
androidupdate:
|
|||
|
- .
|
|||
|
- ../../Core
|
|||
|
- ../../Libraries/cwacmerge
|
|||
|
- ../../Libraries/abs
|
|||
|
|
|||
|
- versionName: '3.9'
|
|||
|
versionCode: 36
|
|||
|
disable: requires Google Maps and API keys (for the moment)
|
|||
|
commit: unknown - see disabled
|
|||
|
subdir: Themes/Ushahidi
|
|||
|
init: rm -f ../../Libraries/cwacmerge/build.xml
|
|||
|
prebuild:
|
|||
|
- mkdir src
|
|||
|
- cp ../../Core/libs/* libs/
|
|||
|
- rm -f libs/action*
|
|||
|
- sed -i 's/\"com.google.android.maps\"/\"com.google.android.maps\" android:required="false"/g'
|
|||
|
AndroidManifest.xml
|
|||
|
androidupdate:
|
|||
|
- .
|
|||
|
- ../../Core
|
|||
|
- ../../Libraries/cwacmerge
|
|||
|
- ../../Libraries/abs
|
|||
|
|
|||
|
AutoUpdateMode: None
|
|||
|
UpdateCheckMode: RepoManifest
|
|||
|
CurrentVersion: '3.9'
|
|||
|
CurrentVersionCode: 36
|