[Deprecated] Ushahidi Android app For Ushahidi V2.x.x
Ushahidi Android app For Ushahidi V2.x.x is not compatible with V3.x.x. The source code for the mobile app that works with V3+ is at https://github.com/ushahidi/platform-mobile-app
Ushahidi is an open source platform for democratizing information, increasing transparency and lowering the barriers for individuals to share their stories.
The Ushahidi Android app synchronizes with any Ushahidi deployment allowing viewing and creation of incident reports on the go.
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.
For more information visit:
We are channeling all energies into developing the new Android client built on top of v3 APIs. We will still accept PR
and will publish a release once we get a couple of PRs
for fixes and features from the community.
Duplicate the /Themes/Ushahidi folder and rename with your theme name, for example /Themes/MyTheme. Note, you can use /Beijing or /Inherity themes as an example.
Replace the files "/Themes/MyTheme/res/drawable-hdpi/icon.png" (72 x 72), "/Themes/MyTheme/res/drawable-ldpi/icon.png" (36px x 36px) and "/Themes/MyTheme/res/drawable-mdpi/icon.png"(48px x 48px) with your custom designed application icon. You can use this (launcher icon generator)[http://android-ui-utils.googlecode.com/hg/asset-studio/dist/icons-launcher.html] tool to generate a launcher Icon.
Replace the file "/Themes/MyTheme/res/drawable/splash.png" with your custom designed splash image. It should be of the size 320px x 480px
Replace the file "/Themes/MyTheme/res/drawable/about.png" (320px x 440px) with your custom about background image.
Replace the file "/Themes/MyTheme/res/drawable/logo.png" (260px x 68px) with your deployment logo.
Replace the file "/Themes/MyTheme/res/drawable/notification.png" (21px x 21px) with your custom notification image.
Replace the file "/Themes/MyTheme/res/drawable/report.png" (50px x 50px) with your placeholder if report images
In the "/Themes/MyTheme/res/values/theme.xml", replace the various hexadecimal color codes with your own colors that match your deployment, for example #edd5c9
In the "/Themes/MyTheme/res/values/theme.xml", specify the app_title
and also various URLs for your deployment:
deployment_url
team_url
media_url
twitter_url
facebook_url
contact_url
Note:, if you do not have a Facebook or Twitter account, leaving these values blank will hide these About screen buttons.
In the "/Themes/MyTheme/res/values/theme.xml", update the about_text
with a description of your deployment.
To build any of the white-labled app, read the wiki entry.