Skip to content

Commit 32003fe

Browse files
DeveloperDeveloper
authored andcommitted
Changing plugin files name
1 parent 3c17b2e commit 32003fe

747 files changed

Lines changed: 10683 additions & 33987 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

6 KB
Binary file not shown.

demo/.DS_Store

6 KB
Binary file not shown.

demo/SocketDemoApp/.DS_Store

6 KB
Binary file not shown.
6 KB
Binary file not shown.

demo/SocketDemoApp/platforms/android/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<manifest android:hardwareAccelerated="true" android:versionCode="1" android:versionName="0.0.1" android:windowSoftInputMode="adjustPan" package="com.tlantic.socketdemo" xmlns:android="http://schemas.android.com/apk/res/android">
33
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" />
4-
<uses-permission android:name="android.permission.INTERNET" />
54
<application android:hardwareAccelerated="true" android:icon="@drawable/icon" android:label="@string/app_name">
65
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/app_name" android:name="SocketDemoApp" android:theme="@android:style/Theme.Black.NoTitleBar">
76
<intent-filter>
Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
cordova.define('cordova/plugin_list', function(require, exports, module) {
2-
module.exports = [
3-
{
4-
"file": "plugins/com.tlantic.plugins.socket/www/socket.js",
5-
"id": "com.tlantic.plugins.socket.Socket",
6-
"clobbers": [
7-
"window.tlantic.plugins.socket"
8-
]
9-
}
10-
];
2+
module.exports = [];
113
module.exports.metadata =
124
// TOP OF METADATA
13-
{
14-
"com.tlantic.plugins.socket": "0.1.0"
15-
}
5+
{}
166
// BOTTOM OF METADATA
177
});

demo/SocketDemoApp/platforms/android/assets/www/plugins/com.tlantic.plugins.socket/www/socket.js

Lines changed: 0 additions & 53 deletions
This file was deleted.

demo/SocketDemoApp/platforms/android/res/xml/config.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<feature name="App">
55
<param name="android-package" value="org.apache.cordova.App" />
66
</feature>
7-
<feature name="Socket">
8-
<param name="android-package" value="com.tlantic.plugins.socket.SocketPlugin" />
9-
</feature>
107
<name>SocketDemoApp</name>
118
<description>
129
A sample Apache Cordova application that responds to the deviceready event.

demo/SocketDemoApp/platforms/android/src/com/tlantic/plugins/socket/Connection.java

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)