Commit Graph

350 Commits (284978fbcd06c7af67212d94f2b08f2d6f5f8fe6)

Author SHA1 Message Date
Alex Vanyo a324fcc8d3 Fix state loss with workaround
8 months ago
Alex Vanyo c2fc34c761 Save nested nav key in instance state
8 months ago
Alex Vanyo 1c0508a678 Recreate nested nav to work with AnimatedPane
8 months ago
Don Turner 2264451bb8 Use navigation argument topicId as default value to InterestListDetailScreen
8 months ago
Don Turner 116e961f1b Change startDestination from KClass to default instance
8 months ago
dturner 8cc0fc00e6 🤖 Updates screenshots
8 months ago
Don Turner 924391cd22 Fix spotless
8 months ago
Don Turner 2d45b84031
Merge branch 'main' into dt/nav-safe-args
8 months ago
Don Turner 29e08ea1a0 Add deeplink action to enable testing from terminal
8 months ago
Don Turner 9779074997 Remove Interests2PaneViewModel as it was overkill for holding a single string value
8 months ago
Don Turner 89163b5ea1 Migrate remainder of app to type-safe navigation
8 months ago
Don Turner 490997281a Update to alpha08, use toRoute to obtain destination inside VM
8 months ago
Don Turner d96bcf8ffe Migrate Interests nested NavHost to safe args
8 months ago
Don Turner afad1b9ac7
Merge pull request #1383 from android/av/navigation-2.7.7
8 months ago
Alex Vanyo 068cee0278 Add workaround for state loss bug
8 months ago
Jose Alcérreca ead3f49f7b
Fixes flakiness in app's screenshot tests (#1395)
8 months ago
Jose Alcérreca 1da560f582
Revert "Configure baseline profiles in the baselineProfile lambda" (#1398)
8 months ago
Ben Weiss 7980c1d0df
Configure baseline profiles in the baselineProfile lambda (#1060)
8 months ago
Don Turner c7d5cb4012 Replace TestHarness with DeviceConfigurationOverride after merging main
8 months ago
Don Turner 61cce4bf19
Merge branch 'main' into replace-testharness
8 months ago
Alex Vanyo 9b4c22cb2d Update to material3-adaptive alpha10
9 months ago
Alex Vanyo 0be0bc191f Update usage of material3 adaptive to be edge-to-edge
9 months ago
Jose Alcérreca 16f45c0b1a
Adds screenshot tests for snackbar (#1343)
9 months ago
Don Turner 739dc00987 Fix spotless
9 months ago
Don Turner fc2146c970
Merge branch 'main' into replace-testharness
9 months ago
Don Turner 655aebccdc Remove workaround for https://issuetracker.google.com/327149166
9 months ago
yongsuk44 e2a4706470 Remove unnecessary opt-in annotations
9 months ago
Jonathan Koren dac1a9e446
Topic detail pane placeholder (#1280)
10 months ago
Alex Vanyo cc02c30b8e Update material3-adaptive to 1.0.0-alpha08
10 months ago
Jaehwa Noh d67b1a2504
Merge branch 'android:main' into rename-test-function
10 months ago
Jaehwa Noh e017b84a12 Remove explicit type argument.
10 months ago
Jaehwa Noh 8cfd42453c Rename test function name
10 months ago
Jonathan Koren 19f6f9e09a
2 pane support in Interests screen (#1234)
10 months ago
Don Turner 2d610b0775 Merge branch 'main' into replace-testharness
10 months ago
Don Turner 7737368c0e
Update app/src/testDemo/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppScreenSizesScreenshotTests.kt
10 months ago
Jaehwa Noh 1ca0085423
Merge branch 'android:main' into java-to-kotlin
10 months ago
Tomáš Mlynarič f31fdb3ec2 Merge branch 'main' into mlykotom/tz-perf-improvement
10 months ago
Jaehwa Noh 9b488bf70a Move java to kotlin folder.
10 months ago
dturner 43b2240bdd 🤖 Updates screenshots
10 months ago
Don Turner 73d0b70f21 Workaround for new ForcedSize behaviour, bump ui-test version
10 months ago
Don Turner fa811ab85f Bump to ui-test:1.7.0-alpha03, add parameter name
10 months ago
dturner 50d5583fe1 🤖 Updates screenshots
10 months ago
Don Turner d6357be8c4 Replace Accompanist TestHarness with DeviceConfigurationOverride
10 months ago
dturner 27fd4e544a 🤖 Updates screenshots
10 months ago
dturner 02d4fea615 🤖 Updates screenshots
10 months ago
Don Turner a507ff6d8e Wrap NiaApp with NiaTheme for app screenshot tests
10 months ago
Tomáš Mlynarič 75a3295381 Merge branch 'main' into mlykotom/tz-perf-improvement
10 months ago
dturner 6b2b01ed82 🤖 Updates screenshots
10 months ago
Tomáš Mlynarič 58483b6166 Revert fast initialization of Coil
11 months ago
Tomáš Mlynarič f3e89bad4a Add braces
11 months ago
Tomáš Mlynarič d1211f15e7 Inline initialization
11 months ago
Tomáš Mlynarič e853748cf7 Don't use runBlocking if async init completed
11 months ago
Tomáš Mlynarič 7c33946ce1 Launch loader directly without additional coroutine scope
11 months ago
Tomáš Mlynarič 8e3903e90c Fix comment
11 months ago
Tomáš Mlynarič 5f0612102d Improve lazy loading for Coil + OkHttp
11 months ago
Tomáš Mlynarič 12a3a6edde Use trySend multiple times
11 months ago
Tomáš Mlynarič f8e797fd26 Rename currentTimezone variable
11 months ago
Tomáš Mlynarič ea1573fcc1 Use kotlinx.datetime.Timezone instead of java ZoneId
11 months ago
Tomáš Mlynarič 44ae059a2b Rename LocalTimeZone -> LocalZoneId + collects with lifecycle
11 months ago
Tomáš Mlynarič cb00d2c8cb Add TimeZoneMonitor to prevent multiple TimeZoneBroadcastReceivers
11 months ago
Don Turner f5b3ae56dc
Merge pull request #951 from SimonMarquis/issue-945
1 year ago
Don Turner 691bf2aad6
Merge pull request #785 from SimonMarquis/optimize-avd
1 year ago
SimonMarquis afdfd8acc5 🤖 Updates screenshots
1 year ago
Simon Marquis 377d3bef0c
Optimize AVD to fix long vector paths Lint warning
1 year ago
Don Turner 707117a4f2
Merge branch 'main' into kotlinify
1 year ago
Simon Marquis 0699efc592
Merge branch 'main' into issue-945
1 year ago
Simon Marquis be9dc533e3
Replace `Enum.values()` with `Enum.entries`
1 year ago
Don Turner a5c030f740
Merge pull request #956 from KDW03/add_saved_test
1 year ago
Don Turner 89d39a7242
Merge pull request #767 from SimonMarquis/resource-prefix
1 year ago
Don Turner 9d41ffa318
Merge branch 'main' into kotlinify
1 year ago
Don Turner ad15f0137e
Merge pull request #1094 from lihenggui/main
1 year ago
Don Turner 8d5ef578c6
Merge pull request #1103 from android/add_icon_comment
1 year ago
Simon Marquis b6d82e24df
Merge branch 'main' into kotlinify
1 year ago
Don Turner b801a7deea Moving comments to _after_ first XML element
1 year ago
lihenggui 2a2d8ed88d Change the name of FOR_YOU_NAVIGATION_ROUTE to FOR_YOU_ROUTE
1 year ago
Don Turner d018e57f52 Fix spotless
1 year ago
Don Turner e6b5560f07
Revert "Move app screenshot tests to match dependencies declaration"
1 year ago
Don Turner 28bb3f1b2f Add comment explaining why the launcher icon colors differ per build variant
1 year ago
Simon Marquis 83764082ff Move app screenshot tests to match dependencies declaration
1 year ago
lihenggui 32e1ec0447 Remove violations: property-naming
1 year ago
lihenggui fb5bd225be Spotless
1 year ago
Simon Marquis caa482bc71 Kotlinify codebase
1 year ago
Simon Marquis 988002e692 Update Robolectric 4.11.1
1 year ago
Miłosz Moczkowski 9c89e98e5b Revert "Merge pull request #942 from android/feature/navigation-suite-scaffold"
1 year ago
mmoczkowski f365e8b782 🤖 Updates screenshots
1 year ago
Miłosz Moczkowski 816a7b60c1 Replace manual navigation component switching with new NavigationSuiteScaffold
1 year ago
Jose Alcérreca 3f22248cb7
[CI] Better caching and fewer jobs run
1 year ago
rosariopf 221b615690 remove ACCESS_ADSERVICES permissions
1 year ago
TM d3d5b02428 Inline color values for app icons
1 year ago
TM 9b83237bfd Removed Comments
1 year ago
TM afb427b9c5 Use colors from design palette in build variant icons
1 year ago
TM 38d0c15d33 Create different icons for each build variant
1 year ago
Jose Alcérreca 431069ab77
NiaAppScreenSizesScreenshotTests.kt: Fixes screenshot test showing wrong width (#986)
1 year ago
tunjid b2498c763f 🤖 Updates screenshots
1 year ago
Simon Marquis b2cd980170
Merge remote-tracking branch 'origin/main' into resource-prefix
1 year ago
Simon Marquis faf42aa133
Merge remote-tracking branch 'origin/main' into issue-945
1 year ago
kimdowoo bc56ba79bc Add Test for Saved Top Level Destination
1 year ago
Simon Marquis ebfe01affd Enforce `resourcePrefix` on Android library modules
1 year ago
Simon Marquis a33dafccad Migrate from `java` to `kotlin` sourceSet directory
1 year ago
Simon Marquis 03ba943632 Extract `ProfileVerifier` logs from `MainActivity` to `NiaApplication`
1 year ago