Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
liangwenke committed Feb 17, 2019
1 parent 93ba03e commit 14bab27
Show file tree
Hide file tree
Showing 131 changed files with 12,621 additions and 209 deletions.
27 changes: 9 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@
*.class

# Generated files
bin/
gen/
out/
build/
release/

# Gradle files
.gradle/
build/
/*/build/

# Local configuration file (sdk path, etc)
local.properties
app/keystore.properties

# Proguard folder generated by Eclipse
proguard/
Expand All @@ -32,19 +34,12 @@ proguard/
# Android Studio captures folder
captures/

# IntelliJ
# Intellij
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches
.idea/

# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
#*.jks
*.jks

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
Expand All @@ -57,9 +52,5 @@ freeline.py
freeline/
freeline_project_description.json

# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md
# Mac
*.DS_Store
29 changes: 29 additions & 0 deletions .idea/codeStyles/Project.xml

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

9 changes: 9 additions & 0 deletions .idea/misc.xml

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

10 changes: 10 additions & 0 deletions .idea/modules.xml

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

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

53 changes: 53 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
### 0.1.5

> 2017.06.28
增加 K线图成交量柱状图

![S70413-225235](Screenshots/S70628-230542.jpg)

### 0.1.4

> 2017.05.22
增加 蜡烛图实心空心设置

fixed #10

![](http://ww1.sinaimg.cn/large/006tNc79gy1ffu3gin235j30f00qoaar.jpg)

### 0.1.3

> 2017.04.25
添加 设置 X 轴、Y 轴 MarkerView 对齐方向

![](http://ww1.sinaimg.cn/large/006tNbRwgy1feysmzj8atg30dc0nkdy5.gif)

### 0.1.2

> 2017.04.24
添加 设置 Y 轴标签对齐方向属性

### 0.1.1

> 2017.04.17
修复 分时图布局文件中设置颜色大小无效的 bug

### 0.1.0

> 2017.04.13
支持在 XML 布局文件和代码中设置各个线条颜色、大小配置

支持左滑、右滑加载

支持长按高亮、短按点击、双指缩放事件

支持 fling 滑动

支持 MACD、RSI、KDJ、BOLL 四个指标

支持自定义的指标显示方式
Loading

0 comments on commit 14bab27

Please sign in to comment.