Aurimas Liutikas
2e4546cae7
Upgrade all Gradle plugins to latest versions
...
Test: ./gradlew :app:assemble :app:lintProdRelease :app-nia-catalog:lintRelease :lint:lint dependencyGuard
4 months ago
Aurimas Liutikas
9a4ca1bc73
Upgrade Gradle, AGP, KGP
...
Gradle 9.0.0 -> 9.1.0
AGP 8.12.2 -> 8.13.0
KGP 2.1.10 -> 2.2.20
Test: ./gradlew build
4 months ago
Don Turner
1cb7279d74
Merge pull request #1963 from SimonMarquis/mermaid-legend
...
🧜♀️ Mermaid Graphs legends
5 months ago
Simon Marquis
609a8860b9
graphUpdate
6 months ago
Don Turner
0c3a378a6b
Merge pull request #1957 from mayokunyusuf/rtl-text-fix
...
Fix punctuation and alignment for English text in RTL locales
6 months ago
Don Turner
dd0eefc65a
Merge pull request #1961 from SimonMarquis/minifyWithR8
...
Disable R8 minfication step on PRs
6 months ago
Simon Marquis
553680ff82
Disable R8 minfication step on PRs
6 months ago
Simon Marquis
e3a7637a23
Update color mapping
...
| Type | Plugin ID | Color |
|-------------|------------------------------------|------------------------|
| Application | `nowinandroid.android.application` | `#CAFFBF` PastelGreen |
| Feature | `nowinandroid.android.feature` | `#FFD6A5` PastelOrange |
| Library | `nowinandroid.android.library` | `#9BF6FF` PastelBlue |
| Test | `nowinandroid.android.test` | `#A0C4FF` PastelMauve |
| JVM | `nowinandroid.jvm.library` | `#BDB2FF` PastelPurple |
| Unknown | `?` | `#FFADAD` PastelRed |
6 months ago
Mayokun Yusuf
75b9337c21
Fix punctuation and alignment for English text in RTL locales by forcing LTR text direction and left alignment globally in typography"
6 months ago
Simon Marquis
a74280f61a
Merge remote-tracking branch 'origin/main' into graphs
6 months ago
Aurimas Liutikas
befde850b2
Clean up loading of oss-licenses-plugin
...
- Move to using plugins {} block for applying com.google.android.gms.oss-licenses-plugin
as this plugin now publishes plugin markers
- Upgrade oss-licenses-plugin to 0.10.8
- Remove unused secrets plugin
Test: ./gradlew build -m
6 months ago
Simon Marquis
03b4b89477
graphUpdate
6 months ago
Simon Marquis
b3025c72d6
Delete old graphs
6 months ago
Aurimas Liutikas
15d17f447a
Upgrade to latest stable AGP 8.12.2
...
- Upgrades to a newer version of compose bom that pulls in newer
versions of lint checks that work with AGP 8.12.2
- Bump the minSdk to 23 because compose now requires minSdk 23
- Update Navigation_fontScale2.png due to compose upgrade
- Clean up BuildConfig set up since we already use Gradle 9.0.0
Test: ./gradlew build
6 months ago
Aurimas Liutikas
eafd0fc9cb
Fixes host test tasks that were accidentally attemping to run
...
Gradle 9.0.0 has the new enforcement that Test task runs that
have sources but no tests run should fail. Without this change we get
Execution failed for task ':core:analytics:testDemoDebugUnitTest'.
> There are test sources present and no filters are applied, but the test task did not discover any tests to execute. This is likely due to a misconfiguration. Please check your test configuration. If this is not a misconfiguration, this error can be disabled by setting the 'failOnNoDiscoveredTests' property to false.
We get this because before this change AndroidCompose was always setting
isIncludeAndroidResources = true which generates a source to the test
task and in the case of :core:analytics it is the only source.
Instead of setting isIncludeAndroidResources in AndroidCompose move to
setting it in relevant build.gradle.kts files (most already had it)
7 months ago
Aurimas Liutikas
d96c5bc4fa
Upgrade to Room 2.7.2
...
This fixes room Gradle project isolation issues
https://github.com/android/nowinandroid/issues/1842
Test: ./gradlew build --dry-run -Dorg.gradle.unsafe.isolated-projects=true
fewer issues
8 months ago
Don Turner
967e49f15a
Merge pull request #1878 from christofferqa/repackageclasses
...
Add -repackageclasses to R8 configuration
8 months ago
Jaehwa Noh
ee3e519140
Fix spotless.
...
Change-Id: I741418a1e44fd9e3488513bdb33995490738679d
9 months ago
Jaehwa Noh
3af1cba336
Exclude the ime window inset at the snack bar.
...
Change-Id: I14a43609090176604e42caf2862bcb4ba291fe89
9 months ago
Christoffer Adamsen
19e864c7c7
Add -repackageclasses to R8 configuration
10 months ago
Alex Vanyo
6943267466
Merge pull request #1855 from SimonMarquis/deprecated-centerAlignedTopAppBarColors
...
Replace deprecated `centerAlignedTopAppBarColors` with `topAppBarColors`
11 months ago
Ben Weiss
b62bd5ab34
Remove death penalty from strict mode violations ( #1857 )
...
The app was still crashing in non-debug after strict mode was enabled. Less restrictive, now only logging violations
Closes #1853
Closes #1809
11 months ago
Simon Marquis
66b80aa9c3
Replace deprecated `centerAlignedTopAppBarColors` with `topAppBarColors`
...
from a recent material3 update: https://developer.android.com/jetpack/androidx/releases/compose-material3#1.4.0-alpha06
11 months ago
Aurimas Liutikas
fa7de14421
Upgrade to the newest version of dagger/hilt
...
This brings in a fix for Gradle Isolated Projects
https://github.com/google/dagger/issues/4423
Thus helping to make progress on https://github.com/android/nowinandroid/issues/1842
12 months ago
Aurimas Liutikas
6c96856cd7
Upgrade AGP and Gradle
...
- Upgrade to Gradle 8.13 ./gradlew wrapper --gradle-version 8.13
- Add checksum to make sure valid distribution is used
- Upgrade AGP to 8.9.0
12 months ago
Aurimas Liutikas
38de4fe338
Upgrade Kotlin to 2.1.10, KSP to 2.1.10-1.0.31
12 months ago
Alex Vanyo
c5242ea2a7
Rename highlightSelectedTopic to shouldHighlightSelectedTopic
...
Change-Id: I5869404bc66d878030faf1ae2d5b95cc27ce67b4
12 months ago
Alex Vanyo
92994adb1d
Rename to topicRoute
...
Change-Id: I44696efe11f8d660bb7c9dc41ade6927ce15798b
12 months ago
alexvanyo
8fc0944941
🤖 Updates screenshots
12 months ago
alexvanyo
c97521075d
🤖 Updates baselines for Dependency Guard
12 months ago
Alex Vanyo
c63dc9907e
Add predictive back and pane expansion back handling
...
Change-Id: I8e881bb2cf549303be8612732bfb7df7555096aa
12 months ago
Alex Vanyo
131ded3f76
Assisted inject approach
...
Change-Id: I5fba15921520bc83b13601fa82ae71457d875805
1 year ago
alexvanyo
ff3634cef0
🤖 Updates screenshots
1 year ago
alexvanyo
20a06d0e40
🤖 Updates baselines for Dependency Guard
1 year ago
Alex Vanyo
89d70aaa8a
Update to material3-adaptive 1.1
...
Change-Id: I4b3b68face17149ab87135df28baa41cd5bacb0f
1 year ago
Jaehwa-Noh
0f3dd1ea08
🤖 Updates screenshots
1 year ago
Jaehwa Noh
22370dc379
Remove old screenshots.
...
Change-Id: Ib1181a3f9f6cf364794766b70b990f8616edd118
1 year ago
Jaehwa Noh
bce0d9a39d
Merge branch 'android-remote-main' into fix-snackbar
...
Change-Id: If0f12500cb55daae98fd7ee0951d3d3384d26b0e
# Conflicts:
# app/src/testDemo/screenshots/insets_snackbar_compact_medium.png
# app/src/testDemo/screenshots/insets_snackbar_expanded_expanded.png
# app/src/testDemo/screenshots/insets_snackbar_medium_medium.png
1 year ago
Roberto Orgiu
dc7dd3fefd
Merge pull request #1702 from tiwiz/update-drag-and-drop
...
Simplify Drag&Drop implementation
1 year ago
Rob Orgiu
7770f83fa5
Updates dependencies baseline
1 year ago
Rob Orgiu
31c4f05872
Simplify Drag&Drop implementation
1 year ago
Don Turner
904e6fccee
Merge pull request #1730 from seve-andre/force-dark-opt-out
...
Opt out of Force Dark mode
1 year ago
renovate[bot]
149e759ae0
🤖 Updates baselines for Dependency Guard
1 year ago
Don Turner
d15c739812
Merge pull request #1625 from blue928sky/move-nia-app-state-test
...
Move Android instrumented test NiaAppStateTest to unit test
1 year ago
renovate[bot]
89e68b2fd2
🤖 Updates baselines for Dependency Guard
1 year ago
Andrea Severi
38dcac5340
remove API 29 themes.xml
1 year ago
Andrea Severi
67646f3fd5
replace version code with api level
1 year ago
Don Turner
140be73bc9
Merge pull request #1762 from android/renovate/all
...
Update all dependencies 4.29.1 to v4.29.2
1 year ago
Tomáš Mlynarič
917e12c50e
Merge pull request #1369 from android/mlykotom/optimize-startup
...
Optimize startup by preventing whole screen recomposing twice
1 year ago
renovate[bot]
a991f6bbf4
🤖 Updates baselines for Dependency Guard
1 year ago