androidx/androidx 2031
Development environment for Jetpack Android extension libraries. Synchronized with Jetpack's primary development branch on AOSP.
A collection of talks given by Andrea Falcone
A community-curated list of conferences around the world for Android developers.
Documentation Engine for Kotlin
asfalcone/FirebaseUI-Android 0
UI bindings for Firebase
issue openedKotlin/dokka
Describe the bug vararg params are documented as an array
fun foo(params: IntArray)
Expected behaviour
fun foo(vararg params: Int)
Screenshots
DFunction and DParameter look like this

Installation
- Operating system: macOS
- Build tool: CLI
- Dokka version: 1.4.20-dev-1
created time in 9 days
issue commentKotlin/dokka
Strikethrough in javadoc removed the text
The DocumentationNode looks like

comment created time in 20 days
issue openedKotlin/dokka
Strikethrough in javadoc removed the text
Describe the bug
~~text~~ should be rendered as <del>text</del> but is rendered as <del></del> where the text is actually deleted rather than striked through
Using:
/**
* A brutally difficult function to ~~render~~. Good luck!
*/
Expected
<p>A brutally difficult function to <del>render</del>. Good luck!
</p>
Actual
<p>A brutally difficult function to
<del></del>
. Good luck!
</p>
Installation
- Operating system: all
- Build tool: cli
- Dokka version: 1.4.10-dev-70
created time in 20 days
push eventasfalcone/talks
commit sha a2e29935097a292cba93786b7925fe3a0effc988
Update README.md
push time in 25 days
push eventasfalcone/talks
commit sha aced544d66bb976253cdae429dd7f96ea817f36a
Update README.md
push time in 25 days
issue commentKotlin/dokka
dokkaHtml doesn't create code blocks with format
We're seeing the same thing in 1.4.0-rc in both javadoc and html formats
comment created time in a month
push eventasfalcone/androidx-1
commit sha a58362a69779a6d5c5e35e730da495c00daea6d4
Added adapter based on asyncpagingdatadiffer Test: Added unit tests and manually tested by adding a sample in SupportLeanbackDemos. Relnote: "Added adapter based on asyncpagingdatadiffer for leanback widgets" Change-Id: If0dfed7c38fd4a20271e9a12d45ab71d3eba0c26
commit sha 74ad4c9a363702345d7c3fe8bbbae86308a7ff65
[Text Cleanup] Add Some Marks. Bug: 161463604 Test: Manually RelNote: Add some Marks/Annotations for best practice reason. Change-Id: I66b206ffe0fe1a5ceb88bf0b0a2b0d84f2c3f6bd
commit sha c52e561983fff44ccbbf264d4f22bd667c57def3
Refactors androidx.compose.material:* libraries to the androidx.compose.material package name Bug: b/160233169 Test: ./gradlew checkApi Relnote: N/A Change-Id: I88fa572e8ffce491b80b4fb494205c8741c85976
commit sha a3474785255e266c12177fbab51a11b8c167d252
Report inspector parameters for LayoutPadding Bug: 158130075 Test: Unit test added. Relnote: N/A Change-Id: I57e664f6acfcd1a8609df9734e8d2611dba82a53
commit sha 04ac82bbb9cbbb6c8c8e5cad0f5d37fb42831633
Report inspector parameters for DrawBackground modifier Bug: 158130075 Test: Unit test added. Relnote: N/A Change-Id: I4171075c4af350ff16041eb3dd3cd196329972d5
commit sha 1721f5696263bb71148ed92bd64db613a1c4bbba
Report inspector parameter for PainterModifier Bug: 158130075 Test: Unit test added Relnote: N/A Change-Id: Ib2f6fbcb2248b559b35077b6b442a4288fb4379c
commit sha 51f577884284c441426378107e86ffa23bbfc0f1
Report inspector parameter for LayoutModifiers in LayoutSize.kt Bug: 158130075 Test: Unit test added Relnote: N/A Change-Id: Iec35f26aa2acc8597e21ca3cfbc5788be46e0daf
commit sha 78a47eb50ea1d9d41824892930ef2d670c3798d5
[GH] Add a link for github contributions. Test: N/A This is an imported pull request from https://github.com/AndroidX/androidx/pull/37. Resolves #37 Github-Pr-Head-Sha: c7d2429d40953771484124e07845950e7f6c7a55 GitOrigin-RevId: 03b25ef57bd593f172aca9c6504600ef2d781e6a Change-Id: I7de9dfe0443f0c383f91468a436ee9dcf99aecc7
commit sha 1bdefab1ef3e8a54a30ef183142841d4e1561a06
Merge "[Text Cleanup] Add Some Marks." into androidx-master-dev
commit sha 109341c2133a2aed3fe5207f36ce8a2fedaf2947
Merge "Added adapter based on asyncpagingdatadiffer" into androidx-master-dev
commit sha 8673cae1ea5982f5b0d574d56f358158dcc285dc
Merge changes Ib2f6fbcb,I4171075c,I57e664f6 into androidx-master-dev * changes: Report inspector parameter for PainterModifier Report inspector parameters for DrawBackground modifier Report inspector parameters for LayoutPadding
commit sha 41bf57a0691f0663fbea20ae85d66f9648277eb0
Merge "Report inspector parameter for LayoutModifiers in LayoutSize.kt" into androidx-master-dev
commit sha 6d3e96a4fbb534faacfc63b62a23f47349172725
Merge "Refactors androidx.compose.material:* libraries to the androidx.compose.material package name" into androidx-master-dev
commit sha eb192a35f44b4094d470f6c2fa8b9205abb8e8b0
Merge "[GH] Add a link for github contributions." into androidx-master-dev
commit sha d17958570f58535d99541c2ef2111df87218578a
Update Maven URL in README Test: Manual
push time in 2 months
push eventasfalcone/androidx-1
commit sha b3e2112713673796bcb767f01bdc4a38061c1f41
Update Maven URL in README Test: Manual
push time in 2 months
push eventasfalcone/androidx-1
commit sha 98d92d68738f53b59825ecce7b7bb9b6ca5a7887
[Text Cleanup] Add Some Marks. Bug: 161463604 Test: Manually RelNote: Add some Marks/Annotations for best practice reason. Change-Id: I66b206ffe0fe1a5ceb88bf0b0a2b0d84f2c3f6bd
commit sha 497642623423516b5734c158840c52f40e090cad
Added adapter based on asyncpagingdatadiffer Test: Added unit tests and manually tested by adding a sample in SupportLeanbackDemos. Relnote: "Added adapter based on asyncpagingdatadiffer for leanback widgets" Change-Id: If0dfed7c38fd4a20271e9a12d45ab71d3eba0c26
commit sha 5a33d63e6ce0df1b03b9b1f1759c59fe5f385249
Report inspector parameters for LayoutPadding Bug: 158130075 Test: Unit test added. Relnote: N/A Change-Id: I57e664f6acfcd1a8609df9734e8d2611dba82a53
commit sha 82007b3ef3d6fef70f8efbdf4f4727ee8a8a317e
Report inspector parameters for DrawBackground modifier Bug: 158130075 Test: Unit test added. Relnote: N/A Change-Id: I4171075c4af350ff16041eb3dd3cd196329972d5
commit sha 77050f2400d344f3e21b99c02442687e26302174
Report inspector parameter for PainterModifier Bug: 158130075 Test: Unit test added Relnote: N/A Change-Id: Ib2f6fbcb2248b559b35077b6b442a4288fb4379c
commit sha ac137c7d1b44147fb914285dc12f62953b33f72c
Report inspector parameter for LayoutModifiers in LayoutSize.kt Bug: 158130075 Test: Unit test added Relnote: N/A Change-Id: Iec35f26aa2acc8597e21ca3cfbc5788be46e0daf
commit sha de8ef62f7839b9c17adfcd823c19d8c1cdf7bb37
Refactors androidx.compose.material:* libraries to the androidx.compose.material package name Bug: b/160233169 Test: ./gradlew checkApi Relnote: N/A Change-Id: I88fa572e8ffce491b80b4fb494205c8741c85976
commit sha cee9471a77de02e73bf470f531a3fd574c418580
[GH] Add a link for github contributions. Test: N/A This is an imported pull request from https://github.com/AndroidX/androidx/pull/37. Resolves #37 Github-Pr-Head-Sha: c7d2429d40953771484124e07845950e7f6c7a55 GitOrigin-RevId: 03b25ef57bd593f172aca9c6504600ef2d781e6a Change-Id: I7de9dfe0443f0c383f91468a436ee9dcf99aecc7
push time in 2 months
push eventasfalcone/androidx-1
commit sha 3fcf79ae9d4a186e61ae4b706806ac58c6894c5b
Update Maven URL in README Test: Manual
push time in 2 months
push eventasfalcone/androidx-1
commit sha 50da006c7972aad5a60d2c63b8146431f7a43192
Update Maven URL in README
push time in 2 months
pull request commentKotlin/dokka
Can I ask why Jackson is required instead of kotlinx.serialization?
comment created time in 2 months