commit 55ca4db95a451508ae242797b66eb118901b5c9a Author: Christoph Haas Date: Mon Dec 9 12:32:07 2013 +0000 diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..26bdfa6 --- /dev/null +++ b/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..b5dac48 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + MVNOroaming + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 0000000..48ab4c6 --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +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 diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..c638190 --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/AndroidManifest.xml b/bin/AndroidManifest.xml new file mode 100644 index 0000000..c638190 --- /dev/null +++ b/bin/AndroidManifest.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/classes/at/sprinternet/mvnoroaming/BuildConfig.class b/bin/classes/at/sprinternet/mvnoroaming/BuildConfig.class new file mode 100644 index 0000000..3170a45 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/BuildConfig.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/ExecuteAsRoot.class b/bin/classes/at/sprinternet/mvnoroaming/ExecuteAsRoot.class new file mode 100644 index 0000000..a02b721 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/ExecuteAsRoot.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/MVNORoamingStatusChanger$1.class b/bin/classes/at/sprinternet/mvnoroaming/MVNORoamingStatusChanger$1.class new file mode 100644 index 0000000..32599d1 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/MVNORoamingStatusChanger$1.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/MVNORoamingStatusChanger$2.class b/bin/classes/at/sprinternet/mvnoroaming/MVNORoamingStatusChanger$2.class new file mode 100644 index 0000000..aa38b00 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/MVNORoamingStatusChanger$2.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/MVNORoamingStatusChanger.class b/bin/classes/at/sprinternet/mvnoroaming/MVNORoamingStatusChanger.class new file mode 100644 index 0000000..a084fc9 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/MVNORoamingStatusChanger.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/R$attr.class b/bin/classes/at/sprinternet/mvnoroaming/R$attr.class new file mode 100644 index 0000000..41672ba Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/R$attr.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/R$dimen.class b/bin/classes/at/sprinternet/mvnoroaming/R$dimen.class new file mode 100644 index 0000000..f3ab7af Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/R$dimen.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/R$drawable.class b/bin/classes/at/sprinternet/mvnoroaming/R$drawable.class new file mode 100644 index 0000000..a324692 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/R$drawable.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/R$id.class b/bin/classes/at/sprinternet/mvnoroaming/R$id.class new file mode 100644 index 0000000..df7060c Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/R$id.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/R$layout.class b/bin/classes/at/sprinternet/mvnoroaming/R$layout.class new file mode 100644 index 0000000..76192cc Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/R$layout.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/R$menu.class b/bin/classes/at/sprinternet/mvnoroaming/R$menu.class new file mode 100644 index 0000000..a8cafd9 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/R$menu.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/R$string.class b/bin/classes/at/sprinternet/mvnoroaming/R$string.class new file mode 100644 index 0000000..4ef1049 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/R$string.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/R$style.class b/bin/classes/at/sprinternet/mvnoroaming/R$style.class new file mode 100644 index 0000000..51bfa79 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/R$style.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/R.class b/bin/classes/at/sprinternet/mvnoroaming/R.class new file mode 100644 index 0000000..a03e8f9 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/R.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/RebootService.class b/bin/classes/at/sprinternet/mvnoroaming/RebootService.class new file mode 100644 index 0000000..f953bf4 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/RebootService.class differ diff --git a/bin/classes/at/sprinternet/mvnoroaming/RebootServiceReceiver.class b/bin/classes/at/sprinternet/mvnoroaming/RebootServiceReceiver.class new file mode 100644 index 0000000..ce12789 Binary files /dev/null and b/bin/classes/at/sprinternet/mvnoroaming/RebootServiceReceiver.class differ diff --git a/bin/dexedLibs/android-support-v4-fdaef44f6c6e5e528d87159766bd7e19.jar b/bin/dexedLibs/android-support-v4-fdaef44f6c6e5e528d87159766bd7e19.jar new file mode 100644 index 0000000..4983442 Binary files /dev/null and b/bin/dexedLibs/android-support-v4-fdaef44f6c6e5e528d87159766bd7e19.jar differ diff --git a/bin/res/crunch/drawable-hdpi/ic_launcher.png b/bin/res/crunch/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..e3ca57e Binary files /dev/null and b/bin/res/crunch/drawable-hdpi/ic_launcher.png differ diff --git a/bin/res/crunch/drawable-mdpi/ic_launcher.png b/bin/res/crunch/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..6f084e0 Binary files /dev/null and b/bin/res/crunch/drawable-mdpi/ic_launcher.png differ diff --git a/bin/res/crunch/drawable-xhdpi/ic_launcher.png b/bin/res/crunch/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..7c6b880 Binary files /dev/null and b/bin/res/crunch/drawable-xhdpi/ic_launcher.png differ diff --git a/bin/res/crunch/drawable-xxhdpi/ic_launcher.png b/bin/res/crunch/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..6efc402 Binary files /dev/null and b/bin/res/crunch/drawable-xxhdpi/ic_launcher.png differ diff --git a/gen/at/sprinternet/mvnoroaming/BuildConfig.java b/gen/at/sprinternet/mvnoroaming/BuildConfig.java new file mode 100644 index 0000000..acd9d90 --- /dev/null +++ b/gen/at/sprinternet/mvnoroaming/BuildConfig.java @@ -0,0 +1,6 @@ +/** Automatically generated file. DO NOT MODIFY */ +package at.sprinternet.mvnoroaming; + +public final class BuildConfig { + public final static boolean DEBUG = true; +} \ No newline at end of file diff --git a/gen/at/sprinternet/mvnoroaming/R.java b/gen/at/sprinternet/mvnoroaming/R.java new file mode 100644 index 0000000..27a70d2 --- /dev/null +++ b/gen/at/sprinternet/mvnoroaming/R.java @@ -0,0 +1,79 @@ +/* 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 at.sprinternet.mvnoroaming; + +public final class R { + public static final class attr { + } + public static final class dimen { + /** Default screen margins, per the Android Design guidelines. + + Customize dimensions originally defined in res/values/dimens.xml (such as + screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. + + */ + public static final int activity_horizontal_margin=0x7f040000; + public static final int activity_vertical_margin=0x7f040001; + } + public static final class drawable { + public static final int ic_launcher=0x7f020000; + } + public static final class id { + public static final int action_settings=0x7f080006; + public static final int buttonUpdate=0x7f080002; + public static final int editTextProvider=0x7f080001; + public static final int switchReboot=0x7f080004; + public static final int textView2=0x7f080003; + public static final int textView3=0x7f080005; + public static final int textViewDescription=0x7f080000; + } + public static final class layout { + public static final int activity_mvno=0x7f030000; + } + public static final class menu { + public static final int mvnoroaming_status_changer=0x7f070000; + } + public static final class string { + public static final int action_settings=0x7f050001; + public static final int app_name=0x7f050000; + public static final int copyright=0x7f050007; + public static final int description=0x7f050002; + public static final int enableOnBoot=0x7f050004; + public static final int inputHint=0x7f050003; + public static final int rebootSwitch=0x7f050006; + public static final int update=0x7f050005; + } + 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=0x7f060000; + /** Application theme. + All customizations that are NOT specific to a particular API-level can go here. + */ + public static final int AppTheme=0x7f060001; + } +} diff --git a/ic_launcher-web.png b/ic_launcher-web.png new file mode 100644 index 0000000..eb6168b Binary files /dev/null and b/ic_launcher-web.png differ diff --git a/libs/android-support-v4.jar b/libs/android-support-v4.jar new file mode 100644 index 0000000..9056828 Binary files /dev/null and b/libs/android-support-v4.jar differ diff --git a/proguard-project.txt b/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/proguard-project.txt @@ -0,0 +1,20 @@ +# 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 *; +#} diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..4ab1256 --- /dev/null +++ b/project.properties @@ -0,0 +1,14 @@ +# 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-19 diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..3269f92 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..1df86c3 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..69dab84 Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..ec89fe2 Binary files /dev/null and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/layout/activity_mvno.xml b/res/layout/activity_mvno.xml new file mode 100644 index 0000000..70d4cec --- /dev/null +++ b/res/layout/activity_mvno.xml @@ -0,0 +1,66 @@ + + + + + + + + + +