Skip to content
Snippets Groups Projects
Commit 717be180 authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

Merge branch 'master' of warpzone.ms:wz-status

parents a7b509a3 18ad7e6c
No related branches found
No related tags found
No related merge requests found
Showing
with 230 additions and 0 deletions
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Warpzone Status Widget</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.source=1.6
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ms.warpzone.warpzonestatuswidget"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="17" />
<uses-permission
android:name="android.permission.INTERNET" />
<uses-permission
android:name="android.permission.VIBRATE" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="ms.warpzone.warpzonestatuswidget.SettingsActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
</intent-filter>
</activity>
<receiver android:name="ms.warpzone.warpzonestatuswidget.WidgetProvider" >
<intent-filter >
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_provider" />
</receiver>
</application>
</manifest>
/** Automatically generated file. DO NOT MODIFY */
package ms.warpzone.warpzonestatuswidget;
public final class BuildConfig {
public final static boolean DEBUG = true;
}
\ No newline at end of file
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package ms.warpzone.warpzonestatuswidget;
public final class R {
public static final class array {
public static final int pref_sync_frequency_titles=0x7f060000;
public static final int pref_sync_frequency_values=0x7f060001;
}
public static final class attr {
}
public static final class drawable {
public static final int border=0x7f020000;
public static final int ic_launcher=0x7f020001;
public static final int warpzone_logo_green_small=0x7f020002;
public static final int warpzone_logo_orange_small=0x7f020003;
public static final int warpzone_logo_red_small=0x7f020004;
public static final int warpzone_logo_small=0x7f020005;
}
public static final class id {
public static final int imageView=0x7f080000;
}
public static final class layout {
public static final int widget_layout=0x7f030000;
}
public static final class string {
public static final int app_name=0x7f050000;
public static final int pref_button_done=0x7f050009;
/** Strings related to Settings
Example settings for Data & Sync
*/
public static final int pref_header_data_sync=0x7f050001;
/** Example settings for Notifications
*/
public static final int pref_header_notifications=0x7f050004;
public static final int pref_ringtone_silent=0x7f050007;
public static final int pref_title_ringtone=0x7f050006;
public static final int pref_title_status_change_notifications=0x7f050005;
public static final int pref_title_sync_frequency=0x7f050002;
public static final int pref_title_system_sync_settings=0x7f050003;
public static final int pref_title_vibrate=0x7f050008;
}
public static final class style {
/**
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
API 11 theme customizations can go here.
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
API 14 theme customizations can go here.
*/
public static final int AppBaseTheme=0x7f070000;
/** Application theme.
All customizations that are NOT specific to a particular API-level can go here.
*/
public static final int AppTheme=0x7f070001;
}
public static final class xml {
public static final int pref_data_sync=0x7f040000;
public static final int pref_headers=0x7f040001;
public static final int pref_notification=0x7f040002;
public static final int widget_provider=0x7f040003;
}
}
Android/Warpzone Status Widget/ic_launcher-web.png

36.6 KiB

File added
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Control Systems.
#
# To customize properties used by the Ant build system edit
# "ant.properties", and override values to adapt the script to your
# project structure.
#
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-17
Android/Warpzone Status Widget/res/drawable-hdpi/ic_launcher.png

2.94 KiB

Android/Warpzone Status Widget/res/drawable-hdpi/warpzone_logo_green_small.png

7.42 KiB

Android/Warpzone Status Widget/res/drawable-hdpi/warpzone_logo_orange_small.png

7.55 KiB

Android/Warpzone Status Widget/res/drawable-hdpi/warpzone_logo_red_small.png

7.41 KiB

Android/Warpzone Status Widget/res/drawable-hdpi/warpzone_logo_small.png

6.41 KiB

Android/Warpzone Status Widget/res/drawable-ldpi/ic_launcher.png

1.42 KiB

Android/Warpzone Status Widget/res/drawable-mdpi/ic_launcher.png

1.93 KiB

Android/Warpzone Status Widget/res/drawable-xhdpi/ic_launcher.png

3.96 KiB

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#77000000" />
<stroke android:width="1dp" android:color="#77999999" />
<padding android:left="4dp" android:top="4dp" android:right="4dp" android:bottom="4dp" />
<corners android:radius="64dp" android:topRightRadius="20dp" />
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="63dp"
android:layout_height="63dp"
android:orientation="vertical"
android:background="@drawable/border">
<ImageView
android:id="@+id/imageView"
android:layout_width="55.5dp"
android:layout_height="55.5dp"
android:src="@drawable/warpzone_logo_orange_small" />
</LinearLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment