File tree Expand file tree Collapse file tree 6 files changed +20
-8
lines changed
src/net/yourhouse/myhouse Expand file tree Collapse file tree 6 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 1
1
default.properties
2
- local.properties
2
+ local.properties
3
+ * .keystore
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" net.yourhouse.myhouse.www "
3
+ package =" net.yourhouse.myhouse"
4
4
android : versionName =" 2.0.0"
5
5
android : versionCode =" 6"
6
6
android : installLocation =" auto" >
35
35
36
36
</activity >
37
37
38
- <service android : exported =" true" android : name =" net.yourhouse.myhouse.www. RadioService"
38
+ <service android : exported =" true" android : name =" net.yourhouse.myhouse.RadioService"
39
39
android : enabled =" true" ></service >
40
40
41
41
</application >
42
42
43
43
<uses-sdk android : minSdkVersion =" 8" />
44
44
45
- </manifest >
45
+ </manifest >
Original file line number Diff line number Diff line change
1
+ 2014-10-21 pads <
[email protected] >
2
+
3
+ * .gitignore:
4
+ - Ignore keystore files.
5
+
6
+ * AndroidManifest.xml:
7
+ * src/net/yourhouse/myhouse/IRadioService.aidl:
8
+ * src/net/yourhouse/myhouse/RadioApp.java:
9
+ * src/net/yourhouse/myhouse/RadioService.java:
10
+ - Rename package to be able to publish the APK as a new app.
11
+
1
12
2014-10-21 pads <
[email protected] >
2
13
3
14
* assets/shoutbox.html:
Original file line number Diff line number Diff line change 1
- package net.yourhouse.myhouse.www ;
1
+ package net.yourhouse.myhouse ;
2
2
3
3
interface IRadioService {
4
4
String errors ();
5
5
String showName ();
6
6
void start ();
7
7
void stop ();
8
8
int state ();
9
- }
9
+ }
Original file line number Diff line number Diff line change 1
- package net .yourhouse .myhouse . www ;
1
+ package net .yourhouse .myhouse ;
2
2
3
3
import android .app .TabActivity ;
4
4
import android .app .AlertDialog ;
Original file line number Diff line number Diff line change 1
- package net .yourhouse .myhouse . www ;
1
+ package net .yourhouse .myhouse ;
2
2
3
3
import android .app .Service ;
4
4
import android .content .Intent ;
You can’t perform that action at this time.
0 commit comments