2013-12-10 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/EventList.java: fixed Java warning. * res/drawable-ldpi/config.png, res/drawable-ldpi/about.png: changed the icons to green icons, thanks Carla. * AndroidManifest.xml: incremented the version number. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9202 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ef5ba03eee
commit
c4120ef440
|
@ -16,8 +16,8 @@
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="pandroid_event_viewer.pandorafms"
|
package="pandroid_event_viewer.pandorafms"
|
||||||
android:versionCode="4"
|
android:versionCode="5"
|
||||||
android:versionName="1.3" >
|
android:versionName="1.4" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="8"
|
android:minSdkVersion="8"
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
2013-12-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* src/pandroid_event_viewer/pandorafms/EventList.java: fixed Java
|
||||||
|
warning.
|
||||||
|
|
||||||
|
* res/drawable-ldpi/config.png, res/drawable-ldpi/about.png: changed
|
||||||
|
the icons to green icons, thanks Carla.
|
||||||
|
|
||||||
|
* AndroidManifest.xml: incremented the version number.
|
||||||
|
|
||||||
2013-12-09 Miguel de Dios <miguel.dedios@artica.es>
|
2013-12-09 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* src/pandroid_event_viewer/pandorafms/EventList.java: fixed the
|
* src/pandroid_event_viewer/pandorafms/EventList.java: fixed the
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -32,7 +32,6 @@ import android.app.TabActivity;
|
||||||
import android.content.BroadcastReceiver;
|
import android.content.BroadcastReceiver;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.content.DialogInterface;
|
import android.content.DialogInterface;
|
||||||
import android.content.DialogInterface.OnCancelListener;
|
|
||||||
import android.content.DialogInterface.OnDismissListener;
|
import android.content.DialogInterface.OnDismissListener;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import android.content.IntentFilter;
|
import android.content.IntentFilter;
|
||||||
|
|
Loading…
Reference in New Issue