separate gmx connector
commit857a378c5cd9e9cab8c9aae062585b7ba530f8ef
authorFelix Bechstein <f@ub0r.de>
Sun, 17 Jan 2010 16:25:05 +0000 (17 17:25 +0100)
committerFelix Bechstein <f@ub0r.de>
Sun, 17 Jan 2010 16:25:05 +0000 (17 17:25 +0100)
tree6dbc12545bc22e88a2ff91735f09194a2b3396ea
parent9fa4d41c6d7e47188ddd8d66b28b79929f629148
separate gmx connector
17 files changed:
AndroidManifest.xml
connectors/gmx/.classpath [new file with mode: 0644]
connectors/gmx/.gitignore [new file with mode: 0644]
connectors/gmx/.keep [deleted file]
connectors/gmx/.project [new file with mode: 0644]
connectors/gmx/AndroidManifest.xml [copied from AndroidManifest.xml with 50% similarity]
connectors/gmx/build.xml [new file with mode: 0644]
connectors/gmx/default.properties [new file with mode: 0644]
connectors/gmx/res/drawable/icon.png [new file with mode: 0644]
connectors/gmx/res/values/connector_gmx_strings.xml [moved from res/values/connector_gmx_strings.xml with 96% similarity]
connectors/gmx/res/xml/connector_gmx_prefs.xml [moved from res/xml/connector_gmx_prefs.xml with 100% similarity]
connectors/gmx/src/de/ub0r/android/websms/connector/common [new symlink]
connectors/gmx/src/de/ub0r/android/websms/connector/gmx/CommandReceiverGMX.java [moved from src/de/ub0r/android/websms/connector/gmx/CommandReceiverGMX.java with 98% similarity]
connectors/gmx/src/de/ub0r/android/websms/connector/gmx/Preferences.java [moved from src/de/ub0r/android/websms/connector/gmx/Preferences.java with 98% similarity]
connectors/gmx/src/de/ub0r/android/websms/connector/gmx/package-info.java [moved from src/de/ub0r/android/websms/connector/gmx/package-info.java with 100% similarity]
src/de/ub0r/android/andGMXsms/WebSMS.java
src/de/ub0r/android/websms/connector/sms/CommandReceiverSMS.java