Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-26 | Change function nametizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201027.114701submit/tizen_5.5_wearable_hotfix/20201026.1843010submit/tizen_5.5_mobile_hotfix/20201027.114301submit/tizen_5.5_mobile_hotfix/20201026.1851010submit/tizen_5.5/20191031.000013submit/tizen_5.5/20191031.000011submit/tizen_5.5/20191031.000009submit/tizen/20190819.082417submit/tizen/20190731.012344submit/tizen/20190726.070639accepted/tizen/unified/20190820.115119accepted/tizen/5.5/unified/wearable/hotfix/20201027.091847accepted/tizen/5.5/unified/mobile/hotfix/20201027.060555accepted/tizen/5.5/unified/20191031.032550tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unified | Seonah Moon | 3 | -3/+3 | |
wifi_manager_ap_is_hidden() is added to wifi-manager. To prevent build error, change internal function name. Change-Id: I75c5214c2788979c40d93e908d78fbecfc4494c6 | |||||
2019-05-13 | [WGID-253912] Do not use weak pseudo-random generatorsubmit/tizen/20190513.083717accepted/tizen/unified/20190515.084931 | Seonah Moon | 1 | -10/+3 | |
Change-Id: I30b90744be56241501bd757d9783f0697ff3392a | |||||
2018-10-03 | On completing wifi activate/deactivate callback set power checkbox statesubmit/tizen_5.0/20181106.000001submit/tizen_5.0/20181101.000009submit/tizen/20181004.085321accepted/tizen/unified/20181008.052228accepted/tizen/5.0/unified/20181106.201524accepted/tizen_5.0_unified | Abhishek Sansanwal | 1 | -15/+59 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: I43141c0ed9cef6c9c45237a7d46fe7bdeb51b437 | |||||
2018-09-17 | [WGID-352566] Remove unused functionsubmit/tizen/20180917.072141accepted/tizen/unified/20180918.062859 | Seonah Moon | 1 | -11/+0 | |
Change-Id: Ie483fc34eb60937848e0bff50c3e670cd5d18f41 | |||||
2018-08-22 | [CID-1019137] Fix resource leaksubmit/tizen/20180824.060756accepted/tizen/unified/20180827.071418 | Seonah Moon | 1 | -1/+3 | |
Change-Id: I151ef33ae3631f431970de19b2ec56de52ecb22a | |||||
2018-08-09 | Added support for IPv6 in detail menusubmit/tizen/20180813.043400accepted/tizen/unified/20180813.152459 | Abhishek Sansanwal | 5 | -5/+86 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: Idff4715a3a7317619fa72085b30c8fdafd693d34 | |||||
2018-06-28 | Modified the deprecated enumsubmit/tizen/20180702.034741accepted/tizen/unified/20180702.151340 | taesub kim | 1 | -1/+1 | |
http://mosaic.sec.samsung.net/kms/comty.do?comtyId=2305148&menuId=2305189&postId=2307555&page=view&type=LIST Brief description and purpose ◾Add new 4 notification window levels like below. EFL_UTIL_NOTIFICATION_LEVEL_DEFAULT EFL_UTIL_NOTIFICATION_LEVEL_MEDIUM EFL_UTIL_NOTIFICATION_LEVEL_HIGH EFL_UTIL_NOTIFICATION_LEVEL_TOP ◾Deprecation 3 notification window levels like below EFL_UTIL_NOTIFICATION_LEVEL_1 EFL_UTIL_NOTIFICATION_LEVEL_2 EFL_UTIL_NOTIFICATION_LEVEL_3 Change-Id: I365ad92730d357e267c45ac7abbb99921e5195cc Signed-off-by: Taesub Kim <taesub.kim@samsung.com> | |||||
2018-04-04 | Merge "[CID-110975, 109003, 113729, 105793] Fix memory leak" into tizensubmit/tizen/20180419.131851submit/tizen/20180404.081806accepted/tizen/unified/20180420.081856accepted/tizen/unified/20180406.062020 | taesub kim | 2 | -3/+14 | |
2018-04-04 | Merge "Add pkg dependency: libxml-2.0 & delete pkgconfig in the root ↵submit/tizen/20180402.232840 | taesub kim | 1 | -0/+1 | |
CMakeLists.txt" into tizen | |||||
2018-04-03 | [CID-110975, 109003, 113729, 105793] Fix memory leak | Seonah Moon | 2 | -3/+14 | |
Change-Id: I767d0a48541619d2e496415885b7e5538b9022aa | |||||
2018-03-29 | Fix coverity issue (CID-109615)submit/tizen/20180329.051456accepted/tizen/unified/20180403.152108 | chleun.moon | 1 | -5/+0 | |
Change-Id: Ib398535c43124d1cf88fc2e8b875009bbc3702c5 Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com> | |||||
2018-03-19 | Add pkg dependency: libxml-2.0 & delete pkgconfig in the root CMakeLists.txtsubmit/tizen/20180408.231339accepted/tizen/unified/20180409.100008 | Taesoo Jun | 1 | -0/+1 | |
Change-Id: Ibb782934f42dc96a7c60f630ae82b2a44a87591b | |||||
2017-12-18 | Fix build warning | Seonah Moon | 1 | -0/+1 | |
Change-Id: I8ac7dbd7fa3fafdfe23ad3d9cf533f0e8dc26494 | |||||
2017-10-26 | Prevent static IP and manual proxy from being selected more than once | Abhishek Sansanwal | 6 | -1/+30 | |
Description: If the previously selected menu is static IP or manual proxy then don't proceed any further in the tap callback because the menu is already present. Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: I0e0a7905909f59ecf4ed299569e3a8c1c3b7cf0f | |||||
2017-10-26 | Merge "Set auto-connect on AP connected using Add network menu" into tizensubmit/tizen/20171030.235228accepted/tizen/unified/20171101.064645 | taesub kim | 3 | -1/+22 | |
2017-10-26 | Merge "Fixed text colour in password input box" into tizen | taesub kim | 1 | -2/+8 | |
2017-10-26 | Merge "Improved entry input, ignore consecutive zeroes" into tizen | taesub kim | 2 | -14/+25 | |
2017-10-26 | Merge "Fixed incorrect callback type" into tizen | taesub kim | 2 | -2/+2 | |
2017-10-26 | Merge "Remove unused function" into tizen | taesub kim | 1 | -29/+0 | |
2017-10-26 | Merge "Fix callback type mismatch build warning" into tizen | taesub kim | 2 | -2/+2 | |
2017-10-26 | Set auto-connect on AP connected using Add network menu | Abhishek Sansanwal | 3 | -1/+22 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: I1bb892fd829cb5e1cba261434bdfc614b913714d | |||||
2017-10-24 | Remove unused functions | Abhishek Sansanwal | 1 | -56/+0 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: I9d95ad5961d4a8bb3e7ad749caef2c993bd2816f | |||||
2017-10-24 | Fix callback type mismatch build warning | Abhishek Sansanwal | 2 | -2/+2 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: Ia65964d5d63c626bc248f8193b57ad2be957c2a4 | |||||
2017-10-24 | Remove unused function | Abhishek Sansanwal | 1 | -29/+0 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: Ife38655489bd8c6661ceed13ff0986e7276ffd42 | |||||
2017-10-24 | Fixed incorrect callback type | Abhishek Sansanwal | 2 | -2/+2 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: I88507b093ac5778a86ecf89a7d0d51a0077bdbd4 | |||||
2017-10-24 | Fixed text colour in password input box | Abhishek Sansanwal | 1 | -2/+8 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: I9d112b863beea255722784e578672b15915c039b | |||||
2017-10-24 | Merge "Fix Keyboard layout for ipv6 static IP in add network menu" into tizen | taesub kim | 1 | -1/+0 | |
2017-10-24 | Improved entry input, ignore consecutive zeroes | Abhishek Sansanwal | 2 | -14/+25 | |
Description: Ignore consecutive zeroes entered by the user and switch to next IPv4/v6 octet/hextet. In case of network prefix length just ignore multiple zeroes. Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: Ib5e35c5102f79e7e1d2731363ea17674c82e1a88 | |||||
2017-10-23 | Fix Keyboard layout for ipv6 static IP in add network menu | Abhishek Sansanwal | 1 | -1/+0 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: I3784dcaa2d708af5dad60ac639ff9fec2d6f5531 | |||||
2017-10-23 | Fixed bug where multiple password items were being added to menu | Abhishek Sansanwal | 1 | -0/+5 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: I1a234874425ca2bac44a373dd7515aee6fa970b8 | |||||
2017-10-18 | Add-network menu added to wifi scan list | Abhishek Sansanwal | 44 | -1502/+7565 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: Ifc6ed02e158716d81230ea122bad2f7ff01fd468 | |||||
2017-10-11 | Added IPv6 configuration to Change network menusubmit/tizen/20171012.045027accepted/tizen/unified/20171013.190303 | Abhishek Sansanwal | 22 | -71/+1480 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: I6a3dc3ae930482a4036c9149df2174ad0a752cd2 | |||||
2017-09-18 | [WGID-263991] Fix SIZEOF_POINTER_TYPEsubmit/tizen/20170918.114609accepted/tizen/unified/20170920.081229 | Seonah Moon | 1 | -1/+1 | |
Change-Id: Ib5ed83583cc38908b322e43f5822a172ee04ed18 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2017-06-08 | bug fix: Remove unneccessary codesubmit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170828.100009submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170612.082510accepted/tizen/unified/20170612.171438accepted/tizen/4.0/unified/20170828.223048accepted/tizen/4.0/unified/20170816.015124 | Seonah Moon | 1 | -1/+0 | |
Change-Id: I9802e11808f05e12a46bf3d6e800d32dc6b356ff | |||||
2017-05-08 | Fix svace issues (WGID-207160, 207165 and 208169)tizen_4.0.m1_releasesubmit/tizen/20170508.081935accepted/tizen/unified/20170510.012957 | chleun.moon | 1 | -43/+5 | |
Change-Id: Iac4728ba6cd70784ffc2ecf769b5eef8c0983bef Signed-off-by: cheoleun <chleun.moon@samsung.com> | |||||
2017-04-21 | Fixed SVACE issues and Code cleanupsubmit/tizen/20170426.084841submit/tizen/20170424.014832accepted/tizen/unified/20170427.015601 | Milind Ramesh Murhekar | 5 | -9/+52 | |
Description: This patch fixes the SVACE bugs which are reported by SVACE Manager Below are the WGID which are fixed in this patch 184027 Fixed, 203923 False Positive, 203924 False Positive 204812 Fixed, 204812 Fixed, 206083 Fixed, 207061 Fixed 207062 Fixed, 207075 Fixed, 207144 Fixed, 207145 Fixed 207160 Fixed, 207161 Fixed, 207165 Fixed, 207180 Fixed 207185 Fixed, 207190 Fixed, 207192 Fixed, 207200 Fixed 207221 Fixed Change-Id: Ic2f1ecce86a59c8d370c8606307cd6b2c467c91a Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com> | |||||
2017-04-20 | [WGID-201831, 201833] Fixed for secure codingsubmit/tizen/20170420.091040accepted/tizen/unified/20170420.155742 | Seonah Moon | 1 | -8/+10 | |
sscanf() is replaced with strtol() Change-Id: Ifc4c35ddbeaee29c3fd47c7c5c9e4dd1e1bb7052 Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2017-04-06 | Removed emulator build dependencysubmit/tizen/20170411.013600accepted/tizen/unified/20170411.035226 | Abhishek Sansanwal | 9 | -298/+444 | |
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> Change-Id: I3e60d30afd2871b4baf84c584b0898e74e8a480e | |||||
2017-03-10 | Replaced wifi capi with wifi-managerHEADmaster | Abhishek Sansanwal | 157 | -0/+40138 | |
Description: Replaced wifi capi with wifi-manager capi and separated wearable code from ug-wifi-efl Change-Id: I38660e3cff16b23e5d27af60011a4ad38ca4cc6e Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com> |