TM
2b84fafcf7
Merge remote-tracking branch 'upstream/main' into now-update-888
1 year ago
TM
3a3ad5a01b
Removed version declaration
1 year ago
TM
2df33f4ae4
Remove unnecessary version declaration
1 year ago
Don Turner
591cdc1fc0
Merge branch 'main' into patch-2
1 year ago
Don Turner
a77d7b69b5
Merge pull request #975 from SimonMarquis/kotlin-1.9.10
...
Update Kotlin 1.9.10
1 year ago
Simon Marquis
245723b5b2
Fix compiler warning: Remove single lambda parameter declaration
1 year ago
Simon Marquis
1fefa982a0
Update lint to match AGP version
1 year ago
Simon Marquis
62b9a35ef3
Update AGP to version 8.1.2
1 year ago
Simon Marquis
7e35f016cc
Merge branch 'main' into kotlin-1.9.10
1 year ago
Don Turner
e22da2d832
Merge pull request #974 from SimonMarquis/gradle-8.4
...
Update Gradle 8.4
1 year ago
Adetunji Dahunsi
0287af8d9a
Merge pull request #947 from android/tj/staggered-grid-feed
...
Use lazy vertical staggered grid in feed to maximize space utilization
1 year ago
Simon Marquis
11e94165dc
Update Kotlin 1.9.10
...
- KSP 1.9.10-1.0.13
- Compose compiler 1.5.3
This PR will need to be applied with #974 to avoid spawning 2 Kotlin compiler daemons (one for `build-logic`, and one for the main build).
1 year ago
Simon Marquis
3b9d84beac
Update Gradle 8.4
...
Changelog: https://docs.gradle.org/8.4/release-notes.html
1 year ago
TM
7fc67c2915
Update compose-runtime version; Update primitive mutable states to mutableState API where applicable
1 year ago
Don Turner
12b56b81a0
Merge pull request #953 from SimonMarquis/fix/warnings-SyncNotificationsService
...
Declare `SyncNotificationsService` only in `prod` sourceSet
1 year ago
Don Turner
2b1a1a1612
Merge pull request #954 from Goooler/remove-flag
...
Remove `nonTransitiveRClass` flag
1 year ago
Don Turner
a381d13199
Merge pull request #958 from McGalanes/main
...
Use typesafe project accessors
1 year ago
Don Turner
301661ce86
Merge pull request #959 from McGalanes/convention-plugins-toml
...
Add convention plugins to version catalogs
1 year ago
Don Turner
05c88e091c
Update gradle/libs.versions.toml
1 year ago
dahunsi
1d0435832d
Fix spotless
...
Change-Id: Ia931fc5662af50a6045a51783d72cb5b68e2486a
1 year ago
dahunsi
beaa85739d
Address PR feedback
...
Change-Id: I50b49d3e216535e384b64849f915b37f6e2acbbc
1 year ago
Don Turner
6e96d30519
Merge pull request #912 from lihenggui/main
...
Upgrade Gradle to v8.3
1 year ago
Adetunji Dahunsi
d3deb91942
Merge pull request #966 from tjmtic/main
...
Update remember to rememberSaveable
1 year ago
Don Turner
d0e08cd2a9
Merge pull request #971 from android/remove-gmd
...
Remove GMD from CI
1 year ago
Don Turner
fe7de1cef9
Remove GMD from CI
...
Fixes #787
1 year ago
Don Turner
d22f8207e6
Merge pull request #950 from SimonMarquis/patch-1
...
Update IDE copyright to match spotless configuration
1 year ago
Don Turner
d2dea938fa
Update pull_request_template.md
...
Added requirement that PRs contain a description
1 year ago
Don Turner
25ec3fc619
Merge pull request #969 from kim-minseong/main
...
Fit typo in `SystemTrayNotifier.kt`
1 year ago
Minseong Kim
5612396290
Fit typo in SystemTrayNotifier.kt
1 year ago
TM
c8dff3e10f
Update remember to rememberSaveable
1 year ago
Melwin Magalhaes
6247712064
Add convention plugins to version catalogs
1 year ago
Melwin Magalhaes
b1266dc05a
Use typesafe project accessors for project modules
1 year ago
dahunsi
77451779cd
Use animateItemPlacement() on feed
...
Change-Id: Id120a6e84e0641679fa54ebf0e34bb04165aa419
1 year ago
tunjid
b2498c763f
🤖 Updates screenshots
1 year ago
dahunsi
8b759ae569
Fix spotless
...
Change-Id: I7ee8bc84beb38d00983aa7b0da3f3073e1249992
1 year ago
dahunsi
03d2455f41
Use lazy vertical staggered grid in feed to maximize space utilization
...
Change-Id: I66fff57bd0f11f5f73e7e5c9b5c51b0fa6a76926
1 year ago
Simon Marquis
b2cd980170
Merge remote-tracking branch 'origin/main' into resource-prefix
1 year ago
Simon Marquis
3eb835ae08
Declare `SyncNotificationsService` only in `prod` sourceSet
...
And move Firebase Messaging dependency to the appropriate configuration.
Relates to #360
```
nowinandroid/app/src/main/AndroidManifest.xml Warning:
meta-data#com.google.samples.apps.nowinandroid.sync.initializers.SyncInitializer was tagged at AndroidManifest.xml:0 to remove other declarations but no other declaration present
```
1 year ago
Simon Marquis
faf42aa133
Merge remote-tracking branch 'origin/main' into issue-945
1 year ago
Simon Marquis
7133de7faa
Remove `.github/renovate.json`
1 year ago
Simon Marquis
8d5984e843
Add "Kotlin - KSP - Compose" update group
1 year ago
Simon Marquis
8826c9cb42
Schedule weekly instead of daily as suggested
1 year ago
Simon Marquis
1c78acf73b
Enable dependabot updates on a daily basis
...
using the `version update` label for gradle updates.
1 year ago
kimdowoo
bc56ba79bc
Add Test for Saved Top Level Destination
1 year ago
Goooler
f25c6f2e31
Remove nonTransitiveRClass flag
...
It's the default from AGP 8.0, see https://developer.android.com/build/releases/past-releases/agp-8-0-0-release-notes#default-changes
1 year ago
Don Turner
e40fb7925d
Merge pull request #779 from SimonMarquis/java-to-kotlin-sourceset
...
Migrate from `java` to `kotlin` sourceSet directory
1 year ago
Don Turner
8faf3aa38a
Merge pull request #922 from SimonMarquis/SimonMarquis-patch-1-1
...
Update AGP to version 8.1.1
1 year ago
Adetunji Dahunsi
b248e4d0e8
Merge pull request #952 from SimonMarquis/patch-2
...
Fix wrong configuration name, leaking `work-testing` to runtime classpath
1 year ago
Simon Marquis
ebfe01affd
Enforce `resourcePrefix` on Android library modules
...
```
:ui-test-hilt-manifest -> ui_test_hilt_manifest_
:core:analytics -> core_analytics_
:core:common -> core_common_
:core:data -> core_data_
:core:data-test -> core_data_test_
:core:database -> core_database_
:core:datastore -> core_datastore_
:core:datastore-test -> core_datastore_test_
:core:designsystem -> core_designsystem_
:core:domain -> core_domain_
:core:network -> core_network_
:core:notifications -> core_notifications_
:core:testing -> core_testing_
:core:ui -> core_ui_
:feature:bookmarks -> feature_bookmarks_
:feature:foryou -> feature_foryou_
:feature:interests -> feature_interests_
:feature:search -> feature_search_
:feature:settings -> feature_settings_
:feature:topic -> feature_topic_
:sync:sync-test -> sync_test_
:sync:work -> sync_work_
```
1 year ago
Simon Marquis
f798e28ef0
Update AGP to version 8.1.1
...
Removing the compileSdk 34 build warning:
```
We recommend using a newer Android Gradle plugin to use compileSdk = 34
This Android Gradle plugin (8.1.0) was tested up to compileSdk = 33 (and compileSdkPreview = \"UpsideDownCakePrivacySandbox\").
You are strongly encouraged to update your project to use a newer
Android Gradle plugin that has been tested with compileSdk = 34.
If you are already using the latest version of the Android Gradle plugin,
you may need to wait until a newer version with support for compileSdk = 34 is available.
To suppress this warning, add/update
android.suppressUnsupportedCompileSdk=34
to this project's gradle.properties.
```
1 year ago