Simon Marquis
12abe939d7
Add IntelliJ IDEA icons
2 years ago
Automerger
76285cc008
Merge branch 'github/main'
2 years ago
Alex Vanyo
a9083d7bc6
Merge pull request #772 from SimonMarquis/patch-5
...
Update to latest stable AGP 8.0.2
2 years ago
Automerger
1c2a833e6c
Merge branch 'github/main'
2 years ago
Milosz Moczkowski
376a715a0c
Merge pull request #777 from android/bugfix/bookmarks_wrong_bg
...
Bookmarks screen has wrong background
2 years ago
Maximillian Leonov
bea3661f81
Merge branch 'main' into feature-settings
...
# Conflicts:
# feature/settings/src/main/java/com/google/samples/apps/nowinandroid/feature/settings/SettingsDialog.kt
2 years ago
Maximillian Leonov
7dadf033c1
Add comment for ColumnScope usage
2 years ago
Miłosz Moczkowski
7b30720b25
Remove nested scaffold from the bookmarks screen
...
Change-Id: Ie8b6f160d341156a6f9c02c0ca7f530095fb2950
2 years ago
Automerger
a91ba16a9c
Merge branch 'github/main'
2 years ago
Milosz Moczkowski
caaa82b909
Merge pull request #773 from android/refactor/simplify-icons
...
Simplify icons
2 years ago
Miłosz Moczkowski
479a2f00b0
Refactor icons
2 years ago
Automerger
d171acc563
Merge branch 'github/main'
2 years ago
Milosz Moczkowski
1345764649
Merge pull request #770 from android/refactor/remove_unused_statements
...
Remove unused statements
2 years ago
Simon Marquis
fecab96e4c
Keep track of matching `Network`s inside `NetworkCallback`
...
This will ensure the connectivity state remains synchronized with the `ConnectivityManager`.
Fixes #714
2 years ago
Automerger
03286eac13
Merge branch 'github/main'
2 years ago
Simon Marquis
14ce53562f
Update to latest stable AGP 8.0.2
2 years ago
Milosz Moczkowski
bdcd41e14e
Merge pull request #766 from android/refactor/remove_redundant_suppresions
...
Remove redundant suppressions
2 years ago
Automerger
9241b06e9f
Merge branch 'github/main'
2 years ago
Milosz Moczkowski
9c77c45578
Merge pull request #765 from android/refactor/notification-dot-modifier
...
Notification dot improvements
2 years ago
Miłosz Moczkowski
83fa8c887f
Spotless apply
...
Change-Id: I80457acc6a49fe9755240a3d52ff96a8fdfd6b92
2 years ago
Tomáš Mlynarič
4fcc867dd4
Move waitAndFind + dumpWindowHierarchy to Utils
...
Change-Id: Id4e05bf2392553179672155b9c1f935a933525dc
2 years ago
Tomáš Mlynarič
51713c71e7
Fix FrameTimingMetric using StartupMode.WARM
...
Change-Id: I1d08af6622f893eb6fef83b2b145cf8d6098b372
2 years ago
Tomáš Mlynarič
951e968aa4
Allow notification for BP Generator
...
Change-Id: Ie9a432ab04e56cd42664c8aacbc898b622767c62
2 years ago
Tomáš Mlynarič
7bee6d2f37
Add waitAndFind helper
...
Change-Id: I7498dda3eb686d15829d89688695866ae8382c6e
2 years ago
Miłosz Moczkowski
99094199bc
Remove redundant suppressions
...
Change-Id: Iae08b6f284cf7a387922fdec34c8a0aa0da809ef
2 years ago
Automerger
cc2c6dbe1f
Merge branch 'github/main'
2 years ago
Milosz Moczkowski
fb41a0118c
Merge pull request #758 from SimonMarquis/patch-5
...
Remove `ExperimentalCoroutinesApi` and `FlowPreview` opt-in
2 years ago
Miłosz Moczkowski
5bf66739bd
Remove redundant statements
...
Change-Id: Iaa25b7ba033d5e9c85cc2dc433197ed7b8b6cb89
2 years ago
Miłosz Moczkowski
ded8b109b9
Refactor custom notificationDot modifier
...
Change-Id: Ife24492a495b111f111a8bd16f21b7ebd469e5aa
2 years ago
Automerger
fab4768403
Merge branch 'github/main'
2 years ago
Milosz Moczkowski
2bf3018898
Merge pull request #763 from SimonMarquis/cleanup/unused-resources
...
Cleanup unused string resources
2 years ago
Automerger
7efc47f031
Merge branch 'github/main'
2 years ago
Tomáš Mlynarič
0f98e4b709
Simplify StartupBenchmark to just use StartupMode.COLD
...
Change-Id: I70186c3fdab43fb1ceebcce62105666551ede269
2 years ago
Milosz Moczkowski
eec9289be9
Merge pull request #764 from SimonMarquis/lint/ellipsis
...
Ellipsis string can be replaced with ellipsis character
2 years ago
Tomáš Mlynarič
5b8453b8d9
Merge branch 'main' into tm/metrics-one-folder
...
Change-Id: I00231b47daafbeb06c3435281a5c9864b46c8f54
2 years ago
Tomáš Mlynarič
375480a2f9
Make paths relative
...
Change-Id: Iefdf9b2a0313bbdc0532450bb10ca9b7cca41014
2 years ago
Simon Marquis
9aba5cc0fe
Cleanup unused string resources
2 years ago
Simon Marquis
b453386327
Ellipsis string can be replaced with ellipsis character
...
Lint: Replace `...` with ellipsis character `…`
2 years ago
Simon Marquis
97a55c9dd5
Merge `AndroidCIWithGmd.yaml` into `Build.yaml`
...
Add dependency on the `build` job, and add the same timeout of 55 minutes.
Closes #761
2 years ago
Simon Marquis
c882dbd507
Testing... To be removed!
2 years ago
Simon Marquis
04ddc86298
Enable `checkDependencies` and run lint tasks on project roots
2 years ago
Simon Marquis
62db986836
Add lint plugin to the `:lint` module
2 years ago
Simon Marquis
ec7b7ac668
Call `github/codeql-action/upload-sarif` with the root folder as argument
...
It does not support path globbing.
2 years ago
Simon Marquis
8ea9a8fa51
Android Lint improvements
...
- Create `LintConventionPlugin` to configure Lint on all compatible modules: Android applications, Android libraries and JVM modules.
- Run `lintProdRelease` in CI instead of the default `lintDemoDebug` which is less important compared to production code.
- Rearrange CI steps to make it more clear that Lint should is an additional step after build (build -> test -> lint).
- Enable SARIF support and upload results to GitHub's CodeQL to get inline feedback on PRs.
If we really need better perfs, we could restore `lint.checkDependencies = true` on the `:app` module and only execute `:app:lintProdRelease`.
But in practice, this does not change the total build time on this project.
2 years ago
Simon Marquis
502f9ed110
Remove `ExperimentalCoroutinesApi` and `FlowPreview` opt-in
...
```
> Task :core:model:compileKotlin
w: Opt-in requirement marker kotlinx.coroutines.ExperimentalCoroutinesApi is unresolved. Please make sure it's present in the module dependencies
w: Opt-in requirement marker kotlinx.coroutines.FlowPreview is unresolved. Please make sure it's present in the module dependencies
```
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
8f41a6b3ab
Cleanup proguard configuration
...
- Remove custom KotlinX Serialization config as it's already provided, see https://github.com/Kotlin/kotlinx.serialization#android .
- Delete empty config files.
2 years ago
Simon Marquis
1c8c881e0e
fixup
2 years ago
Simon Marquis
a49f732442
Mention core-designsystem module in the modularization journey docs
...
Closes #189
2 years ago
Automerger
23d8ebfee3
Merge branch 'github/main'
2 years ago