This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 此外,我们发现当运行 HyperOS 的手机设备处于横屏状态时,它不会显示灵动额头,所以此时我们回到显示普通 Toast 消息
- Loading branch information
Showing
8 changed files
with
189 additions
and
166 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
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
17 changes: 17 additions & 0 deletions
17
app/src/main/kotlin/top/yukonga/update/logic/viewModel/MainViewModel.kt
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,17 @@ | ||
package top.yukonga.update.logic.viewModel | ||
|
||
import androidx.lifecycle.ViewModel | ||
|
||
class MainViewModel : ViewModel() { | ||
var device: String? = null | ||
var version: String? = null | ||
var codebase: String? = null | ||
var branch: String? = null | ||
var filename: String? = null | ||
var filesize: String? = null | ||
var bigversion: String? = null | ||
var officialDownload: String? = null | ||
var officialText: String? = null | ||
var cdnDownload: String? = null | ||
var changelog: String? = null | ||
} |
Oops, something went wrong.