Jeonghoon Park [Mon, 26 Sep 2022 04:12:05 +0000 (13:12 +0900)]
<glib.h> can no longer be included in extern "C"
Change-Id: Ie06a3b9732ae76e13267946e8070a900639a7676
Hwankyu Jhun [Tue, 25 May 2021 11:42:33 +0000 (20:42 +0900)]
Use -rdynamic option instead of -shared option
Currently, INTERP section is removed by -shared option.
To export the main function, -rdynamic option is needed.
This patch uses -rdynamic option instead of -shared option.
Change-Id: I3bbcff370aa023748bcb20a6fbea54187255a945
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Karthik Bhat [Wed, 11 Mar 2020 03:29:47 +0000 (08:59 +0530)]
Fix build error with llvm-10
Change-Id: Ib21029a4b1a3d30eb73e20bd454f2d8216eb76e6
Signed-off-by: Karthik Bhat <kv.bhat@samsung.com>
Nilesh [Wed, 19 Dec 2018 11:24:05 +0000 (16:54 +0530)]
Remove image util deprecated API.
This patch remove image util deprecared API
image_util_calculate_buffer_size().
Change-Id: I97ec371d26d151fa49004a3d4652eaf5c1e4e20c
Tezaswy Singh [Mon, 29 Oct 2018 20:11:23 +0000 (01:41 +0530)]
Capture image icon removed in camera recording view
Change-Id: Ie933b201cd23a5234a8a3c5046fcbdda3049bd1b
Kartik Tidke [Tue, 16 Oct 2018 21:34:03 +0000 (03:04 +0530)]
Mode display text visibility issue fixed in WXGA
Change-Id: Iee5b8b29a73150f23d58eb66d198a71d88494db7
Signed-off-by: Kartik Tidke <kr.tidke@samsung.com>
Nidhi jain [Tue, 12 Jun 2018 16:53:42 +0000 (22:23 +0530)]
Removal of the unused code.
Resolve SA_AUTO warnings with following WGId : 27659, 27660
Change-Id: Ife8cd1b44de28da48aa98a16ea4b6fcf63049284
Nidhi jain [Mon, 11 Jun 2018 19:19:53 +0000 (00:49 +0530)]
This patch resolve Svace Issue #34057
Change-Id: I3aca25a9298e2de5a096b864e0aa737269d755e9
Vikas Kumar Agrawal [Thu, 7 Jun 2018 17:17:09 +0000 (22:47 +0530)]
Blocking camera only in case of Video call
Change-Id: I82907d1bfca5c8249e8d9ef89e0d31bcad4748d3
Signed-off-by: Vikas Kumar Agrawal <vikas.ag@samsung.com>
Shubhojeet [Mon, 4 Jun 2018 20:34:31 +0000 (02:04 +0530)]
Remove deprecated camera/recorder enums
Change-Id: Id8c7bc841cc4ae443f61fb9e6b304f886304171e
Signed-off-by: Shubhojeet <shubhojeet.y@samsung.com>
Vikas Kumar Agrawal [Mon, 30 Apr 2018 10:30:22 +0000 (16:00 +0530)]
Calling camera_set_display() in main loop
Change-Id: I2ff64e8f0058b257e709bbf7ede48539c934e9b2
Signed-off-by: Vikas Kumar Agrawal <vikas.ag@samsung.com>
Nidhi jain [Thu, 12 Apr 2018 09:53:14 +0000 (15:23 +0530)]
Removal of deprecated Telephony APIs.
Change-Id: I877b6114733f05b32a2e681a5cdb0dcef3691cb4
Vikas Kumar Agrawal [Sat, 24 Mar 2018 07:19:33 +0000 (12:49 +0530)]
Added error handling in some places
Change-Id: I9cac68e149c639374ff0270971dd6a7284f18988
Vikas Kumar Agrawal [Tue, 20 Mar 2018 13:43:16 +0000 (19:13 +0530)]
Fix image-util deprecated API
Change-Id: I8c2004d6f51207e400c16a15d30db8d25fe79bbc
Vikas Kumar Agrawal [Tue, 13 Mar 2018 15:25:18 +0000 (20:55 +0530)]
Replace Deprecated API of sound manager
Change-Id: I41ed1925195fb721c72f3d01abf04f4e08995507
Vikas Kumar Agrawal [Tue, 13 Feb 2018 12:07:24 +0000 (17:37 +0530)]
[TFIVE-20] Remove media-content deprecated API's
Change-Id: I76ba945ae2d2024f322652443e442788997695ef
Signed-off-by: Vikas Kumar Agrawal <vikas.ag@samsung.com>
Alka Sethi [Fri, 22 Sep 2017 11:37:52 +0000 (17:07 +0530)]
Build fix
Change-Id: I4d2cfb523ccfafa7e1d858d9d3e78485db49641a
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Thu, 21 Sep 2017 12:06:09 +0000 (17:36 +0530)]
Added necessory comments[4] and comment skeletons
Change-Id: I5f973ab6f91867177c295433758bd2121b43684f
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Thu, 14 Sep 2017 10:18:37 +0000 (15:48 +0530)]
Applying check for resolution support
Change-Id: Ie3c73ea8e307c4ddc26d73bf24cccff23b2c0aa9
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Wed, 13 Sep 2017 05:53:29 +0000 (11:23 +0530)]
Removal of unused functions and added necessary comments[3]
Change-Id: I4389ddbbcf5b8d0ca78e53c5c561025f2ca55ca2
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Kapil Jhuria [Mon, 11 Sep 2017 08:52:48 +0000 (14:22 +0530)]
Merging Code to Tizen_4.0 branch
Change-Id: I2d4ca6d9670d9d0c65627c57bde66001f064e11c
Signed-off-by: Kapil Jhuria <kapil.jhuria@samsung.com>
Geunsun, Lee [Wed, 24 Jan 2018 23:45:07 +0000 (08:45 +0900)]
Remove buildRequires: prelink
Alka Sethi [Thu, 17 Aug 2017 09:37:43 +0000 (15:07 +0530)]
[2]Added necessary comments
Change-Id: I024997875bc615ba9f15a58dd22142ca63fd49c0
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Wed, 16 Aug 2017 11:06:11 +0000 (16:36 +0530)]
Added necessary comments
Change-Id: I217b495ef9dafa752edfe31bd60be795df3a2faa
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Rahul Dadhich [Tue, 18 Jul 2017 04:00:35 +0000 (09:30 +0530)]
Removed RPATH and commented code from CMake
Change-Id: I7972d491f5c62ad968656730ec06168000290c93
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
Alka Sethi [Mon, 5 Jun 2017 04:58:18 +0000 (10:28 +0530)]
[UX Impl]Pinch zoom UI changed
Change-Id: I5e3aa9080420cc982ff3eeaeec44fb7a3f114917
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Thu, 18 May 2017 11:00:37 +0000 (16:30 +0530)]
Timer styles preview sounds added
Change-Id: Ic3320efb2e4015b74a29bc9cb9e839438d164c91
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Tue, 11 Apr 2017 12:43:18 +0000 (18:13 +0530)]
[UX Impl]LOcation tag and rec size indicator removed and rec time indicator repositioned
Change-Id: I6f26b28cbd26ea770ef274719cf2642017ba208f
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Tue, 4 Apr 2017 06:32:36 +0000 (12:02 +0530)]
Adding build directory
Change-Id: Ibb3b8b4dd35e75a228c2e02eb7d7a8dde668c099
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Tue, 14 Feb 2017 06:42:44 +0000 (12:12 +0530)]
Storage location changed to DCIM/Camera
Change-Id: I05b28137395661082314d9bf1749bd1d6681e03e
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Rahul Dadhich [Thu, 29 Dec 2016 05:07:47 +0000 (10:37 +0530)]
Merging code from tizen_3.0 branch
Change-Id: I617201634c948c320ecc3ff5b9a6a911d37f0684
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
Rahul Dadhich [Wed, 28 Dec 2016 09:38:47 +0000 (15:08 +0530)]
Merged code from tizen_3.0 branch
Change-Id: I0b11a7c202f1092872ad572910e499fe74043d7c
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
bhutani.92 [Wed, 26 Oct 2016 04:30:57 +0000 (10:00 +0530)]
Fixed additional info param on release focus
Change-Id: I7d60f578f30ed47364c2bc494462f5184c99aed1
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
anshu.kumar [Tue, 25 Oct 2016 15:16:48 +0000 (20:46 +0530)]
[CAMERA][TSAM-9234]Resolved initial recording time related issue
Change-Id: I407889561f85347cbfafd2f6762d699fddf40257
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Mon, 24 Oct 2016 09:00:27 +0000 (14:30 +0530)]
[CAMERA][TSAM-9150]changed default value for picture resolution
Change-Id: I7319136e070480b42c4c15573894026feca24b90
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Fri, 21 Oct 2016 09:54:54 +0000 (15:24 +0530)]
[CAMERA][TSAM-9023] Recording limit for email
Change-Id: Ib4032d8c1f1b825966189646b3b066e80133ddca
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Thu, 20 Oct 2016 15:19:05 +0000 (20:49 +0530)]
[CAMERA][TSAM-9056,8791] Added popup for quick launch and modified battery indicator
Change-Id: I8af2f9337b5ead3bfa52108ee616a0769aa32867
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Thu, 20 Oct 2016 11:46:23 +0000 (17:16 +0530)]
[CAMERA][TSAM-8977] Added popup on face detection
Change-Id: I9084452c014d4f411e72cff777b00f2470ec81ce
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Thu, 20 Oct 2016 08:31:35 +0000 (14:01 +0530)]
[CAMERA][TSAM-8980] Modified zoom to x4 times
Change-Id: I72b86adeaf8d08d7b08feefe7a9b831da8bf442a
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Tue, 18 Oct 2016 12:32:45 +0000 (18:02 +0530)]
[CAMERA][TSAM-9018]Removal of brightness
Change-Id: Ie659c65a59a4b07506e524cc1ceeeaef7de2d5a2
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Tue, 18 Oct 2016 10:05:04 +0000 (15:35 +0530)]
[CAMERA]Reducing size of images
Change-Id: I5771e6133fc432147b031a79db60012397d4d162
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Alka Sethi [Mon, 17 Oct 2016 06:52:52 +0000 (12:22 +0530)]
[TSAM-8976][TSAM-9007][TSAM-9009]Recording time, quick launch default issue resolved
Change-Id: Ibb535c2aa6a7f227caa681f1fae29a3194e20e7d
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Thu, 13 Oct 2016 13:23:04 +0000 (18:53 +0530)]
[TSAM-8712][TSAM-8709]Language change hang issue and memory for 1536x1536 issue resolved
Change-Id: If84830ec00184882005c96199f4b8d666e967f77
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Wed, 12 Oct 2016 09:00:37 +0000 (14:30 +0530)]
Rotation conflict resolved and face detection disabling during effects
Change-Id: I19f0c4c71636c8b1a13328bc2dd0ff6b9c451b22
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
bhutani.92 [Tue, 4 Oct 2016 09:37:38 +0000 (15:07 +0530)]
Multitasking feature
Change-Id: I31e8dc3641d5bbbf4ae2a05f5511be517a41e555
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
anshu.kumar [Thu, 6 Oct 2016 09:52:30 +0000 (15:22 +0530)]
[CAMERA][TSAM-8578] Modified low battery icon
Change-Id: Iccfd6890bd289c33037050face531c9d05fa6f01
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Tue, 4 Oct 2016 12:16:43 +0000 (17:46 +0530)]
[CAMERA][TSAM-8332,8408] Modified gesture related issue
Change-Id: I6ed150aca9c99e63610f77eed093ba2c461cbaa7
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Tue, 4 Oct 2016 09:05:18 +0000 (14:35 +0530)]
[CAMERA][TSAM-8229,8218] Modified snapshot icon's outer ring
Change-Id: I8735428a1f71e2131867a45f8d122b1bd6b94c8f
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Alka Sethi [Mon, 3 Oct 2016 12:13:13 +0000 (17:43 +0530)]
[TSAM-8277][TSAM-8177][TSAM-8404]Issue resolved
Change-Id: Ic5788bd0f097bae4db024f73e85221347522a15f
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
anshu.kumar [Thu, 29 Sep 2016 07:35:06 +0000 (13:05 +0530)]
[CAMERA] Modified face detection frame with circular corners
Change-Id: I5de7185a0dc292a6648ee90e3d8d0a53e22d7116
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Alka Sethi [Wed, 28 Sep 2016 11:53:16 +0000 (17:23 +0530)]
[UX IMPL]Code cleanup and build warnings removed
Change-Id: Ifd2d1a24e2983cb20efb4cca57bf7df5a273f2a1
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
anshu.kumar [Fri, 23 Sep 2016 11:23:05 +0000 (16:53 +0530)]
[CAMERA][GUI Modifications]Modified icons attribute
Change-Id: I69fb0e3acf1e69eaed2f3168b68323516f16e019
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Alka Sethi [Thu, 22 Sep 2016 09:49:13 +0000 (15:19 +0530)]
[UX IMPL]Default face detection box size set and edit box text set
Change-Id: I34f01f730e3eddb3d2a80f99ea17e7fe38645698
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Tue, 20 Sep 2016 12:20:25 +0000 (17:50 +0530)]
[UI IMPL]Find faces problem resolved
Change-Id: I951d6e581f2c61d21162abfc23367368dcd93343
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
anshu.kumar [Sun, 18 Sep 2016 09:31:18 +0000 (15:01 +0530)]
[CAMERA][UI Implementation] Save pics as seen Implementation
Change-Id: I743d0ac9a91e2e85a46c1dedc511e060ec26cf52
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Sanjay Narasimha Murthy [Sat, 17 Sep 2016 14:05:03 +0000 (07:05 -0700)]
Merge "Added Sound Manager API's for video record feature" into tizen
anshu.kumar [Sat, 17 Sep 2016 12:32:18 +0000 (18:02 +0530)]
[CAMERA][UI Implementation] Face Detection Implementation
Change-Id: Idc680e3c0941bd1f2012e189d78847f8b161f372
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
bhutani.92 [Sat, 17 Sep 2016 10:36:27 +0000 (16:06 +0530)]
Added Sound Manager API's for video record feature
Change-Id: I26f3190be5f851871817dd30e7c37e7d643627e1
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
anshu.kumar [Fri, 16 Sep 2016 09:49:06 +0000 (15:19 +0530)]
[CAMERA][UI Implementation]Quick launch implementation
Change-Id: Idd8a1af69890f56710cc9c8557922fc2df00bbfb
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Alka Sethi [Mon, 12 Sep 2016 10:02:29 +0000 (15:32 +0530)]
[UI Impl]Timer Style option implemented
Change-Id: I16418c696f435d59b746be21e2113406833464fa
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
anshu.kumar [Wed, 7 Sep 2016 12:04:04 +0000 (17:34 +0530)]
[CAMERA][UI Implementation]gesture implementation for quick setting
Change-Id: If3d2c887a5ddbdb2055ac324ab42f199a19d3ae1
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Chandan [Fri, 2 Sep 2016 05:14:37 +0000 (10:44 +0530)]
Changes Build MACRO
Change-Id: Iedcf21365a29c9709cd13e6f3b939bc7573b1a2d
Signed-off-by: Chandan <ch.kumar@samsung.com>
anshu.kumar [Wed, 31 Aug 2016 12:35:46 +0000 (18:05 +0530)]
[CAMERA][UI Impl]HD images added
Change-Id: Ia2ab59be12d09fe4b882180ff640d738fc93cb27
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Wed, 17 Aug 2016 13:11:19 +0000 (18:41 +0530)]
[CAMERA][UI Implementation]New Photo and Video resolutions added
Change-Id: I5c154fdfdd7bee94314275b020a5a4a4108bf7c0
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Fri, 12 Aug 2016 12:35:41 +0000 (18:05 +0530)]
[CAMERA][UI Implementation]Grid lines feature implementation
Change-Id: Id6b95dc0fd02db8972c152f1e748ee83088d2f03
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Wed, 20 Jul 2016 11:42:41 +0000 (17:12 +0530)]
[CAMERA][TSAM-6606]Resolved Recording attachment related issue
Change-Id: Ib4326760438c128cfdafaa0cefc8defdea56ebd3
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Alka Sethi [Mon, 18 Jul 2016 13:57:41 +0000 (19:27 +0530)]
Popup time increased
Change-Id: Id85c647380f878300f69d5b31c85b73f83056b4a
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Mon, 18 Jul 2016 12:15:44 +0000 (17:45 +0530)]
[TSAM-6578] CAll resume on idle removed
Change-Id: Id1455ca63ebac6e867bee2758279cf620ac70563
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Sanjay Narasimha Murthy [Mon, 18 Jul 2016 11:26:30 +0000 (04:26 -0700)]
Merge "[TSAM-6598] Screen deleted on resume" into tizen
bhutani.92 [Mon, 18 Jul 2016 11:29:56 +0000 (16:59 +0530)]
Fixed TSAM-6593 Home Key working properly on quick view
Change-Id: I61efb0a2baf686232134b0c854be972809bda690
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
Alka Sethi [Mon, 18 Jul 2016 09:48:09 +0000 (15:18 +0530)]
[TSAM-6598] Screen deleted on resume
Change-Id: I503b81ffc2dc0e3d371d1af8f052bd720e0b9670
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Rahul Dadhich [Sun, 17 Jul 2016 08:00:44 +0000 (13:30 +0530)]
[TSAM-6588] Corrected the count sent while launching IV in secure mode
Change-Id: I040943685061bba73c4d00fd2e0ec076878ceebb
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
Sanjay Narasimha Murthy [Mon, 11 Jul 2016 14:01:17 +0000 (07:01 -0700)]
Merge "Added release focus for recording completed callback" into tizen
Alka Sethi [Mon, 11 Jul 2016 13:28:58 +0000 (18:58 +0530)]
[TSAM-6254]Call interrupt scenario modified
Change-Id: I27ed828bdd56cde81feaac916d7e7372f1e446b6
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
bhutani.92 [Mon, 11 Jul 2016 10:07:54 +0000 (15:37 +0530)]
Added release focus for recording completed callback
Change-Id: Ibfc573b3d609958ac0e406d9e71cf47899edbc20
Signed-off-by: bhutani.92 <bhutani.92@samsung.com>
Rahul Dadhich [Mon, 11 Jul 2016 09:20:36 +0000 (14:50 +0530)]
[TSAM-6270] Corrected the Saving logic on clear all
Change-Id: I794c3a9ca0e687c2e1b4ffbb38b9751f7b888dd5
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>
Sanjay Narasimha Murthy [Thu, 7 Jul 2016 12:29:01 +0000 (05:29 -0700)]
Merge "[CAMERA][TSAM-4743]Resolved lockscreen related issue" into tizen
anshu.kumar [Thu, 7 Jul 2016 12:19:15 +0000 (17:49 +0530)]
[CAMERA][TSAM-4743]Resolved lockscreen related issue
Change-Id: I67a610cbb54d5ff072f7698b71da31426cba4478
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Alka Sethi [Thu, 7 Jul 2016 11:27:44 +0000 (16:57 +0530)]
[TSAM-6048]Resolved FC on flash regression
Change-Id: I464344ce27ff1f031c8aa23b9da9e835469310b6
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Sanjay Narasimha Murthy [Thu, 7 Jul 2016 11:04:01 +0000 (04:04 -0700)]
Merge "[TSAM-4152]Higher resolution animation fixed" into tizen
Alka Sethi [Thu, 7 Jul 2016 10:44:24 +0000 (16:14 +0530)]
[TSAM-4152]Higher resolution animation fixed
Change-Id: I3b6340df88436318522901c861471708176152d4
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
anshu.kumar [Wed, 6 Jul 2016 12:42:30 +0000 (18:12 +0530)]
[CAMERA][TSAM-6035]Resolved indicator related issue
Change-Id: I218790a4108023c35ddcd2ac93f6806343705fba
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Chandan [Mon, 4 Jul 2016 12:13:21 +0000 (17:43 +0530)]
Fixed SVACE Issue
Change-Id: I0bd7d6d3acf804d6920f5ddc16142f3da9951132
Signed-off-by: Chandan <ch.kumar@samsung.com>
Alka Sethi [Thu, 30 Jun 2016 10:14:55 +0000 (15:44 +0530)]
Resolved SVACE error
Change-Id: Ia08aba8b96e0352dc9d1a9154034447e78c8a763
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
anshu.kumar [Wed, 29 Jun 2016 11:07:13 +0000 (16:37 +0530)]
[CAMERA]Performance Improvement
Change-Id: I81180b35e13dc921cf647063f45c0f997387c720
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Fri, 24 Jun 2016 09:47:03 +0000 (15:17 +0530)]
[CAMERA]Resolved Svace errors
Change-Id: I8c67e9c3af1eceab4170c1d49b54dc7ee7d64990
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Fri, 24 Jun 2016 07:12:22 +0000 (12:42 +0530)]
[CAMERA]Resolved Svace errors
Change-Id: I1ae7778d6818e534506a5e8a39ab2ac2229263bb
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Thu, 23 Jun 2016 13:29:49 +0000 (18:59 +0530)]
[CAMERA][TSAM-5205]Resolved Appcontrol related issue
Change-Id: I9f55ee9540bf9f775dc7c6abbe5304b37a620b4c
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Thu, 23 Jun 2016 10:20:47 +0000 (15:50 +0530)]
[CAMERA]Removed redundant codes
Change-Id: I87c8ef3c7ccd496e0764be46f78ed1ce22404b18
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Sanjay Narasimha Murthy [Thu, 16 Jun 2016 09:56:09 +0000 (02:56 -0700)]
Merge "[CAMERA]Resolved Svace errors" into tizen
Sanjay Narasimha Murthy [Thu, 16 Jun 2016 09:31:57 +0000 (02:31 -0700)]
Merge "SD card related issues resolved" into tizen
Alka Sethi [Thu, 16 Jun 2016 09:33:52 +0000 (15:03 +0530)]
SD card related issues resolved
Change-Id: I896b5df207b973453b45e7141b02a6298975604c
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
anshu.kumar [Thu, 16 Jun 2016 09:23:28 +0000 (14:53 +0530)]
[CAMERA]Resolved Svace errors
Change-Id: I0415b417a2cd6292b5e8470e6450085b9820ffd3
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Alka Sethi [Wed, 15 Jun 2016 12:55:39 +0000 (18:25 +0530)]
Mode text disappear feature implemented
Change-Id: I737cf495d73516dd816c662de8cdb660a85d10aa
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Alka Sethi [Tue, 14 Jun 2016 04:45:43 +0000 (10:15 +0530)]
Resolved app control return type related issue
Change-Id: I02ec31c9e9217545546ea11af0874343c625b94a
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
anshu.kumar [Mon, 13 Jun 2016 13:22:28 +0000 (18:52 +0530)]
[CAMERA][TSAM-4106]Resolved Crash in recording view
Change-Id: Iaf9a5088f0e9b8e053e960decbfc2af67b3638a7
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Wed, 8 Jun 2016 11:29:11 +0000 (16:59 +0530)]
Resolved svace issue
Change-Id: I1a84996bc67222a500aa708cfa49394ac2a7e478
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
anshu.kumar [Thu, 2 Jun 2016 06:53:46 +0000 (12:23 +0530)]
Resolved app control permissions issue
Change-Id: I5f86cf46290dd884a1afce1f9a3dd32f2df905ec
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
Alka Sethi [Tue, 31 May 2016 11:57:21 +0000 (17:27 +0530)]
[TSAM-2323]Made telephony initalisation changes
Change-Id: If67691161fb53007fe08c45a6269714106fb7668
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
Rahul Dadhich [Wed, 25 May 2016 14:02:22 +0000 (19:32 +0530)]
change Iamge viewer AppControl name.
Change-Id: Ib504154379e225963d2e644223517943cd3a43f5
Signed-off-by: Rahul Dadhich <r.dadhich@samsung.com>