samples/web/AudioFilter.git
10 years agorevise viewport width to be pinned as 360 tizen_2.2 2.2.1_release
Joonghun Park [Thu, 24 Oct 2013 05:06:53 +0000 (14:06 +0900)]
revise viewport width to be pinned as 360

[title] revise viewport width to be pinned
[issue#] TDIS-7445
[problem] Some web sample applications have a small font display on IA HD device which has 960 viewport width
[solve] revise viewport width to be pinned as 360

Change-Id: I97ec27e15764534118de08dbff2630b4f9f58351

10 years agorevise viewport metatag with user-scalable=no
Joonghun Park [Tue, 22 Oct 2013 07:28:34 +0000 (16:28 +0900)]
revise viewport metatag with user-scalable=no

[title] revise viewport metatag with user-scalable=no
[issue#] TDIS-7393
[problem] Web sample app AudioFilter UI only shows on the top half part of the screen for HD(720*1280) device
[solve] revise viewport metatag width with user-scalable=no

Change-Id: I8f0f25661c3b575637bb23a51fc1f09490f78367

10 years ago[title] revise viewport metatag width from device-width to 320(px)
Joonghun Park [Tue, 15 Oct 2013 11:54:04 +0000 (20:54 +0900)]
[title] revise viewport metatag width from device-width to 320(px)
[issue#] TDIS-7393
[problem] Web sample app AudioFilter UI only shows on the top half part of the screen for HD(720*1280) device
[solve] revise viewport metatag width from device-width to 320(px)

Change-Id: I6240ef100e4e0ccc05d7a513851c0ba4395c2234

10 years ago[title] add -webkit-user-select:none; to prevent keyboard character selection functio...
Joonghun Park [Fri, 4 Oct 2013 10:21:42 +0000 (19:21 +0900)]
[title] add -webkit-user-select:none; to prevent keyboard character selection function because it is not necessary for this app.
[issue#] N_SE-54090
[problem] full screen of audio filter can be selected.
[solve] -webkit-user-select:none; in css file

Change-Id: I747ff96f1296f0c0707b6355bd24bb9b3985aefa

10 years agoPlay buttion is not enabled if there is quick pressing home key before loading audio...
KeonHo Kim [Fri, 13 Sep 2013 02:17:23 +0000 (11:17 +0900)]
Play buttion is not enabled if there is quick pressing home key before loading audio data.

[Title] Play buttion is not enabled if there is quick pressing home key before loading audio data.
[Problem] N_SE-51990
[Cause] N/A
[Solution] Call a setSound() for this situation

Change-Id: I4af1e7b5adc967f093a147e5b84801a2ac056c66

10 years ago[title] revise equalizer bars' inconsistent behavior
Joonghun Park [Thu, 29 Aug 2013 09:22:54 +0000 (18:22 +0900)]
[title] revise equalizer bars' inconsistent behavior
[issue#] N_SE-50358
[problem] equalizer bars in equalizer window show inconsistent behavior
[solve] prevent nested starting, stop behavior

Change-Id: I89dbeed4dcf4d0e7b4e3db15e905e02a0e3ffd2b

10 years ago[title] add media query to support for qHD resolution
Joonghun Park [Tue, 27 Aug 2013 09:06:02 +0000 (18:06 +0900)]
[title] add media query to support for qHD resolution
[issue#] N_SE-49984, N_SE-50039
[problem] layout collapsing is occured in qHD resolution
[solve] add media query to support for qHD resolution

Change-Id: I99e5968f876f8bd0d8da0b616bff04d086550c38

10 years ago[title] add screen size feature in config.xml
Joonghun Park [Fri, 23 Aug 2013 12:24:36 +0000 (21:24 +0900)]
[title] add screen size feature in config.xml

Change-Id: Ic997412f793866e4639596cf1afc3d63195d717f

10 years ago[title] revise webapp's button layout
Joonghun Park [Thu, 8 Aug 2013 13:35:33 +0000 (22:35 +0900)]
[title] revise webapp's button layout
[#issue] P130807-06906
[problem] when click second row's buttons, button overlap is happened
[solve] revise index.html, style.css to adjust button layout

Change-Id: Iff45f3af139e1eb1182df9b1b65971bc03604857

10 years agoVertualization bar works continuously while tap on stop button by host keyboard in...
KeonHo Kim [Mon, 29 Jul 2013 10:12:13 +0000 (19:12 +0900)]
Vertualization bar works continuously while tap on stop button by host keyboard in Audio Filter

[Title] Vertualization bar works continuously while tap on stop button by host keyboard in Audio Filter
[Problem] N_SE-47326
[Cause] AudioSourceNode is not finished when javascript is excuting.
[Solution] Fixed condition of  playbackState status

Change-Id: Ib87a9b2bde7f84ac2c748a245612cc9111cd2919

10 years ago[title] revise problem show up orange line when touching control slide 2.2_release
Joonghun Park [Mon, 15 Jul 2013 11:05:32 +0000 (20:05 +0900)]
[title] revise problem show up orange line when touching control slide
[author] Jiyeon Kim
[issue#] N_SE-46336, N_SE-46325
[problem] show up orange line when touching control slide
[solve] adding css statement

Change-Id: I75092dc32f9e37957427f58d38a9b6cc4163eeb4

10 years agoAudioBufferSourceNode doesn't play repeatly.
keonho07.kim [Mon, 8 Jul 2013 08:05:14 +0000 (17:05 +0900)]
AudioBufferSourceNode doesn't play repeatly.

[Title] AudioBufferSourceNode doesn't play repeatly.
[Problem] N_SE-45277, N_SE-44703
[Cause] N/A
[Solution] added loop = true

Change-Id: I0e417a2d73d0bd98929be5e6c0be12c29292c11b

10 years agoPlay and Stop button need to change 'block' to 'inline' on CSS display property.
keonho07.kim [Mon, 8 Jul 2013 07:36:14 +0000 (16:36 +0900)]
Play and Stop button need to change 'block' to 'inline' on CSS display property.

[Title] Play and Stop button need to change 'block' to 'inline' on CSS display property.
[Problem] N_SE-45205
[Cause] N/A
[Solution] Change block to inline

Change-Id: I820d7d5236958e9c2729c2ccd587728296c61fbf

10 years ago[Title] revise document -> window according to Tizen 2.2 App guide
Joonghun Park [Mon, 1 Jul 2013 12:05:03 +0000 (21:05 +0900)]
[Title] revise document -> window according to Tizen 2.2 App guide

Change-Id: Ifc958272c18942299670bba1c3fa666dcaf02cf3

10 years agoAudioFilter should keep setting value after stop and start again.
keonho07.kim [Fri, 28 Jun 2013 07:50:44 +0000 (16:50 +0900)]
AudioFilter should keep setting value after stop and start again.

[Title] AudioFilter should keep setting value after stop and start again.
[Problem] N_SE-436769
[Cause] It was making to default set.
[Solution] Keep setting values

Change-Id: I80433567ee80b7b4b1c83925814e978356ebc41e

10 years agoAudioFilter's start and stop button are not same size.
keonho07.kim [Wed, 26 Jun 2013 09:05:47 +0000 (18:05 +0900)]
AudioFilter's start and stop button are not same size.

[Title] AudioFilter's start and stop button are not same size.
[Problem] N/A
[Cause] N/A
[Solution] Change size

Change-Id: If9ca105474366e23d2417e91372c9926f642638b

10 years agoAudioFilter's start and stop button arr pressed several times.
keonho07.kim [Wed, 26 Jun 2013 08:29:01 +0000 (17:29 +0900)]
AudioFilter's start and stop button arr pressed several times.

[Title] AudioFilter's start and stop button are pressed several times.
[Problem] N_SE-43163
[Cause] N/A
[Solution] Makes button is disabled during a playing to prevent make new sourceNode.

Change-Id: Ia746df99592453bb57de553b7967d392a81caaa8

10 years agoAudioFilter volume node value is not updated to default set.
keonho07.kim [Wed, 26 Jun 2013 07:47:01 +0000 (16:47 +0900)]
AudioFilter volume node value is not updated to default set.

[Title] AudioFilter volume node value is not updated to default set.
[Problem] N_SE-43148
[Cause] Only Range UI has been updated.
[Solution] Set default value to 5 when it is initialzed

Change-Id: I65c9b314f533ae1f176a31f9b492cde6a9635728

10 years ago[Title] change app title according to changed Tizen 2.2 UX guide rule
Joonghun Park [Fri, 21 Jun 2013 02:50:49 +0000 (11:50 +0900)]
[Title] change app title according to changed Tizen 2.2 UX guide rule
[solution] all characters are upper cases -> Only the first character
           is still  upper case, and last of the characters
           was changed to lower cases

Change-Id: I21add799cd7447b6b3f82ccf5ddb6cf9106aacc5

10 years ago[Title] revise hardware backkey eventHandler to identify the event keyName "bac$
Joonghun Park [Thu, 20 Jun 2013 13:53:39 +0000 (22:53 +0900)]
[Title] revise hardware backkey eventHandler to identify the event keyName "bac$
[issue#]N_SE-42328, N_SE-42377, N_SE-42385
[Problem] when menu key is clicked, the app act as if back key is clicked
[solution] add the checking code of hardware backkey event's keyName attribute

Change-Id: I5d3dd7ea157bdc2f14ed5a117d85c2a9b92af9f3

10 years ago[AudioFilter] add eventHandler for tizen hardware backKey
Joonghun Park [Thu, 20 Jun 2013 07:37:45 +0000 (16:37 +0900)]
[AudioFilter] add eventHandler for tizen hardware backKey

Change-Id: Ia55bc78ee3bb423e8417c95f359aaf549b5c1d0a

10 years ago[AudioFilter] Set the current filter to the latest filter used in the last play.
Jungkee Song [Thu, 20 Jun 2013 07:06:53 +0000 (16:06 +0900)]
[AudioFilter] Set the current filter to the latest filter used in the last play.

Change-Id: I7272a527ca863df3d3bbb35d4ad758bad01cad6e

10 years ago[Title][AudioFilter] Allowing changing filter while not playing.
Jungkee Song [Thu, 20 Jun 2013 06:41:21 +0000 (15:41 +0900)]
[Title][AudioFilter] Allowing changing filter while not playing.
[Issue#] P130612-3726
[Problem] Not able to change filters while not playing.
[Solution] Removed checking audioplay state when filter change is requested.

Change-Id: I8eb57b60a657a190e9e9cd588913d8ca9c286c46

10 years agoAudioFilter is not check visibiliy to make pause when it goes to background.
keonho07.kim [Mon, 17 Jun 2013 02:11:08 +0000 (11:11 +0900)]
AudioFilter is not check visibiliy to make pause when it goes to background.

[Title] AudioFilter is not check visibiliy to make pause when it goes to background.
[Problem] N_SE-41200
[Cause] AudioFilter checked wrong state when it starts playing and it is not checking visibility.
[Solution] Make it check visibility and state of UNSCHEDULED.

Change-Id: I47b8dbe5e40b1bc6ad92f47612211b418b83371c

10 years agoModified so that it does not depend on the resolution.
Sanghyun Park [Fri, 7 Jun 2013 07:15:57 +0000 (16:15 +0900)]
Modified so that it does not depend on the resolution.

[Title] Modified so that it does not depend on the resolution.
[Issue#] N_SE-40704
[Problem] Visualization bar show out side of border in AudioFilter.
[Solution] Changes width value from absolute to the relative coordinates.

Change-Id: I5696d06d321cc7af1899fd7a5a0d56f3b7f98a32

10 years ago[AudioFilter] add slider bar's max and min value
Joonghun Park [Tue, 28 May 2013 10:59:14 +0000 (19:59 +0900)]
[AudioFilter] add slider bar's max and min value

Change-Id: Ifb4e785eef863e3362bf3ad9ce80e1b0989f659e

10 years ago[AudioFilter] remove plugins/ and tizen-web-ui-fw/
Joonghun Park [Tue, 28 May 2013 06:17:42 +0000 (15:17 +0900)]
[AudioFilter] remove plugins/ and tizen-web-ui-fw/

Change-Id: I65f5855e8b5256e39652968b2ed14b0bae73777a

10 years ago[AudioFilter] add files required for SDK build
Joonghun Park [Mon, 27 May 2013 14:20:42 +0000 (23:20 +0900)]
[AudioFilter] add files required for SDK build

Change-Id: Id6ffa9b92df70edf650fc368b8f68295c1c66976

10 years ago[AudioFilter] initialize a package
Joonghun Park [Tue, 21 May 2013 02:34:45 +0000 (11:34 +0900)]
[AudioFilter] initialize a package

Change-Id: I82014a1c76c24865cc0ec5643d84aaa30e9e4048

11 years agoInitial empty repository
Sung-rae Kim [Tue, 14 May 2013 12:47:28 +0000 (21:47 +0900)]
Initial empty repository