apps/web/download-manager.git
8 years agoFix SVACE issue : WGID 28887 92/68192/2
min7.choi [Tue, 3 May 2016 02:45:04 +0000 (11:45 +0900)]
Fix SVACE issue : WGID 28887

[issue] WGID 28887
[Problem] DEREF_AFTER_NULL.MIGHT
[Solution] Add null check for exception
[Verify] Latest SVACE result

Change-Id: I3b5f8146da78c4f1f6f09bb7d37a296bcabe384d
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoModify download complete icon in quickpanel. 89/67889/2
min7.choi [Fri, 29 Apr 2016 05:30:25 +0000 (14:30 +0900)]
Modify download complete icon in quickpanel.

[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-2053
[Problem]  When the white image is downloaded, look like nothing icon.
[Solution] Change the icon
           thumbnail -> download complete icon
[Verify]   Open google and download image.
Change-Id: I389b6b830a7abd96934f9fd6af07a8c1db63e5b3
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoNotifications stay in quickpanel area 85/66585/1
m.kawonczyk [Tue, 19 Apr 2016 13:51:16 +0000 (15:51 +0200)]
Notifications stay in quickpanel area

[Issue]    http://suprem.sec.samsung.net/jira/browse/TSAM-2320
[Problem]  Notifications were freed instead of deleted and then
           freed. NotificationId not used.
[Solution] Delete NotificationId. Delete notifications before
           freeing them.
[Verify]   Open google and download image.

Change-Id: I3d2864ee030e84d69e71c6f243c286006f5273cd
Signed-off-by: Maciej Kawonczyk <m.kawonczyk@samsung.com>
8 years agomodify the image path of download-manager 49/65649/2 accepted/tizen/mobile/20160415.015158 submit/tizen_mobile/20160415.001609
jaekuk, lee [Tue, 12 Apr 2016 04:35:07 +0000 (13:35 +0900)]
modify the image path of download-manager

Change-Id: I4c4dd9af0f039738c7f38bc67187465b1b5456cb
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
8 years agoModify license-naming location in spec file 52/65952/1
min7.choi [Thu, 14 Apr 2016 07:25:59 +0000 (16:25 +0900)]
Modify license-naming location in spec file

Change-Id: I571dc73dd60557c2a0d89dece27b230d81ab3ea1
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoMerge "release 3.0.2" into tizen accepted/tizen/common/20160414.143726 accepted/tizen/mobile/20160406.110004 submit/tizen_common/20160413.090423 submit/tizen_mobile/20160406.082316
Hye Kyoung Hwang [Wed, 6 Apr 2016 08:21:39 +0000 (01:21 -0700)]
Merge "release 3.0.2" into tizen

8 years agoModify download-manager-notification statusTextId naming 70/64770/1
min7.choi [Tue, 5 Apr 2016 08:49:33 +0000 (17:49 +0900)]
Modify download-manager-notification statusTextId naming

Change-Id: I7a3f5cac6e3d5e88c6ccc27e0a32519853a14ea4
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agorelease 3.0.2 01/64701/1
jaekuk, lee [Tue, 5 Apr 2016 01:40:22 +0000 (10:40 +0900)]
release 3.0.2

Change-Id: Id95f63709b32d2713832513034522d9b2dcd51e1
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
8 years agoIcons are not visible. 22/64222/2
m.kawonczyk [Wed, 30 Mar 2016 13:16:28 +0000 (15:16 +0200)]
Icons are not visible.

[Issue]    N/A
[Problem]  Icons on genlist are not visible
[Solution] Changed efl functions to support showing images
[Verify]   Download different content from browser, start
           download manager. Images for different mimes
           should be visible.

Change-Id: I754b5fe4aa4f6947082588547d07904cfcff564a
Signed-off-by: Maciej Kawonczyk <m.kawonczyk@samsung.com>
8 years agoDelete mode was not working, selected items on genlist were deleted. 43/64043/4
m.kawonczyk [Tue, 29 Mar 2016 13:15:00 +0000 (15:15 +0200)]
Delete mode was not working, selected items on genlist were deleted.

[Issue]    N/A
[Problem]  Delete mode was not working correctly. Selected items were deleted
[Solution] Solved problems with efl genlist content_get. Deleted part from
           code that resulted in deleting item from a genlist when item was
           selected once.
[Verify]   Download some content from browser, start download manager.
           Open content and then go back to download manager. Notice item
           selected is still visible. Go to delete mode and try deleting
           items.

Change-Id: Ib9df81adc10c75fe55f7abf69ab20753ffd33064
Signed-off-by: Maciej Kawonczyk <m.kawonczyk@samsung.com>
8 years agoUse new notification API 00/63200/1
Dariusz Frankiewicz [Mon, 21 Mar 2016 10:37:52 +0000 (11:37 +0100)]
Use new notification API

[Issue]    http://10.113.136.204/jira/browse/TWF-529
[Problem]  Deprecated API used in code.
[Solution] Use new API.
[Verify]   Behaviour should stay unchanged.

Change-Id: I475f572f647ab930fce7f5ebb08f347f94fd67ca

8 years agoGenlist label fix 58/63158/1
Kamil Nowac [Tue, 22 Mar 2016 08:42:00 +0000 (09:42 +0100)]
Genlist label fix

[Issue]    http://10.113.136.204/jira/browse/TWF-401
[Problem]  "No name" instead of "Today/Yesterday/Older"
[Solution] Fields name change
[Verify]   Open download manager. Label for genlist
           should be fine.

Change-Id: Ic92eb43b4ff5beb8db141ac8a66b5b2ac4197975
Signed-off-by: Kamil Nowac <k.nowac@samsung.com>
8 years agoFix SVACE issue 95/63095/2 accepted/tizen/mobile/20160322.090328 submit/tizen_mobile/20160322.063259
min7.choi [Tue, 22 Mar 2016 05:37:34 +0000 (14:37 +0900)]
Fix SVACE issue
: localtime() -> localtimer_r()
: rand() -> rand_r()
: readdir() -> readdir_r()
: time variable, unsigend long long -> long long
: localtimer - WGID 46818, 47048

Change-Id: Id23b3326a9b553fdd350d9e607e00c5b589d879f
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoAdd -Werror flag to compiler. 64/62964/2 submit/tizen_mobile/20160322.015128
Dariusz Frankiewicz [Mon, 21 Mar 2016 09:41:58 +0000 (10:41 +0100)]
Add -Werror flag to compiler.

[Issue#]   N/A
[Problem]  Compilation warnings being ignored by developers
[Cause]    Too much compiler output
[Solution] Adding a -Werror compilation flag so that warnings are
           treated as errors
[Verify]   Check that the project builds without warnings

Compilation warnings should not be ignored. They often warn about
things that may cause trouble if unattended. Too much warnings also pollutes the
compiler output making it illegible.
Adding this compilation flag will allow us to maintain the quality
of our code.

Change-Id: Ib7375b06168416c9c51c5e0b42430dd7599119a6

8 years agoRemove warnings from code. 63/62963/3
Dariusz Frankiewicz [Mon, 21 Mar 2016 09:34:25 +0000 (10:34 +0100)]
Remove warnings from code.

[Issue]    N/A
[Problem]  There are some warnings about unused variables during build process.
[Solution] Comment out unused code.
[Verify]   Build project and look at output. There should be no warnings
           about unused variables.

Change-Id: Ibdc4c6167d6e697aab6392e87277190879da5d72

8 years agoList does not show elements 17/63017/1
Kamil Nowac [Mon, 21 Mar 2016 14:20:09 +0000 (15:20 +0100)]
List does not show elements

[Issue]    http://10.113.136.204/jira/browse/TWF-401
[Problem]  Invisible elements in the list
[Solution] Changed style
[Verify]   Download something. open download manager.
           Elements should be visible.

Change-Id: Ie202cdf41101f5f2005704900a9127d63153e6a4
Signed-off-by: Kamil Nowac <k.nowac@samsung.com>
8 years agomodified build config - .gbs.conf, build script, xml, manifeset file 45/58145/1 accepted/tizen_tv accepted/tizen/common/20160310.080916 accepted/tizen/ivi/20160310.054413 accepted/tizen/mobile/20160310.054305 accepted/tizen/tv/20160310.054325 accepted/tizen/wearable/20160310.054347 submit/tizen/20160309.060234
min7.choi [Thu, 28 Jan 2016 01:51:32 +0000 (10:51 +0900)]
modified build config - .gbs.conf, build script, xml, manifeset file

Change-Id: Ia581bcc049d3849256d11bcc518d3e88ebb06922
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoDelete sys-assert dependency & modify build config 22/55722/2 accepted/tizen/ivi/20160218.022921 accepted/tizen/mobile/20151230.120758 accepted/tizen/mobile/20151231.073053 accepted/tizen/tv/20151230.121037 accepted/tizen/tv/20151231.073111 accepted/tizen/wearable/20151231.073124 submit/tizen/20151231.022515 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001 submit/tizen_mobile/20151230.022452 submit/tizen_tv/20151230.022437
min7.choi [Tue, 29 Dec 2015 02:11:20 +0000 (11:11 +0900)]
Delete sys-assert dependency & modify build config

Change-Id: I6c523dd21de3ff6c8c2f573244ec20d28ee7fb67
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agoprivilege add & modify default install dir 95/51895/1 accepted/tizen/mobile/20151117.094037 accepted/tizen/tv/20151117.094057 accepted/tizen/wearable/20151117.094107 submit/tizen/20151117.060618 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
min7.choi [Tue, 17 Nov 2015 05:46:30 +0000 (14:46 +0900)]
privilege add & modify default install dir

Change-Id: Ife70365fab3e453418ca7f8171ed14dc1b45ba06
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agotizen 3.0 54/51454/1
min7.choi [Tue, 10 Nov 2015 01:46:51 +0000 (10:46 +0900)]
tizen 3.0

Change-Id: I0226fcd2817d6c5fea18eea2da4694c4d1c40a1b
Signed-off-by: min7.choi <min7.choi@samsung.com>
8 years agotizen 2.4 release accepted/tizen_2.4_mobile tizen_2.4 accepted/tizen/2.4/mobile/20151029.040902 submit/tizen_2.4/20151028.062801 tizen_2.4_mobile_release
jk7744.park [Sat, 24 Oct 2015 06:48:42 +0000 (15:48 +0900)]
tizen 2.4 release

8 years agotizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.073203 tizen_2.3.1_release
jk7744.park [Tue, 8 Sep 2015 12:41:32 +0000 (21:41 +0900)]
tizen 2.3.1 release

11 years agoChange the name of application operation 2.0alpha master 2.0_alpha submit/master/20120920.150957
Jungki Kwak [Tue, 4 Sep 2012 10:06:02 +0000 (19:06 +0900)]
Change the name of application operation

Change the name of application operation
modified:   packaging/org.tizen.download-manager.spec
modified:   res/org.tizen.download-manager.xml

11 years agoResolve the bug about the name of edc
Jungki Kwak [Mon, 3 Sep 2012 03:09:08 +0000 (12:09 +0900)]
Resolve the bug about the name of edc

Resolve the bug about the name of edc (N_SE-8244)
Upload Version : org.tizen.download-manager_0.0.1-11

modified:   packaging/org.tizen.download-manager.spec
modified:   src/download-manager-view.cpp

11 years agofix display language build error
Bang Kwang min [Thu, 30 Aug 2012 07:36:52 +0000 (16:36 +0900)]
fix display language build error

[Title] fix display language build error
[Issue#] N/A
[Problem] N/A
[Cause] mistype
[Solution] N/A
[SCMRequest] N/A

Change-Id: I2424c4d6e8d4dbdc0001f3b4b89c6cb0131c7667

11 years agorelease the pacakge
Bang Kwang min [Thu, 30 Aug 2012 07:28:57 +0000 (16:28 +0900)]
release the pacakge

fix display language build error

Change-Id: I852dff9387b27bc9d33866379cbf783fda87166f

11 years agofix display language build error
Bang Kwang min [Thu, 30 Aug 2012 07:22:16 +0000 (16:22 +0900)]
fix display language build error

[Title] fix display language build error
[Issue#] N/A
[Problem] N/A
[Cause] mistype
[Solution] N/A
[SCMRequest] N/A

Change-Id: Iaf753356991be1934a134a5aa1a5fca02bd76bf7

11 years agorelease the pacakge
Bang Kwang min [Wed, 29 Aug 2012 07:00:26 +0000 (16:00 +0900)]
release the pacakge

changeset)
add display language set

modified:   packaging/org.tizen.download-manager.spec

Change-Id: I8908b2316da9c07f854bba82418c97cadd51e032

11 years agoadd display language set
Bang Kwang min [Wed, 29 Aug 2012 06:51:25 +0000 (15:51 +0900)]
add display language set

modified:   po/CMakeLists.txt
renamed:    po/he.po -> po/az.po
renamed:    po/ms.po -> po/en_PH.po
new file:   po/es_US.po
renamed:    po/id.po -> po/et.po
new file:   po/eu.po
new file:   po/fr_CA.po
new file:   po/ga.po
new file:   po/gl.po
new file:   po/hy.po
new file:   po/is.po
new file:   po/ka.po
new file:   po/kk.po
new file:   po/mk.po
renamed:    po/no.po -> po/nb.po
new file:   po/pt_BR.po
deleted:    po/th.po
new file:   po/uz.po
deleted:    po/vi.po
new file:   po/zh_SG.po

Change-Id: I2dead88b4dfd936590f6c428e69acd2a798898f1

11 years agorelease the package
Bang Kwang min [Tue, 28 Aug 2012 02:05:45 +0000 (11:05 +0900)]
release the package

org.tizen.download-manager_0.0.1-8

changes )
add edc file

11 years agorelease the pacakge
Bang Kwang min [Tue, 28 Aug 2012 00:44:03 +0000 (09:44 +0900)]
release the pacakge

org.tizen.download-manager_0.0.1-7

11 years agoCode Sync with Private GIT
Bang Kwang min [Tue, 28 Aug 2012 00:41:06 +0000 (09:41 +0900)]
Code Sync with Private GIT

changes)
Change notify winset to selectioninfo winset
Apply changes of capi-web-url-download
Resolve a prevent defect
Enable to use notification of download CAPI
Show the application in case of default service operation

11 years agoThe download UI application is added.
Jungki Kwak [Tue, 21 Aug 2012 10:56:09 +0000 (19:56 +0900)]
The download UI application is added.

This application is based on download daemon process.
new file:   CMakeLists.txt
new file:   INSTALL
new file:   LICENSE
new file:   NOTICE
new file:   packaging/org.tizen.download-manager.spec
new file:   po/CMakeLists.txt
new file:   po/POTFILES.in.in
new file:   po/ar.po
new file:   po/bg.po
new file:   po/ca.po
new file:   po/cs.po
new file:   po/da.po
new file:   po/de_DE.po
new file:   po/el_GR.po
new file:   po/en.po
new file:   po/en_US.po
new file:   po/es_ES.po
new file:   po/fi.po
new file:   po/fr_FR.po
new file:   po/he.po
new file:   po/hi.po
new file:   po/hr.po
new file:   po/hu.po
new file:   po/id.po
new file:   po/it_IT.po
new file:   po/ja_JP.po
new file:   po/ko_KR.po
new file:   po/lt.po
new file:   po/lv.po
new file:   po/ms.po
new file:   po/nl_NL.po
new file:   po/no.po
new file:   po/pl.po
new file:   po/pt_PT.po
new file:   po/ro.po
new file:   po/ru_RU.po
new file:   po/sk.po
new file:   po/sl.po
new file:   po/sr.po
new file:   po/sv.po
new file:   po/th.po
new file:   po/tr_TR.po
new file:   po/uk.po
new file:   po/vi.po
new file:   po/zh_CN.po
new file:   po/zh_HK.po
new file:   po/zh_TW.po
new file:   res/images/U06_icon_DRM.png
new file:   res/images/U06_icon_Java.png
new file:   res/images/U06_icon_Unknown.png
new file:   res/images/U06_icon_excel.png
new file:   res/images/U06_icon_html.png
new file:   res/images/U06_icon_image.png
new file:   res/images/U06_icon_music.png
new file:   res/images/U06_icon_pdf.png
new file:   res/images/U06_icon_ppt.png
new file:   res/images/U06_icon_ringtone.png
new file:   res/images/U06_icon_text.png
new file:   res/images/U06_icon_video.png
new file:   res/images/U06_icon_word.png
new file:   res/org.tizen.download-manager.xml
new file:   src/download-manager-dateTime.cpp
new file:   src/download-manager-downloadItem.cpp
new file:   src/download-manager-downloadRequest.cpp
new file:   src/download-manager-event.cpp
new file:   src/download-manager-history-db.cpp
new file:   src/download-manager-item.cpp
new file:   src/download-manager-items.cpp
new file:   src/download-manager-network.cpp
new file:   src/download-manager-util.cpp
new file:   src/download-manager-view.cpp
new file:   src/download-manager-viewItem.cpp
new file:   src/include/download-manager-common.h
new file:   src/include/download-manager-dateTime.h
new file:   src/include/download-manager-debug.h
new file:   src/include/download-manager-downloadItem.h
new file:   src/include/download-manager-downloadRequest.h
new file:   src/include/download-manager-event.h
new file:   src/include/download-manager-history-db.h
new file:   src/include/download-manager-item.h
new file:   src/include/download-manager-items.h
new file:   src/include/download-manager-network.h
new file:   src/include/download-manager-util.h
new file:   src/include/download-manager-view.h
new file:   src/include/download-manager-viewItem.h
new file:   src/main.cpp

11 years agoInitial empty repository 2.0_release
Jung Minsun [Tue, 21 Aug 2012 02:17:13 +0000 (11:17 +0900)]
Initial empty repository