Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabricezhang/lcg
吾爱破解第三方安卓应用
https://github.com/fabricezhang/lcg
app jsoup mvvm
Last synced: 21 days ago
JSON representation
吾爱破解第三方安卓应用
- Host: GitHub
- URL: https://github.com/fabricezhang/lcg
- Owner: fabricezhang
- License: mit
- Created: 2019-07-03T08:23:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T17:59:23.000Z (about 2 months ago)
- Last Synced: 2024-10-20T21:31:18.265Z (about 2 months ago)
- Topics: app, jsoup, mvvm
- Language: Kotlin
- Homepage: https://www.52pojie.cn
- Size: 2.91 MB
- Stars: 741
- Watchers: 19
- Forks: 107
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - fabricezhang/lcg - 吾爱破解第三方安卓应用 (Kotlin)
README
# LCG
开源吾爱破解论坛APPUI参考了知乎、虎扑App及头条系各app的展示, 架构参考了Google官方的MVVM代码结构.
代码基本以kotlin为主,还有一些历史代码会逐渐切换到kotlin上来。论坛讨论贴: https://www.52pojie.cn/thread-1325357-1-1.html
## 主要支持功能
- 浏览52论坛各板块
- 支持账号密码方式登陆(存在偶尔需要重新登陆问题,待修复)
- 支持评论、点赞、收藏帖子
- 支持关注
- 支持阅读记录,避免错过内容
- 支持自动签到APK下载 蓝奏云
- [V1.8.7](https://fabirce.lanzoux.com/i46Z5j7scab)
## 相关技术
- 使用最新流行的[Coil](https://coil-kt.github.io/coil/)替换了Glide
- 参考并重写了[HtmlTextView](https://github.com/SufficientlySecure/html-textview)
- 做了App崩溃的自动重启,请参考代码AppGuard