summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Baptiste DURAND [Thu, 24 Oct 2013 11:12:50 +0000 (13:12 +0200)]
Fix TIVI-2012 : Unsplit ail package
ail library should be installed with it tools ail_initdb
To not break image build : ail package provides libail package.
Change-Id: I5424f9764be0bd75b8c3fea6e0d9d8b458b7992c
Signed-off-by: Baptiste DURAND <baptiste.durand@eurogiciel.fr>
junsuk77.oh [Mon, 14 Oct 2013 07:32:57 +0000 (16:32 +0900)]
sync with tizen 2.2 to fix a build error
1. add new api to support submode, and
2. add new getter to get the main package id when app is in submode
3. add new api to support fota upgrade
4. add debug message when db query is fail
5. use sqlite3_snprintf instead of snprintf to get special charator like upperstrophy
Change-Id: I6e86988e0d3239437767ae145ab742d4743795d3
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Anas Nashif [Wed, 25 Sep 2013 02:40:41 +0000 (22:40 -0400)]
update changelog
Change-Id: I846c0f5642653d56d9cfbac48b5b8a2466e0fe73
Anas Nashif [Tue, 24 Sep 2013 04:18:31 +0000 (00:18 -0400)]
cleanup packaging, split library
- split libail into a sub-package
- Fixed license
- Fixed package group
Change-Id: Ie88f4c9f882549f5707a31594bf0257292867a55
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Anas Nashif [Tue, 24 Sep 2013 04:10:50 +0000 (00:10 -0400)]
Merge branch 'tizen_2.2' into tizen
Conflicts:
packaging/ail.spec
Chengwei Yang [Thu, 1 Aug 2013 07:37:47 +0000 (15:37 +0800)]
Fix database permission
This looks like some kind of typo, however will cause app application
failed to update desktop entry in database.
For example, starter will update sat-ui entry in database once it's
ready, while starter running as 'app' privilege, which is a member of
group 'db_menu'.
Change-Id: I3ff02609e5412b4004edd2fcb7007616983e8b7e
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Baptiste DURAND [Mon, 29 Jul 2013 10:07:14 +0000 (12:07 +0200)]
Fix initial value for Vconf widget languague Key
During Widget installation, we have this error message :
appcore: appcore: setlocale() error
This is due to a wrong initial value set for language vconf key (db/menu_widget/language).
It is used as argument of setlocale function.
Fix TZPC-3942
Baptiste DURAND [Fri, 19 Jul 2013 17:21:49 +0000 (19:21 +0200)]
Improve performence of app_info.db creation/insertion of a package in app_info.db
Fix TZPC-3461:Instead of making 1 SQL request for each local name, make just 1 SQL request to insert all locale name
junsuk77.oh [Thu, 11 Jul 2013 02:04:21 +0000 (11:04 +0900)]
fix issue - removed foler dependency when ail-initdb failed
Change-Id: Ib2fa7d0db29182e2f509764071e84e3916e36415
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Alexandru Cornea [Fri, 28 Jun 2013 09:33:13 +0000 (12:33 +0300)]
resetting manifest requested domain to floor
junsuk77.oh [Wed, 3 Jul 2013 01:57:28 +0000 (10:57 +0900)]
remove unsed debug message
Change-Id: I1198412909fdc7dbcd1f3e8729fae649fe417f14
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Baptiste DURAND [Fri, 28 Jun 2013 13:08:53 +0000 (15:08 +0200)]
manage package update.
Rusty Lynch [Thu, 27 Jun 2013 01:28:44 +0000 (18:28 -0700)]
Cleanup spec
The package should be creating an applications directory and also
initializing the application locale. Taking the opportunity to also
remove the bogus smack label and fixup the post script some
Change-Id: I9a732ec14e474d844d810488d09e605f764d4755
junsuk77.oh [Tue, 18 Jun 2013 09:46:29 +0000 (18:46 +0900)]
merge master branch
Change-Id: I7cb9eb1afa2b1e41c819db85b7a152b0baf3a0a0
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
junsuk77.oh [Fri, 5 Apr 2013 05:44:08 +0000 (14:44 +0900)]
appinfo db close when ail_destroy_appinfo is called
Change-Id: I3b07f112783b49050c7c73d5cec42f5d70bf8649
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Junfeng [Tue, 19 Mar 2013 10:38:51 +0000 (18:38 +0800)]
Fix for x86_64 compatibility.
Change-Id: I145d7d0a666ca393ca030cb57dee2ad5a732d4c5
junsuk77.oh [Thu, 28 Mar 2013 08:36:48 +0000 (17:36 +0900)]
add appinfo db close api
Change-Id: I87e7a86a14bfff38af44319e43c10908e594d7ca
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Jinkun Jang [Fri, 15 Mar 2013 16:12:24 +0000 (01:12 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:46:25 +0000 (01:46 +0900)]
Tizen 2.1 base
eunmee moon [Fri, 27 Apr 2012 12:35:42 +0000 (21:35 +0900)]
Initial empty repository