summaryrefslogtreecommitdiffstats
path: root/robolectric_tests
Commit message (Collapse)AuthorAgeFilesLines
* [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/ThemePicker am: fddada2377 ↵Bob Badour2021-02-211-0/+4
|\ | | | | | | | | | | | | | | | | | | am: 5886614427 am: 94959ca744 Original change: https://android-review.googlesource.com/c/platform/packages/apps/ThemePicker/+/1587896 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0eec259b2eeb5ce91250854727c2f61395d12855
| * [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/ThemePickerBob Badour2021-02-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added SPDX-license-identifier-Apache-2.0 to: robolectric_tests/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I06c5466a8461b7a0f503eb5b9b9c0afc4a41a12e
| * Fix checkbuild.Xin Li2020-10-131-4/+2
| | | | | | | | | | | | Bug: 170697222 Merged-In: I1a854f0d6be46cfd11ada58fa54589147e0f37d7 Change-Id: I2a7aa5f17b334545f79a4552be9f8df2f91f7b82
* | Update robo properties config (1/2)Wesley.CW Wang2020-10-151-1/+1
| | | | | | | | | | | | | | - Update manifest parm to target project Test: tapas RunThemePickerRoboTests; m -j40 Change-Id: I8d021c2e3d4abd04d3d68768e2deb8d5bb59f911
* | Remove support for wallpapers in style bundlesSantiago Etchebehere2020-04-091-4/+2
|/ | | | | | | | This CL doesn't yet implement the new preview UI, just removes support all the usages and support for wallpaper in theme bundles. Bug: 151868805 Change-Id: I0a7de9ff2150c8f3e516ec49c7c833bab7ac08d1
* Use full path for LOCAL_INSTRUMENT_SOURCE_DIRSChihhang Chuang2020-02-041-1/+1
| | | | | | | | | | | | | | We get fail from running RunThemePickerRoboTests-jacoco because Jacoco fail to get the source code path to parse the code coverage. Test step: 1. tapas RunThemePickerRoboTests 2. make -j30 dist (Make sure RunThemePickerRoboTests does not break) 3. make -j30 RunThemePickerRoboTests-jacoco dist 4. See the coverage report Bug: 147334774 Change-Id: I5a76f99a22b1e230b3b4777e74bd1e68211e9736
* Add and modify tests for ClockManager.Chuck Liao2019-12-191-4/+46
| | | | | | Increase the code coverage of ClockManager to 100%. Change-Id: I0242c8583f75754092541d4607a02aa46cbea25e
* Fix broken test case for ClockManagerTestWesley.CW Wang2019-12-181-3/+9
| | | | | | Test: Manually, tapas RunThemePickerRoboTests & m -j40 Bug: 130021301 Change-Id: Ie4ff70fa388c1a2c9cea8d3b4300b86fefc30aea
* Fix broken tests and add tests for ThemeManagerTestChihhang Chuang2019-12-171-17/+95
| | | | Change-Id: I12769a3385cdcbe71f2e216a405509477b427eca
* Fix ThemeManagerTestAmin Shaikh2019-05-031-1/+1
| | | | | Test: tapas RunThemePickerRoboTests; make Change-Id: I78a1004fb70394f8662eb6bd2d649ef4d345fdeb
* Add icon pack to ThemePicker.Amin Shaikh2019-04-292-33/+39
| | | | | | | | | | | | | - Changed fillColor to white for all overlayed icons to ensure they are all properly tinted in view xml or code - Introduce NoTintDrawableWrapper to ensure tip dot isn't tinted while the nav icon drawable is tinted - Add overlayable_icons_test.xml created from icon pack generation - Add the ThemePicker package as an overlay target package Bug: 130788873 Test: visual Change-Id: Ib6e2ff48800cb75411754b333c0d0ebcfcba5ab1
* Fix ThemePicker robo test build.Amin Shaikh2019-04-182-4/+9
| | | | | Test: make Change-Id: If66b31d4ee5f21430864946c5adf1bf623b1b2b2
* Add activity for just clock face picker.Robert Snoeberger2019-04-162-0/+195
| | | | | | | | | | | | The activity can be started by an intent with action: com.google.android.apps.wallpaper.ACTIVITY_CLOCK_FACE_PICKER When the activity finishes, it sets the ID of the selected clock into an extra with name "clock_face_name". Bug: 130021301 Test: Launched activity with `adb shell am start -a "com.google.android.apps.wallpaper.ACTIVITY_CLOCK_FACE_PICKER"` Change-Id: Iea974d011b786587300564e3aa25f7e85add6fb2 Test: Checked that clock not changed on lock screen/AOD
* Fix robo test compile error.Amin Shaikh2019-04-021-2/+2
| | | | | Test: m ThemePickerRoboTests Change-Id: Ie31055d944ad7318903c3e8b977ea97e253b48ec
* Custom Theme 7/n: delete custom themeSantiago Etchebehere2019-03-211-1/+1
| | | | | | | | | Add delete option on custom theme fragments, and reload the options when going back after deleting to ensure we show the correct ones. Bug: 124796742 Change-Id: I23fa0f418a3872a5426faa4b7d514bc0395f79b5
* Add initial Robolectric testsSantiago Etchebehere2019-02-208-0/+517
Set up the infrastructure for tests and add a few initial Robolectric tests for ThemePicker. Bug: 118758604 Change-Id: Ie6f34c840d31d24349fd12355f93369f51168802