Skip to content

Commit dfaf1ac

Browse files
committed
add file
1 parent 8a4181d commit dfaf1ac

29 files changed

Lines changed: 118 additions & 0 deletions

.gitignore

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Files for the ART/Dalvik VM
2+
*.dex
3+
4+
# Java class files
5+
*.class
6+
.classpath
7+
.project
8+
9+
# Generated files
10+
bin/
11+
gen/
12+
out/
13+
14+
# Gradle files
15+
.gradle/
16+
build/
17+
18+
# Local configuration file (sdk path, etc)
19+
local.properties
20+
21+
# Proguard folder generated by Eclipse
22+
proguard/
23+
24+
# Log Files
25+
*.log
26+
27+
# Android Studio Navigation editor temp files
28+
.navigation/
29+
30+
# Android Studio captures folder
31+
captures/
32+
33+
# Intellij
34+
*.iml
35+
.idea/workspace.xml
36+
.idea/tasks.xml
37+
.idea/gradle.xml
38+
.idea/dictionaries
39+
.idea/libraries
40+
41+
# Keystore files
42+
*.jks
43+
44+
# External native build folder generated in Android Studio 2.2 and later
45+
.externalNativeBuild
46+
47+
# Google Services (e.g. APIs or Firebase)
48+
google-services.json
49+
50+
# Freeline
51+
freeline.py
52+
freeline/
53+
freeline_project_description.json

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2017 壮飞
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
### TimetableView
2+
> [TimetableView](https://github.com/zfman/TimetableView)是一款开源的Android课程表控件,你可以在 [ChangeLog](https://github.com/zfman/TimetableView/wiki/版本说明) 查看本控件的开发进展,作者联系方式`1193600556@qq.com`
3+
4+
[TimetableView](https://github.com/zfman/TimetableView)是一款开源的、完善、高效的Android课程表控件。
5+
6+
- 支持xml设置属性
7+
- 丰富的课程工具包
8+
- 支持多种自定义
9+
- 课程颜色管理
10+
- ScrollView可替换
11+
- 调用简洁、性能高效
12+
- 可设置背景以及透明度
13+
- 数据源可添加额外信息
14+
- 空白格子可点击,课程项可长按
15+
- 月份宽度可设置
16+
- 周末可设置隐藏
17+
- 课表具体逻辑可自定义
18+
- 本地配置:配置隔离、加载、导出至文本
19+
- 课程颜色可指定
20+
21+
<img src="https://raw.githubusercontent.com/zfman/TimetableView/master/images/guaishou.jpeg" width="50%"/>
22+
23+
## 最新文档
24+
25+
文档请参见:[https://www.yuque.com/zhuangfei/timetableview/summary](https://www.yuque.com/zhuangfei/timetableview/summary)
26+
27+
完整案例-怪兽课表请参见:[https://github.com/zfman/hputimetable](https://github.com/zfman/hputimetable)
28+
29+
## 感谢贡献者
30+
> 感谢所有参与本项目以及帮助我一起完善这个项目的开发者~~
31+
32+
|用户 | Issues | pull request|
33+
| - | :-: | -: |
34+
|[Mystery00](https://github.com/Mystery00)|[#6.WeekView数组越界](https://github.com/zfman/TimetableView/issues/6) |[修复#6,并添加新功能](https://github.com/zfman/TimetableView/pull/7)|
35+
36+
## 关于作者
37+
38+
- 刘壮飞,目前大四
39+
- 目前学习方向:Android,php和网页也会一点
40+
- 欢迎大家找我交流技术,共同学习进步
41+
- QQ:1193600556
42+
- 酷安ID:@zhuangfei
43+
- [掘金博客:@壮飞](https://juejin.im/user/5ae25aa65188256717760523/posts)

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

apk/app-release.apk

1.93 MB
Binary file not shown.

images/guaishou.jpeg

40.3 KB
Loading
45.6 KB
Loading
50.3 KB
Loading

images/v1.x/img1.png

84 KB
Loading

images/v1.x/img2.png

109 KB
Loading

0 commit comments

Comments
 (0)