apps/core/preloaded/wrt-setting.git
10 years agoMerge remote-tracking branch 'rsa/tizen_2.2' into tizen tizen accepted/tizen/20131002.084307 accepted/tizen/20131002.170401 submit/tizen/20131002.083843 submit/tizen/20131116.070012
Hoseon LEE [Wed, 2 Oct 2013 08:37:13 +0000 (17:37 +0900)]
Merge remote-tracking branch 'rsa/tizen_2.2' into tizen

[Note] Rebase wrt-setting

Conflicts:
webapp-detail/CMakeLists.txt

Change-Id: Icbe12b323a05c1b2453192c3e98482174d440519

10 years ago[Release] wrt-setting_0.0.53
sung-su.kim [Fri, 27 Sep 2013 00:34:48 +0000 (09:34 +0900)]
[Release] wrt-setting_0.0.53

Merge branch 'master' into tizen_2.2

Conflicts:
packaging/wrt-setting.spec
po/CMakeLists.txt
po/ar.po
po/az.po
po/bg.po
po/ca.po
po/cs.po
po/da.po
po/de_DE.po
po/el_GR.po
po/en.po
po/en_PH.po
po/en_US.po
po/es_ES.po
po/es_MX.po
po/et.po
po/eu.po
po/fi.po
po/fr_CA.po
po/fr_FR.po
po/ga.po
po/gl.po
po/hi.po
po/hr.po
po/hu.po
po/hy.po
po/is.po
po/it_IT.po
po/ja_JP.po
po/ka.po
po/kk.po
po/ko_KR.po
po/lt.po
po/lv.po
po/mk.po
po/nb.po
po/nl_NL.po
po/pl.po
po/pt_BR.po
po/pt_PT.po
po/ro.po
po/ru_RU.po
po/sk.po
po/sl.po
po/sr.po
po/sv.po
po/tr_TR.po
po/uk.po
po/uz.po
po/zh_CN.po
po/zh_HK.po
po/zh_SG.po
po/zh_TW.po
webapp-detail/CMakeLists.txt
webapp-detail/util.h

Change-Id: Ib5c12dedcb01cca8932a507b06392f124da852ce

10 years ago[Release] wrt-setting_0.0.53
Jihoon Chung [Wed, 25 Sep 2013 02:41:13 +0000 (11:41 +0900)]
[Release] wrt-setting_0.0.53

Change-Id: Idfe71bc88a9c19a08523ee3db612adb77845d2a1

10 years agoApply STMS
Jihoon Chung [Tue, 24 Sep 2013 13:01:49 +0000 (22:01 +0900)]
Apply STMS

