Discussion:
Notifications not readable
mobileorg-android+noreply-APn2wQfwq-IpMtfkOxHFOtCe-J5gygaqk-g4FQ-/
2013-02-20 01:23:17 UTC
Permalink
Notifications from MobileOrg are not readable on my phone, because they use a light text on a light background.

My phone is a Nexus 4 running Android 4.2.2 and MobileOrg 0.9.8. The problem appears to be related to line 9 of AndroidManifest.xml:

<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="8" />

Changing targetSdkVersion from 8 to 15 causes the notifications to appear with a dark background on my phone, as desired.
Aaron Peromsik via mobileorg-android
2013-02-20 14:29:37 UTC
Permalink
I've seen similar behavior but didn't realize the fix would be so simple.
Perhaps you could submit a pull request?
Post by mobileorg-android+noreply-APn2wQfwq-IpMtfkOxHFOtCe-J5gygaqk-g4FQ-/
Notifications from MobileOrg are not readable on my phone, because they
use a light text on a light background.
My phone is a Nexus 4 running Android 4.2.2 and MobileOrg 0.9.8. The
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="8" />
Changing targetSdkVersion from 8 to 15 causes the notifications to appear
with a dark background on my phone, as desired.
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Eric Fraga via mobileorg-android
2013-10-26 14:18:56 UTC
Permalink
I would love to fix this problem (light text on light background) now that
I have started using MobileOrg for clocking and so the notification entry
is there most of the time. I cannot read the text at all basically. How
can I fix it for my phone? I assume that the manifest is only looked at
during installation?

Thanks,
eric
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...