Pun Butrach
270030e5b1
fix(post-clean): Cleanup mixed branch status
...
Signed-off-by: Pun Butrach <pun.butrach@gmail.com >
2026-01-10 22:36:39 +07:00
Pun Butrach
9b90822395
fix: Disable material expressive folder expansion animations
2026-01-10 20:51:07 +07:00
Abhishek Sharma
5f3a03f4fb
feat: Add option to clear home screen in settings ( #6125 )
...
Signed-off-by: abhixv <abhi.sharma1@hotmail.com >
2026-01-10 20:51:01 +07:00
Pun Butrach
0e8b200bab
fix: Just make submodule stay the same please intellj
2026-01-10 20:50:12 +07:00
Pun Butrach
edfd0baad6
fix: Android 14/15 crash
2026-01-10 20:49:55 +07:00
Pun Butrach
d36845897b
feat: Better At-a-Glance perceptive wallpaper colour luminance detection
2026-01-10 20:49:46 +07:00
Pun Butrach
2e76c99dad
fix: Conflict incoming changes from 15-dev
2026-01-10 20:49:12 +07:00
Pun Butrach
11f7abcb66
chore: Cleanup, and hidden feature logged
...
Signed-off-by: Pun Butrach <pun.butrach@gmail.com >
2026-01-10 20:48:25 +07:00
Pun Butrach
0a446431eb
build: SNAPSHOT 0 (Draft)
2026-01-10 20:47:59 +07:00
Pun Butrach
b67168f737
Allocate insane memory just for CI
...
Signed-off-by: Pun Butrach <pun.butrach@gmail.com >
2026-01-10 20:46:44 +07:00
Sebastian Franco
fc8537d5de
Creating NexusLauncherE2ETests test suite, this cl only adds the Launcher3 part
...
The test don't run yet in presubmit, first I will have the NexusLauncherE2ETests
target ready and then I will add it to the presubmit.
Bug: 324261526
Flag: EXEMPT test only
Test: atest NexusLauncherE2ETests
Change-Id: I4daa204ec735456c481b0682ca518da381af7bb7
2025-05-05 18:53:08 +00:00
Schneider Victor-Tulias
42d6c08d41
Move ExtendedLongPressTimeoutRule implementation to shared sysui test library
...
Flag: EXEMPT test fix
Fixes: 396862825
Test: TaskbarExpandCollapse
Change-Id: I950ed4ede8db150234d843422982792f5b6bfd8e
2025-05-01 11:38:27 -07:00
Schneider Victor-Tulias
b8440b75ef
Update AbstractLauncherUiTest to use recents window when possible
...
Flag: com.android.launcher3.enable_launcher_overview_in_window
Bug: 377678992
Test: pre/postsubmit
Change-Id: Id3ddc11aa9163df3f2914edba66e1db36fdde63b
2025-04-29 14:13:26 -07:00
Sebastián Franco
95aa4a3267
Merge "Revert "No-op change, remove methods from BaseLauncherActivityTe..."" into main
2025-04-16 09:58:09 -07:00
Sebastián Franco
a746ec8aa4
Revert "No-op change, remove methods from BaseLauncherActivityTe..."
...
Revert submission 32999330-activity-test-refactor-1
Reason for revert: b/410713970
Reverted changes: /q/submissionid:32999330-activity-test-refactor-1
Change-Id: Id9dd4692bc5c500fd8831a2edad80a034c4fa405
2025-04-15 15:55:35 -07:00
Treehugger Robot
0aa937de1a
Merge "Enforce a mutex in all remote tapl tests" into main
2025-04-15 14:52:13 -07:00
Schneider Victor-Tulias
d079748134
Enforce a mutex in all remote tapl tests
...
Flag: EXEMPT test fix
Fixes: 405849365
Test: TAPL tests; pre/postsubmit
Change-Id: Icf5b3c6b43b4d8ecc39246f3eb03e32738af7444
2025-04-15 15:05:26 -04:00
Sebastian Franco
c08c7de5e3
No-op change, remove methods from BaseLauncherActivityTest into Utilities
...
Bug: 324261526
Test: all test that inherit BaseLauncherActivityTest
Flag: TEST_ONLY
Change-Id: I0851373d179f064721a3a618853a05796cc1379f
2025-04-14 13:38:20 -07:00
Sebastian Franco
089f07c2b6
Use LauncherActivityScenarioRule in BaseLauncherActivityTest
...
The goal is that eventually remove BaseLauncherActivityTest and
uase LauncherActivityScenarioRule by compositions instead of
using inheritance and move methods that make sense to have in
LauncherActivityScenarioRule and other in utility classes.
Bug: 324261526
Test: All Tests that inherit from BaseLauncherActivityTest
Flag: TEST_ONLY
Change-Id: I1b2f3ed9e9d41a9185711ba682895b0b3fffe2df
2025-04-03 15:35:20 -07:00
Sunny Goyal
25f5c7e761
Making ModelDbController injectable
...
Bug: 361850561
Test: Updated tests
Flag: EXEMPT dagger
Change-Id: Ie600469476ce5eb60813a3c8b57b9445fcf82c24
2025-03-13 11:23:23 -07:00
Sebastian Franco
331fd2dac6
Enabling Fixed Landscape in Launcher3 tests
...
Bug: 398279312
Test: Any test using PortraitLandscapeRunner
Test: IntegrationFixedLandscape
Flag: com.android.launcher3.one_grid_specs
Change-Id: I5a1801374f39381e678e764f8e417cf0f8bf6ad7
2025-03-04 13:15:26 -08:00
Federico Baron
d8f0bed596
Remove unused spec in device_profiles.xml
...
Bug: 395912263
Flag: com.android.launcher3.one_grid_specs
Test: n/a, code cleanup
Change-Id: Ifd1ecf905427902f895a1b4e16711874fd52ddf3
2025-03-03 18:35:10 +00:00
Sunny Goyal
b1fab90e26
Enforcing grid customization permission in manifest instead of code
...
Bug: 389173244
Test: Updated tests
Flag: EXEMPT manifest change
Change-Id: I0fee57f935156da6b2b5a612259db2c4b3605846
2025-02-24 10:40:43 -08:00
Federico Baron
1c1b130a4b
Fix attempt for testAddAndDeletePageAndFling
...
it looks like the issue is that the layout has a widget on the second
page leading the page count to be different than expected
Bug: 381918059
Test: TaplWorkspaceTest#testAddAndDeletePageAndFling
Flag: TEST_ONLY
Change-Id: I19e475450494a5580e8fd04d02692624c086807c
2025-02-03 23:05:51 +00:00
Sebastian Franco
057f613d5b
Remove screen record annotation from passing test
...
Fix: 322823478
Fix: 331261431
Test: TaplTestsLauncher3Test
Flag: TEST_ONLY
Change-Id: I5d744b20701ae9a97c4422616f13a5faa55c6c76
2025-01-28 18:54:39 -08:00
Treehugger Robot
5850008ade
Merge "Remove ScreenRecord for a closed bug" into main
2025-01-14 10:51:03 -08:00
Schneider Victor-Tulias
2734f9854d
Remove unused test debug tracing
...
Flag: EXEMPT debug tracing cleanup
Fixes: 289161193
Test: TaplAddWidgetTest
Change-Id: I3929379cbe77d6c1d74b80b705d63f073f3d21eb
2025-01-13 10:39:18 -05:00
Vadim Tryshev
aa836cff82
Remove ScreenRecord for a closed bug
...
Bug: 330232490
Test: presubmit
Flag: NONE Test change
Change-Id: I20d843b470bc83d0ad0f137ba4810b9872389897
2025-01-10 14:46:51 -08:00
Sebastián Franco
a237a71a1c
Merge "Making sure we don't use Launcher when null" into main
2025-01-09 15:35:02 -08:00
Riddle Hsu
6eda95c70c
Merge "Wait for launcher state before proceeding next test step" into main
2025-01-09 13:54:54 -08:00
Sebastian Franco
cc5911a57b
Making sure we don't use Launcher when null
...
Fix: 386230683
Test: all test that use @PortraitLandscape
Flag: TEST_ONLY
Change-Id: I40dfd0e8f42a68649e1cbb2f8e69ce617a415f68
2025-01-09 13:04:37 -08:00
Riddle Hsu
a584c24493
Wait for launcher state before proceeding next test step
...
Otherwise if scrollToAppIcon is called immediately, it could
interrupt the state that causes the test to be unable to drag
the icon into workspace.
Fix: 388510107
Flag: TEST_ONLY
Test: atest Launcher3Tests:ThemeIconsTest#testIconWithoutTheme
Change-Id: Ied77b3f8d2f19de18d054a80643f3d13c5641ac4
2025-01-09 12:58:39 +08:00
Stefan Andonian
8295c92e8e
Add ScreenRecord annotation to flaky test RequestPinItem
...
Bug: 386243192
Test: Test runs fine with annotation.
Flag: EXEMPT unit test bug investigation
Change-Id: I27f8dc0fb55521ed37b743a0149dbe2ac60ad7ff
2025-01-08 12:53:08 -08:00
fbaron
741321f44b
Add screenrecord for TaplWorkspaceTest#testAddAndDeletePageAndFling
...
Flag: TEST_ONLY
Test: TaplWorkspaceTest#testAddAndDeletePageAndFling
Bug: 381918059
Change-Id: I8b595f049c97c1d4edf0de91f39d46a4c8bdefa3
2025-01-06 11:20:41 -08:00
Sebastián Franco
f07079d0ff
Merge "Revert^2 "Making sure that test go to FixedLandscape on landscape"" into main
2024-12-18 14:16:08 -08:00
Sebastián Franco
12c346fbab
Revert^2 "Making sure that test go to FixedLandscape on landscape"
...
This reverts commit d98bb0b979 .
Reason for revert: b/383917141
Change-Id: I503fd7136b927064a54e428e422335c06e221e2e
2024-12-17 11:19:29 -08:00
ELIYAZ MOMIN (xWF)
931a86396f
Merge "Revert "Making sure that test go to FixedLandscape on landscape"" into main
2024-12-11 04:05:30 -08:00
ELIYAZ MOMIN (xWF)
d98bb0b979
Revert "Making sure that test go to FixedLandscape on landscape"
...
This reverts commit 279b77a882 .
Reason for revert: <Potential culprit for b/383424365 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.>
Change-Id: I4b1c81a8e458432c880ad68fa5bd0e2062f2680f
2024-12-11 02:38:04 -08:00
Sebastián Franco
485c57044d
Merge "Making sure that test go to FixedLandscape on landscape" into main
2024-12-11 00:40:31 +00:00
Sebastian Franco
279b77a882
Making sure that test go to FixedLandscape on landscape
...
Fix: 379871292
Test: TaplDragTest
Flag: com.android.launcher3.one_grid_specs
Change-Id: I56027c22e4c3b1b0532ba0ac00eb0f4caea24abb
2024-12-10 17:08:54 +00:00
Sunny Goyal
3dfaba2d8c
Fixing missing userId in various shell commands
...
Bug: 380276168
Test: atest TaplMemoryTests
Flag: EXEMPT testfix
Change-Id: I87026eaf6340a2a43cbc899d262879259e339fc5
2024-12-09 10:36:06 -08:00
Brandon Dayauon
5d69c5c505
Merge "Fix workUtilityView receiving touch for pause work apps button." into main
2024-12-07 07:28:02 +00:00
Brandon Dayauon
8143b69cec
Fix workUtilityView receiving touch for pause work apps button.
...
bug: 382501851
Test manually video:
before: https://drive.google.com/file/d/1I6av4cFoYex6QhzYAdlzJWCBwd2ilgzT/view?usp=sharing
after: https://drive.google.com/file/d/1hMDELNTqUvoI7oI-lw0sLifcGyIalbS_/view?usp=sharing
Flag: com.android.launcher3.work_scheduler_in_work_profile
Change-Id: I9dfead6deac7f3dbcb66c961bea4a1828f20478d
2024-12-06 14:05:03 -08:00
Sunny Goyal
97eb832cd3
Generalizing monochrome icon into Theme icons
...
Bug: 381897614
Flag: EXEMPT refactor
Test: atest MonoIconThemeControllerTest
atest MonoThemedBitmapTest
Change-Id: Iaa0cbe3523ee26a6d4f77e002d0cca90657f89b2
2024-12-05 14:57:06 -08:00
Shamali P
0e668e1b1d
Update accessibility hint for widget cell that shows add button.
...
With tap to add feature, tapping widget cell reveals add button.
So, clarify the intent with ACTION_CLICK
Bug: 374033389
Test: Talkback
Flag: EXEMPT BUGFIX
Change-Id: I03e47241fbc16f1354394e3a6fd412998642e6cf
2024-12-04 18:12:36 +00:00
Sunny Goyal
5f8e2d7c13
Migrating widgets tests off TAPL
...
Bug: 377772352
Test: Presubmit
Flag: EXEMPT test refactor
Change-Id: I6e9ffb3dee913617ca9ad897504e8457cfbdccd6
2024-11-15 12:45:27 -08:00
Sunny Goyal
cac373ce91
Separating TAPL functionality from AbstractLauncherUiTest into a separate base class
...
This will make it easier to get rid of AbstractLauncherUiTest by directly depending on the base class
Bug: 377772352
Test: Presubmit
Flag: EXEMPT test infra
Change-Id: I46ceb188ed4b64d4fb86236969ed0d3f23809000
2024-11-13 16:27:22 -08:00
Schneider Victor-tulias
7e34644021
Merge "Revert "Revert "Reset the frozen recents list state prior to tes..."" into main
2024-11-13 14:54:31 +00:00
Schneider Victor-tulias
a576a818e9
Revert "Revert "Reset the frozen recents list state prior to tes..."
...
Revert submission 24905816-revert-24866277-recents_freeze_tests-WMHXUBYPSF
Reason for revert: fixes b/374269947. revert reason may be obsolete
Reverted changes: /q/submissionid:24905816-revert-24866277-recents_freeze_tests-WMHXUBYPSF
Change-Id: I514973959407b48e9616d27a44bd93cdc8dd100e
2024-11-11 13:41:40 -05:00
Sunny Goyal
4631b2eb2c
Moving some tests off TAPL
...
Bug: 377772352
Test: Presubmit
Flag: EXEMPT test refactor
Change-Id: I390fcfd1ad698ba8858891b72e61e3b6792cf718
2024-11-08 14:55:56 -08:00