Hosang Kim [Fri, 1 Apr 2022 08:27:04 +0000 (17:27 +0900)]
AurumXML: add findObjects API for searching objects with XPath
Change-Id: I26a6b44136ce3ac3ed666884437511cab17c9c0a
Hosang Kim [Fri, 1 Apr 2022 08:22:03 +0000 (17:22 +0900)]
aurum: add XPath interface to search object in object tree
Change-Id: I92e6fd2d0e62ff65634e5e81ee7ae57557017d68
Hosang Kim [Thu, 31 Mar 2022 09:12:40 +0000 (18:12 +0900)]
aurum: add getXPath method
Change-Id: Icaa35e6d9b9d66f16183d6104ad981fff816e5db
Hosang Kim [Mon, 7 Mar 2022 14:46:38 +0000 (23:46 +0900)]
libaurum: add XML document map for parsing XML.
Change-Id: I86319b2f4a4f5350997395feaab548908e7b599f
Hosang Kim [Mon, 7 Mar 2022 14:26:49 +0000 (23:26 +0900)]
libaurum: add updateXPath
Change-Id: I61a2f9b89e2d50a8936ba17f67605f82824a93b4
Hosang Kim [Mon, 7 Mar 2022 07:27:04 +0000 (16:27 +0900)]
AurumXML: introduce a new class for parsing XML.
Change-Id: Ifd1431428dc900f363735ac56a70e18d71d9df5e
Hosang Kim [Fri, 18 Feb 2022 08:27:54 +0000 (17:27 +0900)]
pugixml: : add library for parsing XML
Change-Id: I42ed57edda846a15e182b053b548ce4f4367b44a
Hosang Kim [Thu, 17 Mar 2022 10:59:30 +0000 (19:59 +0900)]
aurum: add nodejs test sample for tv
Change-Id: I648dff347fcd9c12ae81110a1fbc76befb1b2de8
Hosang Kim [Thu, 17 Mar 2022 08:52:07 +0000 (17:52 +0900)]
libaurum: add set cache mask API for caching AtspiAccessible.
Change-Id: I909731bb8cfbd5bf7ff3dc7984ad85aa705728f9
Hosang Kim [Mon, 14 Feb 2022 05:26:54 +0000 (14:26 +0900)]
bootstrap: add set_status for SetFocusCommand
Change-Id: I17fcd823ce100b4e2a0595bcbca15452d019ce70
Woochanlee [Mon, 14 Mar 2022 10:40:20 +0000 (19:40 +0900)]
libaurum: Set role name as type for object that don't have type
This patch for EFL app list item doesn't have type.
Change-Id: I42f1fa0c9c8628df60eeae352b65bcef8b099e3e
Woochanlee [Mon, 14 Mar 2022 10:02:09 +0000 (19:02 +0900)]
libaurum: Change text matching way to avoid use regex
regex can't search text which has '('
Change-Id: I7ca10cb75ba77753e0c0d215b91799d53d429cad
Hosang Kim [Thu, 10 Feb 2022 10:51:49 +0000 (19:51 +0900)]
AtspiAccessibleWatcher: use thread context instead of default context.
Change-Id: I71c3800360bcdb2fe7adb4f875587fb34d312f75
Hosang Kim [Thu, 10 Feb 2022 06:09:30 +0000 (15:09 +0900)]
libaurum: install private header files.
Change-Id: I8d2259b284b2d1c5bdb1ec26a4e66ebeaefc5f0b
Signed-off-by: Hosang Kim <hosang12.kim@samsung.com>
Woochanlee [Thu, 10 Feb 2022 08:38:25 +0000 (17:38 +0900)]
libaurum: Introduce setFocus command
This command can sets focus to specific ui object.
sample usage : ret = stub.setFocus(ReqSetFocus(elementId="ID"))
Change-Id: I3d4fbe61620dabc2b5e309f65d6963a97a58e473
Woochanlee [Mon, 7 Feb 2022 11:10:09 +0000 (20:10 +0900)]
bootstrap: Fix resource leak issue in InstallAppCommand
pkgRequest alloc in create and it has to free before end of function scope.
Change-Id: I753fcf1f9c3c911daa3ae108220f38fa22160dcd
Woochanlee [Mon, 7 Feb 2022 09:30:29 +0000 (18:30 +0900)]
Update README
Add known issue
Change-Id: I60c2cce814536365729b7bb43ba576721b91a884
Hosang Kim [Thu, 6 Jan 2022 08:43:08 +0000 (17:43 +0900)]
bootstrap: fix logic error
Element id value should be compared instead of automation id.
Change-Id: I2f69f62e9f477b9a11cd0c774cb1f912ed3fec68
Hosang Kim [Mon, 24 Jan 2022 09:17:40 +0000 (18:17 +0900)]
atspi: change deprecated API
- change atspi_accessible_get_editable_text to
atspi_accessible_get_editable_text_iface
- call g_object_unref when it is finished using iface.
Change-Id: If66f8226d31bbe473c08ba093cad1d91fa7e3b63
Hosang Kim [Wed, 19 Jan 2022 08:52:12 +0000 (17:52 +0900)]
aurum: fix return value for setValue API
Sometimes we need to check whether it is successful or not.
Change-Id: Ie1fb3fd2fa6f6a6db51407af704a28a0c80791e7
Woochanlee [Tue, 28 Dec 2021 10:52:49 +0000 (19:52 +0900)]
aurum: Introduce ActionAndWaitEvent feature
Do user request action and wait A11y event. such as window activate, focus changed.
Change-Id: I84534b11bceaad2e1fbcc7e3805bac18e34cfe75
Woochanlee [Mon, 20 Dec 2021 12:00:04 +0000 (21:00 +0900)]
aurum-service: Add textPartialMatch interface to search part of text in full text
There was a constraint that the entire text must match.
It is a function that improves usability through interface expansion.
Change-Id: I8b4b996aa4d3a3badbe118c2fee44892a74a830a
Woochanlee [Tue, 23 Nov 2021 07:38:51 +0000 (16:38 +0900)]
libaurum: Fix Can't find object when combined multiple conditions on efl app
Change-Id: I7b73c97a412f11e53547500ba9fa1a371e498e19
Woochanlee [Mon, 8 Nov 2021 04:16:23 +0000 (13:16 +0900)]
Aurum Version 1.0.0 release
Change-Id: I1d242ba5fe90c5edd69461889272ace99c9470ef
Hosang Kim [Mon, 8 Nov 2021 04:45:30 +0000 (13:45 +0900)]
implement getscreensize feature
Change-Id: I83baf89a7003424b800ca68aa5ec51e8e7e97f09
Woochanlee [Mon, 8 Nov 2021 06:17:34 +0000 (15:17 +0900)]
bootstrap: Delete wrong colons
Change-Id: Ica97e195731de19db169f4a10efc3a0a3834ceb6
Woochanlee [Thu, 4 Nov 2021 11:20:05 +0000 (20:20 +0900)]
libaurum: Fix released tizen version as 6.5
aurum 1.0 will release since tizen 6.5.
Change-Id: I3509c94d5849f5c1682f2c2e3f9d302b9f5a26a4
Woochanlee [Mon, 18 Oct 2021 07:28:04 +0000 (16:28 +0900)]
aurum: Use Aurum namespace
This is for prepare Aurum 1.0 version release.
namespaces - Aurum for public classes
AurumInternal for internal headers such as atspi, impl classes
AurumInternal::Mock for Mock wrapper.
We will add more namespace if we added other back-end instead of ATSPI,
or other Node type needed.
Change-Id: Ia47ff40387d322e3e0932b3b0cda45b0d4a5f19a
Woochanlee [Thu, 21 Oct 2021 08:26:04 +0000 (17:26 +0900)]
libaurum: Add doc for Public classes
It includes performance improve feature.
- Using the unique_ptr variable, the phenomenon of continuous
memory reference occured is that it has improved performance
through a variable static declaration.
Change-Id: I1f3a42c73136e9c0e9843b1a13e31eb7f19994f7
Woochanlee [Mon, 25 Oct 2021 10:37:43 +0000 (19:37 +0900)]
libaurum: Add doc for Accessible, AtspiAccessible classes
Change-Id: I3ddc06de57dea697a2a522c6750beeed6b576e08
Woochanlee [Wed, 20 Oct 2021 06:49:30 +0000 (15:49 +0900)]
libaurum: Add doc for Object(Node) classes
Change-Id: I6c2272926e6b3f2e0faa5bfc613170af37f66586
Woochanlee [Mon, 25 Oct 2021 11:22:15 +0000 (20:22 +0900)]
libaurum: Fix doc for Device class
Change-Id: I6c6fce04f2eeeb3cc89e022fd9f2d5da311e2e6a
Woochanlee [Fri, 15 Oct 2021 01:25:26 +0000 (10:25 +0900)]
aurum: Change #pragma once to include guards
pragma once works well but it may not work on older compiler.
I changed it for stability and versatility.
Change-Id: I6d44fb970a47345516106cc4dcf698d98de1be94
Woochanlee [Thu, 14 Oct 2021 04:16:36 +0000 (13:16 +0900)]
aurum: Add boilerplate
Change-Id: I64b7669e9020d792a36aa9ca3839dc1238377c09
Woochanlee [Thu, 14 Oct 2021 01:26:06 +0000 (10:26 +0900)]
libaurum: reset states data before update.
Aurum managed state with bit operation for each state.
But the state is not updated, if the exist state is changed.
So i fixed it as reset bit before state update.
Change-Id: I7ecf8b416a80baa7cd099b221c42b509267f87b6
Woochanlee [Fri, 1 Oct 2021 02:13:27 +0000 (11:13 +0900)]
aurum: Fix root permission not require in host
1. bootrap service app add in system
2. touch force enable by vconf API
3. Use sync API to avoid winfo command in host
Change-Id: I72afd5f48677d5be7c4cc3114a8231c0d3950a67
Woochanlee [Fri, 10 Sep 2021 07:17:25 +0000 (16:17 +0900)]
aurum: Add screen size getter and fix screen capture file naming rule
gets screen size from system API.
puts system date time for screenshot file name.
Change-Id: I9a2ad8ebefd8f09421b2cb0de70ea0167d6feba3
Woochanlee [Fri, 24 Sep 2021 07:38:30 +0000 (16:38 +0900)]
libaurum: Add doc for Device classes.
Change-Id: I01816661088c9afe3f0c13afb65127f720c541b8
Woochanlee [Tue, 14 Sep 2021 08:10:38 +0000 (17:10 +0900)]
aurum: Code clean up for 1.0 Release
1. Delete useless class such as capi, AccessibleUtils.
2. Delete commented out codes.
3. Delete useless build configure.
4. Delete uesless methods.
5. Delete useless event types.
6. Code indentations.
Change-Id: I5bd1495ebfd41990b52f5c9ecc4a630ed43a057f
Woochanlee [Wed, 25 Aug 2021 11:46:48 +0000 (20:46 +0900)]
aurum: re-arrange files and add guide & scripts for TV
Change-Id: Ibdc2684cfcc984fabf7f02a80143abb2cf2b3c88
Woochanlee [Tue, 24 Aug 2021 08:24:40 +0000 (17:24 +0900)]
bootstrap: Fix dumpObject not work issue
move obj can cause lose pointer at runtime.
Change-Id: I37020dae24d6fdd48eff8358758dcb2ae49d8c71
Woochanlee [Tue, 24 Aug 2021 07:49:03 +0000 (16:49 +0900)]
libaurum: Fix internal code logic
It's wrong code copy & paste.
Change-Id: I426194aec290cd312f8ca852de3862e3f19997b8
Woochanlee [Fri, 13 Aug 2021 08:18:29 +0000 (17:18 +0900)]
aurum: Performance improvement
Improved internal logic and structure of getting all information
from atspi and updating it.
Change-Id: I1558e6a78b67140d70c551beb365f453bc468512
Woochanlee [Thu, 29 Jul 2021 09:27:28 +0000 (18:27 +0900)]
bootstrap: Modify the id for object management as giving by atspi
The bootstrap was managed by the object that was granted by its own.
Unified by the id granted by atspi, it removes unnecessary operation.
ABI break - i deleted id in proto. script can't use id anymore.
Change-Id: Ic6e3e8a18a2fe35b152c86b2214c0037b0ad6f81
Woochanlee [Thu, 29 Jul 2021 13:06:59 +0000 (22:06 +0900)]
libaurum: Delete useless node update(refresh)
It updated when it created.
It fixes duplicated node update.
Change-Id: I072464e8516c919198bb68445f0ce0360b48ddaa
Woochanlee [Fri, 30 Jul 2021 05:34:30 +0000 (14:34 +0900)]
aurum: Fix long click duration
long click = 0.5sec down
0.5sec = 500 * 1000 = 500000 micro sec.
Change-Id: I1247ae865c8eb6fd66c5b766a74f1f67da24d29f
Woochanlee [Fri, 23 Jul 2021 12:10:43 +0000 (21:10 +0900)]
libaurum: Fix build error on 64bit system
vector size will generated as long int in 64bit system.
This patch to avoid it.
Change-Id: I0fb0415f1c430828cf1ec55a32402cf1f3c333b0
Woochanlee [Fri, 23 Jul 2021 06:14:56 +0000 (15:14 +0900)]
bootstrap: Add feature to support extra data sets when app launch
User may want to set various data set for launching app.
after this implementation.
user can do like below
- python
extraData1 = LaunchData()
extraData1.key = 'Key1'
extraData1.value = 'Value1'
extraData2 = LaunchData()
extraData2.key = 'Key2'
extraData2.value = 'Value2'
datas = [extraData1, extraData2]
stub.launchApp(ReqLaunchApp(packageName='org.tizen.example.NUITizenGallery', data=datas))
Change-Id: Id7756a080acb9e940d0679a4ae0ae89ccc9fb57e
Woochanlee [Thu, 22 Jul 2021 07:05:53 +0000 (16:05 +0900)]
aurum: Add command to get coord relative to the widget's top-level window
There are two diffrent type of coord.
one is screen relative, other one is window relative.
This patch to support window relative coord.
https://github.sec.samsung.net/tizen/aurum/issues/5
Change-Id: I4fbec6d27f2e6a011a55282869a42e8cbaadb8ba
Woochanlee [Fri, 16 Jul 2021 08:54:52 +0000 (17:54 +0900)]
bootstrap: Add feature to send additional data to app_control
Add app_control_add_extra_data() wrapper.
Change-Id: I934968c149cd9d9f0745ffb8ae83f7bd5aba17f8
Woochanlee [Fri, 16 Jul 2021 07:50:21 +0000 (16:50 +0900)]
Aurum: findObject performance improvement
Improved object search logic
as is -
1. process list up <- performance degradation point
2. active window list up
to be -
1. activated window's process list up
2. active window list up
Use runnable feature to look up window event when app launched.
Change-Id: I607ae2c20b594b256b2e7b23d5a32eaad90eb255
Hosang Kim [Tue, 20 Jul 2021 03:43:26 +0000 (12:43 +0900)]
bootstrap: remove unnecessary mainloop and thread.
There is problem of CPU usage.
Unnecessary mainloop and thread make its problem.
Change-Id: Ib892b611ed087bcf37dc4066dde77b3d04a4b96e
Hosang Kim [Fri, 9 Jul 2021 08:00:56 +0000 (17:00 +0900)]
libaurum: fix critical error on glib.
Change-Id: Ied81da3a54afa8cd844835778a873af0f70ed849
Woochanlee [Fri, 9 Jul 2021 05:13:29 +0000 (14:13 +0900)]
libaurum: Delete double lock for atspi API thread safe call
atspi API is safe through a unique lock at there
Change-Id: I817b49086fb61f63fb98bd490c86e719f1b7b03f
Woochanlee [Fri, 9 Jul 2021 06:13:47 +0000 (15:13 +0900)]
bootstrap: Fix indentation and code clean up
Change-Id: I813501c1222bed9292a983fecc0b6c5bfabdf7ca
Woochanlee [Fri, 9 Jul 2021 04:49:08 +0000 (13:49 +0900)]
proto: Delete an invalid type values
attribute checks and returns only bool type.
Change-Id: Iadc2aec7f3647044dceee7641a25ef9564963403
Woochanlee [Fri, 9 Jul 2021 04:36:04 +0000 (13:36 +0900)]
libaurum: Fix indentation and clean code up
Change-Id: Idb5cd19e866da6d9471b052424cd32af6b8b2f51
Woochanlee [Fri, 9 Jul 2021 04:16:27 +0000 (13:16 +0900)]
Aurum: Disable Mock test at build time
It's not need do every build, changed it as optional.
Change-Id: I456425fc47c2fd8c4fa01166792a157eefd8f8f0
Woochanlee [Fri, 9 Jul 2021 04:13:01 +0000 (13:13 +0900)]
bootstrap: Delete check display state and wake up
It's not good for performance and user can do this at user side.
Change-Id: Ie964ea2eba3f7bc3acc6dd45296a65be20fb66f4
Woochanlee [Thu, 8 Jul 2021 09:10:16 +0000 (18:10 +0900)]
libaurum: Delete class name in log
class name will be added at the defined macro.
Change-Id: I960c109688832f5e97c530116afd69705dbdb592
Woochanlee [Thu, 8 Jul 2021 08:07:03 +0000 (17:07 +0900)]
Aurum: Gets meaningful log from lib and fix build error on 64bit system
Change-Id: I0824512b64b32034e8f6db5ef683cb33bb5f2aac
Woochanlee [Thu, 8 Jul 2021 05:40:38 +0000 (14:40 +0900)]
bootstrap: Avoid unnecessary object search and clean
A command that does not create an object no need to clean the object.
Change-Id: I2c4e81a3a8739b2b4e28e8bf98ff8ed68aa961ba
Woochanlee [Wed, 7 Jul 2021 10:54:31 +0000 (19:54 +0900)]
Aurum: Using #pragma once to safe include guard
Tizen gcc support this and it fatser than previous way conceptually.
Change-Id: I049f938ac1ca1f863b896eaf09bceaaba5761651
Woochanlee [Wed, 7 Jul 2021 10:41:37 +0000 (19:41 +0900)]
bootstrap: Log & code clean up
Change-Id: Idba082a3f2e3f6396cdfad101f4f843aedf042f4
Woochanlee [Wed, 7 Jul 2021 10:06:24 +0000 (19:06 +0900)]
bootstrap: Code and logic clean up when display off state
there is no need to call device_power_wakeup(), if display already on
Change-Id: Ic42d9625cf04b0a1ffec79652c4c8a5fb0d363e3
Woochanlee [Wed, 7 Jul 2021 09:23:53 +0000 (18:23 +0900)]
bootstrap: Fix typo
Change-Id: I3a1864a5c7825f372975adfbe873a646a1169ed9
Woochanlee [Wed, 7 Jul 2021 07:52:00 +0000 (16:52 +0900)]
Aurum: Remove build warnings
Change-Id: Ifcd13621d8559a4d5d33865c39262fca70caad37
Woochanlee [Wed, 7 Jul 2021 07:18:34 +0000 (16:18 +0900)]
bootstrap: Delete privacy_privilege for location, mediastroge
It's not need on current status
Change-Id: I122319a2bab50c463a4305f2a72bdadfa29357e7
Woochanlee [Wed, 7 Jul 2021 07:04:31 +0000 (16:04 +0900)]
Aurum: Delete libloguru dependency
Change-Id: I92b583cc4383093b63dac1ed99468ece395e6082
Woochanlee [Tue, 6 Jul 2021 09:03:35 +0000 (18:03 +0900)]
libaurum, bootstrap: change log system to dlog instead of loguru
Change-Id: Ib2af00fb9cc14555e869e1fd4c568680a7695eca
Woochanlee [Thu, 1 Jul 2021 07:40:30 +0000 (16:40 +0900)]
libaurum: Sync connect mouse device when wheel needed and code clean up
File log update
Change-Id: I0c8bd1a9bc44e286cf5389aa5a50540bfa487e69
Woochanlee [Wed, 30 Jun 2021 10:57:36 +0000 (19:57 +0900)]
libaurum: Re-arrange headers
Divide interface, Combine Accessble, Move header to proper location etc...
Change-Id: I6c27896543ceca46cf61c57a746f2060e16ac4b5
Hosang Kim [Wed, 30 Jun 2021 10:09:57 +0000 (19:09 +0900)]
aurum: add package name for findElement API
Change-Id: Ia5f3c24d40b5e64ebb0ca65d6553119f9a175608
Hosang Kim [Tue, 29 Jun 2021 10:47:07 +0000 (19:47 +0900)]
libaurum: apply cache clear when element is updated.
Change-Id: Iac3a6c2811ac36237456b55792e634103f4f9b8d
Woochanlee [Wed, 30 Jun 2021 06:11:21 +0000 (15:11 +0900)]
libaurum: Print dlog instead of file write(loguru)
Change-Id: I634bf285fa4551166c9afdd9a1e3c93fd6052df7
Woochanlee [Mon, 21 Jun 2021 10:44:16 +0000 (19:44 +0900)]
aurum-bootstrap: Add element infomation
Change-Id: I74d727061ae41adf9ba5b360dcac2f4f18db8a4d
Hosang Kim [Fri, 25 Jun 2021 10:26:08 +0000 (19:26 +0900)]
bootstrap: avoid creating duplicate objects
Change-Id: Ie289fb4d877636207b0fa8d12b4b20944a9e0623
Hosang Kim [Thu, 24 Jun 2021 10:34:39 +0000 (19:34 +0900)]
libaurum: check invalid accessible object
Change-Id: I912df64eae169eb60b57d39d4fdbb7e7f4811360
Hosang Kim [Tue, 8 Jun 2021 08:20:32 +0000 (17:20 +0900)]
aurum: remove ecore_main_loop_thread API
Change-Id: I09e7a17fba305d4e427e785193fdaafff0dd01a6
Hosang Kim [Fri, 11 Jun 2021 05:02:14 +0000 (14:02 +0900)]
bootstrap: change size of screenshot.
Woochanlee [Mon, 7 Jun 2021 11:40:00 +0000 (20:40 +0900)]
libaurum: Add attribute 'class' for NUI app.
Change-Id: I8e990ac4b8145e8cb992a03f8d3dc5c99e8dabed
Woochanlee [Thu, 27 May 2021 10:45:10 +0000 (19:45 +0900)]
protocol: Add mobile demo test script and application RPM
Change-Id: If8224d09786622c35d4e1643075c12f0a14a5770
Woochanlee [Mon, 31 May 2021 09:23:23 +0000 (18:23 +0900)]
protocol: Code clean up
Fix typo.
Delete whitespace.
Change-Id: If9c919ac38de2dd76df9160bee747d94af8c05ec
Woochanlee [Fri, 28 May 2021 08:55:19 +0000 (17:55 +0900)]
bootstrap: Delete Sync Command
It do nothing.
Change-Id: I0a17b090566172c6b7dc474ae3ca2271f97afa3d
Hosang Kim [Tue, 25 May 2021 09:56:03 +0000 (18:56 +0900)]
libaurum: fix build warning in AtspiAccessibleWatcher
Change-Id: Ibe12ecfbb187cd0ce77f1afa643f1c5019635aaa
Hosang Kim [Tue, 25 May 2021 05:43:59 +0000 (14:43 +0900)]
libaurum: fix build warning in DeviceImpl.cc
Change-Id: I198973bd6d82c3b1646549449fa13f3aa1fb7275
Woochanlee [Tue, 25 May 2021 01:43:44 +0000 (10:43 +0900)]
libaurum: Fix resource leak.
GError need to free when it done.
Change-Id: I324f44c51eaf1909f8e655736c8517731d8d73f5
Woochanlee [Tue, 25 May 2021 01:31:39 +0000 (10:31 +0900)]
libaurum: unref GVariant to avoid leak.
It deleted by
373712d219167dad48d10c76e4cd3fc98c36fc63
Change-Id: I406e62fb0e939ecd6daf9b5df6d65c88b51918a9
Woochanlee [Tue, 25 May 2021 01:56:25 +0000 (10:56 +0900)]
libloguru: Fix coverity(uninit_use_in_call)
Change-Id: Ib5a5658e4c16256dff7b986251503788c8cfe2a9
CID:1227411
Woochanlee [Tue, 25 May 2021 02:11:20 +0000 (11:11 +0900)]
libaurum: Fix build warning in Waiter.cc
fix argument type dismatch build warning.
Change-Id: I6ddddc6509578f4286ef38c6989179409665456b
Woochanlee [Tue, 25 May 2021 02:28:47 +0000 (11:28 +0900)]
libaurum: Fix build warning in Comparer.cc
fix argument type mismatch.
Change-Id: I15918811ef1d987618e9de2fae78d11f11ce58c5
Woochanlee [Tue, 25 May 2021 03:21:02 +0000 (12:21 +0900)]
libaurum: Fix build warning in Until.cc
shared ptr can't cast to void * (%p)
Change-Id: Ia5b614fa29e6ae34000db9ca37b755dc440a9981
Hosang Kim [Tue, 18 May 2021 04:11:06 +0000 (13:11 +0900)]
bootstrap: add package infomation to result of findelement
Change-Id: I7689152cf2328b5331dd523c015a9c30943036db
Hosang Kim [Mon, 12 Apr 2021 10:45:34 +0000 (19:45 +0900)]
libaurum: add synchronize API
Add two api for synchronize, waitForEvents, sendKeyAndWaitForEvents.
sample:
mDevice->sendKeyAndWaitForEvents("Left", A11yEvent::EVENT_STATE_CHANGED_FOCUSED, 5000)
mDevice->waitForEvents(A11yEvent::EVENT_WINDOW_DEACTIVATE, 5000)
Change-Id: If3886af4b2331f5e50f35e1dfcd27780c9618b93
Hosang Kim [Fri, 9 Apr 2021 08:11:25 +0000 (17:11 +0900)]
libaurum: disable stderr log
Change-Id: Ib333d125a7d867456fa244f76ee1daa6f26d297f
Hosang Kim [Fri, 9 Apr 2021 07:29:50 +0000 (16:29 +0900)]
libaurum: apply pkg name for accesible node
Change-Id: Iba4cbbaa72b3d03b81ff6a964d2d617e3b69c1e6
Hosang Kim [Wed, 24 Mar 2021 06:58:11 +0000 (15:58 +0900)]
libaurum: find type of attributes with "t"
NUI/dali use keyword "t" instead of "type"
Change-Id: I51986e6aadc9e98d2df48397ea9402a1ce42f3b9
Hosang Kim [Tue, 23 Mar 2021 05:28:35 +0000 (14:28 +0900)]
libaurum: enable early return.
Change-Id: I660e0aab32ad7865db08605efdd6f3d4736da6a1
Woochanlee [Wed, 3 Mar 2021 05:49:50 +0000 (14:49 +0900)]
Add Aurum.h to manage headers.
Change-Id: Ib8e7fed4ddd8e9aed4836c1fc7c0ac611bfb6021
Hosang Kim [Fri, 19 Feb 2021 08:16:28 +0000 (17:16 +0900)]
build: create package config and include headers
Change-Id: Id1c8b9cd693105492afffe3c8eecfa54079bf872