Commit Graph

396 Commits (238461d428fea901b50ef4436f258b2b4787a235)

Author SHA1 Message Date
Don Turner da8f32a2ea Rename Destinations to Routes
1 year ago
Don Turner 8fc2e15e73 Update to navigation 2.8.0-beta01
1 year ago
Simon Marquis 61143ca98b
Merge remote-tracking branch 'origin/main' into fix/1161-2
1 year ago
Don Turner be752e779d Fix tests, fix spotless
1 year ago
Don Turner aba2b2c154 Remove different deeplink destination, add route for nested nav host
1 year ago
Don Turner 4a84cf2bf4 Add specific type for deeplinks
1 year ago
Don Turner f67f4d1a83 Update ForYou destination to match current deeplink pattern
1 year ago
Don Turner 7ec21d9d2f Fix issue where selected topic in list was not showing as selected. Minor tidy ups.
1 year ago
Alex Vanyo 3fb6df7c33 Add NavigationSuiteScaffold
1 year ago
Alex Vanyo 1c0508a678 Recreate nested nav to work with AnimatedPane
1 year ago
dturner 8cc0fc00e6 🤖 Updates screenshots
1 year ago
Don Turner 924391cd22 Fix spotless
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 6dc59e7016 Use SafeArgs navigation for Topic feature
1 year ago
Don Turner 88c3eb0b90
Merge pull request #1284 from sanao1006/remove-GetSearchContentsCountUseCase
1 year ago
Simon Marquis 930e061611 Cleanup dependencies
1 year ago
yongsuk44 e2a4706470 Remove unnecessary opt-in annotations
1 year ago
Jonathan Koren dac1a9e446
Topic detail pane placeholder (#1280)
2 years ago
Don Turner 51d3903a4b
Merge branch 'main' into remove-GetSearchContentsCountUseCase
2 years ago
Don Turner c7e9dd3803 Update method name. Fixes #1287
2 years ago
Don Turner 0584f191bc
Merge pull request #1271 from android/dt/remove-feature-dep
2 years ago
sanao1006 825a5e2f5f [Refactor]: Directly call SearchContentsRepository interface in SearchViewModel
2 years ago
Alex Vanyo 78c77737c0
Merge pull request #1275 from Jaehwa-Noh/rename-function
2 years ago
Don Turner b5bfe44bf3 Fix spotless
2 years ago
Don Turner ce9e82622d Fix broken reference to string resources
2 years ago
Don Turner 5084fca4dd Fix InterestScreenTest resources
2 years ago
Don Turner a4c52e6485 Remove the search module's dependency on other feature modules
2 years ago
Don Turner 3e4aad3210
Merge pull request #1257 from android/dt/add-module-graphs
2 years ago
Don Turner a5025390af Add title to READMEs to describe the dependency graph
2 years ago
Jaehwa Noh fc4f7930a6
Merge branch 'android:main' into rename-function
2 years ago
Jaehwa Noh ee4320723f Fix typo.
2 years ago
Jaehwa Noh ed91723e2f Fix #1270
2 years ago
Don Turner 547cb191d2
Merge pull request #1256 from lnbs97/main
2 years ago
Tomáš Mlynarič aa15e65a77 Fix search flickering
2 years ago
Jonathan Koren 19f6f9e09a
2 pane support in Interests screen (#1234)
2 years ago
lnbs97 96d210dc35 fix typo in TopicViewModel.kt
2 years ago
Don Turner 80a82de945 Update module dependency graphs and add script to create them
2 years ago
Don Turner 171fa88ac0
Merge pull request #1248 from yongsuk44/main
2 years ago
kim-yongsuk 3fa75a037a Apply Composable Parameter Ordering Guidelines
2 years ago
Alex Vanyo e3c7018124 Extract ScreenshotHelper to separate testing module
2 years ago
Don Turner db5e2b649e Remove unnecessary Boxes
2 years ago
dturner 27fd4e544a 🤖 Updates screenshots
2 years ago
dturner 02d4fea615 🤖 Updates screenshots
2 years ago
dturner 81a5c0a3a7 🤖 Updates screenshots
2 years ago
Don Turner 76d59b3da8
Merge branch 'main' into update-compose-bom
2 years ago
Don Turner 1d2029aa2c
Merge pull request #1040 from SimonMarquis/fix-unit-test
2 years ago
dturner 9e645356f6 🤖 Updates screenshots
2 years ago
Don Turner 2271d01da5 Fix spotless
2 years ago
Don Turner b1d867f827 Replace BoxWithConstraints with Box (fixes linter error)
2 years ago
dturner 6b2b01ed82 🤖 Updates screenshots
2 years ago
Don Turner 522efac8c0 Update Compose BOM to 2024.02.00. Fixes #1218
2 years ago
Don Turner 69f4287ab5 Merge branch 'main' into lifecycle2.7.0
2 years ago
Don Turner 2ad48843f6 Fix formatting
2 years ago
Ben Weiss f64f1c0aa2
Remove legacy benchmark build type (#1207)
2 years ago
Don Turner 254b464259 Update Lifecycle to 2.7.0. Use new LifecycleEventEffect.
2 years ago
Tomáš Mlynarič d9aaec0699 Use androidx.tracing everywhere
2 years ago
Jose Alcérreca 3ff5d48f37
Restores screenshot tests in foryou (#1199)
2 years ago
Simon Marquis 5a1258232f
Fix `emptyResultIsReturned_withNotMatchingQuery` unit test
2 years ago
Don Turner 707117a4f2
Merge branch 'main' into kotlinify
2 years ago
Don Turner 0f0511748e
Merge pull request #1088 from SimonMarquis/cleanup-dependencies
2 years ago
Simon Marquis b043d8db86
Replace workaround on SettingsViewModel now that a fix has been deployed
2 years ago
Don Turner 89d39a7242
Merge pull request #767 from SimonMarquis/resource-prefix
2 years ago
Simon Marquis cd62fd5e01
Update feature/search/src/main/kotlin/com/google/samples/apps/nowinandroid/feature/search/navigation/SearchNavigation.kt
2 years ago
Simon Marquis b7a628ece5
Update feature/interests/src/main/kotlin/com/google/samples/apps/nowinandroid/feature/interests/navigation/InterestsNavigation.kt
2 years ago
Simon Marquis 6cd5958665
Update feature/bookmarks/src/main/kotlin/com/google/samples/apps/nowinandroid/feature/bookmarks/navigation/BookmarksNavigation.kt
2 years ago
Simon Marquis 65f0d5b2d9
Update feature/foryou/src/main/kotlin/com/google/samples/apps/nowinandroid/feature/foryou/navigation/ForYouNavigation.kt
2 years ago
Don Turner 9d41ffa318
Merge branch 'main' into kotlinify
2 years ago
Simon Marquis b6d82e24df
Merge branch 'main' into kotlinify
2 years ago
lihenggui 2a2d8ed88d Change the name of FOR_YOU_NAVIGATION_ROUTE to FOR_YOU_ROUTE
2 years ago
lihenggui 32e1ec0447 Remove violations: property-naming
2 years ago
lihenggui f8f932705a Remove violations: discouraged-comment-location
2 years ago
lihenggui fb5bd225be Spotless
2 years ago
Simon Marquis f27a2e176e Reduce overall build complexity
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
Miłosz Moczkowski 816a7b60c1 Replace manual navigation component switching with new NavigationSuiteScaffold
2 years ago
kimdowoo 129099e219 refactor/Convert object to data object in sealed interface
2 years ago
Adetunji Dahunsi 0287af8d9a
Merge pull request #947 from android/tj/staggered-grid-feed
2 years ago
Don Turner a381d13199
Merge pull request #958 from McGalanes/main
2 years ago
Melwin Magalhaes 6247712064 Add convention plugins to version catalogs
2 years ago
Melwin Magalhaes b1266dc05a Use typesafe project accessors for project modules
2 years ago
tunjid b2498c763f 🤖 Updates screenshots
2 years ago
dahunsi 03d2455f41 Use lazy vertical staggered grid in feed to maximize space utilization
2 years ago
Simon Marquis b2cd980170
Merge remote-tracking branch 'origin/main' into resource-prefix
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
Roy Matero 298f3ce4db
Merge branch 'android:main' into main
2 years ago
Jose Alcérreca 5b79869324
Adds dark screenshot tests and fixes background colors in ForYou (#918)
2 years ago
Roy Matero 4e6cda1965 Renamed toggle function signature with boolean parameters
2 years ago
Jose Alcérreca 886158d3cb
Adds Screenshot testing with Roborazzi (#876)
2 years ago
Adetunji Dahunsi 4716c7f841
Merge pull request #913 from hoangchungk53qx1/main
2 years ago
hoangchungk53qx1 66eafdc38b format modification for screen search
2 years ago
Milosz Moczkowski b6459d41ee
Merge pull request #834 from takahirom/takahirom/rename-topicBody/2023-07-13
2 years ago
Milosz Moczkowski 374808c284
Merge pull request #847 from SilviaGarciaBouza/wrong_color_in_dark_mode
2 years ago
hoangchungk53qx1 70498dd6e3 separate function logEvent for search triggered
2 years ago
hoangchungk53qx1 9cb20db93a separate function logEvent for search triggered
2 years ago
hoangchungk53qx1 c52c4b88cd replace object with data object in search feature, simple format code for the reader
2 years ago