Márton Braun
bc0a7e63a1
Update Compose compiler version to 1.5.0
...
Change-Id: Ieddb8410a592bb38c5764b7288fd4828306d6743
1 year ago
Simon Marquis
f7ed38182d
Add protobuf generated sources to the sourceSets
...
And update to version 3.23.4.
1 year ago
Simon Marquis
2731e9817b
Kotlin 1.9.0
...
- https://github.com/JetBrains/kotlin/releases/tag/v1.9.0
- https://github.com/google/ksp/releases/tag/1.9.0-1.0.11
- Compose compiler `1.5.0-dev-k1.9.0-6a60475e07f`
1 year ago
Don Turner
5f0530622c
Merge pull request #828 from SimonMarquis/kotlin-1.8.22
...
Update Kotlin 1.8.22 and related dependencies
2 years ago
Simon Marquis
187bf3e326
Update Gradle 8.2
...
Command: `./gradlew wrapper --gradle-version=8.2`
Release Notes: https://docs.gradle.org/8.2/release-notes.html
2 years ago
Simon Marquis
c926359427
Update Kotlin 1.8.22 and related dependencies
...
- KSP 1.8.22-1.0.11
- Compose compiler 1.4.8
- Hilt 2.46.1
Which now depends on kotlinx-metadata 0.6.2 (K2 support).
2 years ago
Alex Vanyo
4d65946f95
Merge pull request #808 from SimonMarquis/compose-bom-2023-06-00
...
Upgrade Compose BoM `2023.06.00` and Compose compiler `1.4.7`
2 years ago
Adetunji Dahunsi
adbfd86571
Merge pull request #826 from android/tj/workmanager-flows
...
Consume Flows from WorkManager for work status
2 years ago
TJ Dahunsi
ac56e742a4
Consume Flows from WorkManager for work status
...
Change-Id: Ia8002a7b74405de51a37921d3aaec91fc92d3773
2 years ago
Milosz Moczkowski
58890bebf3
Update libs.versions.toml
2 years ago
Milosz Moczkowski
7203460051
Merge branch 'main' into compose-bom-2023-06-00
2 years ago
Murat Yener
e96dac39b2
changed from ListenableFuture.get() to ListenableFuture.await()
2 years ago
Murat Yener
7b5c0f2be8
Adds ProfileViewer to log the app's Baseline Profile Compilation Status
2 years ago
Simon Marquis
5efefa6e66
Remove `androidxComposeMaterial3` versioning as it's already provided through Compose BoM
2 years ago
Simon Marquis
7e3979999e
Update Compose BoM 2023.06.01
2 years ago
Murat Yener
93f94017c7
Baseline Profiles API change 'collectStableBaselineProfile()' is changed to 'collect()'
2 years ago
Simon Marquis
e846cc95bd
Update `androidx.lifecycle` to stable `2.6.1`
...
And match `androidx.profileinstaller` transitive dependency version `1.3.0`.
Fixes the following error:
```
java.lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider: androidx.startup.StartupException: androidx.startup.StartupException: java.lang.IllegalStateException: ProcessLifecycleInitializer cannot be initialized lazily.
```
2 years ago
Simon Marquis
9a6fca16a6
Upgrade Compose BoM `2023.06.00` and Compose compiler `1.4.7`
...
- Bump `androidxComposeMaterial3` to stable `1.1.0`
- Bump Kotlin `1.8.21` (to match the expected version used by Compose compiler)
- Bump KSP `1.8.21-1.0.11` (to match Kotlin version)
This also solves part of #806 , where we had this dependency chain:
- `androidx.compose:compose-bom:2023.01.00`
- `androidx.compose.ui:ui-test-junit4:1.3.3`
- `androidx.test.ext:junit:1.1.3` (unlisted from maven)
- `junit:junit:4.12` (vulnerability `CVE-2020-15250`)
2 years ago
James Rose
1b8b01c7b4
Merge pull request #757 from SimonMarquis/patch/kotlinx-serialization-1.5.1
...
Update KotlinX Serialization to version 1.5.1
2 years ago
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