Skip to content
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

AND-7729 Update Lib #3

Merged
merged 99 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
f71321a
Show a `Marker` for columns with y-axis value equal to 0
Gowsky Mar 27, 2024
5657a65
`ColumnCartesianLayer`: Fix issues affecting data labels
Gowsky Apr 21, 2024
efb62c6
Fix `TextComponent` styling bug
Gowsky Mar 29, 2024
377f354
`ComposedChartEntryModelProducer.build`: Make `transaction` nullable
patrickmichalik Apr 27, 2024
a4444a0
`ChartEntryModelProducer`: Make `entryCollections` parameter of prima…
patrickmichalik Apr 27, 2024
37ffa41
Update `version_name`
patrickmichalik Apr 27, 2024
c23a821
Update dependency io.mockk:mockk to v1.13.11
renovate[bot] May 29, 2024
e077e81
Update dependency org.jetbrains.dokka to v1.9.20
renovate[bot] May 30, 2024
fc94273
Update detekt to v1.23.6
renovate[bot] May 30, 2024
e971639
Fix `VerticalAxis` applying excessive maximum width to labels
patrickmichalik May 21, 2024
6914153
Fix `VerticalAxis` incorrectly using `tickLength` for horizontal insets
Gowsky May 22, 2024
b9fc993
Fix `BaseChartView.onTouchEvent()`
Gowsky May 15, 2024
18f628f
Update dependency androidx.activity:activity-compose to v1.9.0
renovate[bot] May 30, 2024
83a4d3f
Update dependency androidx.annotation:annotation to v1.8.0
renovate[bot] May 30, 2024
33e56f8
Update dependency androidx.core:core-ktx to v1.13.1
renovate[bot] May 30, 2024
4fe5745
Update dependency androidx.appcompat:appcompat to v1.7.0
renovate[bot] May 31, 2024
ac61fad
Update dependency androidx.compose:compose-bom to v2024.05.00
renovate[bot] May 31, 2024
edfb314
Update dependency com.google.android.material:material to v1.12.0
renovate[bot] May 31, 2024
53286db
Update dependency gradle to v8.7
renovate[bot] May 31, 2024
c96c385
Update dependency com.android.tools.build:gradle to v8.4.1
renovate[bot] May 31, 2024
37aa5f7
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1…
renovate[bot] May 31, 2024
a6b862e
Update lifecycle to v2.8.1
renovate[bot] May 31, 2024
885d1b5
Update actions/checkout action to v4
renovate[bot] May 31, 2024
bcc3af5
Update actions/setup-java action to v4
renovate[bot] May 31, 2024
7442403
Update actions/upload-artifact action to v4
renovate[bot] May 31, 2024
cd14d53
Update gradle/gradle-build-action action to v3
renovate[bot] May 31, 2024
50f35e0
Update dependency gradle to v8.8
renovate[bot] Jun 1, 2024
a877279
Update softprops/action-gh-release action to v2
renovate[bot] Jun 1, 2024
73a7f7c
Handle precision errors when calculating `xStepMultiplier`
Gowsky May 31, 2024
eec7bb7
Make `VerticalAxis`-related fixes
patrickmichalik May 31, 2024
aec4bdc
Update kotlin monorepo to v2
renovate[bot] Jun 1, 2024
87e2e17
Update Compose Compiler
patrickmichalik May 21, 2024
095d05d
Update `kotlinc.xml`
patrickmichalik Jun 1, 2024
ed347e6
Update dependency app.cash.paparazzi:paparazzi-gradle-plugin to v1.3.4
renovate[bot] Jun 5, 2024
dc5352e
Update Paparazzi setup and reference images
patrickmichalik Jun 5, 2024
d120b2f
Update `version_name`
patrickmichalik Jun 5, 2024
ac0804f
Update dependency com.android.tools.build:gradle to v8.4.2
renovate[bot] Jun 10, 2024
2a00911
Update dependency com.android.tools.build:gradle to v8.4.2
renovate[bot] Jun 10, 2024
cc735d1
Update lifecycle to v2.8.2
renovate[bot] Jun 12, 2024
c31c3d5
Update dependency androidx.compose:compose-bom to v2024.06.00
renovate[bot] Jun 12, 2024
566121b
Update lifecycle to v2.8.2
renovate[bot] Jun 12, 2024
3b33640
Update dependency androidx.compose:compose-bom to v2024.06.00
renovate[bot] Jun 13, 2024
b387caa
Update dependency com.android.tools.build:gradle to v8.5.0
renovate[bot] Jun 13, 2024
2321b71
Update dependency com.android.tools.build:gradle to v8.5.0
renovate[bot] Jun 13, 2024
b9addce
Change the constant `MAX_LABEL_WIDTH_KEY` in `VerticalAxis` to an ins…
Gowsky Jun 19, 2024
2c103d1
Update `version_name`
patrickmichalik Jun 19, 2024
ee5c736
Make publishing-related updates
patrickmichalik Jun 20, 2024
b154c7c
Make publishing-related updates
patrickmichalik Jun 20, 2024
ff6f2ed
Support nested scrolling in the `compose` module
Gowsky Jun 21, 2024
b931d96
Update `version_name`
patrickmichalik Jun 23, 2024
eae7b80
Merge `v1` into `master`
patrickmichalik Jun 24, 2024
a93978b
Deprecate `rememberAxisTickComponent` that takes a Compose `Shape`
Gowsky Jun 24, 2024
deaa701
Update dependency androidx.test:core-ktx to v1.6.0
renovate[bot] Jun 24, 2024
d48f115
Update dependency androidx.test:core-ktx to v1.6.1
renovate[bot] Jun 27, 2024
8e6b826
Rename selected XML attributes
patrickmichalik Jun 27, 2024
fea7880
Update `rememberHorizontalBox` and `rememberHorizontalLine` documenta…
patrickmichalik Jun 27, 2024
785a88e
`CartesianChartModelProducer`: Make constructor public, and deprecate…
patrickmichalik Jun 27, 2024
5a44afd
Remove `FULL_DEGREES`
patrickmichalik Jun 27, 2024
c0d0b4a
Restrict `NEW_PRODUCER_ERROR_MESSAGE` visibility
patrickmichalik Jun 27, 2024
2b3cd4e
Update junit5 monorepo to v5.10.3
renovate[bot] Jun 27, 2024
ccd7318
`CartesianChartModelProducer.Transaction`: Rename `updateExtras` to `…
patrickmichalik Jun 28, 2024
b8c1802
Make scroll- and zoom-related updates
patrickmichalik Jun 28, 2024
6eda1da
“Bug” issue form: Update version drop-down
patrickmichalik Jun 28, 2024
10eef59
`CartesianChartModelProducer`: Make `Transaction` constructor public,…
patrickmichalik Jun 29, 2024
313f44f
Update `CartesianChartModelProducer` to use `CoroutineScope.launch` f…
patrickmichalik Jun 29, 2024
f599801
Make `Insets`-related updates
patrickmichalik Jun 29, 2024
cbd91e6
Rename `BoundsAware` to `Bounded`
patrickmichalik Jun 30, 2024
32f3c04
Add missing `@suppress`
patrickmichalik Jun 30, 2024
bdd33b1
Improve `HorizontalAxis.updateHorizontalDimensions`
patrickmichalik Jun 30, 2024
cb033c3
Update lifecycle to v2.8.3
renovate[bot] Jul 1, 2024
0a74eda
Make fixes and improvements to `ShapeComponent`
patrickmichalik Jul 2, 2024
a1d10c0
Update `version_name`
patrickmichalik Jul 3, 2024
0da9183
Fix `CartesianChartModelProducer` concurrency issues
patrickmichalik Jul 4, 2024
e0b1516
Update `CartesianChartModelProducer.unregisterFromUpdates` documentation
patrickmichalik Jul 4, 2024
831308d
Rename `Shape.drawShape` to `Shape.draw` and deprecate the old function
Gowsky Jul 4, 2024
688aee4
Update `Project.xml` and `compiler.xml`
Gowsky Jul 4, 2024
b042e78
Ignore `studiobot.xml`
Gowsky Jul 4, 2024
57451f8
Rename `FadingEdges.applyFadingEdges` to `FadingEdges.draw` and depre…
Gowsky Jul 4, 2024
bdae598
“Bug” issue form: Update version drop-down
patrickmichalik Jul 4, 2024
0a0ed86
Add `CacheStore`, and deprecate `MeasureContext.extraStore`
patrickmichalik Jul 5, 2024
3760fcd
Reduce host responsibility, add `LineCartesianLayer.PointProvider`, a…
patrickmichalik Jul 12, 2024
ca1a4a0
`DefaultVerticalAxisItemPlacer.Mode.Step.getPartialLabelValues`: Add …
patrickmichalik Jul 13, 2024
9dbb7f6
Update `version_name`
patrickmichalik Jul 13, 2024
5cc2586
Dokka: Enable inherited-member exclusion
patrickmichalik Jul 14, 2024
b7d54ae
Make `TextComponent` companion object private
patrickmichalik Jul 14, 2024
66e908c
“Bug” issue form: Update version drop-down
patrickmichalik Jul 14, 2024
4ca7270
Update dependency com.android.tools.build:gradle to v8.5.1
renovate[bot] Jul 14, 2024
0a04780
Update dependency gradle to v8.9
renovate[bot] Jul 14, 2024
12d4a1a
Update dependency io.mockk:mockk to v1.13.12
renovate[bot] Jul 15, 2024
96bbf00
Update API to use `Double` for `CartesianChart` data
patrickmichalik Jul 15, 2024
dde54b8
Make `Component`-related updates, restrict visibility of selected API…
patrickmichalik Jul 16, 2024
b9f0383
Update `version_name`
patrickmichalik Jul 16, 2024
7c57310
“Bug” issue form: Update version drop-down
patrickmichalik Jul 21, 2024
a62bcbc
Fix `TextComponent` ignoring `color` and `typeface`
patrickmichalik Jul 21, 2024
7f6baa5
Add missing `@suppress` comments
patrickmichalik Jul 21, 2024
e99153b
Update `version_name`
patrickmichalik Jul 21, 2024
7e7a22f
Add missing `@suppress` comments
patrickmichalik Jul 22, 2024
ff68cd2
Merge branch 'refs/heads/master' into tangem-master
MasterBin Jul 24, 2024
2080115
AND-7729 [Markets] Update lib
MasterBin Jul 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
/.idea/other.xml
/.idea/codeStyles/Project.xml
/.idea/inspectionProfiles/Project_Default.xml
/.idea/studiobot.xml

*.iml
.gradle
Expand Down
4 changes: 3 additions & 1 deletion .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
[versions]
accompanist = "0.34.0"
activity = "1.9.0"
agp = "8.4.1"
agp = "8.5.1"
androidXAnnotation = "1.8.0"
androidXCore = "1.13.1"
appcompat = "1.7.0"
composeBom = "2024.05.00"
composeBom = "2024.06.00"
composeNavigation = "2.7.7"
composeStableMarker = "1.0.5"
coroutines = "1.8.1"
desugar_jdk_libs = "2.0.4"
dokka = "1.9.20"
jUnit = "4.13.2"
jUnitExt = "1.1.5"
jupiter = "5.10.2"
jupiter = "5.10.3"
kotlin = "2.0.0"
lifecycle = "2.8.1"
lifecycle = "2.8.3"
material = "1.12.0"
mockK = "1.13.11"
mockK = "1.13.12"
paparazziGradlePlugin = "1.3.4"
testCore = "1.5.0"
testCore = "1.6.1"

[libraries]
activityCompose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity" }
Expand All @@ -32,6 +33,7 @@ composeMaterial = { group = "androidx.compose.material", name = "material" }
composeMaterial3 = { group = "androidx.compose.material3", name = "material3" }
composeNavigation = { group = "androidx.navigation", name = "navigation-compose", version.ref = "composeNavigation" }
composePreview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
composeStableMarker = { group = "com.github.skydoves", name = "compose-stable-marker", version.ref = "composeStableMarker" }
composeUI = { group = "androidx.compose.ui", name = "ui" }
composeUITooling = { group = "androidx.compose.ui", name = "ui-tooling" }
composeViewBinding = { group = "androidx.compose.ui", name = "ui-viewbinding" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#

##############################################################################
#
Expand Down Expand Up @@ -84,7 +86,8 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
2 changes: 2 additions & 0 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem

@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading