Tomáš Mlynarič
400f3b8a65
Fix default value
...
Change-Id: I6b77e1c23ad91c1c97f31a705161d444be7913c0
10 months ago
Tomáš Mlynarič
bd508c477a
Optimized handling of dark/light mode
...
- Activity handles uiMode config change to prevent re-creating the whole activity
- Wrap uiState logic into its classes
- Optimize startup to prevent recomposing twice on startup
- Optimize startup to call enableEdgeToEdge only once or when change occurs
Change-Id: I6f7a48b3b6ce9b55db4ab2ec1770583028e9bc50
10 months ago
Tomáš Mlynarič
d71383c288
Add niaEdgeToEdge trace tag
...
Change-Id: I8012c8b4544abc9488f96f6f01822fb15bb0775a
10 months ago
Tomáš Mlynarič
c396352d83
Remove forgotten Trace.endSection()
...
Change-Id: Ib6f7678f5f1c4b0f93f1736b6453c649d6f7dc97
10 months ago
Tomáš Mlynarič
6b35cbb328
Offload connectivity monitor to a background thread
...
Change-Id: I9a2ef7766ae6abc6d8a7c86a4b49ef3c795e446c
10 months ago
Don Turner
88c3eb0b90
Merge pull request #1284 from sanao1006/remove-GetSearchContentsCountUseCase
...
Directly call SearchContentsRepository interface in SearchViewModel
10 months ago
Don Turner
83ae27790e
Merge pull request #1328 from natarajkr007/main
...
added ksp arg to generate room code in kotlin
10 months ago
Don Turner
0f88f6dd24
Merge pull request #1314 from squart300kg/main
...
clean up di module in core.database package
10 months ago
Don Turner
2f4d230923
Merge pull request #1342 from Jaehwa-Noh/optimize-gradle
...
Change Gradle function getByName to named
10 months ago
Jose Alcérreca
240aa8acdf
Add testing section to pull_request_template.md ( #1341 )
10 months ago
Jaehwa Noh
a22b724a66
Change getByName to named
...
- reference by [APIs to avoid](https://docs.gradle.org/current/userguide/task_configuration_avoidance.html#apis_to_avoid )
Change-Id: Idf1ce9cf372b8f5da2f0da95fcf53454ffb3388f
10 months ago
natarajkr007
23b0958311
added ksp arg to generate room code in kotlin
10 months ago
Jose Alcérreca
78e3725f9f
Sets up jacoco coverage with a combined report and a GHA ( #1303 )
...
* Uses jacoco coverage reporting in AGP
10 months ago
Don Turner
bd89507f10
Merge pull request #1306 from yongsuk44/feat/weak-warning
...
Cleaned up unnecessary '@opt-in' annotations and removed empty constructors
10 months ago
Don Turner
9fd90a64da
Merge pull request #1302 from android/dependabot/gradle/accompanist-0.34.0
...
Bump accompanist from 0.32.0 to 0.34.0
10 months ago
Don Turner
ecdfdef4e4
Merge pull request #1291 from Jaehwa-Noh/rename
...
Rename Fake to Demo
10 months ago
Don Turner
97dfe95d91
Merge pull request #1292 from SimonMarquis/patch-3
...
Delete unused `combine` extension in `SyncUtilities.kt`
10 months ago
sangyoon
d9b66c4cac
clean up di module in core.database package
10 months ago
yongsuk44
af7729586c
Remove empty primary constructors
10 months ago
yongsuk44
e2a4706470
Remove unnecessary opt-in annotations
10 months ago
Don Turner
d8566ad8e7
Merge pull request #1305 from lihenggui/optimize_module_graph_script
...
Ensure folder setup and include instructions for Ubuntu users in generateModuleGraphs.sh
10 months ago
Don Turner
0ed9528bab
Merge pull request #1304 from android/dt/add-arch-note
...
Update ArchitectureLearningJourney.md
10 months ago
lihenggui
3534a6fd0d
Ensure folder initialization and add instructions for Ubuntu users
11 months ago
Don Turner
11cd58e74e
Update docs/ArchitectureLearningJourney.md
11 months ago
Don Turner
8e87f98e30
Update ArchitectureLearningJourney.md
11 months ago
Jaehwa Noh
97cdb6eb1e
Merge remote-tracking branch 'origin/rename' into rename
...
Change-Id: I025fc00aab56c998c64bd88ad337cba8061d507c
11 months ago
Jaehwa Noh
3c70183ce6
Change name Fake to Demo.
...
Change-Id: Ife321dd95238227bfdfc1f13f6832472bd699b6f
11 months ago
dependabot[bot]
7d2026f180
🤖 Updates baselines for Dependency Guard
11 months ago
dependabot[bot]
2e16bea60e
Bump accompanist from 0.32.0 to 0.34.0
...
Bumps `accompanist` from 0.32.0 to 0.34.0.
Updates `com.google.accompanist:accompanist-permissions` from 0.32.0 to 0.34.0
- [Release notes](https://github.com/google/accompanist/releases )
- [Commits](https://github.com/google/accompanist/compare/v0.32.0...v0.34.0 )
Updates `com.google.accompanist:accompanist-testharness` from 0.32.0 to 0.34.0
- [Release notes](https://github.com/google/accompanist/releases )
- [Commits](https://github.com/google/accompanist/compare/v0.32.0...v0.34.0 )
---
updated-dependencies:
- dependency-name: com.google.accompanist:accompanist-permissions
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.google.accompanist:accompanist-testharness
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
11 months ago
Jaehwa Noh
3849f10885
Merge branch 'android:main' into rename
11 months ago
Simon Marquis
ee8797f940
Delete unused `combine` extension in `SyncUtilities.kt`
11 months ago
Jaehwa Noh
cd294a8654
Change lint ignore name in lint.xml.
...
Change-Id: I3b1e19dedd238ec96bd8debee5fcbcc91bc25094
11 months ago
Jaehwa Noh
2739168e33
Revert "Move main to demo."
...
This reverts commit a5be299e3d
.
11 months ago
Jaehwa Noh
a5be299e3d
Move main to demo.
...
Change-Id: I48bb3c26ef02d6302cb7caabcaa17d5b4659031a
11 months ago
Jaehwa Noh
5d99f381e9
Remove VisibleForTesting.
...
Change-Id: Icd7005ec38495a1a4bc6f1594f70a2c1228538ab
11 months ago
Jaehwa Noh
27ca860745
Rename fake to demo.
...
Change-Id: I5b1d7963e623832a766900aa74ef1085aac0cacc
11 months ago
Jonathan Koren
dac1a9e446
Topic detail pane placeholder ( #1280 )
...
* Topic detail pane placeholder
Change-Id: I92b84493a5406240285c0759b30aa10d29871f09
* Add modifier parameter
Change-Id: Ie363be83b44f26291030c04c1513cecb851a6899
11 months ago
Don Turner
0fce45c47a
Merge pull request #1288 from android/dt/fix-dependency-graphs
...
Make path to module graph image dynamic. Fixes #1286
11 months ago
Don Turner
51d3903a4b
Merge branch 'main' into remove-GetSearchContentsCountUseCase
11 months ago
Don Turner
70dcd5119d
Make path to module graph image dynamic. Fixes #1286
...
Change-Id: I595a841ef7b06cccc959ca96d18824f4fad4c261
11 months ago
Don Turner
c7e9dd3803
Update method name. Fixes #1287
...
Change-Id: I9b603bd33f7be0f7562aab4a7b6f2307a3a1333a
11 months ago
Don Turner
0584f191bc
Merge pull request #1271 from android/dt/remove-feature-dep
...
Remove the search module's dependency on other feature modules
11 months ago
sanao1006
825a5e2f5f
[Refactor]: Directly call SearchContentsRepository interface in SearchViewModel
...
- Remove GetSearchContentsCountUseCase.
- Remove GetSearchContentsCountUseCase from SearchViewModel.
- Remove GetSearchContentsCountUseCase from SearchViewModelTest.
Fixes #1283
11 months ago
Alex Vanyo
78c77737c0
Merge pull request #1275 from Jaehwa-Noh/rename-function
...
Rename function to setNewsResourceBookmarked
11 months ago
Don Turner
1d769f13a3
Update module dependency graphs
...
Change-Id: Ia2fe3f339b26bf64dd965fc1aa58a957cb7c7f93
11 months ago
Don Turner
b5bfe44bf3
Fix spotless
...
Change-Id: I5b08ce68522c59cdd7f7ec56a14a7ebc8b3868cd
11 months ago
Don Turner
ce9e82622d
Fix broken reference to string resources
...
Change-Id: Ide4cb90abc2ae7ca78488909a37df685c2e71ec6
11 months ago
Don Turner
5084fca4dd
Fix InterestScreenTest resources
...
Change-Id: Ib6aa372a1ab3b13b5c69c1d3feec2c31e5dca3ce
11 months ago
Don Turner
a4c52e6485
Remove the search module's dependency on other feature modules
...
Change-Id: I17df9948fed04ddc7ba507b437d39536b8b180bb
11 months ago
Don Turner
3e4aad3210
Merge pull request #1257 from android/dt/add-module-graphs
...
Update module dependency graphs and add script to create them
11 months ago