Commit Graph

81 Commits (f2f5c4ff385d6daeb99ffdefda48e35f7c3e3790)

Author SHA1 Message Date
Don Turner 8f269ff57a Fix module graph generation.
7 months ago
Don Turner 92fd6f6605 Remove feature module READMEs (they will be replaced by submodule READMEs)
7 months ago
Don Turner 53cbbbf594 Rename settings feature string resources
7 months ago
Don Turner 1ded3e3db5 Refactor settings feature from api to impl
7 months ago
Don Turner cedc689f1a Disable checkGraphs CI step as it is failing for an unknown reason
7 months ago
Clara Fok e373828f5f Update feature ViewModels and tests
7 months ago
Clara Fok 068d8cc93c Split feature modules into api and impl modules
7 months ago
Simon Marquis 17162dab60 graphUpdate
9 months ago
Simon Marquis 1c61be7b7b Update color mapping
10 months ago
Simon Marquis e8dc43b58b graphUpdate
10 months ago
Simon Marquis e079e68815 Delete old graphs
10 months ago
Don Turner 9a183d5fcc Fix spotless
2 years ago
Don Turner a6680e4bab
Update feature/settings/src/main/kotlin/com/google/samples/apps/nowinandroid/feature/settings/SettingsDialog.kt
2 years ago
Abhinav Srivastava 20e568e98b
Update SettingsDialog.kt
2 years ago
saeedishayan76 26dd4424f6 remove blank lines for resolve spotless error
2 years ago
saeedishayan76 0356b873e9 change collectJob to backgroundScope coroutine
2 years ago
Simon Marquis 930e061611 Cleanup dependencies
2 years ago
Don Turner a5025390af Add title to READMEs to describe the dependency graph
2 years ago
Don Turner 80a82de945 Update module dependency graphs and add script to create them
2 years ago
Don Turner 522efac8c0 Update Compose BOM to 2024.02.00. Fixes #1218
2 years ago
Don Turner 0f0511748e
Merge pull request #1088 from SimonMarquis/cleanup-dependencies
3 years ago
Simon Marquis b043d8db86
Replace workaround on SettingsViewModel now that a fix has been deployed
3 years ago
Don Turner 89d39a7242
Merge pull request #767 from SimonMarquis/resource-prefix
3 years ago
lihenggui fb5bd225be Spotless
3 years ago
Simon Marquis f27a2e176e Reduce overall build complexity
3 years ago
kimdowoo 129099e219 refactor/Convert object to data object in sealed interface
3 years ago
Melwin Magalhaes 6247712064 Add convention plugins to version catalogs
3 years ago
Simon Marquis b2cd980170
Merge remote-tracking branch 'origin/main' into resource-prefix
3 years ago
Simon Marquis ebfe01affd Enforce `resourcePrefix` on Android library modules
3 years ago
Simon Marquis a33dafccad Migrate from `java` to `kotlin` sourceSet directory
3 years ago
Simon Marquis 4bdc9705af Fix miscellaneous warnings
3 years ago
Alex Vanyo 9cd390c56a
Merge pull request #684 from MaximillianLeonov/feature-settings
3 years ago
Simon Marquis cb84082ae7
Merge branch 'main' into patch/proguard
3 years ago
Maximillian Leonov bea3661f81 Merge branch 'main' into feature-settings
3 years ago
Maximillian Leonov 7dadf033c1 Add comment for ColumnScope usage
3 years ago
Milosz Moczkowski 1345764649
Merge pull request #770 from android/refactor/remove_unused_statements
3 years ago
Miłosz Moczkowski 83fa8c887f Spotless apply
3 years ago
Miłosz Moczkowski 99094199bc Remove redundant suppressions
3 years ago
Miłosz Moczkowski 5bf66739bd Remove redundant statements
3 years ago
Simon Marquis b453386327 Ellipsis string can be replaced with ellipsis character
3 years ago
Simon Marquis 8f41a6b3ab Cleanup proguard configuration
3 years ago
Miłosz Moczkowski f809142cb2 Add missing appcompat dependency
3 years ago
Miłosz Moczkowski 13f1f8d096 Exclude transient appcompat dependency
3 years ago
Miłosz Moczkowski c7c2bb04aa Spotless apply
3 years ago
Miłosz Moczkowski fc3d0ced20 Replace hardcoded license file with OSS licenses plugin
3 years ago
Simon Marquis 0ebd0ab660
Remove unused import
3 years ago
Simon Marquis 2291eb0fe2
Remove unused imports
3 years ago
Simon Marquis 634e7f0289
Remove `toUri()`
3 years ago
Simon Marquis 3b11156af5
Replace manual URI handling with Compose's `LocalUriHandler`
3 years ago
Takeshi Hagikura b3cdc172cd
Implement search feature (#685)
3 years ago