Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Jan 15, 2025
1 parent 0783511 commit 1291d19
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 33 deletions.
23 changes: 12 additions & 11 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# root = true
#
# [*]
# indent_style = space
# indent_size = 4
# charset = utf-8
# trim_trailing_whitespace = true
# insert_final_newline = true
#
# [*.{kt, kts}]
# ij_kotlin_imports_layout = *
root = true

[*]
end_of_line=lf
charset=utf-8
indent_style = space
indent_size=4
insert_final_newline=true
trim_trailing_whitespace=true

[*.{kt, kts}]
ij_kotlin_imports_layout = *
22 changes: 3 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,26 +107,10 @@ ArcSeekBar for Android 是一个弧形的拖动条进度控件,配置参数完

## 版本日志

#### v1.1.1:2024-7-17
* 优化细节
#### 待发布版本([提前体验](test.md)
* 修复BUG:最大值多次动态变化后,会影响到进度拖动问题。([#14](https://github.com/jenly1314/ArcSeekBar/issues/14)

#### v1.1.0:2024-6-25
* 新增自定义属性`arcThumbDrawable`
* 优化细节

#### v1.0.3:2021-9-1 (从v1.0.3开始发布至 MavenCentral)
* 对外暴露更多getter和setter方法
* 新增arcTickOffsetAngle属性
* 发布至 **MavenCentral**

#### v1.0.2:2020-12-2
* 优化设置渐变色过程处理

#### v1.0.1:2020-9-16
* 优化细节

#### v1.0.0:2020-3-28
* ArcSeekBar初始版本
#### [查看更多版本日志](CHANGELOG.md)

## 赞赏
如果您喜欢ArcSeekBar,或感觉ArcSeekBar帮助到了您,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢 :smiley:
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
app:layout_constraintTop_toBottomOf="@+id/btn1"
android:onClick="onClick"/>

</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ theme:
- content.code.copy

extra:
generator: false
social:
- icon: material/home-circle
link: https://jenly1314.github.io/
Expand Down
4 changes: 2 additions & 2 deletions test.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## ~待发布版本~(已发布v1.1.1)
## 待发布版本

待发布版本暂使用 **Jit Pack** 仓库;待收集的一些问题测试稳定后,再统一发布正式版本至 **Maven Central** 仓库。

Expand All @@ -20,6 +20,6 @@
2. 在Module的 **build.gradle** 里面添加引入依赖项
```gradle
implementation 'com.github.jenly1314:ArcSeekBar:17b52aba64'
implementation 'com.github.jenly1314:ArcSeekBar:0783511bfd'
```

0 comments on commit 1291d19

Please sign in to comment.