apps/web/sample/NPRuntime.git
10 years agoapplication sources from tizen_2.2 53/10453/1 tizen
Piotr Dabrowski [Wed, 2 Oct 2013 07:57:18 +0000 (09:57 +0200)]
application sources from tizen_2.2

Change-Id: Icd749d2e15d1af30f3d72a8511929b4253363846

10 years agoMerge remote-tracking branch 'rsa/tizen_2.2' into tizen
Hoseon LEE [Wed, 2 Oct 2013 07:03:20 +0000 (16:03 +0900)]
Merge remote-tracking branch 'rsa/tizen_2.2' into tizen

10 years agoA flag is added to guarantee atomic running
Hoseon LEE [Tue, 1 Oct 2013 08:34:11 +0000 (17:34 +0900)]
A flag is added to guarantee atomic running

[issue#]   N_SE-53599
[problem]  Application dose not finish the calculation
[cause]    Application try to calculate when a request is received before finish
[solution] When an app gets a request before finishing the previous one, ignore.

Change-Id: Ib95f601ec4d9774016c9f304fb43a874bd1268cb

10 years agoInitial empty repository master
Sehong Na [Tue, 1 Oct 2013 06:22:38 +0000 (23:22 -0700)]
Initial empty repository

10 years agoInvalid string is fixed
Hoseon LEE [Wed, 25 Sep 2013 02:41:19 +0000 (11:41 +0900)]
Invalid string is fixed

[issue#] N_SE-53127
[problem] String convention is not consistent
          (NPRuntime and Npruntime are mixed)
[cause] Mistake
[solution] Invalid string is fixed (Npruntime -> NPRuntime)

Change-Id: I664e77982763b41174837225e4379592c739a720

10 years agoMerge "Revert "Invalid string is fixed - phase2"" into tizen_2.2
HOSEON LEE [Wed, 25 Sep 2013 01:51:49 +0000 (01:51 +0000)]
Merge "Revert "Invalid string is fixed - phase2"" into tizen_2.2

10 years agoRevert "Invalid string is fixed - phase2"
HOSEON LEE [Wed, 25 Sep 2013 01:51:38 +0000 (01:51 +0000)]
Revert "Invalid string is fixed - phase2"

This reverts commit 6f31693cc129a8a8a4c5bc36d8d63c51a930e999.

Change-Id: I019255bb5276812bf279bdb7854a3230a134358d

10 years agoMerge "Revert "Invalid string is fixed"" into tizen_2.2
HOSEON LEE [Wed, 25 Sep 2013 01:51:25 +0000 (01:51 +0000)]
Merge "Revert "Invalid string is fixed"" into tizen_2.2

10 years agoRevert "Invalid string is fixed"
HOSEON LEE [Wed, 25 Sep 2013 01:51:12 +0000 (01:51 +0000)]
Revert "Invalid string is fixed"

This reverts commit 1c56419134a1d6aee89a78e07625ca847d5f76e3.

Change-Id: Ia364b6acbdd092344f525bb955d5dae08b3eb1f9

10 years agoInvalid string is fixed - phase2
Hoseon LEE [Wed, 25 Sep 2013 01:17:45 +0000 (10:17 +0900)]
Invalid string is fixed - phase2

[issue#] N_SE-53127
[problem] String convention is not consistent
          (NPRuntime and Npruntime are mixed)
[cause] Mistake
[solution] Invalid string is fixed

Change-Id: I456272feef79e2b78b18839c33cfa635f914ce96

10 years agoInvalid string is fixed
Hoseon LEE [Tue, 24 Sep 2013 11:02:18 +0000 (20:02 +0900)]
Invalid string is fixed

[issue#] N_SE-53127
[problem] String convention is not consistent
          (NPRuntime and Npruntime are mixed)
[cause] Mistake
[solution] Invalid string is fixed

Change-Id: I34ac5b656ecb602b646ba13c6585aa397198f914

10 years agoThe 1st character is changed to captial
Hoseon LEE [Mon, 23 Sep 2013 11:48:12 +0000 (20:48 +0900)]
The 1st character is changed to captial

[Issue#]   N_SE-52965
[Problem]  1st character shows in small letter instead of capital letter.
[Cause]    String display error
[Solution] The 1st character is changed to captial.
[SCMRequest] N/A

Change-Id: I5132ce17934afe0bd86ea87560d9b081c13d4333

10 years agoAdd screen size feature is updated
Hoseon LEE [Wed, 11 Sep 2013 08:22:48 +0000 (17:22 +0900)]
Add screen size feature is updated

[Issue#]   N/A
[Problem]  The applicatino is not guarantee for the all screen size
[Cause]    Currently, the default screen size is 720X1280
[Solution] The screen size feature is set to <feature name="http://tizen.org/feature/screen.size.normal.720.1280"/>
[SCMRequest] N/A

Change-Id: Id85c76f4513ee94f07ee417bcc441ede6a7c701b

10 years agoAdd 'oncontextmenu' event handler
Hoseon LEE [Tue, 3 Sep 2013 12:45:30 +0000 (21:45 +0900)]
Add 'oncontextmenu' event handler

[Issue#]   N_SE-50017
[Problem]  String characters can be pasted into the number input box.
[Cause]    This was not handled.
[Solution] 'oncontextmenu' event handler is added, so as not to allow the paste menu.

Change-Id: Ie3c7dae1372479a2f07cef04282634022550fee6

10 years agoInut key event exception is updated
Hoseon LEE [Wed, 28 Aug 2013 11:46:20 +0000 (20:46 +0900)]
Inut key event exception is updated

[Issue#] N_SE-49455, N_SE-50289
[Problem] Tap & Number key do not work
[Cause] Tap & Number key event is ignored by addtional key event handle
[Solution] Remove the tap & number key ignore process in key down event handler

Change-Id: I8e265f21e88f9ee639cd458a24346da45add7453

10 years agoAdd screen size feature - mandatory feature from Tizen 2.2.1 release
Hoseon LEE [Mon, 26 Aug 2013 07:41:27 +0000 (16:41 +0900)]
Add screen size feature - mandatory feature from Tizen 2.2.1 release

[Issue#]   N/A
[Problem]  N/A
[Cause]    Add screen size feature - mandatory feature from Tizen 2.2.1 release
[Solution] config.xml contains screen size information that can support.
            - Applications must specify the screen sizes that can support, at
              least one or more.
            - If it is not mentioned at all, the IDE shows a warning popup
              during packaging.
              i.e.,) <feature name="http://tizen.org/feature/screen.size.all"/> means that
              this application does not care of the screen size.
[SCMRequest] N/A

Change-Id: If2e8e2335811c6732cbc1579dc777b72c1252646

10 years agoTime margin is added for focus
Hoseon LEE [Mon, 5 Aug 2013 06:31:36 +0000 (15:31 +0900)]
Time margin is added for focus

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Time margin is added for focus
[SCMRequest] N/A

Change-Id: Ic36b8759368bee0212f76a1d8df137dbcbabe794

10 years agoFocus ring color is removed
Hoseon LEE [Tue, 16 Jul 2013 00:41:17 +0000 (09:41 +0900)]
Focus ring color is removed

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Focus ring color is removed
[SCMRequest] N/A

Change-Id: I73f62d22f16ec1c1098502207791d5fdc6b8491c

10 years agoH/W Key event handler is added
Hoseon LEE [Thu, 20 Jun 2013 15:57:01 +0000 (00:57 +0900)]
H/W Key event handler is added

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] H/W Key event handler is added
[SCMRequest] N/A

Change-Id: I8713a6e3ab0b87c0288d5b756fe7f4f4a70fc72e

10 years agoThe number type checking is added
Hoseon LEE [Tue, 21 May 2013 09:18:53 +0000 (18:18 +0900)]
The number type checking is added

[Issue#] N_SE-39203
[Problem] Float type is not checked
[Cause] It is missed
[Solution] The number type checking is added
[SCMRequest] N/A

Change-Id: I938aa341953c8dd90c8924416d6597407b1685bb

10 years agoReplace the Icon.png file
leerang song [Tue, 14 May 2013 08:54:17 +0000 (17:54 +0900)]
Replace the Icon.png file

[Issue#] N/A
[Problem] Icon is changed
[Cause] N/A
[Solution] Change the Icon.png file
[SCMRequest] N/A

Change-Id: Ib2afdfe6cc2466ebdf83e322bf07d60b6202d8c3

10 years agoThe NOTICE file is updated
Hoseon LEE [Mon, 6 May 2013 01:55:19 +0000 (10:55 +0900)]
The NOTICE file is updated

[Issue#] N/A
[Problem] N/A
[Cause] The NOTICE file is updated.
[Solution] The NOTICE file is updated.
[SCMRequest] N/A

Change-Id: I806d590e9f6630b973390308354055cf8f4daa30

10 years agoThe boilerplate is changed
Hoseon LEE [Mon, 6 May 2013 01:45:11 +0000 (10:45 +0900)]
The boilerplate is changed

[Issue#] N/A
[Problem] N/A
[Cause] The boilerplate is changed.
[Solution] The boilerplate is changed.
[SCMRequest] N/A

Change-Id: I82203e9a7528f3616dc1c7c89fcfe9f9c4fe9858

10 years agoRename x86's npapi plugins path to 'x86' from 'i586'
Taejeong Lee [Mon, 22 Apr 2013 10:22:23 +0000 (19:22 +0900)]
Rename x86's npapi plugins path to 'x86' from 'i586'

Change-Id: I3770d16003a812888d9bead2349649de2397cd11

10 years agoThe license change version 1.0 to version 1.1
Hoseon LEE [Sat, 4 May 2013 12:51:14 +0000 (21:51 +0900)]
The license change version 1.0 to version 1.1

[Issue#] N/A
[Problem] N/A
[Cause] The licese policy is changed.
[Solution] Change the license.
[SCMRequest] N/A

Change-Id: Idd0b67cf28066b1e4d5517621b479437ec51e4ea

10 years agoFix for button type
Hoseon LEE [Tue, 30 Apr 2013 09:47:27 +0000 (18:47 +0900)]
Fix for button type

[Issue#] N_SE-36556
[Problem] Scroll bar appear
[Cause] Button type is changed
[Solution] Keep the button type
[Verification] N/A

Change-Id: I138337579ef4a6b5f326cd9f256d24b5aec9f78a

10 years agoThe license change version 1.0 to version 1.1
leerang song [Thu, 25 Apr 2013 03:01:56 +0000 (12:01 +0900)]
The license change version 1.0 to version 1.1

[Issue#] N/A
[Problem] N/A
[Cause] The licese policy is changed.
[Solution] Change the license.
[SCMRequest] N/A

Change-Id: I5f310e5bd9c916663ed9d33c9fef6aababf3cb8c

11 years agoThe license preamble and date are Changed.
leerang song [Thu, 25 Apr 2013 03:01:56 +0000 (12:01 +0900)]
The license preamble and date are Changed.

[Issue#] N/A
[Problem] N/A
[Cause] The licese policy is changed.
[Solution] The license preamble and date are Changed
[SCMRequest] N/A

Change-Id: Ib3db5edb4578551f8e23f4467dcc1c9c9be8ab1a

11 years ago[NPRuntime]update NPRuntime(tizen_2.1)
gs86.lee [Fri, 12 Apr 2013 06:30:02 +0000 (15:30 +0900)]
[NPRuntime]update NPRuntime(tizen_2.1)

Change-Id: I78e34c69fbf759adbfad696da340866c21b8d508

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 17:13:08 +0000 (02:13 +0900)]
Tizen 2.1 base

11 years agoInitial empty repository
HyungKyu Song [Fri, 11 Jan 2013 00:50:51 +0000 (09:50 +0900)]
Initial empty repository