-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #149 from Super12138/compose-refactor
使用 Jetpack Compose 重构大部分功能
- Loading branch information
Showing
249 changed files
with
4,531 additions
and
8,515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"uniqueId": "com.dede.android_eggs:3.4.0", | ||
"artifactVersion": "3.4.0", | ||
"name": "AndroidEasterEggs", | ||
"developers": [ | ||
{ | ||
"name": "hushenghao" | ||
} | ||
], | ||
"description": "Collections the Android release Easter Egg", | ||
"website": "https://github.com/hushenghao/AndroidEasterEggs", | ||
"tag": "custom", | ||
"licenses": [ | ||
"Apache-2.0" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"uniqueId": "com.absinthe.libchecker:2.5.0", | ||
"artifactVersion": "2.5.0", | ||
"name": "LibChecker", | ||
"developers": [ | ||
{ | ||
"name": "LibChecker" | ||
} | ||
], | ||
"description": "An app to view libraries used in apps in your device.", | ||
"website": "https://github.com/LibChecker/LibChecker", | ||
"tag": "custom", | ||
"licenses": [ | ||
"Apache-2.0" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"uniqueId": "com.xinto.mauth:0.9.0", | ||
"artifactVersion": "0.9.0", | ||
"name": "Mauth", | ||
"developers": [ | ||
{ | ||
"name": "X1nto" | ||
} | ||
], | ||
"description": "A Material You Two-factor Authentication app", | ||
"website": "https://github.com/X1nto/Mauth/", | ||
"tag": "custom", | ||
"licenses": [ | ||
"GPL-3.0-or-later" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"uniqueId": "me.ash.reader:0.11.1", | ||
"artifactVersion": "0.11.1", | ||
"name": "Read You", | ||
"developers": [ | ||
{ | ||
"name": "Ashinch" | ||
} | ||
], | ||
"description": "An Android RSS reader presented in Material You style.", | ||
"website": "https://github.com/Ashinch/ReadYou/", | ||
"tag": "custom", | ||
"licenses": [ | ||
"GPL-3.0-or-later" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"uniqueId": "com.github.crayonxiaoxin.abc:1.0.1", | ||
"artifactVersion": "1.0.1", | ||
"name": "SkipAD", | ||
"developers": [ | ||
{ | ||
"name": "crayonxiaoxin" | ||
} | ||
], | ||
"description": "Android无障碍跳过开屏广告", | ||
"website": "https://github.com/crayonxiaoxin/SkipAD", | ||
"tag": "custom" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 0 additions & 52 deletions
52
app/schemas/cn.super12138.todo.logic.dao.ToDoRoomDB/1.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 0 additions & 38 deletions
38
app/src/main/kotlin/cn/super12138/todo/constant/Constants.kt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
app/src/main/kotlin/cn/super12138/todo/constant/GlobalValues.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.