Jose Alcérreca
ca8f2681e3
CI: enable AVD snapshot
...
Change-Id: Idf584b0c599eb61c01b08ec64918b8b69d70a46b
8 months ago
Jose Alcérreca
e58a0dcb81
CI
...
Change-Id: Ic3e3dd719147c6c98bb16ff16dbb029a519194ea
8 months ago
Jose Alcérreca
2175385467
CI
...
Change-Id: Ide1cbc35f3b69675e504b2d9b7f699e1b1086bb8
8 months ago
Jose Alcérreca
85b2fabf27
CI and temporary (?) fix in 26
...
Change-Id: Ibf487f37d3a9274d34ff78b47a3909fd275648e5
8 months ago
Don Turner
2ec94082e3
Remove the printModulePaths task and read modules direct from settings
...
Change-Id: Ib871afb7e9f5da3a4240e18062fad9e701c218e7
8 months ago
Jose Alcérreca
8571212666
Adds Dropshots and edge-to-edge tests
...
Change-Id: I4e0d5d0c9dfbf106acea951266c04139fab93c53
8 months ago
Don Turner
b85cf7d476
Merge pull request #1434 from lihenggui/ml/agp8_4
...
Upgrade AGP to 8.4.0, Android Build Tools to 31.4.0, and Gradle to 8.7.
8 months ago
Don Turner
ab8ddc3590
Merge pull request #1048 from SimonMarquis/move-android-instrumented-test
...
Move Android instrumented test `ThemeTest` to unit test
8 months ago
Don Turner
3141de0dc4
Merge pull request #1407 from SimonMarquis/svg-reformat
...
Regenerate SVG graphs and cleanup/reformat files
8 months ago
Don Turner
7659925df7
Merge branch 'main' into move-android-instrumented-test
8 months ago
Don Turner
3cf6f643d7
Merge pull request #1436 from android/dturner-patch-1
...
Made pull request instructions clearer
8 months ago
Don Turner
7c16da9961
Update pull_request_template.md
8 months ago
Don Turner
8a6572cffd
Made pull request instructions clearer
8 months ago
Don Turner
3b02f81563
Merge pull request #1166 from SimonMarquis/patch-2
...
Unnecessary safe call on a non-null receiver
8 months ago
Don Turner
e3d45af760
Merge pull request #1406 from SimonMarquis/patch-1
...
Remove duplicated AndroidX Work testing dependency
8 months ago
Mercury Li
a7fb45cff9
Merge branch 'main' into ml/agp8_4
8 months ago
Don Turner
31b0cf4c63
Merge pull request #1378 from android/dependabot/github_actions/gradle/wrapper-validation-action-3
...
Bump gradle/wrapper-validation-action from 2 to 3
8 months ago
Don Turner
ab4deb112b
Merge pull request #1301 from android/dependabot/gradle/com.dropbox.dependency-guard-0.5.0
...
Bump com.dropbox.dependency-guard from 0.4.3 to 0.5.0
8 months ago
Don Turner
25ffcb12c1
Merge pull request #1300 from android/dependabot/gradle/protobuf-4.26.0
...
Bump protobuf from 3.25.2 to 4.26.0
8 months ago
Don Turner
de9ee5a3bd
Merge pull request #1299 from android/dependabot/gradle/app.cash.turbine-turbine-1.1.0
...
Bump app.cash.turbine:turbine from 1.0.0 to 1.1.0
8 months ago
Don Turner
d642084eea
Merge pull request #1298 from android/dependabot/gradle/androidxMacroBenchmark-1.2.3
...
Bump androidxMacroBenchmark from 1.2.2 to 1.2.3
8 months ago
Don Turner
10ff0f3e2b
Merge pull request #1127 from android/dependabot/gradle/androidx.activity-activity-compose-1.8.2
...
Bump androidx.activity:activity-compose from 1.8.0 to 1.8.2
8 months ago
lihenggui
8dd3249a2f
Update gradle wrapper
8 months ago
lihenggui
4496627c65
Upgrade AGP to 8.4.0, Android Build Tools to 31.4.0, and Gradle to 8.7.
8 months ago
Tomáš Mlynarič
7f2ce57c67
Merge pull request #1368 from android/mlykotom/offload-connectivity-monitor
...
Offload connectivity monitor to a background thread
8 months ago
Alex Vanyo
3fb6df7c33
Add NavigationSuiteScaffold
...
Change-Id: I36710d880bff381ed86c61632f2ab91902727775
8 months ago
Alex Vanyo
3dd424067f
Merge pull request #1380 from android/av/nested-nav-with-animated-pane
...
Recreate nested nav to work with AnimatedPane
8 months ago
Alex Vanyo
c2fc34c761
Save nested nav key in instance state
...
Change-Id: If1155bfbe080eb4df3c59faaec0fb4cd4da3821d
8 months ago
alexvanyo
1f90979509
🤖 Updates baselines for Dependency Guard
8 months ago
Alex Vanyo
1c0508a678
Recreate nested nav to work with AnimatedPane
...
Change-Id: I6b526331b7fc62b968ac39e91753a8a1e5343023
8 months ago
Don Turner
afad1b9ac7
Merge pull request #1383 from android/av/navigation-2.7.7
...
Update to navigation 2.7.7
8 months ago
Alex Vanyo
068cee0278
Add workaround for state loss bug
...
Change-Id: I7ac4495c8e3ada419358688c61214c33c0d4040e
8 months ago
Simon Marquis
5b896710d1
Regenerate SVG graphs and cleanup/reformat files
...
Graphviz generates unnecessary comments when targeting SVG output:
- graph random title
- duplicated node titles
- graphviz version (we only care about SVG result)
9 months ago
Simon Marquis
3e1f545869
Update build.gradle.kts
9 months ago
Simon Marquis
06fa2eaba8
Remove duplicated AndroidX Work testing dependency
9 months ago
Jose Alcérreca
ead3f49f7b
Fixes flakiness in app's screenshot tests ( #1395 )
...
* Disables WM init in app's screenshot tests
Change-Id: Ib0994e744f49b53f58c0eebd52f80c0eba67bbed
* Spotless
Change-Id: Ic0212889354481433ce45ec4292ae7be9bd24b2e
* [CI] Uploads roborazzi reports if they fail
Change-Id: I5a25a7e156d3fcb72a396d3b503e62068a20b417
* Uses unused test module and enables LocalInspection
Change-Id: Iac36347dc3d702248d7515a74823e0bc0cbf2a2b
* Fixes timezone in snackbar screenshot tests
Change-Id: Ic517e8822218abeaddd3f8d2740b03e651d72d31
* Fixes conflict
Change-Id: Ia42fb78781d2469a608183594fc25c7c69f7e76c
* 🤖 Updates screenshots
9 months ago
Jose Alcérreca
1da560f582
Revert "Configure baseline profiles in the baselineProfile lambda" ( #1398 )
...
This reverts commit 7980c1d0df
.
9 months ago
Ben Weiss
7980c1d0df
Configure baseline profiles in the baselineProfile lambda ( #1060 )
...
* Configure baseline profiles in the baselineProfile lambda
* This is the correct and easiest way to set up baseline profiles correctly.
* See b/313428246 for more context.
* Handle empty topics during baseline profile generation
* Revert to API 33 GMD and fail empty screen tests
* Rename withChildren to noChildren for better legibility
* Remove unused log tags
* Update benchmark and metrics versions
* 🤖 Updates baselines for Dependency Guard
---------
Co-authored-by: Tomáš Mlynarič <mlykotom@google.com>
Co-authored-by: Jaehwa Noh <shwoghk14@gmail.com>
9 months ago
Ben Trengrove
0ba430ef90
Merge pull request #1381 from android/ben/strongskip
...
Enable strong skipping
9 months ago
Alex Vanyo
91215c5c89
Update to navigation 2.7.7
...
Change-Id: Iaceea1fc216c899f7fac58e7f5eeaea4e1c10dbb
9 months ago
Ben Trengrove
5be13a047b
Enable strong skipping
9 months ago
Don Turner
b9935368e3
Merge pull request #1230 from android/replace-testharness
...
Replace Accompanist TestHarness with DeviceConfigurationOverride
9 months ago
Don Turner
c7d5cb4012
Replace TestHarness with DeviceConfigurationOverride after merging main
...
Change-Id: Ie49b67981929fd3932ce3da68571a6305cf67aef
9 months ago
Don Turner
6402d274f2
Update Compose UI Test to 1.7.0-alpha06
...
Change-Id: I05eb2993c41574a1ec9973e8dca3290d31ffc21f
9 months ago
Don Turner
61cce4bf19
Merge branch 'main' into replace-testharness
9 months ago
dependabot[bot]
c306ab756e
Bump gradle/wrapper-validation-action from 2 to 3
...
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action ) from 2 to 3.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases )
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
9 months ago
Sergey Pinkevich
2ade8c8f1c
Merge branch 'dependabot/gradle/androidx.activity-activity-compose-1.8.2' of https://github.com/android/nowinandroid into dependabot/gradle/androidx.activity-activity-compose-1.8.2
9 months ago
Sergey Pinkevich
12212db6df
Merge branch 'main' of https://github.com/android/nowinandroid into dependabot/gradle/androidx.activity-activity-compose-1.8.2
9 months ago
Alex Vanyo
59ed7f402b
Merge pull request #1282 from android/av/material3-adaptive-e2e
...
Update usage of material3 adaptive to be edge-to-edge
9 months ago
Alex Vanyo
d452f22a68
Update badging
...
Change-Id: If6b1327554bc855baa86fd47519ca56e015b9d14
9 months ago