- Apr 06, 2019
-
-
Raman Tenneti authored
AOSP/Messaging - Update the Messaging version to 24 until notification related logic changes are made. Fixes the error "Developer warning for package com.android. messaging failed to post notification on channel null". Bug: 130046636 Test: manual - Tested the messaging UI. Ran the following CTS tests on Pixel phone. $ make -j 40 $ make messagingtests -j $ find out -name "messaging*.apk" -print -exec ls -l {} \; -rw-r--r-- 1 rtenneti primarygroup 8529760 Apr 5 18:50 out/target/product/marlin/system/app/messaging/messaging.apk -rw-r--r-- 1 rtenneti primarygroup 729713 Apr 5 18:54 out/target/product/marlin/testcases/messagingtests/arm64/messagingtests.apk $ adb install -r -d out/target/product/marlin/system/app/messaging/messaging.apk $ adb install -r -d out/target/product/marlin/testcases/messagingtests/arm64/messagingtests.apk $ adb shell am instrument -w com.android.messaging.test Time: 12.766 OK (113 tests) CTS tests for Mesaging app --------------------------- $ ./development/testrunner/runtest.py --path cts/tests/app/src/android/app/cts/NotificationTest.java adb shell am instrument -e class 'android.app.cts.NotificationTest' -w 'android.app.cts/androidx.test.runner.AndroidJUnitRunner' android.app.cts.NotificationTest:........................... Time: 0.2 OK (27 tests) atest ----- $ cd packages/apps/Messaging $ atest Summary ------- messagingtests: Passed: 113, Failed: 0, Ignored: 0 Change-Id: Ic263e2c63d675c40a2cfa1ca0a8776c8e2b510b9
-
- Mar 22, 2019
-
-
Raman Tenneti authored
Revert "AOSP/Messaging - Added LOCAL_COMPATIBILITY_SUITE := device-tests to fix "Missing test_suite setting for test"." This reverts commit bada9f9b. Reason for revert: <INSERT REASONING HERE> Change-Id: I17281de5c14e7c285d263729167f208cbea4f7d5
-
- Feb 27, 2019
-
-
Raman Tenneti authored
AOSP/Messaging - Added LOCAL_COMPATIBILITY_SUITE := device-tests to fix "Missing test_suite setting for test". + Added keepclass ContactPickerFragment to fix the following exception. Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.messaging.ui.contact.ContactPickerFragment" Bug: 126516784 Test: make messagingtests and tested the messaging UI manually. Ran the following CTS tests on Pixel phone. $ make -j 40 -rw-r--r-- 1 rtenneti primarygroup 8624061 Feb 27 10:55 out/target/product/marlin/system/app/messaging/messaging.apk $ make messagingtests -j -rw-r--r-- 1 rtenneti primarygroup 729713 Feb 27 10:33 out/target/product/marlin/testcases/messagingtests/messagingtests.apk $ adb install -r -d out/target/product/marlin/system/app/messaging/messaging.apk $ adb install -r -d out/target/product/marlin/testcases/messagingtests/messagingtests.apk $ adb shell am instrument -w com.android.messaging.test Time: 13.18 OK (113 tests) CTS tests for Mesaging app --------------------------- $ ./development/testrunner/runtest.py --path cts/tests/app/src/android/app/cts/NotificationTest.java android.app.cts.NotificationTest:........................... Time: 0.263 OK (27 tests) atest ----- $ cd .../packages/apps/Messaging $ atest messagingtests: Passed: 113, Failed: 0, Ignored: 0 All tests passed! Change-Id: I559b25aeb536489478fb3511b611e76da1891874
-
- Feb 19, 2019
-
-
Raman Tenneti authored
Use JobIntentService to start the Backgroundworkerservice and ActionServiceImpl services. + Deleted WakeLock code. + Made changes to com.android.messaging.test tests so that all tests pass with the new JobService. I am not sure if these tests passed before these changes. + CTS tests passed without any changes. + Added TEST_MAPPING file for presubmit tests. Bug: 115499280 Bug: 119503204 Test: manual - Tested the messaging UI. Ran the following CTS tests on Pixel phone. $ make -j 40 rw-r--r-- 1 rtenneti primarygroup 8624061 Feb 19 12:37 out/target/product/marlin/system/app/messaging/messaging.apk $ make messagingtests -j -rw-r--r-- 1 rtenneti primarygroup 729713 Feb 19 12:52 out/target/product/marlin/testcases/messagingtests/messagingtests.apk $ adb install -r -d out/target/product/marlin/system/app/messaging/messaging.apk $ adb install -r -d out/target/product/marlin/testcases/messagingtests/messagingtests.apk $ adb shell am instrument -w com.android.messaging.test Test results for InstrumentationTestRunner=........... Time: 13.353 OK (113 tests) CTS tests for Mesaging app --------------------------- $ ./development/testrunner/runtest.py --path cts/tests/app/src/android/app/cts/NotificationTest.java android.app.cts.NotificationTest:........................... Time: 0.299 OK (27 tests) atest ----- $ cd .../packages/apps/Messaging $ atest Running Tests... messagingtests (113 Tests) ------------------------- ... [113/113] com.android.messaging.util.YouTubeUtilTest#testGetYoutubePreviewImageLink: PASSED (2ms) Results from tests that require device: Summary ------- messagingtests: Passed: 113, Failed: 0, Ignored: 0 All tests passed! Change-Id: I9494f0750954e6364abb695aa867494669ae54c4
-
- Feb 14, 2019
-
-
Aurimas Liutikas authored
Test: make messaging Bug: 76692459 Change-Id: I9103450622f129311545648ac75f5b2f9fc2d04a Merged-In: I9103450622f129311545648ac75f5b2f9fc2d04a
-
- Jan 18, 2019
-
-
calvinpan authored
Since MCC, MNC and MVNO is deprecated in the TelephonyProvider and query based on SIM_APN_URI will return all matching APNs from current subscription carrier, so migrate to the new URI. Bug: 115709816 Test: Build pass. Change-Id: I260f2da2677564f37ef6a7711d45040a61215ddc Merged-In: I260f2da2677564f37ef6a7711d45040a61215ddc
-
- Jan 11, 2019
-
-
Dan Willemsen authored
USER may be "nobody" if the build is sandboxed. BUILD_USERNAME will have the original value in all cases. Bug: 122270019 Test: none Change-Id: Id7122113f1764cb2e676e96e255f47675f831f83
-
Zach Riggle authored
Currently a 'tapas' build will regenerate each time with: $(shell date +%m%d%y_%H%M%S) was changed, regenerating... Change-Id: I2eeda1e9dd51a56bf0783f427b4fcf5a1f489254 Merged-In: I2eeda1e9dd51a56bf0783f427b4fcf5a1f489254
-
- Jan 09, 2019
-
-
Chih-Hung Hsieh authored
Bug: 33166666 Test: gerrit uploader Change-Id: I2483e2afc4f6c89e7b59095b950160ffa4c7c874
-
- Jan 08, 2019
-
-
Chih-Hung Hsieh authored
Bug: 33166666 Test: gerrit uploader Change-Id: I6f35e1234694c4ac91b77bbbb9acd0da7ea80cba
-
- Dec 08, 2018
-
-
Xin Li authored
Merge pie-platform-release (PPRL.181205.001, history only) into master Bug: 120502534 Change-Id: Id931c19bd78c83aa24c821f12691f92925fdafbe
-
- Dec 04, 2018
-
-
Raman Tenneti authored
AOSP/Messaging - updated tests target version to 24 to match the Messaing app's targetSdkVersion. All messagingtests tests pass/work. + ParticipantRefreshTest - Added UIIntents and FakeDataModel. Fixed the errors in the data verification. + GetOrCreateConversationActionTest - changed the blankId assert to assertEquals because 10 conversations were inserted when database was created. + ConversationFragmentTest - Return mockDraftMessageData even if createDraftMessageData is called with null argument. Bug: 119503204 Test: manual - Ran the following CTS tests on Pixel phone. Tested the messaging UI. $ make -j 40 $ make messagingtests -j $ ls -l out/target/product/marlin/system/app/messaging/messaging.apk -rw-r--r-- 1 rtenneti primarygroup 8974412 Dec 3 17:21 out/target/product/marlin/system/app/messaging/messaging.apk $ ls -l out/target/product/marlin/testcases/messagingtests/messagingtests.apk -rw-r--r-- 1 rtenneti primarygroup 709233 Dec 3 17:25 out/target/product/marlin/testcases/messagingtests/messagingtests.apk $ adb install -r -d out/target/product/marlin/system/app/messaging/messaging.apk $ adb install -r -d out/target/product/marlin/testcases/messagingtests/messagingtests.apk $ adb shell am instrument -w com.android.messaging.test Test results for InstrumentationTestRunner=......................................... Time: 13.376 OK (113 tests) Change-Id: Ib5784b9ed0b9086f153dd438b2b791ae0bca2621
-
- Dec 03, 2018
-
-
Raman Tenneti authored
Revert "AOSP/Messaging - update the Messaging version to target P (28) or higher. Fixed tests in messagingtests. All tests pass/work." This reverts commit 9752cda5. Reason for revert: com.android.devicehealthchecks are failing https://sponge.corp.google.com/target?id=3b9a97f0-48bc-410d-94ce-0971c2f75361&target=com.android.devicehealthchecks&searchFor=&show=FAILED&sortBy=STATUS Change-Id: I82d337b1d859083169ac6057b408f7e920f06609
-
- Dec 01, 2018
-
-
Raman Tenneti authored
AOSP/Messaging - update the Messaging version to target P (28) or higher. Fixed tests in messagingtests. All tests pass/work. + ParticipantRefreshTest - Added UIIntents and FakeDataModel. Fixed the errors in the data verification. + GetOrCreateConversationActionTest - conversation already exists (changed the assert). + ConversationFragmentTest - Return mockDraftMessageData even if createDraftMessageData is called with null argument. These tests weren't passing witout any changes (they weren't even starting without the target version update). Bug: 119503204 Bug: 115499280 Test: manual - Ran the following CTS tests on Pixel phone. Tested the messaging UI. $ make -j 40 $ make messagingtests -j $ ls -l out/target/product/marlin/system/app/messaging/messaging.apk -rw-r--r-- 1 rtenneti primarygroup 8716364 Nov 30 15:43 out/target/product/marlin/system/app/messaging/messaging.apk $ ls -l out/target/product/marlin/testcases/messagingtests/messagingtests.apk -rw-r--r-- 1 rtenneti primarygroup 627313 Nov 30 15:45 out/target/product/marlin/testcases/messagingtests/messagingtests.apk $ adb install -r -d out/target/product/marlin/system/app/messaging/messaging.apk $ adb install -r -d out/target/product/marlin/testcases/messagingtests/messagingtests.apk $ adb shell am instrument -w com.android.messaging.test Test results for InstrumentationTestRunner=......................................... Time: 12.921 OK (113 tests) The following is from logcat output: 11-30 23:47:31.861 6569 6590 I TestRunner: passed: testBindingReference(com.android.messaging.datamodel.BindingTest) 11-30 23:47:31.868 6569 6590 I TestRunner: passed: testBindingStartsUnbound(com.android.messaging.datamodel.BindingTest) ... 11-30 23:47:44.705 6569 6590 I TestRunner: passed: testGServiceGet(com.android.messaging.util.BugleGservicesTest) Change-Id: I8f67da024d86f15f7430b803237ae4cff4d8e2c2
-
- Aug 08, 2018
-
- Aug 07, 2018
-
- Aug 06, 2018
-
-
Xin Li authored
Bug: 112104996 Change-Id: Ia50af15c2dbe544047e806de7d0ecff91385bf2c
-
- Jun 09, 2018
-
- Jun 08, 2018
-
-
Xin Li authored
Bug: 79597307 Change-Id: Ie77e61094c5a4ec4c46c88e5d9659baab61dfd8b
-
- Jun 03, 2018
-
-
android-build-team Robot authored
Change-Id: I2ca2f87c529031742b5a4baddfb5653e96ccd8ac
-
- Jun 01, 2018
-
-
Atanas Kirilov authored
Merge changes from topic "am-d8363787-88bb-4e45-b57c-b18d9d8290cb" into oc-dev am: f7bdc8fd am: 24fba8cf am: 8f2f5671 am: dc683fa0 Change-Id: I223ab91c15f919c996efa0ab4e10117dcf41253f
-
David Smith authored
[automerger skipped] [automerger] RESTRICT AUTOMERGE: Messaging ignores file URIs shared via intent am: 0ee4c0e3 am: a04af950 am: b40c3961 skipped: 520012db am: f53801c8 am: 4fc4f4e2 am: 7ad8e75f am: 4ef3ac95 skipped: 69535177 am: 7459ff44 am: 26ae608a am: 999910ca -s ours am: a3a85140 Change-Id: Idf8e1eafdd8defcec751d22f0fea459f35a6e8a1
-
Atanas Kirilov authored
Merge changes from topic "am-d8363787-88bb-4e45-b57c-b18d9d8290cb" into oc-dev am: f7bdc8fd am: 24fba8cf am: 8f2f5671 Change-Id: If409352ed52e8b4a1bf92b2bceedf5f032e8a7ed
-
David Smith authored
[automerger skipped] [automerger] RESTRICT AUTOMERGE: Messaging ignores file URIs shared via intent am: 0ee4c0e3 am: a04af950 am: b40c3961 skipped: 520012db am: f53801c8 am: 4fc4f4e2 am: 7ad8e75f am: 4ef3ac95 skipped: 69535177 am: 7459ff44 am: 26ae608a am: 999910ca -s ours Change-Id: I53237656bc4305a920e016552403018ba491c210
-
Atanas Kirilov authored
am: 24fba8cf Change-Id: I77568438ff1c7b548256488f88f0291ab5780fd3
-
David Smith authored
[automerger] RESTRICT AUTOMERGE: Messaging ignores file URIs shared via intent am: 0ee4c0e3 am: a04af950 am: b40c3961 skipped: 520012db am: f53801c8 am: 4fc4f4e2 am: 7ad8e75f am: 4ef3ac95 skipped: 69535177 am: 7459ff44 am: 26ae608a Change-Id: I4f4a114035b95e5bc3d25c1f825520fb4f0f0a70
-
Atanas Kirilov authored
am: f7bdc8fd Change-Id: Id3fd43caf91de165169d1b3f2af2f1218c658d8d
-
Atanas Kirilov authored
* changes: [automerger] Messaging ignores file URIs shared via intent am: 9deefdf1 am: ea03db33 am: cd770765 am: 9c69271a am: 0c211938 [automerger] Messaging ignores file URIs shared via intent am: 9deefdf1 am: ea03db33 am: cd770765 am: 9c69271a [automerger] Messaging ignores file URIs shared via intent am: 9deefdf1 am: ea03db33 am: cd770765 [automerger] Messaging ignores file URIs shared via intent am: 9deefdf1 am: ea03db33 [automerger] Messaging ignores file URIs shared via intent am: 9deefdf1 Messaging ignores file URIs shared via intent
-
- May 25, 2018
-
-
Android Build Merger (Role) authored
[automerger] RESTRICT AUTOMERGE: Messaging ignores file URIs shared via intent am: 0ee4c0e3 am: a04af950 am: b40c3961 skipped: 520012db Change-Id: I92e620f57f6922f41227ec1a90021083e7deb388
-
Android Build Merger (Role) authored
[automerger] RESTRICT AUTOMERGE: Messaging ignores file URIs shared via intent am: 0ee4c0e3 am: a04af950 am: b40c3961 Change-Id: Ib4958d367e4e2297154af56b477121f1c8420746
-
Android Build Merger (Role) authored
[automerger] RESTRICT AUTOMERGE: Messaging ignores file URIs shared via intent am: 0ee4c0e3 am: a04af950 Change-Id: Ic0cdad15c75212af17359979c9f6ee36c816c0a6
-
Android Build Merger (Role) authored
Change-Id: I5895fca2ea4aff3f0de20f30ebefc9d19d9d6052
-
David Smith authored
Fixes b/37629504 by not creating attachments from file URIs shared via intent. Sharing file URIs is disallowed by Android N and later and is no longer supported for this app. Test: manual using the Debug command added in this change Change-Id: Iaecff745aca76381d387ab057ffa1f2024aebfcf