[Issue#]     P130911-04161, P130911-03311, P130911-04171, P130911-03283, P130911-03263, P130910-02229
[Problem]    Text isn't translated.
[Cause]      Using hard code.
[Solution]   Replace to use STMS.
[SCMRequest] N/A

Change-Id: I585bca623ade8481a41731c128b0965d877a1060

10 years agoAutomatically go back to the "Setting" menu shortly after entering "delete" menu
Jihoon Chung [Tue, 24 Sep 2013 10:30:06 +0000 (19:30 +0900)]
Automatically go back to the "Setting" menu shortly after entering "delete" menu

[Issue#]   N/A
[Problem]  Steps to reproduce
           1. Go to "Setting" application
           2. Website settings -> select origin
           3. Select More key -> select delete
           4. Delete menu is shown briefly but goes back to previous menu right away.
[Cause]    Wrong API usage: 'elm_toolbar_item_selected_set' call is root cause of issue.
           After this API call, 'elm_toolbar_item_selected_set', elementary(toolbar) calls
           'clicked' callback function.
           Callback function move to current screen to previous menu.
[Solution] Removed API calling as this API is unnecessary.

Change-Id: Id8cbe959be6102efa62a470ee3d2da12e8ca5b68

10 years agoFix build break
Jihoon Chung [Tue, 24 Sep 2013 08:39:40 +0000 (17:39 +0900)]
Fix build break

- Remove unnecessary API call

[Issue#]   N/A
[Problem]  "elm_ctxpopup_auto_hide_disabled_set" API caused build error
[Cause]    With careful investigating, this API is unnecessary to use.
           Moreover correct usecase is setting EINA_FALSE with API,
           elm_ctxpopup_auto_hide_disabled_set, to use auto hide feature.
[Solution] Remove API calling in the ctxpopup_view.cpp

[SCMRequest] N/A

[Remarks]
* elm_ctxpopup_auto_hide_disabled_set
  Use this function when user wants ctxpopup not to hide automatically.
  By default, ctxpopup is dismissed whenever mouse is clicked its background area,
  language is changed, and its parent geometry is updated (or changed).
  Not to hide ctxpopup automatically, disable auto hide function by calling this API,
  then ctxpopup won't be dismissed in those scenarios.
  Default value of disabled is EINA_FALSE.

Change-Id: Ifc03780c8d60e5d7125ccbbc1e878f398d345b28

10 years ago[Release] wrt-setting_0.0.52
sung-su.kim [Wed, 11 Sep 2013 23:10:37 +0000 (08:10 +0900)]
[Release] wrt-setting_0.0.52

Change-Id: I4a07c3bb5959811fd14430c5b251cc51daecfc17

10 years agoUpdate wrt-setting menu.
Jihoon Chung [Sun, 25 Aug 2013 09:41:05 +0000 (18:41 +0900)]
Update wrt-setting menu.

[Issue#]    N/A
[Problem]   UX concept is changed but not supported
[Cause]     As new UX concept is added, menu is updated.
[Solution]  To support new UX concept, add new class
            - ctxpopup_view.cpp
              Support the 'delete' and 'reset to default' menu
              1. delete : Permission of website is deleted when selecting this menu.
              2. reset to default' : Permission of website is reseted to defalt setting.

              context.cpp
              Read and write security_origin_db
              1. Load security data and copy to colleted origin data
              2. Load security data and set to permission data
              3. Delete permission date when user selects a delete menu.

              origin_view.cpp
              1. Show origin having permission
              2. Set origin_selected_callback and get_text_callback to genlist
              3. Load genlist to naviframe.

              permission_view.cpp, permission_delete_view.cpp
              Show permission of origin that user allow or deny to access
              2. Set permission_selected_callback and get_text_callback
              3. title is setted to origin
              4. 'delete' and 'reset to default' menu are loaded, when user select more key.
              5. PermissionView is loaded when selecting 'delete'

[SCMRequest] N/A

Change-Id: Ie52ba6b91994debd7bd6264aa446dd1733d9e24e

10 years agoRefactoring wrt-setting
Jihoon Chung [Sat, 24 Aug 2013 08:12:26 +0000 (17:12 +0900)]
Refactoring wrt-setting

[Issue#]    N/A
[Problem]   Current wrt-setting has too many uncleaned source.
[Cause]     wrt-setting hasn't managed quite long-term since
            web application details menu is disabled.
            As new UX concept is added, it's time to refactoring.
[Solution]  Refactoring
            - Refactoring "ug.cpp"
              ug.cpp is start point of menu and interface between ug manager and menu implement.
              Current tizen platform requires that all ug should implement ug_module_ops
              for interface and return layout(Evas_object*) to connect UI by elementary base.

              Description ug.cpp
              1. Interface between ug manager(callee process) and mainview instance.
              2. Receives package information by service_h.
              3. Create mainview instance.
              4. Get layout for passing to ug manager from mainvuew instance.

              Refactoring details
              - Replace calloc and free to std::unique_ptr which is used managed mainview instance.

            - Refactoring "MainView"
              Description "MainView"
              1. Create base UI.(layout, bg, naviframe)
              2. Create and manage ExceptionView instacne.

              Refactoring details
              - Replace DPL::ScropedPtr to std::unique_ptr which is used to
                manage ExceptionView instance.
              - Separate UI create parts to each method
[SCMRequest] N/A

Change-Id: Id7e9734cc899b70af5f748baab47eae940a55601

10 years ago[Release] wrt-setting_0.0.51
sung-su.kim [Wed, 4 Sep 2013 10:51:38 +0000 (19:51 +0900)]
[Release] wrt-setting_0.0.51

Change-Id: I8ac8aa64a01bbd893079478059565409848993cc

10 years ago[Release] wrt-setting_0.0.51
sung-su.kim [Mon, 2 Sep 2013 00:01:32 +0000 (09:01 +0900)]
[Release] wrt-setting_0.0.51

Change-Id: Ic156b89859da71588da9c5f3bab855d57a7451df

10 years agoClean-up widget-dao, security-settings and bundle dependency
Jihoon Chung [Wed, 28 Aug 2013 07:40:05 +0000 (16:40 +0900)]
Clean-up widget-dao, security-settings and bundle dependency

[Issue#]    N/A
[Problem]   Current wrt-setting has too many uncleaned source.
[Cause]     wrt-setting hasn't managed quite long-term since.
            Unnecessary dependency is existed.
[Solution]  Clean-up unnecessary build dependency
            - dpl-wrt-dao-ro, dpl-wrt-dao-rw, security-settings isn't necessary in the new UX.
              Only security-origin-dao is needed to implement new UX.
              To remove wrt-dao dependency, clean-up dao dependency code.
            - Clean-up getting application id by package id.
              Current security origin dao supports package id for input argument.
            - Replace bundle dependency to app_service.
              Current wrt-setting doesn't have any usecase regarding bundle API.
              Only app_service API is used to get package name from bundle_h.
              To use app_service API add dependency to "capi-appfw-application".
[SCMRequest] N/A

Change-Id: I637225c3047fc255cf4813ab568ca5ac603a1a52

10 years agoAdd secure log
Jihoon Chung [Wed, 28 Aug 2013 04:48:48 +0000 (13:48 +0900)]
Add secure log

[Issue#]   N/A
[Problem]  Unused build flag is added.
           Also, log isn't showed in the source code.
[Cause]    wrt-setting menu isn't managed quite long time.
           As new UX is confirmed and setting menu is reopened,
           wrt-setting needs to use secure_log.
[Solution] Update build flag to show log.
           - Enable "-DTIZEN_ENGINEER_MODE".
             This build option is mandatory to show log in the ENG system binary.
             In case of ENG system binary, log checks "-DTIZEN_ENGINEER_MODE" build option.
           - Add secure log define in the wrt-setting git.
             It is quite unfair to use "dpl/secure_log.h".
             Because "dpl/secure_log.h" uses platform level log define.
             As wrt-setting is application level, add independent log define in the "util.h".
[SCMRequest] N/A

Conflicts:
packaging/wrt-setting.spec
webapp-detail/util.h

Change-Id: I9fb033be99f736eed25e1497b453a0e31a48c4a0

10 years agoClean-up build flag
Jihoon Chung [Fri, 23 Aug 2013 12:59:01 +0000 (21:59 +0900)]
Clean-up build flag

[Issue#]   N/A
[Problem]  Unused build flag is added.
[Cause]    wrt-setting menu isn't managed quite long time.
           As new UX is confirmed and setting menu is reopened,
           wrt-setting needs to clean-up and refactoring.
[Solution] Update build flag
           - Remove C11 build flag("-std=c+0x").
             This build flag duplicated with build defined by CMAKE_CXX_FLAGS.
           - Remove "-DUG_INSTALL_PREFIX=/usr".
             It isn't usefull to use with predefined.
             Moreover it isn't dependent with platform build define
[SCMRequest] N/A

Conflicts:
CMakeLists.txt
packaging/wrt-setting.spec

Change-Id: I220568b9a008a57384e4df174675d47de8e18d9b

10 years agoMerge "Enable build flag to show build warning"
Soo-Hyun Choi [Wed, 28 Aug 2013 06:22:30 +0000 (06:22 +0000)]
Merge "Enable build flag to show build warning"

10 years agoEnable build flag to show build warning
Jihoon Chung [Sun, 25 Aug 2013 04:24:21 +0000 (13:24 +0900)]
Enable build flag to show build warning

[Issue#]   N/A
[Problem]  Build flag to show build warning isn't enabled.
           - As build warning is helpful to find bug in the build time,
             enable build flag to show build warning.
[Cause]    N/A
[Solution] Add build flag regarding build warning.

           http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
           - ADD_DEFINITIONS("-Wall")
             This enables all the warnings about constructions that some users consider questionable,
             and that are easy to avoid (or modify to prevent the warning),
             even in conjunction with macros.
             This also enables some language-specific warnings described
             in C++ Dialect Options and Objective-C and Objective-C++ Dialect Options.
          - ADD_DEFINITIONS("-Wextra")
            This enables some extra warning flags that are not enabled by -Wall.
            (This option used to be called -W.
             The older name is still supported, but the newer name is more descriptive.)
[SCMRequest] N/A

Change-Id: If7ccc284b49cdcb72623b8c1c824aa6166631122

10 years agoIntroduce UNUSED_PARAM()
Soo-Hyun Choi [Mon, 26 Aug 2013 15:58:54 +0000 (00:58 +0900)]
Introduce UNUSED_PARAM()

[Issue#]     N/A
[Problem]    Build warning with unused parameters.
[Cause]      Parameters are declared but not used.
[Solution]   Introduce UNUSED_PARAM().
[SCMRequest] N/A

Change-Id: I461595e95c7eab7fd13a570f4f572a98ea0cdd18

10 years agoRemove unnecessary files
leerang song [Tue, 20 Aug 2013 04:52:00 +0000 (13:52 +0900)]
Remove unnecessary files

[Issue#]    N/A
[Problem]   Unnecessary files are remaind.
[Cause]     Setting UI guide was changed.
            "Web application setting" menu had a lot of menus like more details, listview, allow list and so all.
            However new "Web application setting" menu UX doesn't use old menu anymore.
[Solution]  Removed source files(*.cpp, *.h) of settings and not used images.
            1. webapp-common is deprecated.
            - As web application and native application need to show common menu UX,
              owner of "Web application details" menu is moved to setting team.
              deleted : webapp-common/popup.cpp,
                        webapp-common/popup.h
                        webapp-common/ug.cpp,
                        webapp-common/ug.webapp-common-efl.include,
                        webapp-common/util.h,
                        webapp-common/view.cpp,
                        webapp-common/view.h,
                        webapp-common/whitelistview.cpp,
                        webapp-common/whitelistview.h,
                        webapp-common/whiteuriview.cpp,
                        webapp-common/whiteuriview.h
            2. Only support "Web application permission" menu(show and edit W3C permission)
            - As requirment of customer(Orange), only support edit menu of W3C permission.
              Without this W3C permission edit menu, user cannot control decision of allow/deny
              which is made during application runtime with permission popup.
              (Only case of user selection allow/deny with checking "Remember preference" is shown in the menu)
              As new UX concept(only needs permission edit menu) other deprecated source code is removed.
              deleted : webapp-detail/advancedview.cpp,
                        webapp-detail/advancedview.h,
                        webapp-detail/detailview.cpp,
                        webapp-detail/detailview.h,
                        webapp-detail/feature.h,
                        webapp-detail/permview.cpp,
                        webapp-detail/permview.h,
                        webapp-detail/tizen_feature.cpp,
                        webapp-detail/tizen_feature.h,
                        webapp-detail/view.cpp,
                        webapp-detail/view.h
            3. Clean-up source and resource regarding support WAC
              deleted : webapp-detail/wac_feature.cpp
                        webapp-detail/wac_feature.h,
                        webapp-detail/edc/CMakeLists.txt,
                        webapp-detail/edc/defs.h,
                        webapp-detail/edc/main.edc
[SCMRequest] N/A

Change-Id: Ie5eb577d0f5e78a2a3678039337e50b8df43f168

10 years ago[Release] wrt-setting_0.0.50
sung-su.kim [Wed, 21 Aug 2013 02:17:45 +0000 (11:17 +0900)]
[Release] wrt-setting_0.0.50

Change-Id: Ie5e284fea2a03cb6b0bc31b27d1e81ca9ad4b063

10 years ago[Release] wrt-setting_0.0.50
Jihoon Chung [Sat, 17 Aug 2013 05:11:42 +0000 (14:11 +0900)]
[Release] wrt-setting_0.0.50

Change-Id: Ie4ee42aee43c15f1e3879ea2d48d5191c60040d8

10 years agoFixed crash during preparing setting menu data
Jihoon Chung [Sat, 17 Aug 2013 04:55:00 +0000 (13:55 +0900)]
Fixed crash during preparing setting menu data

[Issue#] N/A
[Problem] Launch Orange Cineday and allow using large amount of data
after checking "Remember preference". Go to setting menu and select
"allow list" menu. Crash is occurred.
[Cause] Current implementation of load text is based on index which
is used in the security origin dao. Unfortunately, new index is created
in the security origin dao without fixing load text routine in the
setting menu. This problem occurred that setting menu touch wrong memory
with new inserted index.
[Solution] Sync setting menu index with index used in the security
origin dao
[SCMRequest] N/A

Change-Id: I644476eb027cadc31a6a42b39e2fbf7c952542d0

10 years ago[Release] wrt-setting_0.0.49
Jihoon Chung [Fri, 16 Aug 2013 13:34:30 +0000 (22:34 +0900)]
[Release] wrt-setting_0.0.49

Change-Id: Iad133a4b551c5894b83075d19f5b37c635db5707

10 years agoSetting UX is changed so permission check menu is removed.
leerang song [Fri, 2 Aug 2013 11:35:30 +0000 (20:35 +0900)]
Setting UX is changed so permission check menu is removed.

[Issue#] p130725-8861
[Problem] Change done on allowed permissions window are resting after opening this window for the second time
[Cause] Allow list can not access the database of web applications.
[Solution] Setting UX is changed so permission check menu is removed.
[SCMRequest] N/A

Change-Id: If9f4f96d2804855baf47078713512c426a928fe0

10 years ago[Release] wrt-setting_0.0.48
sung-su.kim [Thu, 25 Jul 2013 23:31:58 +0000 (08:31 +0900)]
[Release] wrt-setting_0.0.48

Change-Id: Iea25b2fd2bb3a42c2bffc3b3312d05ae7733e70f

10 years agoFix undeclared error by ADD_DEFINITIONS not CMAKE_CXX_FLAGS. 71/5971/1 accepted/tizen/ivi/genivi tizen_ivi_genivi accepted/tizen/20130729.203622 accepted/tizen/20130912.185056 accepted/tizen/20130912.193333 accepted/tizen/20130913.063729 accepted/tizen/ivi/genivi/20140131.055708 accepted/tizen_ivi_stable/20131116.080455 ivi_oct_m2 submit/tizen/20130729.063446 submit/tizen/20130912.090842 submit/tizen_ivi_genivi/20140131.055831 submit/tizen_ivi_stable/20131116.074059
Junfeng Dong [Tue, 23 Jul 2013 02:20:15 +0000 (10:20 +0800)]
Fix undeclared error by ADD_DEFINITIONS not CMAKE_CXX_FLAGS.

ADD_DEFINITIONS is used to keep aligned with wrt/wrt-installer.
CMAKE_CXX_FLAGS strip one "\", so it needs the macro to be
declared as \\\", which cause build failure in  wrt/wrt-installer.

Change-Id: Ib549bc7e6133b51e6ebcae14f70964738732427d
Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
10 years agoFix undeclared error and add ldconfig. TDIST-249. 83/5883/3 accepted/tizen/20130722.160343 submit/tizen/20130722.151912
Junfeng Dong [Fri, 19 Jul 2013 05:23:09 +0000 (13:23 +0800)]
Fix undeclared error and add ldconfig. TDIST-249.

Change-Id: I8b7f0bbfc34c934ac915f73e91042ce839c1963d
Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
10 years ago[Release] wrt-setting_0.0.48
sung-su.kim [Wed, 17 Jul 2013 02:50:59 +0000 (11:50 +0900)]
[Release] wrt-setting_0.0.48

Change-Id: I588ea269c395d94bf834c5d96b2325ab553ac96b

10 years agoRemove the WAC code
leerang song [Mon, 15 Jul 2013 06:59:02 +0000 (15:59 +0900)]
Remove the WAC code

[Issue#] LINUXWRT-629
[Problem] N/A
[Cause] Not support WAC
[Solution] Remove the WAC code
[SCMRequest] N/A

Change-Id: I87005f5d981221bba49de475ca69589bde6f8e96

10 years ago[Release] wrt-setting_0.0.47
sung-su.kim [Wed, 3 Jul 2013 11:14:10 +0000 (20:14 +0900)]
[Release] wrt-setting_0.0.47

Change-Id: I48f79659a1dab47b474cd7a459f074d8efc4bb47

10 years ago[Release] wrt-setting_0.0.47
sung-su.kim [Wed, 3 Jul 2013 11:03:41 +0000 (20:03 +0900)]
[Release] wrt-setting_0.0.47

Change-Id: If270f15b2ddc967125c159e979f162628ea94f40

10 years agoRemove the unnecessary image files
leerang song [Tue, 2 Jul 2013 11:31:15 +0000 (20:31 +0900)]
Remove the unnecessary image files

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Remove WebApplication.png
[SCMRequest] N/A

Change-Id: I2925b92074131db893a180341dd3986006a92a5b

10 years ago[Release] wrt-setting_0.0.46
sung-su.kim [Fri, 28 Jun 2013 00:16:57 +0000 (09:16 +0900)]
[Release] wrt-setting_0.0.46

Change-Id: I3f44846b6a98b053e37639e0178016d0ff9b4a0b

10 years ago[Release] wrt-setting_0.0.46
sung-su.kim [Fri, 28 Jun 2013 00:16:19 +0000 (09:16 +0900)]
[Release] wrt-setting_0.0.46

Change-Id: I7b4fcbfb02388cf77f3e894a1dd8e9d70bf125fb

10 years ago[Release] wrt-setting_0.0.45
sung-su.kim [Tue, 11 Jun 2013 02:21:39 +0000 (11:21 +0900)]
[Release] wrt-setting_0.0.45

Change-Id: I7ee1b12411ddb8a319705274a7735edd6540ca2a

10 years ago[Release] wrt-setting_0.0.44
Jihoon Chung [Fri, 7 Jun 2013 02:44:35 +0000 (11:44 +0900)]
[Release] wrt-setting_0.0.44

Change-Id: Id8c355ddd6f89a12260a4ab9792b01ab20687097

10 years ago[Release] wrt-setting_0.0.44
Jihoon Chung [Thu, 30 May 2013 07:44:02 +0000 (16:44 +0900)]
[Release] wrt-setting_0.0.44

Change-Id: I2652bbff4a66fd17d95e5989800b35b25e249be5

10 years agoRemove unused dependency "vconf"
Jihoon Chung [Wed, 29 May 2013 05:45:21 +0000 (14:45 +0900)]
Remove unused dependency "vconf"

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Remove unused dependency "vconf"
[SCMRequest] N/A

Change-Id: I7c6438554586b62e7f7598bde168009032f887a9

10 years ago[Release] wrt-setting_0.0.43
sung-su.kim [Thu, 23 May 2013 09:24:59 +0000 (18:24 +0900)]
[Release] wrt-setting_0.0.43

Change-Id: I111171f50171ae76b92df7faff8dbd56ee8b5068

10 years ago[Developer mode] removal of Developer mode
Kamil Nowac [Mon, 20 May 2013 12:37:07 +0000 (14:37 +0200)]
[Developer mode] removal of Developer mode

[Issue#] LINUXWRT-282
[Problem] Due to the change in wrt-commons repository. Unsupported feature.
[Cause] N/A
[Solution] Removing it
[Verification] Build wrt-setting repository

Change-Id: Id5e444892ec59cfa7b2b19b1fdf33a0e44b78530

10 years ago[Release] wrt-setting_0.0.41
Soyoung Kim [Mon, 13 May 2013 02:49:24 +0000 (11:49 +0900)]
[Release] wrt-setting_0.0.41

Change-Id: Ib1fc5e48c91c0fe8412a806be5d14dfd9487f1f5

10 years agoRemove vconf usage code
Jihoon Chung [Fri, 10 May 2013 08:23:18 +0000 (17:23 +0900)]
Remove vconf usage code

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Security setting value is moved vconf to database
This commit replace vconf usage to use WidgetDao
[SCMRequest] must be imported with wrt-commons, wrt-installer

Change-Id: I440855fd2db947cba82db72541235cd4e39f0047

10 years ago[Release] wrt-setting_0.0.40 tizen_2.1 accepted/tizen/20130530.164339 submit/tizen/20130529.220812 submit/tizen_2.1/20130514.055451
Jihoon Chung [Tue, 7 May 2013 07:49:00 +0000 (16:49 +0900)]
[Release] wrt-setting_0.0.40

10 years ago[Release] wrt-setting_0.0.40
Jihoon Chung [Tue, 7 May 2013 06:03:57 +0000 (15:03 +0900)]
[Release] wrt-setting_0.0.40

Change-Id: Ice13f21e6a6c5b7f32872683f673900c26ea1a5a

10 years agoSupport Web storage security exception menu
Jihoon Chung [Sat, 4 May 2013 10:03:32 +0000 (19:03 +0900)]
Support Web storage security exception menu

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Support Web storage security exception menu
[SCMRequest] must be imported with wrt-commons, wrt-installer

Change-Id: Ia0d521a2d9064f45fe31b96bc966987264627b26

10 years ago[Release] wrt-setting_0.0.39
Jihoon Chung [Tue, 30 Apr 2013 03:11:33 +0000 (12:11 +0900)]
[Release] wrt-setting_0.0.39

10 years ago[Release] wrt-setting_0.0.39
Jihoon Chung [Tue, 30 Apr 2013 03:09:07 +0000 (12:09 +0900)]
[Release] wrt-setting_0.0.39

Change-Id: I63ea934ce7787bc484f8221bb2897c9fae354dc8

10 years agoThe license change version 1.0 to version 1.1
leerang song [Mon, 29 Apr 2013 04:34:47 +0000 (13:34 +0900)]
The license change version 1.0 to version 1.1

[Issue#] N/A
[Problem] N/A
[Cause] The licese policy is changed.
[Solution] Change the license.
[SCMRequest] N/A

Change-Id: I93507762c5f991ddf546b175be12814ee4eac54b

10 years agoThe license change version 1.0 to version 1.1
leerang song [Mon, 29 Apr 2013 04:34:47 +0000 (13:34 +0900)]
The license change version 1.0 to version 1.1

[Issue#] N/A
[Problem] N/A
[Cause] The licese policy is changed.
[Solution] Change the license.
[SCMRequest] N/A

Change-Id: I93507762c5f991ddf546b175be12814ee4eac54b

11 years ago[Release] wrt-setting_0.0.38 2.1b_release accepted/tizen_2.1/20130425.023231 submit/tizen_2.1/20130424.223840
Jihoon Chung [Tue, 23 Apr 2013 08:38:42 +0000 (17:38 +0900)]
[Release] wrt-setting_0.0.38

11 years ago[Release] wrt-setting_0.0.38
Jihoon Chung [Tue, 23 Apr 2013 08:31:33 +0000 (17:31 +0900)]
[Release] wrt-setting_0.0.38

Change-Id: I9e7709ce152bcb2b7dfa88fcc1684d812791bf4d

11 years agoFixed build error
Jihoon Chung [Tue, 23 Apr 2013 08:30:39 +0000 (17:30 +0900)]
Fixed build error

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Fixed build error
[SCMRequest] N/A

Change-Id: Ib6f8d1619e2492bd72998e71f765ede696887498

11 years ago[Release] wrt-setting_0.0.37
Jihoon Chung [Tue, 23 Apr 2013 06:59:33 +0000 (15:59 +0900)]
[Release] wrt-setting_0.0.37

11 years ago[Release] wrt-setting_0.0.37
Jihoon Chung [Tue, 23 Apr 2013 06:45:45 +0000 (15:45 +0900)]
[Release] wrt-setting_0.0.37

Change-Id: I83f759a087ad8c82054b5a7c4e9bcb6cf4c9be82

11 years agoThe license file Changes LICENSE to LICENSE.Flora
leerang song [Mon, 22 Apr 2013 11:05:19 +0000 (20:05 +0900)]
The license file Changes LICENSE to LICENSE.Flora

[Issue#] N/A
[Problem] N/A
[Cause] The licese policy is changed.
[Solution] License change in all files
[SCMRequest] N/A

Change-Id: I2484a7bcef12c2d87ba548051caed7d8356acddf

11 years agoThe license file Changes LICENSE to LICENSE.Flora
leerang song [Mon, 22 Apr 2013 11:05:19 +0000 (20:05 +0900)]
The license file Changes LICENSE to LICENSE.Flora

[Issue#] N/A
[Problem] N/A
[Cause] The licese policy is changed.
[Solution] License change in all files
[SCMRequest] N/A

Change-Id: I2484a7bcef12c2d87ba548051caed7d8356acddf

11 years ago[Release] wrt-setting_0.0.36
Jihoon Chung [Fri, 19 Apr 2013 11:54:18 +0000 (20:54 +0900)]
[Release] wrt-setting_0.0.36

11 years ago[Release] wrt-setting_0.0.36
Jihoon Chung [Fri, 19 Apr 2013 09:32:17 +0000 (18:32 +0900)]
[Release] wrt-setting_0.0.36

Change-Id: I54921336952a4f88da6c5cd0cd9554e95ba4f255

11 years agoReplace getPkgName to getTzAddId
Jihoon Chung [Fri, 19 Apr 2013 04:56:24 +0000 (13:56 +0900)]
Replace getPkgName to getTzAddId

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Replace getPkgName to getTzAddId
[SCMRequest] must be imported with wrt-commons

Change-Id: I1e580f77e9b095bf86534b8495052918c120e6a8

11 years ago[Release] wrt-setting_0.0.35
leerang song [Thu, 4 Apr 2013 12:07:36 +0000 (21:07 +0900)]
[Release] wrt-setting_0.0.35

Change-Id: I7d39ce639e8b3aabf13a0354164603cb8a3db4c2

11 years ago[Release] wrt-setting_0.0.35
leerang song [Thu, 4 Apr 2013 11:59:08 +0000 (20:59 +0900)]
[Release] wrt-setting_0.0.35

Change-Id: Ic60c4e236e5fcb8b131028d3e4514a0cd5a9d04d

11 years agoChange setting UI
leerang song [Fri, 29 Mar 2013 02:01:06 +0000 (11:01 +0900)]
Change setting UI

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Setting UI is changed.
[SCMRequest] N/A

Change-Id: Iaa50f5371700e12524810b9ca2bae9ae8084ca6a

11 years ago[Release] wrt-setting_0.0.34
Jihoon Chung [Fri, 29 Mar 2013 05:45:54 +0000 (14:45 +0900)]
[Release] wrt-setting_0.0.34

11 years ago[Release] wrt-setting_0.0.34
Jihoon Chung [Fri, 29 Mar 2013 05:39:52 +0000 (14:39 +0900)]
[Release] wrt-setting_0.0.34

Change-Id: Ib57ac800039c32c3cba0921feadb1e0718f8fac9

11 years agoRevert "Support app:// for w3c privilege"
Jihoon Chung [Fri, 29 Mar 2013 05:39:34 +0000 (14:39 +0900)]
Revert "Support app:// for w3c privilege"

This reverts commit c3f0b4a4b8c2351d8b8713f988ad2a49b94aab1c.

Change-Id: Ibe5e5fc8906ca4134871e9ca0c89df81ffbc08de

11 years ago[Release] wrt-setting_0.0.33
Jihoon Chung [Thu, 28 Mar 2013 11:13:30 +0000 (20:13 +0900)]
[Release] wrt-setting_0.0.33

11 years ago[Release] wrt-setting_0.0.33
Jihoon Chung [Thu, 28 Mar 2013 07:30:40 +0000 (16:30 +0900)]
[Release] wrt-setting_0.0.33

Change-Id: Ia946193d46adbd65f988affbacf8372fb7dde086

11 years agoRemove debian directory
Jihoon Chung [Thu, 28 Mar 2013 06:54:11 +0000 (15:54 +0900)]
Remove debian directory

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] debian directory isn't used anymore
[SCMRequest] N/A

Change-Id: Iaa239632b73cbbbe954ebadbf2f6adafb131d2d3

11 years agoSupport app:// for w3c privilege
Jihoon Chung [Thu, 28 Mar 2013 02:27:29 +0000 (11:27 +0900)]
Support app:// for w3c privilege

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] "file://" scheme is deprecated
Tizen2.1 uses "app://<app-id>" instead of "file://"
This commit changed display security origin in the "Exceptions Settings" menu
Before menu display "local" in case of origin is "file://"
Current menu will display "app://"+"origin" directly
[SCMRequest] N/A

Change-Id: Iff4b3f5ede7d935b12473f3e9fbbd1a13e92911e

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:05:20 +0000 (01:05 +0900)]
merge with master

11 years agoUpdate unmerged source code
Jihoon Chung [Thu, 14 Mar 2013 02:10:23 +0000 (11:10 +0900)]
Update unmerged source code

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Update unmerged source code
[SCMRequest] N/A

Change-Id: Ib0e8ebcd0a2b9fff64cf7754124f360151f179cd

11 years ago[Release] wrt-setting_0.0.32
Jihoon Chung [Wed, 13 Mar 2013 08:16:08 +0000 (17:16 +0900)]
[Release] wrt-setting_0.0.32

Change-Id: I9a44e40753679760b28076af297882eb37e1ac06

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:38:40 +0000 (01:38 +0900)]
Tizen 2.1 base

11 years agoAdding the smack rule include files
Hoseon LEE [Tue, 12 Mar 2013 09:01:44 +0000 (18:01 +0900)]
Adding the smack rule include files

[Issue#] N/A
[Problem] Setting menu does not get the permission of SMACK
[Cause] Setting process does not have the rule of wrt setting ug
[Solution] Adding the smack rule
[SCMRequest] N/A

Change-Id: Ib34850a946899d04edea54ecb27619b9dcaa692d

11 years ago[Release] wrt-setting_0.0.31
Jihoon Chung [Wed, 6 Mar 2013 10:05:52 +0000 (19:05 +0900)]
[Release] wrt-setting_0.0.31

Change-Id: Ie3115481672f40a0092f17b39281f58d3a70b5b1

11 years agoRemove web storage & filesystem usage code
Jihoon Chung [Wed, 6 Mar 2013 07:52:22 +0000 (16:52 +0900)]
Remove web storage & filesystem usage code

[Issue#] N/A
[Problem] N/A
[Cause] Webkit deprecate API for web storage and filesystem usage
[Solution] Clean-up code for web storage and filesystem usage
[SCMRequest] must be imported with wrt-commons, wrt-installer

Change-Id: I731e3515ff6346a47f532f7fdc564b1ac5287bf1

11 years ago[Release] wrt-setting_0.0.30
leerang song [Fri, 22 Feb 2013 06:41:49 +0000 (15:41 +0900)]
[Release] wrt-setting_0.0.30

11 years agoImplement tizen privilege for w3c API
Jihoon Chung [Sun, 13 Jan 2013 08:57:11 +0000 (17:57 +0900)]
Implement tizen privilege for w3c API

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Implement tizen privilege for W3C API.
If web application contains "http://tizen.org/privilege/geolocation"
with tizen:privilege tag, web application uses geolocation without
security warning popup. In this case, only local origin is allowed to use.

This commit implement read-only items in the exceptions setting menu.
In case of security origin exception data which is register by privilege,
items will be set to read-only items for preventing removed.

[SCMRequest] must be imported with wrt-commons
https://tizendev.org/gerrit/#/c/30851/

Change-Id: Idbc8f3ea742e06f84a36a79361e25ec1253b822a

11 years agoFixed the wrong creation of security origin db
Hoseon LEE [Thu, 21 Feb 2013 04:56:07 +0000 (13:56 +0900)]
Fixed the wrong creation of security origin db

[Issue#] N/A
[Problem] Exception settings creation is failed
[Cause] Creator use wrong PkgID
[Solution] Adding the PkgID getting process
[SCMRequest] N/A

Change-Id: I4bbe867ada718643438e738fc3ab8fc662d9a1f7

11 years agoChanging the wrt-setting pkg version
Hoseon LEE [Wed, 20 Feb 2013 07:48:19 +0000 (16:48 +0900)]
Changing the wrt-setting pkg version

[Issue#] N/A
[Problem] wrt setting pkg version is wrong
[Solution] Fixed the wrt setting pkg version
[SCMRequest] N/A

Change-Id: I60429fbd7f410934d9f4800243b5dbe5c2054ccf

11 years ago[Release] wrt-setting_0.0.29
leerang song [Wed, 20 Feb 2013 05:23:08 +0000 (14:23 +0900)]
[Release] wrt-setting_0.0.29

Change-Id: I3cb9771f8c7d01ebb4fb11c05367c8425585ec2d

11 years agoChaning the ID to TizenAppID from PkgID
Hoseon LEE [Tue, 19 Feb 2013 04:13:51 +0000 (13:13 +0900)]
Chaning the ID to TizenAppID from PkgID

[Issue#] N/A
[Problem] Web App Setting UG creation fail
[Cause] Setting UG use wrong ID (PkgID)
[Solution] Setting UG use TizenID
[SCMRequest] N/A

Change-Id: Idefc7fe93b1eb0f59f3fd92f107482284e208c81

11 years agoChange the number of Display language
leerang song [Wed, 6 Feb 2013 04:11:50 +0000 (13:11 +0900)]
Change the number of Display language

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Remove po files and file name in CMakelist.txt
[SCMRequest] N/A

Change-Id: Idac246ae100c49e6520fd5ef97126788915124c8

11 years agoPrevent issues fixes
Lukasz Marek [Mon, 4 Feb 2013 18:23:50 +0000 (19:23 +0100)]
Prevent issues fixes

[Issue#] N/A
[Problem] Prevent issued some warnings.
[Cause] N/A
[Solution] Fixed.

Change-Id: I593f111aaad7faf084d7266184399158bd2efd47

11 years agoLicense name change tizenopensource to floralicense
leerang song [Thu, 17 Jan 2013 08:25:02 +0000 (17:25 +0900)]
License name change tizenopensource to floralicense

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] License name change tizenopensource to floralicense
[SCMRequest] N/A

Change-Id: I8fad8ab721a455d9c77534340d3671383e86accb

11 years ago[Release] wrt-setting_0.0.28
Jihoon Chung [Tue, 15 Jan 2013 06:05:06 +0000 (15:05 +0900)]
[Release] wrt-setting_0.0.28

Change-Id: Ib09e0c3a5a871096d0cf871bb57736d8db4159d1

11 years agoOpen Domain setting menu
Jihoon Chung [Sat, 12 Jan 2013 06:23:34 +0000 (15:23 +0900)]
Open Domain setting menu

[Issue#] JIRA (#TDIS-2210)
[Problem] Have no method check the security information
[Cause] Temporarily block domain menu for prevent the crash issue
[Solution] Open domain display menu
Also fixed crash issue in the license menu
[SCMRequest] N/A

Change-Id: I3d308b81c4764050f9e3e23767e5bd253cc3e7f7

11 years agoFix of license display in wrong language
Tomasz Iwanek [Mon, 7 Jan 2013 07:21:46 +0000 (08:21 +0100)]
Fix of license display in wrong language

[Issue#] JIRA(#TDIS-1567)
[Bug] Failing to display license text correctly
[Cause] N/A
[Solution] N/A
[Verification] check if application license in correctly displayed in settings -> manage applications -> more detail -> license information.
To do that, install co.wgt widget of w3c tests. Value of license shouldbe 'PASSED'.

Change-Id: Ied447e3905dad68cb5c6d66bb581b72a341580bf

11 years ago[Release] wrt-setting_0.0.27
lke01.lee [Tue, 8 Jan 2013 04:53:38 +0000 (13:53 +0900)]
[Release] wrt-setting_0.0.27

Change-Id: Ifacadb66cf65528bce3d98e420a259844e268049

11 years agoPrevent Issue
lke01.lee [Tue, 8 Jan 2013 02:24:57 +0000 (11:24 +0900)]
Prevent Issue

[Issue#] 35100, 29696, 28548, 23973
[Problem]
[Cause] N/A
[Solution] 1. strdup dereference issue : 35100, 29696, 23979
2. wrong value issue : 28548

Change-Id: I3d936290221dda1d0b1d97561188ec73e87e6f1d

11 years ago[Release] wrt-setting_0.0.26
Jihoon Chung [Wed, 2 Jan 2013 05:54:50 +0000 (14:54 +0900)]
[Release] wrt-setting_0.0.26

Change-Id: Ie828cf7af9487f76b80926c679fd59a3fa31db35

11 years agoAdd developer options menu
Jihoon Chung [Wed, 2 Jan 2013 01:29:13 +0000 (10:29 +0900)]
Add developer options menu

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Add developer options menu
Current menu has "Memory saving mode"
[SCMRequest] must be imported with wrt-commons

Change-Id: Iba95c5e9cdefe861b67a609ffc5e78eb8880fc69

11 years agoApply vconf key path builder
Jihoon Chung [Sat, 29 Dec 2012 04:05:56 +0000 (13:05 +0900)]
Apply vconf key path builder

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Replace local define to using common inline function
[SCMRequest] must be imported with wrt-commons
https://tizendev.org/gerrit/#/c/25043/

Change-Id: I435c5223db2dbbe0a3310ddd8f25aa84bd00bc4c

11 years ago[Release] wrt-setting_0.0.25
Jihoon Chung [Fri, 28 Dec 2012 08:32:21 +0000 (17:32 +0900)]
[Release] wrt-setting_0.0.25

Change-Id: Iaa4b1e093ac076a555f32a2b0cf614273770f90a

11 years agoOpen advanced setting menu
Jihoon Chung [Thu, 27 Dec 2012 23:11:54 +0000 (08:11 +0900)]
Open advanced setting menu

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Open advacned setting menu
Also, source code for security settings is changed to use
vconf
[SCMRequest] N/A

Change-Id: I3190df3a16538a0e8af0f76d5c3d5a626bc7bff3

11 years ago[release] wrt-setting_0.0.24
leerang song [Wed, 26 Dec 2012 04:19:45 +0000 (13:19 +0900)]
[release] wrt-setting_0.0.24

Change-Id: I5162a1d52d4e4d78c27266588ddefeb586300cd5

11 years agoTemporarily block "advanced settings"
Jihoon Chung [Wed, 26 Dec 2012 05:25:09 +0000 (14:25 +0900)]
Temporarily block "advanced settings"

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Temporarily block "advanced settings" menu
[SCMRequest] N/A

Change-Id: Ie7c04953833dcd0cf99498c8c98fdc5cc828b4bf

11 years agoFixed JIRA issues
Jihoon Chung [Wed, 26 Dec 2012 02:53:44 +0000 (11:53 +0900)]
Fixed JIRA issues

[Issue#] JIRA (N_SE-17623)
[Problem] Title spell is wrong
[Cause] Spell is missed
[Solution] fixed spell
[SCMRequest] N/A

Change-Id: I3302defd41d65281595fc554dd2bd54b5ae4d415

11 years agoModify popup type name
Jihoon Chung [Fri, 21 Dec 2012 07:02:21 +0000 (16:02 +0900)]
Modify popup type name

[Issue#] N/A
[Problem] Popup isn't closed after select button in the popup
[Cause] Text for widget type is changed
[Solution] Change widget type to "elm_popup"
[SCMRequest] N/A

Change-Id: If2ea0187a98e5010f916ad6cb0fcca92857a77f2

11 years agoAdvanced Setting menu style Change box to genlist
leerang song [Thu, 20 Dec 2012 05:03:06 +0000 (14:03 +0900)]
Advanced Setting menu style Change box to genlist

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] style Change box to genlist
[SCMRequest] N/A

Change-Id: Ifda68ad3e1e2c63e7b6f507079c2945918234a22

11 years ago[Release] wrt-setting_0.0.23
leerang song [Tue, 18 Dec 2012 08:06:48 +0000 (17:06 +0900)]
[Release] wrt-setting_0.0.23

Change-Id: Id49bc4f8526e0d35f3322a187d956c3390aa08fd