platform/core/appfw/app-svc.git
10 years agoinit wayland support 10/13310/11 accepted/tizen/ivi/stable accepted/tizen/generic/20140106.140353 accepted/tizen/generic/20140108.092543 accepted/tizen/ivi/20140106.204055 accepted/tizen/mobile/20140107.213012 submit/tizen/20140106.040829 submit/tizen/20140108.022347 submit/tizen_ivi_release/20140108.030036
Li,Limin [Thu, 19 Dec 2013 02:27:31 +0000 (10:27 +0800)]
init wayland support

The display server based on X or Wayland, is now a choice of different profile in Tizen 3.0.
Basically and consistently, two macros were used "with wayland" and "with x".
Below summarize the combination of the macros:

        | wayland |  x  | meaning
        |---------------------------
        |   0     |  1  | pure X11 platform(no wayland)
        |   1     |  0  | pure wayland platform (no X11)
        |   1     |  1  | wayland but X compatibility
        |   0     |  0  | no X and no wayland

This method unifies the meaning and usage. Deploy this method to app-svc package.

Signed-off-by: Li,Limin <liminx.li@intel.com>
Change-Id: Ic8867f2c35a3192088de91e592ddf6e169511607

10 years agoMerge from tizen_2.2.1 44/12944/1
Sunwook Bae [Tue, 26 Nov 2013 12:32:19 +0000 (21:32 +0900)]
Merge from tizen_2.2.1
 - Add a license file
 - Apply submode_mainid feature

Change-Id: I398ad21d601f0990a2530613d845cb5447664f1b
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
10 years agoSync with tizen_2.2.1
Sunwook Bae [Tue, 26 Nov 2013 12:30:04 +0000 (21:30 +0900)]
Sync with tizen_2.2.1

Change-Id: I005a7426945b36cedfb4044b3530e6fff833a6fb
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
10 years agoMerge branch 'tizen_2.2' into tizen accepted/tizen/20131001.115812 accepted/tizen/20131001.164854 accepted/tizen/20131001.171630 accepted/tizen_ivi_stable/20131116.100655 submit/tizen/20131001.040233 submit/tizen_ivi_stable/20131116.100243
Anas Nashif [Tue, 1 Oct 2013 03:57:12 +0000 (23:57 -0400)]
Merge branch 'tizen_2.2' into tizen

Change-Id: Id2ad4fa8edf0f27bfa8292488b95e703ff58ceb9

10 years agoAdd license file
Jaeho Lee [Thu, 26 Sep 2013 07:36:22 +0000 (16:36 +0900)]
Add license file

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
10 years agoApply submodemainid feature
Jaeho Lee [Tue, 10 Sep 2013 09:29:10 +0000 (18:29 +0900)]
Apply submodemainid feature

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
10 years agoDo not use UID, use usernames 78/8578/1 accepted/tizen/ivi/genivi tizen_ivi_genivi accepted/tizen/20130912.081844 accepted/tizen/20130912.084826 accepted/tizen/20130912.093736 accepted/tizen/ivi/genivi/20140131.055945 ivi_oct_m2 submit/tizen/20130912.075545 submit/tizen_ivi_genivi/20140131.060225
Anas Nashif [Sat, 24 Aug 2013 13:16:58 +0000 (09:16 -0400)]
Do not use UID, use usernames

Using 0 and 5000 in spec files is completely wrong. RPM will fallback to
root in those cases. We need to specify the exact usernames and groups
in the spec file.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 years agoInclude database in package files instead of creating it in %post 27/5727/1 accepted/tizen/20130716.223231 submit/tizen/20130716.035005 submit/tizen/20130716.223402
Markus Lehtonen [Mon, 15 Jul 2013 11:06:08 +0000 (14:06 +0300)]
Include database in package files instead of creating it in %post

Removes the %post hack which broke the package by removing one of the
installed files (i.e. /opt/share/appsvc_db.sql). Instead, create the
database at package build time and install it as part of the package
like the other files.

Change-Id: I2989fdae3fb133e7f208a504e0da149c475fe022
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
10 years agoresetting manifest requested domain to floor 53/4453/2
Alexandru Cornea [Fri, 28 Jun 2013 10:14:15 +0000 (13:14 +0300)]
resetting manifest requested domain to floor

10 years agoremoving chsmack 34/5434/1
Alexandru Cornea [Wed, 3 Jul 2013 09:19:59 +0000 (12:19 +0300)]
removing chsmack

10 years agomerge private
Jaeho Lee [Mon, 24 Jun 2013 11:06:22 +0000 (20:06 +0900)]
merge private

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
10 years agocleanup 55/4155/1 submit/tizen/20130621.062843
José Bollo [Thu, 20 Jun 2013 13:51:24 +0000 (15:51 +0200)]
cleanup

11 years agofixed group/license and spec cleanup accepted/tizen/20130602.015259 submit/tizen/20130601.182918
Anas Nashif [Sat, 1 Jun 2013 18:29:14 +0000 (14:29 -0400)]
fixed group/license and spec cleanup

11 years agofixed group/license and spec cleanup
Anas Nashif [Sat, 1 Jun 2013 18:29:06 +0000 (14:29 -0400)]
fixed group/license and spec cleanup

