Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4911fbb
创建分支kotlin
Jan 21, 2019
7d395e4
MainActivity.java转化为MainActivity.kt
Jan 22, 2019
6a54117
修改一些细节
Jan 22, 2019
9e9d1f0
code_backup
Jan 24, 2019
dee30f9
出错
Jan 24, 2019
8a17e60
解决报错的有两处: 1、.subscribe(observer):None of the following functions can …
Jan 24, 2019
8cbf063
转化BaseActivity.java为BaseActivity.kt
Jan 25, 2019
88ba64d
所有Activity都已转化为kt
Jan 25, 2019
569cec6
把所有Fragment转化为kt
Jan 25, 2019
9181311
把所有adapter已转化为kt
Jan 25, 2019
ef37dfd
把所有的Presenter和Contract转化为kt
Jan 25, 2019
8c65564
把app模块中的view都转化为kt
Jan 25, 2019
0832ac8
把application、email、utils转化为kt
Jan 26, 2019
c7ddaf2
实现view转化kt
Jan 30, 2019
0e654c1
实现view转化kt
Jan 30, 2019
dfe59cd
把thirdframe转化为kt
Jan 30, 2019
96333ad
mmodel转化为kt
Jan 30, 2019
44c663e
解决webview崩溃问题
Jan 30, 2019
d9a477e
修改readme
Jan 30, 2019
b939ff0
删除code_backup代码
Feb 13, 2019
10d63c2
把http换成https解决不能登录问题
Apr 28, 2019
fce254f
http改为https
Jul 12, 2019
9f9c720
优化代码
Sep 22, 2019
1ad458a
优化代码
Sep 22, 2019
5fe3d57
升级gradle版本
Sep 25, 2019
001de66
优化代码
Oct 8, 2019
e95a14d
Delete .idea directory
Nov 20, 2022
bbfec59
refactor(app):把代码移动出文件夹
Nov 9, 2022
046177b
refactor(GreenDao):解决greendao编译不过,entity不支持kotlin
Nov 20, 2022
493308f
refactor(Base):精简basemodule包名
Nov 20, 2022
7a5eac2
refactor(APP):优化UI
Nov 27, 2022
6a4b020
refactor(Main):返回当前页面不判断是否有权限
Nov 27, 2022
baa3969
refactor(APP):替换签名文件
Nov 27, 2022
8f3a038
refactor:集成AndroidX
Dec 11, 2022
1f8b435
refactor:优化以来第三方库版本
Dec 11, 2022
b9e26a6
refactor(Adapter):优化文章、项目适配器UI
Jan 17, 2023
878e97c
refactor(App):优化代码
Jan 17, 2023
35a7a7c
refactor(App):优化退出登录流程
Jan 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
*.iml
.gradle
/local.properties
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea
.DS_Store
/build
/captures
.externalNativeBuild
.idea/
Binary file added .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file added .idea/caches/gradle_models.ser
Binary file not shown.
137 changes: 112 additions & 25 deletions .idea/codeStyles/Project.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/compiler.xml

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

4 changes: 4 additions & 0 deletions .idea/encodings.xml

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

10 changes: 9 additions & 1 deletion .idea/gradle.xml

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

35 changes: 35 additions & 0 deletions .idea/jarRepositories.xml

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

7 changes: 7 additions & 0 deletions .idea/kotlinc.xml

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

17 changes: 14 additions & 3 deletions .idea/misc.xml

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

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

This file was deleted.

3 changes: 2 additions & 1 deletion .idea/vcs.xml

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

Binary file not shown.
29 changes: 0 additions & 29 deletions AndroidLearnProject/.idea/codeStyles/Project.xml

This file was deleted.

20 changes: 0 additions & 20 deletions AndroidLearnProject/.idea/gradle.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading