Maximillian Leonov
f84471f0f9
Remove type-safe project accessors feature preview
2 years ago
Adetunji Dahunsi
9371d0d4b8
Merge pull request #304 from android/tj/sync-ui
...
Offline-first UX improvements
2 years ago
Adetunji Dahunsi
c4debb74e7
Give feedback when syncing on ForYouScreen
...
Change-Id: I10a646e8a17f81d96351e69d36f0cb6ccf28e05c
2 years ago
Márton Braun
f68a112cfe
Merge pull request #307 from android/update-kotlinx-serialization-optin
...
Opt in to experimental kotlinx.serialization API locally
2 years ago
Alex Vanyo
14ae167b69
Merge pull request #242 from android/av/built-in-insets
...
Update material3 with built-in insets support
2 years ago
Márton Braun
5fd5d17caf
Opt in to experimental kotlinx.serialization API locally
...
Change-Id: Ibc88151f5a8b7a3a82e2c0043839c1cb9e016bcf
2 years ago
Alex Vanyo
9be6e846d9
Apply spotless
...
Change-Id: I49eeb1984cb3e978a9cee5c1e4d53e856a10bb4e
2 years ago
Alex Vanyo
738210166a
Refine backgrounds and navigation colors
...
Change-Id: I9fd863cc608f21078ab78c39c2c3d227aedbac7c
2 years ago
Caren
4a1fb58c34
Merge pull request #301 from android/caren/topics_bookmarks
...
Enable bookmarks on topics page
2 years ago
Alex Vanyo
8c11769622
Update to material3 1.0.0-beta03 wih built-in insets support
...
Change-Id: I4d07f89d4faa6e3417468ad78acf3fbb161f0797
2 years ago
Milosz Moczkowski
23ad5e8874
Merge pull request #302 from android/renovate/androidxactivity
...
Update dependency androidx.activity:activity-compose to v1.6.0
2 years ago
Milosz Moczkowski
f914d6a412
Merge pull request #299 from android/refactor/remove_episodes
...
Remove episodes related code
2 years ago
Don Turner
46deba844e
Merge pull request #305 from android/sep26-merge
...
Sep 26th gerrit -> github merge
3 years ago
Don Turner
6e772db716
Update failing lint command
3 years ago
Caren
cf9cf1d781
Fix test
3 years ago
Caren
33e77ce6bc
Fix tests
3 years ago
renovate[bot]
6c1764f2fc
Update dependency androidx.activity:activity-compose to v1.6.0
3 years ago
Caren Chang
4e11b7342b
Run spotless
3 years ago
Caren Chang
e0e664846d
Rename topicState -> topicUiState
3 years ago
Caren Chang
ccf60dca6c
Fix indents
3 years ago
Caren Chang
6b2d93d42c
Fix tests
3 years ago
Caren Chang
31189f3328
Enable bookmarks on topics page
3 years ago
Automerger
3083c5e2ce
Merge branch 'github/main'
3 years ago
Caren
d89812ee90
Merge pull request #288 from android/caren/remove_search
...
Remove Search from top app bar
3 years ago
Automerger
2531f1be9f
Merge branch 'github/main'
3 years ago
Caren
f16e9d011e
Merge pull request #272 from android/caren/fix_toggle_buttons
...
Fix toggle buttons interaction when using TalkBack
3 years ago
Automerger
8f8cbe661b
Merge branch 'github/main'
3 years ago
Caren
3371b6a26f
Merge pull request #254 from android/renovate/coil
...
Update coil to v2.2.1
3 years ago
Milosz Moczkowski
5de3f6156b
Spotless improvements
3 years ago
Milosz Moczkowski
303d08dd28
Spotless improvements
3 years ago
Milosz Moczkowski
cbdf6a2d3c
Remove episodes related code
3 years ago
Automerger
233b416ee5
Merge branch 'github/main'
3 years ago
Don Turner
5fedbe95d8
Merge pull request #293 from Kashif-E/main
...
changed newUiState to newsUiState in AuthorViewModel.kt and AuthorVie…
3 years ago
Automerger
6765d79065
Merge branch 'github/main'
3 years ago
Wojtek Kaliciński
4c64a05897
Update to AGP 7.3.0 stable
...
Enables Gradle configuration cache.
Fix "no name set for build-config" warning.
Fix printing of test APKs due to AGP 7.3 changes
Change-Id: I65ec0cb9eba3d047417fc512ffeb66d378ba0c75
3 years ago
Don Turner
6825138452
Merge pull request #294 from dturner/proto-list-to-map
...
Change user data fields to use maps instead of lists.
3 years ago
Don Turner
c4c01cf99b
Change user data fields to use maps instead of lists.
3 years ago
Takeshi Hagikura
b7ec033d50
Merge pull request #295 from android/multipreview
...
Introduce Multipreview annotation to simplify the preview configurations
- Bump the AGP version to 7.3.0
- Introduce Multipreview annotation class that represents device previews and theme previews
3 years ago
Takeshi Hagikura
bdbbbc4cf4
Revert the unwanted change for the codeStyleConfig
3 years ago
Takeshi Hagikura
9ae03c3590
Fix the lint warnings
3 years ago
Takeshi Hagikura
74737cad49
Introduce Multipreview annotation to simplify the preview configurations
...
- Bump the AGP version to 7.3.0
- Introduce Multipreview annotation class that represents device
previews and theme previews
Fixes #282
3 years ago
kashif mehmood
e2db3c1a28
changed newUiState to newsUiState in AuthorViewModel.kt and AuthorViewModelTest.kt
3 years ago
Caren Chang
f76984539b
Fix toggle buttons interaction when using TalkBack
3 years ago
Caren Chang
b74767921c
Remove Search from top app bar
3 years ago
Wojtek Kaliciński
4683918cc7
Move spotless to init script
...
Also adds automatic git hooks installation
Change-Id: I18debbee43af27db7b95a4202f824fa87e186713
3 years ago
Wojtek Kaliciński
d0cff2b11c
Build cleanup
...
* Move Hilt setup to convention plugin
* Disable Hilt on modules where it's not needed
* Enable non-transitive R classes
* Fix `configuration` blocks called in wrong scope
* Move imperative Flavors code from build.gradle
* Disable unnecessary build features globally
* Disable configure-on-demand as it's not encouraged
* Don't use internal AGP packages in plugins
Change-Id: I1bee3e3fd0103054637b979a350f9fd2312ae8ba
3 years ago
Wojtek Kaliciński
d81aa055ee
Merge "Fix FTL test APKs resolution" into main
3 years ago
Wojtek Kaliciński
17afcf4302
Fix FTL test APKs resolution
...
Change-Id: I390cdf45df6d8fce5bf388a4fd495205ed407a0c
3 years ago
renovate[bot]
42163dd3b7
Update coil to v2.2.1
3 years ago
Automerger
bb9d310c9a
Merge branch 'github/main'
3 years ago