Upload properly from the background. Push out notification

Also update java-mwapi to support progress callbacks
This commit is contained in:
YuviPanda 2012-10-13 03:41:13 +05:30
parent 5beb650063
commit 9175eaed95
6 changed files with 150 additions and 123 deletions

View file

@ -5,5 +5,14 @@
<style name="NoTitle" parent="AppTheme">
<item name="android:windowNoTitle">true</item>
</style>
<style name="NotificationText">
<item name="android:textColor">?android:attr/textColorPrimary</item>
</style>
<style name="NotificationTitle">
<item name="android:textColor">?android:attr/textColorPrimary</item>
<item name="android:textStyle">bold</item>
</style>
</resources>