Automerger Merge Worker
df7c6643ae
Merge "Register implicit broadcasts at runtime for updating widgets" am: 9d1aeb4d80
...
Change-Id: Iffb293f1eefd5656c5baa676e193cf486d263730
2020-02-11 22:24:39 +00:00
Automerger Merge Worker
a32b5a65c2
Merge "Fix wrong margin on widget conversation view" am: c91db32cf3
...
Change-Id: I34251759cd37faaa656d9d9bf766f0901bf181bc
2020-02-11 22:24:34 +00:00
Automerger Merge Worker
bce317fabf
Fix covering issue for video thumbnails on widget view am: 5e81c84ee9
...
Change-Id: Ia021b340bdae8edb242fd3775e913bb36161e2c1
2020-02-11 22:24:01 +00:00
Treehugger Robot
9d1aeb4d80
Merge "Register implicit broadcasts at runtime for updating widgets"
2020-02-11 22:17:58 +00:00
Treehugger Robot
c91db32cf3
Merge "Fix wrong margin on widget conversation view"
2020-02-11 22:14:56 +00:00
Taesu Lee
711bed5c23
Register implicit broadcasts at runtime for updating widgets
...
It resolves Broadcast Limitations issue if target API level is changed
as 26 or higher later.
It includes fixing code style also.
Test: Check messaging widgets' changes.
Change-Id: I6e08027b1d6a5a19cfd17f8ec3e9a895dbb3c44a
Signed-off-by: Taesu Lee <taesu82.lee@samsung.com >
2020-02-11 15:12:01 +09:00
Taesu Lee
5e81c84ee9
Fix covering issue for video thumbnails on widget view
...
Use ic_video_play_light.png having background transparent to show the
video thumbnails correctly.
Test: Check a widget for conversations including a video attachment.
Change-Id: I1333a3be41e53ce7e8ad1a64849e726c73cda153
Signed-off-by: Taesu Lee <taesu82.lee@samsung.com >
2020-02-11 15:02:30 +09:00
Taesu Lee
f3ae4c19fb
Fix wrong margin on widget conversation view
...
Change layout_marginTop as -2dp to enclose message_list between top_line
and bottom_line.
Test: Check a widget for conversations.
Change-Id: I097303134e8ea079de39ac18746a51e1937b92c3
Signed-off-by: Taesu Lee <taesu82.lee@samsung.com >
2020-02-11 15:02:12 +09:00
Automerger Merge Worker
8924aa1f63
Merge "Support sharing with image/video/audio/vcard and text fully" am: e8827131fc
...
Change-Id: Ia5d01a9586d42ae49685bbf9e8d7d1ece1a2c480
2020-02-07 03:30:25 +00:00
Treehugger Robot
e8827131fc
Merge "Support sharing with image/video/audio/vcard and text fully"
2020-02-07 03:09:52 +00:00
Taesu Lee
defea9dea1
Support sharing with image/video/audio/vcard and text fully
...
ACTION_SEND and ACTION_SEND_MULTIPLE support image, video, audio, text
and vcard files.
Test: Manual
Change-Id: I1c08070f89877140aba9087717bb663ee2990467
Signed-off-by: Taesu Lee <taesu82.lee@samsung.com >
2020-02-07 08:55:20 +09:00
Automerger Merge Worker
44f302af74
Merge "Fix bad RecyclerView issue" am: 47bcb7f2a7
...
Change-Id: I689a5210d0dfddff501921c756483bb536ea1754
2020-02-06 22:30:57 +00:00
Treehugger Robot
47bcb7f2a7
Merge "Fix bad RecyclerView issue"
2020-02-06 22:21:08 +00:00
Automerger Merge Worker
4c25fbc6c1
Merge "Fix NPE caused by invalid IFD0 offset" am: d3ea4ec384
...
Change-Id: I17436200d52434a15290ea88d03802609cda52af
2020-02-06 21:00:09 +00:00
Automerger Merge Worker
5002cebb6e
Merge "Use file extension based on MIME type" am: 5c8f5fdeb1
...
Change-Id: I3fd4dbdc8732cb063035b2c6796f3c94acfd79ce
2020-02-06 21:00:03 +00:00
Treehugger Robot
d3ea4ec384
Merge "Fix NPE caused by invalid IFD0 offset"
2020-02-06 20:51:01 +00:00
Treehugger Robot
5c8f5fdeb1
Merge "Use file extension based on MIME type"
2020-02-06 20:41:08 +00:00
Automerger Merge Worker
a1c4f0dbfc
Fix showing wrong image on document picker item am: 36a41d3e9d
...
Change-Id: I82556611afe3161a6dc0776a523638427e718700
2020-02-06 20:23:04 +00:00
Taesu Lee
0770975c8a
Use file extension based on MIME type
...
It uses the most common extension for the given MIME type.
Test: Manual
Change-Id: I3d4aea85fcd42088ed19898054db7225954d3401
Signed-off-by: Taesu Lee <taesu82.lee@samsung.com >
2020-02-05 16:08:02 +09:00
Taesu Lee
36a41d3e9d
Fix showing wrong image on document picker item
...
Set mDetachedRequestDescriptor as null for document picker to prevent
calling setImageResourceId() in onAttachedToWindow().
Test: Manual
Change-Id: Ied5ca200cac350ef4b2420269763dfc240fc97c4
Signed-off-by: Taesu Lee <taesu82.lee@samsung.com >
2020-02-05 15:53:23 +09:00
Taesu Lee
3d6d1f6193
Fix bad RecyclerView issue
...
dispatchAddFinished() must be called by subclasses when done, either
immediately(if no animation will occur) or after the animation actually
finishes.
Test: Manual
Change-Id: I72b9da41f52b381e3531842aa1fb07e573c120cb
Signed-off-by: Taesu Lee <taesu82.lee@samsung.com >
2020-02-05 15:51:43 +09:00
Taesu Lee
710fe2f2ae
Fix NPE caused by invalid IFD0 offset
...
NPE occurs when current IFD0 offset is smaller than default IFD offset.
Just skip invalid tag instead.
Test: Manual
Change-Id: I184794e7ee227849da7d2ecf3cf647e69dc91610
Signed-off-by: Taesu Lee <taesu82.lee@samsung.com >
2020-02-05 15:47:13 +09:00
Bill Yi
137fa08640
Import translations. DO NOT MERGE
...
BUG:148403740
TEST: m messaging
Change-Id: I4b74a267c0ed7cffe04d97ca465f2aa90ae1847a
Auto-generated-cl: translation import
2020-01-28 14:41:38 -08:00
Bill Yi
5d134265c8
[automerger skipped] Import translations. DO NOT MERGE
...
am: 3bd7b79daa -s ours
am skip reason: subject contains skip directive
Change-Id: I8efb4533eb13d266d5d7b7ba0befaf2e066fad41
2020-01-27 19:08:58 -08:00
Bill Yi
3bd7b79daa
Import translations. DO NOT MERGE
...
BUG:148403740
TEST: m messaging
Change-Id: I4b74a267c0ed7cffe04d97ca465f2aa90ae1847a
Auto-generated-cl: translation import
2020-01-27 16:55:48 -08:00
Xin Li
8ef613866d
DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master
...
am: 8f27830d2d
Change-Id: I5f62246a1864f7ca2fddd92276a0e64d9d689cbb
2019-10-30 15:36:50 -07:00
Xin Li
8f27830d2d
DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master
...
Bug: 142003500
Change-Id: If59160cc7c40fde5577b2aa82feb041c0086e8cf
2019-10-30 11:49:53 -07:00
Xin Li
a761701291
[automerger skipped] Merge qt-r1-dev-plus-aosp-without-vendor (5817612) into stage-aosp-master am: d69430249d -s ours
...
am: e5eb582943 -s ours
am skip reason: change_id I7624257e4cffc690f0df4c844b23cd2accddca4b with SHA1 105542679f is in history
Change-Id: Ie6f217bd119e850ce3d34ab9829f3a686e48259b
2019-09-08 15:26:42 -07:00
Xin Li
e5eb582943
[automerger skipped] Merge qt-r1-dev-plus-aosp-without-vendor (5817612) into stage-aosp-master
...
am: d69430249d -s ours
am skip reason: change_id I7624257e4cffc690f0df4c844b23cd2accddca4b with SHA1 105542679f is in history
Change-Id: Ic45c1b4f5797f751986f2e6654738c9e778209cc
2019-09-08 14:43:58 -07:00
Xin Li
d69430249d
Merge qt-r1-dev-plus-aosp-without-vendor (5817612) into stage-aosp-master
...
No content change.
Bug: 135460123
Change-Id: I5e64e969936dbbae86d0d71cbad524fb24973af1
Merged-In: I7624257e4cffc690f0df4c844b23cd2accddca4b
2019-09-08 12:45:15 -07:00
Xin Li
025b5c8ef0
[automerger skipped] DO NOT MERGE - Merge Android 10 into master am: 105542679f -s ours am: 2f8008876a
...
am: 0e1562408a
Change-Id: Ieda91c49c2f3ec3fde2a6b180b7c38f8bea149f0
2019-09-05 13:35:28 -07:00
Xin Li
0e1562408a
[automerger skipped] DO NOT MERGE - Merge Android 10 into master am: 105542679f -s ours
...
am: 2f8008876a
Change-Id: I0f96f85edfe4bf6aa3a62a2267e27eb66fd5ce6d
2019-09-05 12:59:18 -07:00
Xin Li
2f8008876a
[automerger skipped] DO NOT MERGE - Merge Android 10 into master
...
am: 105542679f -s ours
am skip reason: subject contains skip directive
Change-Id: I04b43539e52eae8fd96dc98f36a202c3584d29f4
2019-09-05 12:13:27 -07:00
Xin Li
105542679f
DO NOT MERGE - Merge Android 10 into master
...
Bug: 139893257
Change-Id: I7624257e4cffc690f0df4c844b23cd2accddca4b
2019-09-04 13:34:31 -07:00
Po-Chien Hsueh
99d9b31889
Move libgiftranscode.so to /product am: 003eb4915a am: 90d0edb3dc am: 7e674a30d8
...
am: 0e55713ba0
Change-Id: I9683705c8825af0afc79ac27bc2b8e539573d351
2019-08-15 19:39:16 -07:00
Po-Chien Hsueh
0e55713ba0
Move libgiftranscode.so to /product am: 003eb4915a am: 90d0edb3dc
...
am: 7e674a30d8
Change-Id: I16069c6c80abf267fabec6f220509b9c4bf8e3d9
2019-08-15 19:26:42 -07:00
Po-Chien Hsueh
7e674a30d8
Move libgiftranscode.so to /product am: 003eb4915a
...
am: 90d0edb3dc
Change-Id: I01cdeb2cdb14602330b2958b8d1b4e467563558b
2019-08-15 19:04:42 -07:00
Po-Chien Hsueh
90d0edb3dc
Move libgiftranscode.so to /product
...
am: 003eb4915a
Change-Id: I6130ee3cfcd9b199aaad85cc555c3931f2bb4ce1
2019-08-15 18:49:32 -07:00
Po-Chien Hsueh
003eb4915a
Move libgiftranscode.so to /product
...
libgiftranscode.so is a jni lib for Messaging app, which is usually
overridden by proprietary apps on shipping devices. We have moved
Messaging to /product. Now this CL move libgiftranscode.so too.
Bug: 138282284
Test: Open gif files with Messaging on aosp_crosshatch
Change-Id: Ic104ba8ec5c2258a28c8d19151a00f6c601b5f80
2019-08-15 16:20:06 +08:00
Xin Li
bcf3a7354c
[automerger skipped] DO NOT MERGE - Skip qt-dev-plus-aosp-without-vendor (5713463) in stage-aosp-master am: e051816567 -s ours am: 893d1265ad
...
am: 9e95d7a4f7
Change-Id: I7c76f6787472d06f624570d9ae172928389dec23
2019-08-14 14:23:26 -07:00
Xin Li
9e95d7a4f7
[automerger skipped] DO NOT MERGE - Skip qt-dev-plus-aosp-without-vendor (5713463) in stage-aosp-master am: e051816567 -s ours
...
am: 893d1265ad
Change-Id: I9d7d07738190030ebfde126ca3a6a531feafa144
2019-08-14 13:56:47 -07:00
Xin Li
893d1265ad
[automerger skipped] DO NOT MERGE - Skip qt-dev-plus-aosp-without-vendor (5713463) in stage-aosp-master
...
am: e051816567 -s ours
am skip reason: subject contains skip directive
Change-Id: Ib8d5be333c2d3f87580ed909e5d9a19bb671d44a
2019-08-14 13:32:01 -07:00
Xin Li
e051816567
DO NOT MERGE - Skip qt-dev-plus-aosp-without-vendor (5713463) in stage-aosp-master
...
Bug: 134405016
Change-Id: Ib7d990ceba3732de79765f7edf9d27111cbe4bab
2019-08-14 11:35:20 -07:00
Taesu Lee
89fe3e18f2
Merge "Fix FATAL EXCEPTION on SmsStorageLowWarningActivity" am: 05f6de16d3 am: 363ee13c86 am: cc99cd75de
...
am: c628d93012
Change-Id: If9c4156df3b7f7881716292e74f8dc62a41cfa92
2019-08-13 22:42:49 -07:00
Taesu Lee
c628d93012
Merge "Fix FATAL EXCEPTION on SmsStorageLowWarningActivity" am: 05f6de16d3 am: 363ee13c86
...
am: cc99cd75de
Change-Id: Ia95df0b85ca6a1c61fd8f890c062a1a4d54121d5
2019-08-13 22:31:55 -07:00
Taesu Lee
cc99cd75de
Merge "Fix FATAL EXCEPTION on SmsStorageLowWarningActivity" am: 05f6de16d3
...
am: 363ee13c86
Change-Id: I056f482a2726f7b6aec3022eb80454007650f196
2019-08-13 22:21:20 -07:00
Taesu Lee
363ee13c86
Merge "Fix FATAL EXCEPTION on SmsStorageLowWarningActivity"
...
am: 05f6de16d3
Change-Id: I0c039776d6a7c71d91dfc391fcb050d425bace4a
2019-08-13 22:10:26 -07:00
Treehugger Robot
05f6de16d3
Merge "Fix FATAL EXCEPTION on SmsStorageLowWarningActivity"
2019-08-14 04:19:19 +00:00
Po-Chien Hsueh
9b12d48c20
Merge "Move Messaging to /product" am: 4fa5f17013 am: 5106de587b am: 2062b1bf71
...
am: c5a20b7b90
Change-Id: I3cdecf88858eab7ab9e794983770d0be43e488fc
2019-08-13 19:01:08 -07:00
Po-Chien Hsueh
c5a20b7b90
Merge "Move Messaging to /product" am: 4fa5f17013 am: 5106de587b
...
am: 2062b1bf71
Change-Id: I454e8a0b7a4a4ec086479910567e4783a27ca932
2019-08-13 18:48:37 -07:00