source added
authorebelcrom <ebelcrom@gmail.com>
Sun, 28 Jan 2018 22:10:04 +0000 (23:10 +0100)
committerebelcrom <ebelcrom@gmail.com>
Sun, 28 Jan 2018 22:10:04 +0000 (23:10 +0100)
commit1d6cf22dbcd66d40bbea3b1b01e36f875475b545
tree9b0ad948a540fbd82753c4b7afb629fb4d19ce51
parent3bed18d14a2abdd2cc7a972b8d41b68076f44b98
source added
49 files changed:
.classpath [new file with mode: 0644]
.project [new file with mode: 0644]
.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
bin/jarlist.cache [new file with mode: 0644]
external/switch.sh [new file with mode: 0644]
ic_launcher-web.png [new file with mode: 0644]
libs/android-support-v13.jar [new file with mode: 0644]
libs/android-support-v4.jar [new file with mode: 0644]
libs/jsch-0.1.54.jar [new file with mode: 0644]
proguard-project.txt [new file with mode: 0644]
project.properties [new file with mode: 0644]
res/drawable-hdpi/ic_action_name.png [new file with mode: 0644]
res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-mdpi/ic_action_name.png [new file with mode: 0644]
res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-xhdpi/ic_ab_back_holo_dark_am_act.png [new file with mode: 0644]
res/drawable-xhdpi/ic_ab_back_holo_dark_am_inact.png [new file with mode: 0644]
res/drawable-xhdpi/ic_ab_forward_holo_dark_am_act.png [new file with mode: 0644]
res/drawable-xhdpi/ic_ab_forward_holo_dark_am_inact.png [new file with mode: 0644]
res/drawable-xhdpi/ic_action_name.png [new file with mode: 0644]
res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_action_name.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-xxhdpi/stat_notify_sync_act.png [new file with mode: 0644]
res/drawable-xxhdpi/stat_notify_sync_inact.png [new file with mode: 0644]
res/drawable/selector_back.xml [new file with mode: 0644]
res/drawable/selector_forward.xml [new file with mode: 0644]
res/drawable/selector_sync.xml [new file with mode: 0644]
res/layout/activity_main.xml [new file with mode: 0644]
res/layout/fragment_connection.xml [new file with mode: 0644]
res/layout/fragment_log.xml [new file with mode: 0644]
res/layout/fragment_main.xml [new file with mode: 0644]
res/layout/fragment_switch.xml [new file with mode: 0644]
res/menu/main.xml [new file with mode: 0644]
res/values-v11/styles.xml [new file with mode: 0644]
res/values-v14/styles.xml [new file with mode: 0644]
res/values-w820dp/dimens.xml [new file with mode: 0644]
res/values/dimens.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
res/values/styles.xml [new file with mode: 0644]
res/xml/fragment_preference.xml [new file with mode: 0644]
src/org/duckdns/binomiant/ipremoteswitch/ConnectionFragment.java [new file with mode: 0644]
src/org/duckdns/binomiant/ipremoteswitch/LogFragment.java [new file with mode: 0644]
src/org/duckdns/binomiant/ipremoteswitch/MainActivity.java [new file with mode: 0644]
src/org/duckdns/binomiant/ipremoteswitch/SettingsActivity.java [new file with mode: 0644]
src/org/duckdns/binomiant/ipremoteswitch/SettingsData.java [new file with mode: 0644]
src/org/duckdns/binomiant/ipremoteswitch/SettingsFragment.java [new file with mode: 0644]
src/org/duckdns/binomiant/ipremoteswitch/SwitchFragment.java [new file with mode: 0644]