-
Notifications
You must be signed in to change notification settings - Fork 3
Update Android #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Android #56
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #56 +/- ##
==========================================
- Coverage 89.67% 88.65% -1.03%
==========================================
Files 170 95 -75
Lines 20825 16593 -4232
Branches 291 291
==========================================
- Hits 18675 14710 -3965
+ Misses 2147 1880 -267
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ab7919a
to
11eade4
Compare
77f37cb
to
9117757
Compare
633d5c7
to
94cd233
Compare
94cd233
to
87f3ca5
Compare
de2f4fe
to
4457191
Compare
ebdd73e
to
d492d59
Compare
84ae2e0
to
b1a2f14
Compare
b1a2f14
to
6af63b7
Compare
6af63b7
to
019b5d8
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing the JSoup upgrade breaks!
private fun isLineBreak(node: Node?): Boolean { | ||
return node is Element && node.tagName() == "br" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would have gone for a private fun Element.isLineBreak(): Boolean
extension function, but this works too.
|
This PR contains the following updates:
1.2.0
->1.2.1
1.19.1
->1.20.1
2.1.20
->2.1.21
0.3.8
->0.4.0
6.0.1.5171
->6.2.0.5505
2.0.0
->2.1.0
2.1.20
->2.1.21
2.1.20
->2.1.21
8.9.0
->8.10.1
8.9.0
->8.10.1
1.13.17
->1.14.2
1.13.17
->1.14.2
2.8.7
->2.9.1
1.7.0
->1.7.1
1.15.0
->1.16.0
2.8.7
->2.9.1
2025.03.00
->2025.06.00
1.10.1
->1.10.2
1.10.1
->1.10.2
1.10.1
->1.10.2
Release Notes
cashapp/turbine (app.cash.turbine:turbine)
v1.2.1
Compare Source
Changed
Fixed
testIn
with aCoroutineScope
that does not contain aJob
no longer throwsIllegalStateException
.jhy/jsoup (org.jsoup:jsoup)
v1.20.1
Changes
<foo />
)to close HTML elements by default. Foreign content (SVG, MathML), and content parsed with the XML parser, still
supports self-closing tags. If you need specific HTML tags to support self-closing, you can register a custom tag via
the
TagSet
configured inParser.tagSet()
, usingTag#set(Tag.SelfClose)
. Standard void tags (such as<img>
,<br>
, etc.) continue to behave as usual and are not affected by thischange. #2300.
ChangeNotifyingArrayList
,Document.updateMetaCharsetElement()
,Document.updateMetaCharsetElement(boolean)
,HtmlTreeBuilder.isContentForTagData(String)
,Parser.isContentForTagData(String)
,Parser.setTreeBuilder(TreeBuilder)
,Tag.formatAsBlock()
,Tag.isFormListed()
,TokenQueue.addFirst(String)
,TokenQueue.chompTo(String)
,TokenQueue.chompToIgnoreCase(String)
,TokenQueue.consumeToIgnoreCase(String)
,TokenQueue.consumeWord()
,TokenQueue.matchesAny(String...)
Functional Improvements
Tags, and provide a cleaner path for ongoing improvements. The specific HTML produced by the pretty-printer may be
different from previous versions. #2286.
TagSet
tag collection.Their properties can impact both the parse and how content is
serialized (output as HTML or XML). #2285.
Element.cssSelector()
will prefer to return shorter selectors by using ancestor IDs when available and unique. E.g.#id > div > p
instead ofhtml > body > div > div > p
#2283.Elements.deselect(int index)
,Elements.deselect(Object o)
, andElements.deselectAll()
methods to removeelements from the
Elements
list without removing them from the underlying DOM. Also addedElements.asList()
methodto get a modifiable list of elements without affecting the DOM. (Individual Elements remain linked to the
DOM.) #2100.
Connection.requestBodyStream(InputStream stream)
. #1122.Attributes. Also, added
Tag#prefix()
,Tag#localName()
,Attribute#prefix()
,Attribute#localName()
, andAttribute#namespace()
to retrieve these. #2299.Element#cssSelector()
will emitappropriately escaped selectors, and the QueryParser supports those. Added
Selector.escapeCssIdentifier()
andSelector.unescapeCssIdentifier()
. #2297, #2305Structure and Performance Improvements
QueryParser
into a clearer recursive descentparser. #2310.
div >> p
) will throw an explicit parseexception. #2311.
#2307.
HTML. #2304.
Parser
instances threadsafe, so that inadvertent use of the same instance across threads will not lead toerrors. For actual concurrency, use
Parser#newInstance()
perthread. #2314.
Bug Fixes
serializing. #1496.
encoded). #1743.
Document
to the W3C DOM inW3CDom
, elements with an attribute in an undeclared namespace nowget a declaration of
xmlns:prefix="undefined"
. This allows subsequent serialization to XML viaW3CDom.asString()
to succeed. #2087.
StreamParser
could emit the final elements of a document twice, due to howonNodeCompleted
was fired when closing out the stack. #2295.?
in<?xml version="1.0"?>
wouldincorrectly emit an error. #2298.
Element#cssSelector()
on an element with combining characters in the class or ID now produces the correct output. #1984.JetBrains/kotlin (org.jetbrains.kotlin:kotlin-bom)
v2.1.21
Backend. Native. Debug
KT-75991
Xcode 16.3: Fix lldb stepping test over an inline functionCompiler
KT-75992
Xcode 16.3: stacktraces on simulators are not symbolicatedKT-76663
KJS: KotlinNothingValueException caused by expression return since 2.1.20KT-75756
Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom scriptKT-76209
CONFLICTING_UPPER_BOUNDS onNothing
boundKT-70352
K2: False-negative CONFLICTING_UPPER_BOUNDS onNothing
boundKT-74739
Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"KT-75483
Native: redundant unboxing generated with smart castKT-71425
IR Inliner: investigate return type of an inlined blockNative
KT-76252
Native: executable crash with generic value classes with 2.1.20Native. C and ObjC Import
KT-75781
Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'Native. Runtime. Memory
KT-74280
Native: GC.collect crashes with -Xallocator=stdTools. CLI
KT-75588
[2.1.20-RC] "was compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler" warnings despite using the same compiler versionKT-74663
kotlinc-js CLI: not providing -ir-output-dir results in NullPointerExceptionTools. Compiler Plugins
KT-76162
"IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20Tools. Gradle
KT-73682
Compatibility with Gradle 8.12 releaseKT-73142
Kotlin Gradle plugin: Remove usage of Gradle's internal ExecHandleBuilderKT-36004
Update 'org.gradle.usage' attribute rules to support the 'JAVA_API' and 'JAVA_RUNTIME' valueKT-73968
KotlinDependencyManagement tries to mutate configuration after it was resolvedKT-73684
Run integration tests against Gradle 8.12KT-72694
Accessing Task.project during execution is being deprecated in Gradle 8.12KT-73683
Compile against Gradle API 8.12Tools. Gradle. JS
KT-77119
KJS: Gradle: Setting custom environment variables in KotlinJsTest tasks no longer worksKT-74735
KGP uses Gradle internalCompositeProjectComponentArtifactMetadata
KT-71879
Notice of upcoming deprecation for Boolean 'is-' properties in Gradle Groovy scriptsTools. Gradle. Multiplatform
KT-75808
KGP: MPP with jvm target and Gradle java-test-fixtures is brokenKT-75605
Dependency resolution fails in commonTest/nativeTest source sets for KMP module when depending on another project due to missing PSMKT-75512
Maven-publish: ArtifactId is not correct inpom
file with customizedwithXml
Tools. Incremental Compile
KT-62555
Wrong ABI fingerprint for inline function containing a lambdaKT-75883
Follow-up: switch from INSTANCE heuristic to outerClass chainTools. Kapt
KT-75936
K2 KAPT: unsupported FIR element kinds in constant evaluationKT-75942
K2 KAPT: underscore not allowed hereTools. Scripts
KT-76424
Dependencies in main.kts not working with 2.1.20KT-76296
Kotlin script compiler crashes when secondary constructor calls a functionKT-75589
Scripts: "IndexOutOfBoundsException in jdk.internal.util.Preconditions.outOfBounds" when trying to extend a class which uses global variableTools. Wasm
KT-76161
Wasm: "export startUnitTests was not found" after updating to Kotlin 2.1.20Kotlin/kotlinx.collections.immutable (org.jetbrains.kotlinx:kotlinx-collections-immutable)
v0.4.0
cashapp/molecule (app.cash.molecule:molecule-runtime)
v2.1.0
Compare Source
New:
SnapshotNotifier
enum to control whether Molecule automatically sends snapshot apply notifications.If you are using Molecule with another Compose-based library in a single application, you may want to disable our snapshot notification.
See the enum for details on when that is appropriate.
Additionally, the
app.cash.molecule.snapshotNotifier
system property can be set to one of the enum entry names to control the default process-wide.Changed:
RecompositionMode.Immediate
to send frames and cause recomposition to occur. This is observable, most notably, when aCoroutineDispatcher
is included, as now recompositions which occur after the first, synchronous one will occur on that dispatcher.Fixed:
mockk/mockk (io.mockk:mockk-android)
v1.14.2
Compare Source
What's Changed
Full Changelog: mockk/mockk@1.14.0...1.14.2
v1.14.0
Compare Source
What's Changed
New Contributors
Full Changelog: mockk/mockk@1.13.17...1.14.0
Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-test)
v1.10.2
Compare Source
kotlinx-coroutines-debug
JAR file including themodule-info.class
file twice, resulting in failures in various tooling (#4314). Thanks, @RyuNen344!Flow.stateIn
hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @francescotescari!.limitedParallelism
(#4330) and during flow collection (#4272).runBlocking
failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.