ushahidi / Ushahidi_Android

[Deprecated] Ushahidi Android app For Ushahidi V2.x.x. Working on V3.x.x at
https://github.com/ushahidi/platform-android/
GNU Lesser General Public License v3.0
202 stars 148 forks source link

Version 3.02 issue #75

Closed sfboy closed 11 years ago

sfboy commented 12 years ago

By compiling the version 3.02 source code, there's following issue

http://imageshack.us/photo/my-images/542/splashissue.jpg/

sfboy commented 12 years ago

any feedback?

Magaz commented 12 years ago

Is there any possibilities to add some very useful features: AutoSyns, AutoSync Frequency, Background notifications like in Beijing 2.9.5 for example

Also what I` d like to add to App is background checkin mode..with some frequency

Thank you for your work and best regards!

eyedol commented 12 years ago

@sfboy What do you have in your manifest file for this

<activity
            android:name="com.ushahidi.android.app.activities.SplashScreenActivity"
            android:theme="@android:style/Theme.Black.NoTitleBar" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
</activity>