Simon Marquis
14ce53562f
Update to latest stable AGP 8.0.2
2 years ago
Simon Marquis
8c8c7611ce
Update KotlinX Serialization to version 1.5.1
...
https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.5.1
> ### Bugfixes
> - KeyValueSerializer: Fix missing call to endStructure() (#2272 )
> - ObjectSerializer: Respect sequential decoding (#2273 )
> - Fix value class encoding in various corner cases (#2242 )
> - Fix incorrect json decoding iterator's .hasNext() behavior on array-wrapped inputs (#2268 )
> - Fix memory leak caused by invalid KTypeWrapper's equals method (#2274 )
> - Fixed NoSuchMethodError when parsing a JSON stream on Java 8 (#2219 )
> - Fix MissingFieldException duplication (#2213 )
2 years ago
Simon Marquis
627ccd939d
chore(deps): update android-gradleplugin to v8.0.1
2 years ago
Miłosz Moczkowski
fc3d0ced20
Replace hardcoded license file with OSS licenses plugin
...
Change-Id: I4427fd5d7b7abd8a2912a41f61ffedfac4af9d6a
2 years ago
tsumuchan
e1025d8363
Update gradle plugin naming
2 years ago
tsumuchan
831b766ec2
Clarify dependencies of the included build-logic
2 years ago
Milosz Moczkowski
9985bb95e5
Merge pull request #620 from daryeou/main
...
Remove unused datastore-preferences library from versions.toml
2 years ago
TJ Dahunsi
2499c0a0bd
Notify users when news are updated
2 years ago
Simon Marquis
5500edc37b
Update KSP 1.8.20-1.0.11
2 years ago
Simon Marquis
661dd2bc2e
Update Kotlin 1.8.20 stack
...
- KSP 1.8.20-1.0.10
- Compose compiler 1.4.5
2 years ago
Don Turner
e1ae12129a
Merge pull request #662 from android/av/agp-8.0
...
Update to AGP 8.0
2 years ago
Milosz Moczkowski
2c18740d62
Merge pull request #665 from AnirudhPudari/migrate-to-compose_flowlayouts
...
[Bug]: Migrate away from accompanist/flowlayout
2 years ago
Márton Braun
bea2eecd90
Update Kotlin, Compose compiler, serialization versions
...
Change-Id: I2aa0d07769e79e6f85824a391418566aef6b721e
2 years ago
AnirudhPudari
33a3e360a4
Deprecated FlowLayouts from accompanist
2 years ago
Alex Vanyo
086dc957c0
Update to AGP 8.0
...
Change-Id: I27eb106e484e2003d732782a39612dc72c845282
2 years ago
Adetunji Dahunsi
489502ba13
Initialize sync manually
...
Change-Id: Ia26b1179270a87d3b87a915185b8d5fc7532c464
2 years ago
Kwak Wonjo
511752a126
Merge branch 'android:main' into main
2 years ago
mlykotom
3b7e7e3c02
Use ReportDrawnWhen
...
Change-Id: I77b4db63f72f43c6c826e66358f7672792ef137d
2 years ago
Adetunji Dahunsi
08956492c8
Backend triggered sync
...
Change-Id: I53c43b136ebb755f6258b1e815301dddb3b536a3
2 years ago
daryeou
2596cf712c
Remove unused datastore-preferences repo from versions.toml
2 years ago
Alex Vanyo
01b5f34eb3
Update to Compose Material 3 1.1.0-alpha06
...
Change-Id: I6399358ad85254243b5aff547e31e3abe92fb6ed
2 years ago
Alex Vanyo
874c2d1487
Merge pull request #561 from SimonMarquis/update/androidx-lifecycle
...
Updgrade androidx-lifecycle from 2.6.0-alpha03 to 2.6.0-alpha05
2 years ago
Simon Marquis
4d4f7d4a15
Merge remote-tracking branch 'origin/main' into update/androidx-lifecycle
2 years ago
Don Turner
4284e6912e
Merge remote-tracking branch 'github/main' into feb9automerger
...
* github/main:
Bump version to 4
Remove unused DropdownMenu component
Route topic chip tap events up to NiaNavHost
Apply suggestions from code review
Migrate custom room configuration into a convention plugin
Update docs/ArchitectureLearningJourney.md - User action follow topic
Update docs/ArchitectureLearningJourney.md - Writing data
Change-Id: I417abcaba792bbf297a8156bb1c4cf677dcb8bea
2 years ago
Don Turner
e3e33d8497
Merge "Add Firebase analytics. See go/nia-firebase-services." into main
2 years ago
Don Turner
2a4d0434a5
Add Firebase analytics. See go/nia-firebase-services.
...
Change-Id: I0cbbda0bba761d8019241f6165db231fe94fb689
2 years ago
Automerger
8c3fcefad6
Merge branch 'github/main'
2 years ago
Don Turner
e997459f29
Merge pull request #562 from SimonMarquis/room/convention-plugin
...
Migrate custom room configuration into a convention plugin
2 years ago
Don Turner
86eac208d4
Merge pull request #564 from SimonMarquis/update/kotlin-1.8.0
...
Update Kotlin stack to 1.8.0
2 years ago
Don Turner
45d86a6188
Merge pull request #560 from SimonMarquis/patch-3
...
Update Room to stable version
2 years ago
Automerger
6a12392f0b
Merge branch 'github/main'
2 years ago
Simon Marquis
96bc263153
Update Kotlin stack to 1.8.0
...
- https://github.com/google/ksp/releases/tag/1.8.0-1.0.9
- https://github.com/JetBrains/kotlin/releases/tag/v1.8.0
- https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.4.0
2 years ago
Simon Marquis
3409f937ed
Migrate custom room configuration into a convention plugin
...
And use `CommandLineArgumentProvider` to avoid breaking cacheability: https://issuetracker.google.com/issues/132245929
2 years ago
Simon Marquis
f9a3533df3
Updgrade androidx-lifecycle from 2.6.0-alpha03 to 2.6.0-alpha05
...
> `Transformations` is now written in Kotlin. This is a *source incompatible change* for those classes written in Kotlin that were directly using syntax such as `Transformations.map`
> Kotlin code *must* now use the Kotlin extension method syntax that was previously only available when using `lifecycle-livedata-ktx`.
> The `collectAsStateWithLifecycle()` APIs of `lifecycle-runtime-compose` are no longer in experimental status. (I09d42, b/258835424)
Changelog: https://developer.android.com/jetpack/androidx/releases/lifecycle#2.6.0-alpha05
2 years ago
Simon Marquis
a2a5b09d06
Update Room to stable version
...
Changelog: https://developer.android.com/jetpack/androidx/releases/room#2.5.0
2 years ago
Lawrence Gimenez
437df27d4c
Update AGP to v7.4.1
2 years ago
Automerger
80cb70ae2d
Merge branch 'github/main'
2 years ago
Márton Braun
6e6c388505
Create .editorconfig, enable trailing commas
...
Change-Id: Iee83659c4a08ee1260254effac770038e529979f
2 years ago
Automerger
beccdfe8f5
Merge branch 'github/main'
2 years ago
Alex Vanyo
1cce9aaae2
Update AGP to 7.4.0
...
Change-Id: I3bede0226f89e78c65b74968effc738796e10218
2 years ago
Ben Weiss
f316be1d69
Add Firebase dependencies
...
This sets up the project for using Firebase Crashlytics and
Performance Monitoring.
Change-Id: I8d14cfd2e5c2ba1911f2c3175adc20d6714addb6
2 years ago
Don Turner
95dc1dd5e2
Downgrade desugaring library (not compatible with AGP 7.3.1)
2 years ago
Don Turner
186f19190c
Update versions
2 years ago
travismacdonald
f1afca1cde
tidy version catalog toml file
2 years ago
Tomáš Mlynarič
ea706f6133
Merge pull request #471 from android/tm/use--rerun-for-bp-gmd
...
Update to wrapper 7.6 and use --rerun task
2 years ago
Caren
7d42831ee9
Merge pull request #465 from android/caren/custom_chrome_tab
...
Use Chrome Custom tab for opening articles
2 years ago
mlykotom
c9e764b0d8
Update to Gradle Wrapper 7.6
...
Change-Id: I020d73e89fcd6be6df4b25c348641f82b4a3a404
2 years ago
Caren
55c3ebd085
Use Chrome Custom tab for opening articles
...
Change-Id: I0024038f918a18d3c3e803587a7e1c159bfb9169
2 years ago
Alex Vanyo
369cd33b7a
Add accompanist/testharness
...
Adds a usage of accompanist/testharnness to force a given DpSize for its content, overriding the density if necessary to ensure that the size is achieved. This allows testing UI at arbitrary sizes on arbitrary emulators, lessening the need for using multiple emulators at different sizes (and filtering tests) when Android-specific window size has been hoisted appropriately.
The initial test using it is a test for checking whether or not the navigation bar or navigation rail is being shown, and these tests can run on any emulator.
Change-Id: I315384e5eafac23a3cd6d3818d9828f6d3c1acfc
2 years ago
Milosz Moczkowski
750257f510
Update libs.versions.toml
...
Downgrading `androidDesugarJdkLibs` from 2.0.0 to 1.2.0
2 years ago
Milosz Moczkowski
f896a8c50d
Update libs.versions.toml
...
Downgrade Kotlin version from 1.7.21 to 1.7.20
2 years ago
renovate[bot]
6ae508fbbe
Update all dependencies
2 years ago
Simon Marquis
67927725ff
Update `androidx.test` dependencies
2 years ago
Jolanda Verhoef
e117edeac2
Revert version upgrade of objenesis and protobuf-plugin
2 years ago
renovate[bot]
5f3559bdb4
Update all dependencies
2 years ago
renovate[bot]
582455a461
Update dependency androidx.activity:activity-compose to v1.6.1
2 years ago
Milosz Moczkowski
0faa7b2067
Merge pull request #373 from android/renovate/ksp
...
Update dependency com.google.devtools.ksp to v1.7.20-1.0.7
2 years ago
renovate[bot]
70a093d5d5
Update dependency com.google.devtools.ksp to v1.7.20-1.0.7
2 years ago
renovate[bot]
0de04ff42f
Update dependency androidx.test:core to v1.5.0-rc01
2 years ago
Milosz Moczkowski
bafcdd7628
Merge pull request #370 from android/renovate/coil
...
Update coil to v2.2.2
2 years ago
Milosz Moczkowski
1fad3f71af
Merge pull request #257 from android/renovate/accompanist
...
Update accompanist to v0.27.0
2 years ago
Milosz Moczkowski
60c5f25223
Merge pull request #284 from android/renovate/protobuf
...
Update protobuf to v3.21.9
2 years ago
renovate[bot]
06babfc583
Update coil to v2.2.2
2 years ago
renovate[bot]
12c3600229
Update protobuf to v3.21.9
2 years ago
renovate[bot]
930ad1c43d
Update androidGradlePlugin to v7.3.1
2 years ago
renovate[bot]
6036f8f528
Update accompanist to v0.27.0
2 years ago
Milosz Moczkowski
398c399c1c
Merge pull request #297 from android/av/remove-dolphin-preview-todos
...
Remove Preview TODOs for Dolphin
2 years ago
Milosz Moczkowski
da3f479cdf
Merge pull request #306 from android/renovate/spotlessversion
...
Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.11.0
2 years ago
Don Turner
7a223f5d8e
Merge pull request #356 from android/jv/compose-bom
...
Update to new Compose release
2 years ago
Jolanda Verhoef
e7b2ed623e
Update to new Compose release
2 years ago
Alex Vanyo
7e3faad699
Add data logic for theme switcher
...
Change-Id: Ifffadb897de4f6e08f7115103f99c156a7098b70
2 years ago
Don Turner
7ca17f68ed
Merge branch 'main' into av/remove-dolphin-preview-todos
2 years ago
Márton Braun
02c052e7f4
Update Kotlin to 1.7.20
...
Change-Id: Ib3ce03b0a1d78e90424f8431f039511c04446a62
2 years ago
Adetunji Dahunsi
8dbd53c898
Merge pull request #311 from yveskalume/main
...
Use @Upsert from Room instead of a custom helper
2 years ago
Adetunji Dahunsi
4a8f8727af
Merge pull request #313 from MaximillianLeonov/replace-allprojects-with-subprojects
...
Replace allprojects block with subprojects block
2 years ago
Maximillian Leonov
28b48b37ca
Replace allprojects block with subprojects block
2 years ago
YvesKalume
d094e96a72
update : Use @Upsert from Room instead of a custom helper
...
Change-Id: I21194fda29976e069d5cfc1e083cf48d3dd149fe
2 years ago
Adetunji Dahunsi
c4debb74e7
Give feedback when syncing on ForYouScreen
...
Change-Id: I10a646e8a17f81d96351e69d36f0cb6ccf28e05c
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
renovate[bot]
222244a828
Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.11.0
2 years ago
renovate[bot]
6c1764f2fc
Update dependency androidx.activity:activity-compose to v1.6.0
2 years ago
Automerger
8f8cbe661b
Merge branch 'github/main'
2 years ago
Caren
3371b6a26f
Merge pull request #254 from android/renovate/coil
...
Update coil to v2.2.1
2 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
2 years ago
Alex Vanyo
bfedf75665
Remove Preview TODOs for Dolphin
...
Change-Id: I35219c7dd6a902c43cd310dcaf8d0e2c2dbdec45
2 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
2 years ago
Wojtek Kaliciński
4683918cc7
Move spotless to init script
...
Also adds automatic git hooks installation
Change-Id: I18debbee43af27db7b95a4202f824fa87e186713
2 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
2 years ago
renovate[bot]
42163dd3b7
Update coil to v2.2.1
2 years ago
Alex Vanyo
2e0ebd84b4
Update compileSdk and targetSdk to API 33
...
Change-Id: I2e73265ab2b8a570712b3806913eaff1e17236ec
2 years ago
Don Turner
9d8914693a
Merge pull request #275 from android/renovate/androidxlifecycle
...
Update androidxLifecycle to v2.6.0-alpha02
2 years ago
Alex Vanyo
ecded39925
Merge pull request #276 from android/renovate/androidxappcompat
...
Update dependency androidx.appcompat:appcompat to v1.5.1
2 years ago
Alex Vanyo
d56fde2917
Merge pull request #277 from android/renovate/androidxcore
...
Update dependency androidx.core:core-ktx to v1.9.0
2 years ago
renovate[bot]
33727a349c
Update dependency androidx.core:core-ktx to v1.9.0
2 years ago
renovate[bot]
f4d483c837
Update dependency androidx.profileinstaller:profileinstaller to v1.2.0
2 years ago
renovate[bot]
a57c3b8ecc
Update dependency androidx.appcompat:appcompat to v1.5.1
2 years ago
renovate[bot]
cdea8c0e40
Update androidxLifecycle to v2.6.0-alpha02
2 years ago
Alex Vanyo
d6555cbaa5
Merge pull request #269 from android/av/compose-tracing
...
Update Kotlin, Compose and add in the new runtime-tracing artifact
2 years ago
Alex Vanyo
ab15fa4445
Merge pull request #195 from android/renovate/gradle-7.x
...
Update dependency gradle to v7.5.1
2 years ago