add standalone wifi app
authorsrimaldia <hariasti.srimaldia-1@jp.alps.com>
Fri, 9 Dec 2016 11:05:35 +0000 (20:05 +0900)
committersrimaldia <hariasti.srimaldia-1@jp.alps.com>
Fri, 9 Dec 2016 11:05:35 +0000 (20:05 +0900)
commit18e149d5c2f7155ef2933fe4e3ac15837c99235d
tree9c6e16ce5663e624d896d14d9c76cd44d70aeffb
parent8751c24a726afeb0d65e9aeb031fe7c9240cb5b4
add standalone wifi app

Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
112 files changed:
AUTHORS.txt [new file with mode: 0755]
CMakeLists.txt [new file with mode: 0755]
LICENSE-2.0.txt [new file with mode: 0755]
README.txt [new file with mode: 0755]
agent.c [new file with mode: 0755]
config.xml.in [new file with mode: 0755]
doc/AppGrid.qml [new file with mode: 0755]
doc/AppIcon.qml [new file with mode: 0755]
doc/BottomBar.qml [new file with mode: 0755]
doc/GridItem.qml [new file with mode: 0755]
doc/Key.qml [new file with mode: 0755]
doc/Keyboard.qml [new file with mode: 0755]
doc/Main.qml [new file with mode: 0755]
doc/README.md [new file with mode: 0755]
doc/Rotated.qml [new file with mode: 0755]
doc/Scaled.qml [new file with mode: 0755]
doc/Scaled_04.qml [new file with mode: 0755]
doc/Scaled_720p.qml [new file with mode: 0755]
doc/TopBar.qml [new file with mode: 0755]
doc/VolumeControl.qml [new file with mode: 0755]
doc/images/AGL-Logo.png [new file with mode: 0755]
doc/images/AppHex.png [new file with mode: 0755]
doc/images/Hex-Background.jpg [new file with mode: 0755]
doc/images/JLR-Logo.png [new file with mode: 0755]
doc/images/agl_icon.png [new file with mode: 0755]
doc/images/application_grid.png [new file with mode: 0755]
doc/images/backspace_icon.png [new file with mode: 0755]
doc/images/blank_hexagon.png [new file with mode: 0755]
doc/images/browser_app_icon.png [new file with mode: 0755]
doc/images/browser_app_icon.svg [new file with mode: 0755]
doc/images/bt_close.png [new file with mode: 0755]
doc/images/cameras_app_icon.png [new file with mode: 0755]
doc/images/cameras_app_icon.svg [new file with mode: 0755]
doc/images/dashboard_app_icon.png [new file with mode: 0755]
doc/images/dashboard_app_icon.svg [new file with mode: 0755]
doc/images/fingerprint_app_icon.png [new file with mode: 0755]
doc/images/fmradio_app_icon.png [new file with mode: 0755]
doc/images/fmradio_app_icon.svg [new file with mode: 0755]
doc/images/googlemaps_app_icon.png [new file with mode: 0755]
doc/images/googlemaps_app_icon.svg [new file with mode: 0755]
doc/images/homescreen_icon.png [new file with mode: 0755]
doc/images/hvac_app_icon.png [new file with mode: 0755]
doc/images/hvac_app_icon.svg [new file with mode: 0755]
doc/images/icon_apps_blue.png [new file with mode: 0755]
doc/images/icongear.png [new file with mode: 0755]
doc/images/media_player_app_icon.png [new file with mode: 0755]
doc/images/media_player_app_icon.svg [new file with mode: 0755]
doc/images/news_app_icon.png [new file with mode: 0755]
doc/images/news_app_icon.svg [new file with mode: 0755]
doc/images/nfc_app_icon.png [new file with mode: 0755]
doc/images/nfc_app_icon.svg [new file with mode: 0755]
doc/images/phone_app_icon.png [new file with mode: 0755]
doc/images/phone_app_icon.svg [new file with mode: 0755]
doc/images/settings_icon.png [new file with mode: 0755]
doc/images/shift_off_icon.png [new file with mode: 0755]
doc/images/shift_on_icon.png [new file with mode: 0755]
doc/images/space_bar_icon.png [new file with mode: 0755]
doc/images/switchcontrol.png [new file with mode: 0755]
doc/images/switchplate_off.png [new file with mode: 0755]
doc/images/switchplate_on.png [new file with mode: 0755]
doc/images/symbols_icon.png [new file with mode: 0755]
doc/images/symbols_off_icon.png [new file with mode: 0755]
doc/images/tizen.png [new file with mode: 0755]
doc/images/weather_app_icon.png [new file with mode: 0755]
doc/images/weather_app_icon.svg [new file with mode: 0755]
doc/images/white_return.png [new file with mode: 0755]
export.map [new file with mode: 0755]
icon_wifi_128.png [new file with mode: 0755]
imports/components/AwesomeIcon.qml [new file with mode: 0755]
imports/components/Box.qml [new file with mode: 0755]
imports/components/BoxButton.qml [new file with mode: 0755]
imports/components/BoxHeading.qml [new file with mode: 0755]
imports/components/Button.qml [new file with mode: 0755]
imports/components/DateTime.qml [new file with mode: 0755]
imports/components/HexGrid.qml [new file with mode: 0755]
imports/components/HexSwitch.qml [new file with mode: 0755]
imports/components/InShadow.qml [new file with mode: 0755]
imports/components/InsetShadow.qml [new file with mode: 0755]
imports/components/Label.qml [new file with mode: 0755]
imports/components/NumberPad.qml [new file with mode: 0755]
imports/components/OutShadow.qml [new file with mode: 0755]
imports/components/Switch.qml [new file with mode: 0755]
imports/components/qmldir [new file with mode: 0755]
imports/radio/Radio.qml [new file with mode: 0755]
imports/radio/qmldir [new file with mode: 0755]
imports/system/App.qml [new file with mode: 0755]
imports/system/System.qml [new file with mode: 0755]
imports/system/qmldir [new file with mode: 0755]
imports/utils/Marker.qml [new file with mode: 0755]
imports/utils/Style.qml [new file with mode: 0755]
imports/utils/qmldir [new file with mode: 0755]
imports/vehicle/ClimateModel.qml [new file with mode: 0755]
imports/vehicle/FuelModel.qml [new file with mode: 0755]
imports/vehicle/PositionModel.qml [new file with mode: 0755]
imports/vehicle/SpeedModel.qml [new file with mode: 0755]
imports/vehicle/TemperatureModel.qml [new file with mode: 0755]
imports/vehicle/qmldir [new file with mode: 0755]
oe-sdk_crosscompile.cmake [new file with mode: 0755]
qml/wifi-settings/components/images/back.png [new file with mode: 0755]
qml/wifi-settings/components/images/wifi1-lock.png [new file with mode: 0755]
qml/wifi-settings/components/images/wifi1.png [new file with mode: 0755]
qml/wifi-settings/components/images/wifi2-lock.png [new file with mode: 0755]
qml/wifi-settings/components/images/wifi2.png [new file with mode: 0755]
qml/wifi-settings/components/images/wifi3-lock.png [new file with mode: 0755]
qml/wifi-settings/components/images/wifi3.png [new file with mode: 0755]
qml/wifi-settings/components/images/wifi4-lock.png [new file with mode: 0755]
qml/wifi-settings/components/images/wifi4.png [new file with mode: 0755]
qml/wifi-settings/wifi-settings-app.qml [new file with mode: 0755]
wifi-api.c [new file with mode: 0755]
wifi-api.h [new file with mode: 0755]
wifi-connman.c [new file with mode: 0755]
wifi-connman.h [new file with mode: 0755]