samples/web/AudioFilter.git
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