Commit Graph

405 Commits (dt/nav3-c)

Author SHA1 Message Date
Alex Vanyo 3fb6df7c33 Add NavigationSuiteScaffold
1 year ago
Alex Vanyo a324fcc8d3 Fix state loss with workaround
1 year ago
Alex Vanyo c2fc34c761 Save nested nav key in instance state
1 year ago
Alex Vanyo 1c0508a678 Recreate nested nav to work with AnimatedPane
1 year ago
Don Turner 2264451bb8 Use navigation argument topicId as default value to InterestListDetailScreen
1 year ago
Don Turner 116e961f1b Change startDestination from KClass to default instance
1 year ago
dturner 8cc0fc00e6 🤖 Updates screenshots
1 year ago
Don Turner 924391cd22 Fix spotless
1 year ago
Don Turner 2d45b84031
Merge branch 'main' into dt/nav-safe-args
1 year ago
Don Turner 29e08ea1a0 Add deeplink action to enable testing from terminal
1 year ago
Don Turner 9779074997 Remove Interests2PaneViewModel as it was overkill for holding a single string value
1 year ago
Don Turner 89163b5ea1 Migrate remainder of app to type-safe navigation
1 year ago
Don Turner 490997281a Update to alpha08, use toRoute to obtain destination inside VM
1 year ago
Don Turner d96bcf8ffe Migrate Interests nested NavHost to safe args
1 year ago
Don Turner afad1b9ac7
Merge pull request #1383 from android/av/navigation-2.7.7
1 year ago
Alex Vanyo 068cee0278 Add workaround for state loss bug
1 year ago
Jose Alcérreca ead3f49f7b
Fixes flakiness in app's screenshot tests (#1395)
1 year ago
Jose Alcérreca 1da560f582
Revert "Configure baseline profiles in the baselineProfile lambda" (#1398)
1 year ago
Ben Weiss 7980c1d0df
Configure baseline profiles in the baselineProfile lambda (#1060)
1 year ago
Don Turner c7d5cb4012 Replace TestHarness with DeviceConfigurationOverride after merging main
1 year ago
Don Turner 61cce4bf19
Merge branch 'main' into replace-testharness
1 year ago
Alex Vanyo 9b4c22cb2d Update to material3-adaptive alpha10
1 year ago
Alex Vanyo 0be0bc191f Update usage of material3 adaptive to be edge-to-edge
1 year ago
Jose Alcérreca 16f45c0b1a
Adds screenshot tests for snackbar (#1343)
1 year ago
Tomáš Mlynarič 8d506bd598 Fix format
1 year ago
Tomáš Mlynarič 400f3b8a65 Fix default value
1 year ago
Tomáš Mlynarič bd508c477a Optimized handling of dark/light mode
1 year ago
Tomáš Mlynarič d71383c288 Add niaEdgeToEdge trace tag
1 year ago
Don Turner 739dc00987 Fix spotless
2 years ago
Don Turner fc2146c970
Merge branch 'main' into replace-testharness
2 years ago
Don Turner 655aebccdc Remove workaround for https://issuetracker.google.com/327149166
2 years ago
yongsuk44 e2a4706470 Remove unnecessary opt-in annotations
2 years ago
Jonathan Koren dac1a9e446
Topic detail pane placeholder (#1280)
2 years ago
Alex Vanyo cc02c30b8e Update material3-adaptive to 1.0.0-alpha08
2 years ago
Jaehwa Noh d67b1a2504
Merge branch 'android:main' into rename-test-function
2 years ago
Jaehwa Noh e017b84a12 Remove explicit type argument.
2 years ago
Jaehwa Noh 8cfd42453c Rename test function name
2 years ago
Jonathan Koren 19f6f9e09a
2 pane support in Interests screen (#1234)
2 years ago
Don Turner 2d610b0775 Merge branch 'main' into replace-testharness
2 years ago
Don Turner 7737368c0e
Update app/src/testDemo/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppScreenSizesScreenshotTests.kt
2 years ago
Jaehwa Noh 1ca0085423
Merge branch 'android:main' into java-to-kotlin
2 years ago
Tomáš Mlynarič f31fdb3ec2 Merge branch 'main' into mlykotom/tz-perf-improvement
2 years ago
Jaehwa Noh 9b488bf70a Move java to kotlin folder.
2 years ago
dturner 43b2240bdd 🤖 Updates screenshots
2 years ago
Don Turner 73d0b70f21 Workaround for new ForcedSize behaviour, bump ui-test version
2 years ago
Don Turner fa811ab85f Bump to ui-test:1.7.0-alpha03, add parameter name
2 years ago
dturner 50d5583fe1 🤖 Updates screenshots
2 years ago
Don Turner d6357be8c4 Replace Accompanist TestHarness with DeviceConfigurationOverride
2 years ago
dturner 27fd4e544a 🤖 Updates screenshots
2 years ago
dturner 02d4fea615 🤖 Updates screenshots
2 years ago
Don Turner a507ff6d8e Wrap NiaApp with NiaTheme for app screenshot tests
2 years ago
Tomáš Mlynarič 75a3295381 Merge branch 'main' into mlykotom/tz-perf-improvement
2 years ago
dturner 6b2b01ed82 🤖 Updates screenshots
2 years ago
Tomáš Mlynarič 58483b6166 Revert fast initialization of Coil
2 years ago
Tomáš Mlynarič f3e89bad4a Add braces
2 years ago
Tomáš Mlynarič d1211f15e7 Inline initialization
2 years ago
Tomáš Mlynarič e853748cf7 Don't use runBlocking if async init completed
2 years ago
Tomáš Mlynarič 7c33946ce1 Launch loader directly without additional coroutine scope
2 years ago
Tomáš Mlynarič 8e3903e90c Fix comment
2 years ago
Tomáš Mlynarič 5f0612102d Improve lazy loading for Coil + OkHttp
2 years ago
Tomáš Mlynarič 12a3a6edde Use trySend multiple times
2 years ago
Tomáš Mlynarič f8e797fd26 Rename currentTimezone variable
2 years ago
Tomáš Mlynarič ea1573fcc1 Use kotlinx.datetime.Timezone instead of java ZoneId
2 years ago
Tomáš Mlynarič 44ae059a2b Rename LocalTimeZone -> LocalZoneId + collects with lifecycle
2 years ago
Tomáš Mlynarič cb00d2c8cb Add TimeZoneMonitor to prevent multiple TimeZoneBroadcastReceivers
2 years ago
Don Turner f5b3ae56dc
Merge pull request #951 from SimonMarquis/issue-945
2 years ago
Don Turner 691bf2aad6
Merge pull request #785 from SimonMarquis/optimize-avd
2 years ago
SimonMarquis afdfd8acc5 🤖 Updates screenshots
2 years ago
Simon Marquis 377d3bef0c
Optimize AVD to fix long vector paths Lint warning
2 years ago
Don Turner 707117a4f2
Merge branch 'main' into kotlinify
2 years ago
Simon Marquis 0699efc592
Merge branch 'main' into issue-945
2 years ago
Simon Marquis be9dc533e3
Replace `Enum.values()` with `Enum.entries`
2 years ago
Don Turner a5c030f740
Merge pull request #956 from KDW03/add_saved_test
2 years ago
Don Turner 89d39a7242
Merge pull request #767 from SimonMarquis/resource-prefix
2 years ago
Don Turner 9d41ffa318
Merge branch 'main' into kotlinify
2 years ago
Don Turner ad15f0137e
Merge pull request #1094 from lihenggui/main
2 years ago
Don Turner 8d5ef578c6
Merge pull request #1103 from android/add_icon_comment
2 years ago
Simon Marquis b6d82e24df
Merge branch 'main' into kotlinify
2 years ago
Don Turner b801a7deea Moving comments to _after_ first XML element
2 years ago
lihenggui 2a2d8ed88d Change the name of FOR_YOU_NAVIGATION_ROUTE to FOR_YOU_ROUTE
2 years ago
Don Turner d018e57f52 Fix spotless
2 years ago
Don Turner e6b5560f07
Revert "Move app screenshot tests to match dependencies declaration"
2 years ago
Don Turner 28bb3f1b2f Add comment explaining why the launcher icon colors differ per build variant
2 years ago
Simon Marquis 83764082ff Move app screenshot tests to match dependencies declaration
2 years ago
lihenggui 32e1ec0447 Remove violations: property-naming
2 years ago
lihenggui fb5bd225be Spotless
2 years ago
Simon Marquis caa482bc71 Kotlinify codebase
2 years ago
Simon Marquis 988002e692 Update Robolectric 4.11.1
2 years ago
Miłosz Moczkowski 9c89e98e5b Revert "Merge pull request #942 from android/feature/navigation-suite-scaffold"
2 years ago
mmoczkowski f365e8b782 🤖 Updates screenshots
2 years ago
Miłosz Moczkowski 816a7b60c1 Replace manual navigation component switching with new NavigationSuiteScaffold
2 years ago
Jose Alcérreca 3f22248cb7
[CI] Better caching and fewer jobs run
2 years ago
rosariopf 221b615690 remove ACCESS_ADSERVICES permissions
2 years ago
TM d3d5b02428 Inline color values for app icons
2 years ago
TM 9b83237bfd Removed Comments
2 years ago
TM afb427b9c5 Use colors from design palette in build variant icons
2 years ago
TM 38d0c15d33 Create different icons for each build variant
2 years ago
Jose Alcérreca 431069ab77
NiaAppScreenSizesScreenshotTests.kt: Fixes screenshot test showing wrong width (#986)
2 years ago
tunjid b2498c763f 🤖 Updates screenshots
2 years ago
Simon Marquis b2cd980170
Merge remote-tracking branch 'origin/main' into resource-prefix
2 years ago
Simon Marquis faf42aa133
Merge remote-tracking branch 'origin/main' into issue-945
2 years ago
kimdowoo bc56ba79bc Add Test for Saved Top Level Destination
2 years ago
Simon Marquis ebfe01affd Enforce `resourcePrefix` on Android library modules
2 years ago
Simon Marquis a33dafccad Migrate from `java` to `kotlin` sourceSet directory
2 years ago
Simon Marquis 03ba943632 Extract `ProfileVerifier` logs from `MainActivity` to `NiaApplication`
2 years ago
Jose Alcérreca 151f877bbe
Adds screenshot tests to :core:designsystem (#931)
2 years ago
Milosz Moczkowski 851ca6388e
Merge pull request #868 from SimonMarquis/patch-4
2 years ago
Jose Alcérreca 886158d3cb
Adds Screenshot testing with Roborazzi (#876)
2 years ago
Simon Marquis b7799f0475 Convert 'sealed' sub-object to 'data object'
2 years ago
Alex Vanyo a3ee09ec3e
Merge pull request #817 from android/av/enable-edge-to-edge
2 years ago
Simon Marquis d8a6d0de13 Replace NiaNetworkDataSource with TopicsRepository
2 years ago
Simon Marquis 57f3700980 Select last topic by name instead of a random one
2 years ago
Simon Marquis 64f81751b3
Handle topic clicks from all destinations
2 years ago
Alex Vanyo 2b218b97d9 Switch to new Activity.enableEdgeToEdge
2 years ago
Simon Marquis 0a1f333fc6
Update NavigationTest.kt
2 years ago
Simon Marquis bf5fdb4cf8
Update NavigationTest.kt
2 years ago
Simon Marquis 250850cf9b
Remove hardcoded topic names in `NavigationTest.kt`
2 years ago
Simon Marquis ba82b06cc3 Fix Lint `RememberReturnType` issue with explicit type
2 years ago
Milosz Moczkowski 04d3da39b9
Merge pull request #809 from SimonMarquis/launcher-icon-dark-theme
2 years ago
Murat Yener e96dac39b2 changed from ListenableFuture.get() to ListenableFuture.await()
2 years ago
Murat Yener 78ed9adca2 spotless fix
2 years ago
Murat Yener 7b5c0f2be8 Adds ProfileViewer to log the app's Baseline Profile Compilation Status
2 years ago
Simon Marquis cf64e25ad5 Extract launcher icon tints and provide `-night` alternatives
2 years ago
James Rose 7826b4f5f2
Merge pull request #748 from SimonMarquis/fix/permissions
2 years ago
Miłosz Moczkowski 7b30720b25 Remove nested scaffold from the bookmarks screen
2 years ago
Miłosz Moczkowski 479a2f00b0 Refactor icons
2 years ago
Miłosz Moczkowski ded8b109b9 Refactor custom notificationDot modifier
2 years ago
Simon Marquis 823c4db201 Grant `POST_NOTIFICATIONS` permission in more instrumented tests
2 years ago
James Rose a68eedebfa
Merge pull request #713 from android/jr/settings-dialog-state
2 years ago
James Rose 62a77321d3 Save the showSettingsDialog flag in instance state
2 years ago
TJ Dahunsi ef97cb941c Route notification deep link through for you screen
2 years ago
Milosz Moczkowski 553f55f978
Merge pull request #679 from SimonMarquis/patch-3
2 years ago
Takeshi Hagikura b3cdc172cd
Implement search feature (#685)
2 years ago
Simon Marquis 3a810f015b Remove unused variables
2 years ago
Simon Marquis 091abad348
Simplify String resource loading in NavigationTest.kt
2 years ago
James Rose b49767a88c Rename getUserNewsResources to observeAll
2 years ago
James Rose 57c13d84bd Incorporate code review changes: Move UserNewsResourceRepository to data
3 years ago
James Rose ebfbb5bafd Display unread state on the news feed and bottom nav bar
3 years ago
Alex Vanyo 01b5f34eb3 Update to Compose Material 3 1.1.0-alpha06
3 years ago
Alex Vanyo 874c2d1487
Merge pull request #561 from SimonMarquis/update/androidx-lifecycle
3 years ago
Caren 6a5feb767e
Merge pull request #582 from yschimke/loaders
3 years ago
Simon Marquis 4d4f7d4a15 Merge remote-tracking branch 'origin/main' into update/androidx-lifecycle
3 years ago
Yuri Schimke 9e399b69ea Improve network pooling and avoid startup image fetches.
3 years ago
Don Turner 79da80756e Merge "Remove AD_ID permission" into main
3 years ago
Don Turner 11a4bbaa48 Remove AD_ID permission
3 years ago
Don Turner 4284e6912e Merge remote-tracking branch 'github/main' into feb9automerger
3 years ago
Márton Braun 322ff63dbc Route topic chip tap events up to NiaNavHost
3 years ago
Don Turner e3e33d8497 Merge "Add Firebase analytics. See go/nia-firebase-services." into main
3 years ago
Don Turner 2a4d0434a5 Add Firebase analytics. See go/nia-firebase-services.
3 years ago
Simon Marquis f9a3533df3 Updgrade androidx-lifecycle from 2.6.0-alpha03 to 2.6.0-alpha05
3 years ago