Skip to content

Commit 011a406

Browse files
committed
升级为2.0.0,并添加执行进度
1 parent 9128c62 commit 011a406

File tree

136 files changed

+2952
-1537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+2952
-1537
lines changed

.gitignore

Lines changed: 8 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,10 @@
1-
# Built application files
2-
3-
# Files for the ART/Dalvik VM
4-
*.dex
5-
6-
# Java class files
7-
*.class
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
341
*.iml
35-
.idea/workspace.xml
36-
.idea/tasks.xml
37-
.idea/gradle.xml
38-
.idea/assetWizardSettings.xml
39-
.idea/dictionaries
40-
.idea/libraries
41-
.idea/caches
42-
43-
# Keystore files
44-
# Uncomment the following line if you do not want to check your keystore files in.
45-
#*.jks
46-
47-
# External native build folder generated in Android Studio 2.2 and later
2+
.gradle
3+
/local.properties
4+
/.idea/
5+
/app/release/output.json
6+
.DS_Store
7+
/build
8+
/captures
489
.externalNativeBuild
49-
50-
# Google Services (e.g. APIs or Firebase)
51-
google-services.json
52-
53-
# Freeline
54-
freeline.py
55-
freeline/
56-
freeline_project_description.json
57-
58-
# fastlane
59-
fastlane/report.xml
60-
fastlane/Preview.html
61-
fastlane/screenshots
62-
fastlane/test_output
63-
fastlane/readme.md
10+
.cxx

.idea/codeStyles/Project.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.idea/markdown-navigator.xml

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator/profiles_settings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Bravobit
3+
Copyright (c) 2019 yangfeng1994
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)