Age | Commit message (Collapse) | Author | Files | Lines |
|
Update the .gitreview file.
Bug-AGL: SPEC-4695
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I9d2cc420e9cbedb27ca082f43ab331f3de40dc05
|
|
json structure allocating code should be placed in where it is used, if
there is a condition check which may cause a return before the
before-mentioned place in the function.
Bug-AGL: SPEC-3584
Change-Id: I9b5228c62a7e3bef055d7bdb0950d2bd4e058265
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Complete the misssing verb test.
About the msg string in message verb:
In order to get a real msg, we need to add extra lua code to read
the response of list_messages verb first. In this phase, I will
use a random string for it, and later add condition code to optimise
them.
Bug-AGL: SPEC-3458
Change-Id: Ieb0e8622ecf1e5d8d0c0daa5d6ba522b7e1016ef
Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Update autobuild scripts with reworked version that fixes building
outside of the source tree.
Bug-AGL: SPEC-2049, SPEC-3300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia1904804a1369992b2d31e2f66a652f1767a9ac4
|
|
Some messaging applications create notifications when opened
even if already been sent out. So we keep a hash map of already
sent notifications. This likely needs a better solution in the
future.
Bug-AGL: SPEC-3267
Change-Id: I1daba04f99819bd7f83bff428131cced0d6d97e6
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Update autobuild script to create multiple widget target debug, coverage and all
Bug-AGL: SPEC-2049
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Change-Id: If969d33da1feb2390138767369309e25949d5585
|
|
This updates the gitreview file in the project
.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I29f4f34fc5ca5b49a387e896f012146b5e14b8f9
|
|
Confirmed sending a SMS on a iOS device works as one would expect.
Removing application note that seems to be outdated.
Bug-AGL: SPEC-2566
Change-Id: Iaad2a8061c2d9c2899d857f8d04d1a1f9cf51baa
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-2795
Change-Id: Ia5c27c20c049115c950710a802892477dfcca690
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Appfw docs:
"required-api local": OBSOLETE SINCE FF (AGL6), PROVIDED FOR
COMPATIBILITY.Use the feature urn:AGL:widget:required-binding instead.
Bug-AGL: SPEC-2781
Change-Id: I71f4afe7b02446f957aff8847879b1605c491f4f
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Messaging length parsing reporting is only really useful
in debugging, and shouldn't be logged AFB_INFO.
Bug-AGL: SPEC-2422
Change-Id: Ifbfd55aee33de2d1e6a5834af570890c0fa9ed76
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
/work/agl-service-bluetooth-map/binding/bluetooth-map-bmessage.c:206:11:
warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but
argument 7 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=]
AFB_INFO("Parsing incoming bMessage of length %lu", strlen(bmessage));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
/work/agl-service-bluetooth-map/binding/bluetooth-map-bmessage.c: In
function ‘bmessage_encoder’:
/work/agl-service-bluetooth-map/binding/bluetooth-map-bmessage.c:293:34:
warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but
argument 2 has type ‘size_t’ {aka ‘unsigned int’} [-Wformat=]
tmp = g_strdup_printf("LENGTH:%lu",
~~^
%u
strlen(BEGINMSG) + msg->len + strlen(ENDMSG));
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 33%] Building C object binding/CMakeFiles/bluetooth-map-binding.dir/
bluetooth-map-util.c.o
/work/agl-service-bluetooth-map/binding/bluetooth-map-util.c: In
function ‘simple_gvariant_to_json’:
/work/agl-service-bluetooth-map/binding/bluetooth-map-util.c:170:14:
warning: integer overflow in expression ‘-2147483648’ of type ‘long int’
results in ‘-2147483648’ [-Woverflow]
if (i64 >= -(1L << 31) && i64 < (1L << 31))
^
In file included from /xdt/sdk/sysroots/armv7vet2hf-neon-vfpv4-agl-linux
-gnueabi/usr/include/afb/afb-binding.h:116,
from /work/agl-service-bluetooth-map/binding/bluetooth
-map-util.c:36:
/work/agl-service-bluetooth-map/binding/bluetooth-map-util.c:291:16:
warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but
argument 7 has type ‘gsize’ {aka ‘unsigned int’} [-Wformat=]
AFB_WARNING("Can't handle variants with more than one children (%lu)"
,nitems);
Bug-AGL: SPEC-2422
Change-Id: Icebf98f1857ee02abe80f3d2b42099dcd7c702cc
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Bug-AGL: SPEC-2695
Change-Id: Iba2f3e4ecc033fb7d662b9998366350a880d9825
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Data transfers needs to be stored in /run/user/UID/usrshr to
get the User::App-Shared Smack label on creation from obexd
Bug-AGL: SPEC-2695
Change-Id: Ia482234fe7356cb0965c1ed7e4065e72543514bd
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
This reverts commit 954d0719e5238fe59a2e10223ce2e63907f66be7.
Bug-AGL: SPEC-2575 SPEC-2695
Change-Id: Id14d7d55e4600e28eb23542b261c5637456bdcab
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Signal that all the message is downloaded which is usually if the
subject/message is under 256 characters with a 'downloaded' boolean
parameter. This avoids libqtappfw from doing a OBEX transfer per message
that under this threshold.
Bug-AGL: SPEC-2512
Change-Id: I9f59337b2b4995a0359587c22e2efeee19bdae8e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
When map_init() fails it should abort the binding from starting.
Currently this has only happened when attempting to connect to the
D-Bus session.
Bug-AGL: SPEC-2512
Change-Id: I4bc3ec37c486c85d3714125bc44462a8acdbc26b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add urn:AGL:permission::partner:scope-platform to run on the platform scope.
Bug-AGL: SPEC-2575
Change-Id: I7e1bc6549474d04890e02307ec3d063862c4e9f8
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
To be more consistent with other verb responses from other bindings
put all the messages in a similiar named parameter. This allows parsing
to be easier from consumers, and allows future field additions.
Bug-AGL: SPEC-2512
Change-Id: I76131747f950e052de9ba206c0b2bf1274509e33
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Don't populate message listing for list_messsages verb with no
folder name.
Bug-AGL: SPEC-2512
Change-Id: I881e6f4a59bef9e7f60f2b06cf280e96077ad718
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add support for retrieving messages, and listing handles of
messages located in folders.
SPEC-2512
Change-Id: Ia345488b51f5cac1e1c2fd508305d7ffda794251
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
interfaces
Preventing of broadcasting of sent, and previously received messages
over the notification event. This happens because a ListMessage call to
the org.bluez.obex.MessageAccess1 interface will cause message interfaces
to be created.
Bug-AGL: SPEC-2512
Change-Id: I291b36be732c394c116db0d2e82cb8d4c0ce759a
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-2530
Signed-off-by: Edi Feschiyan <edi.feschiyan@konsulko.com>
Change-Id: Ia42ff3922d5d006d88f766fb9e75f1c57dc05d08
|
|
Sent messages have a slightly different ordering of tags, and the parser
needs to take that into account.
Bug-AGL: SPEC-2512
Change-Id: I21e120ab7674831fbaca93bb6fe060ef6661fd26
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
In notification event it is the sender's vCard that is displayed
change the naming to reflect that.
Bug-AGL: SPEC-2351 SPEC-2392
Change-Id: Id7c7addee7c72a0b6dcfe1a0f50a6b9843d5797a
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-2351 SPEC-2392
Change-Id: I40425ed3dff4aabacfc520e5e3887e93f82a7b5e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-2351 SPEC-2392
Change-Id: I17713334bfcf941a9d766acb34cdde7c26fcf701
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Parser to output more user-readable JSON of incoming messages
Bug-AGL: SPEC-2351 SPEC-2392
Change-Id: Ib758f8901ff01579899112c75119596c4a0726be
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Don't pick up other services OBEX transfers by checking path of
MAP session. This was an issue that a notification event was being
sent with the PBAP contact vCards.
Bug-AGL: SPEC-2351
Change-Id: I88e34056430760deeeb3815feff5cdca33b20435
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add message composition suppport for sending SMS/MMS messages in
bMessage format.
Bug-AGL: SPEC-2351
Change-Id: I5709c6619f44863e949ae61363f7d5fe54adcbfc
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add urn:AGL:permission::system:run-by-default attribute for running
on startup.
Bug-AGL: SPEC-2351
Change-Id: Ibe61ed42a483a9c91325d16469bd93e8887e8d2b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Disconnect message currently would be triggered with every bluetooth
device disconnection. So remove until it checks the UUID of the respective
device.
Bug-AGL: SPEC-2351
Change-Id: If2a814c56fe7b98b2fde2664add32d66bb7034db
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Not all devices will have Message Notification Service initially when
paired, and so check for Message Access Service instead.
Bug-AGL: SPEC-2351
Change-Id: Ia5172c53631c6137626135795b97549f467bafe6
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
To avoid memory leaks g_variant_unref() needs to be called on
bluez_call() replies.
Bug-AGL: SPEC-2351
Change-Id: Ia595093ac479b884ca4793a96c97d58e4eca2959
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
This patchset brings initial Bluetooth MAP (Message Access Profile)
support.
Bug-AGL: SPEC-2351
Change-Id: I76b974978f72869f593526c4f6926bb5c27c48a9
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
|