11 years agofixed resolution bug
Jaeho Lee [Wed, 15 May 2013 07:46:43 +0000 (16:46 +0900)]
fixed resolution bug

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agomodified error handle tizen_2.1 accepted/tizen/20130520.100908 submit/tizen/20130517.044756 submit/tizen_2.1/20130514.050907
Jaeho Lee [Fri, 10 May 2013 06:05:29 +0000 (15:05 +0900)]
modified error handle

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agoFix hardcoding library path for 64 bit compatibility. 2.1b_release accepted/tizen_2.1/20130425.035636 submit/tizen_2.1/20130424.230801
Junfeng Dong [Thu, 28 Mar 2013 06:42:33 +0000 (14:42 +0800)]
Fix hardcoding library path for 64 bit compatibility.

Change-Id: I1ece6c6e6dad83fb18bed4982965d4adf8e1e2a8

11 years agofix typo
Young Ik Cho [Thu, 28 Mar 2013 04:41:19 +0000 (13:41 +0900)]
fix typo

Change-Id: Ia59373b483e2a377586bf3ff8bfaa2e75773a97c
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
11 years agoMerge branch 'master' into tizen_2.1
Jaeho Lee [Fri, 22 Mar 2013 07:10:05 +0000 (16:10 +0900)]
Merge branch 'master' into tizen_2.1

1. added operations
2. added app-selector define

Conflicts:
include/appsvc.h
packaging/app-svc.spec
src/appsvc.c

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agoadded app-selector define
Jaeho Lee [Fri, 22 Mar 2013 04:26:54 +0000 (13:26 +0900)]
added app-selector define

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agoadded operations
Jaeho Lee [Thu, 21 Mar 2013 11:54:02 +0000 (20:54 +0900)]
added operations

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:12:30 +0000 (01:12 +0900)]
merge with master

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

11 years agoadded a error
Jaeho Lee [Mon, 11 Mar 2013 13:28:40 +0000 (22:28 +0900)]
added a error

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agochanged buffer size
Jaeho Lee [Thu, 28 Feb 2013 07:13:55 +0000 (16:13 +0900)]
changed buffer size

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agofixed buffer overflow bug
Jaeho Lee [Wed, 20 Feb 2013 03:49:18 +0000 (12:49 +0900)]
fixed buffer overflow bug

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agofixed explict launch bug
Jaeho Lee [Tue, 19 Feb 2013 07:32:58 +0000 (16:32 +0900)]
fixed explict launch bug

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agofixed a resolution bug
Jaeho Lee [Wed, 13 Feb 2013 09:57:15 +0000 (18:57 +0900)]
fixed a resolution bug

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agosupport wildcard for scheme
Jaeho Lee [Tue, 5 Feb 2013 01:00:05 +0000 (10:00 +0900)]
support wildcard for scheme

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agofixed build on x86_64 and clean up CFLAGS
Anas Nashif [Wed, 30 Jan 2013 18:36:17 +0000 (10:36 -0800)]
fixed build on x86_64 and clean up CFLAGS

Change-Id: I5ee21980a6b9ae57cba0f3c101ada88425abb2f5

11 years agofixed bug - crash in emulator
Jaeho Lee [Tue, 22 Jan 2013 11:43:32 +0000 (20:43 +0900)]
fixed bug - crash in emulator

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agomodified dlog tag
Jaeho Lee [Tue, 18 Dec 2012 10:11:38 +0000 (19:11 +0900)]
modified dlog tag

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agorollback smack domain name
Jaeho Lee [Fri, 7 Dec 2012 06:46:06 +0000 (15:46 +0900)]
rollback smack domain name

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agomodified smack domain name
Jaeho Lee [Fri, 7 Dec 2012 05:15:01 +0000 (14:15 +0900)]
modified smack domain name

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years agosupport wildcard for uri path
Jaeho Lee [Fri, 7 Dec 2012 02:20:40 +0000 (11:20 +0900)]
support wildcard for uri path

Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
11 years ago1. support alias id
Jaeho Lee [Fri, 30 Nov 2012 11:37:53 +0000 (20:37 +0900)]
1. support alias id

2. added category feature

11 years ago1. add smack manifest
Jaeho Lee [Thu, 25 Oct 2012 11:19:30 +0000 (20:19 +0900)]
1. add smack manifest
2. changed domain name in smack manifest file
3. Changed API parameter : pkg_name => appid

11 years agochanged operation string 2.0alpha master 2.0_alpha accepted/tizen/20130520.095519 submit/master/20120920.151038 submit/tizen/20130517.015316
Jaeho Lee [Tue, 4 Sep 2012 04:55:09 +0000 (13:55 +0900)]
changed operation string

Change-Id: I40a06110ff7c74bffa98ce5d011a4ff3e916cea4

11 years agoUpload Tizen2.0 source
Sewook Park [Tue, 21 Aug 2012 09:36:20 +0000 (18:36 +0900)]
Upload Tizen2.0 source

Change-Id: I1f144b46e3cc56da809aeb1700aac407423c89d7

12 years agoupload tizen1.0 source
Kim Kibum [Sun, 29 Apr 2012 07:59:38 +0000 (16:59 +0900)]
upload tizen1.0 source

12 years agoupdate for beta universally
Yan Yin [Wed, 14 Mar 2012 06:04:57 +0000 (14:04 +0800)]
update for beta universally

12 years agotizen beta release
Kibum Kim [Mon, 27 Feb 2012 04:32:06 +0000 (13:32 +0900)]
tizen beta release

12 years agoGit init
Kibum Kim [Fri, 6 Jan 2012 15:43:27 +0000 (00:43 +0900)]
Git init

12 years agoInitial empty repository
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:34 +0000 (21:59 +0900)]
Initial empty repository