Skip to content

Commit

Permalink
add sound and brightness adjustment features
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongying committed Dec 26, 2024
1 parent 87d9007 commit 41e502c
Show file tree
Hide file tree
Showing 33 changed files with 360 additions and 164 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 更新日誌

### v1.3.8.12

* 在觸屏設備上可以調節聲音和亮度

### v1.3.8.14-kitkat

* 優化樣式

### v1.3.8.11-kitkat

* 新增視頻源後默認選中
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ adb install my-tv-0.apk

## 讚賞

![image](./screenshots/appreciate.jpeg)
![image](./screenshots/appreciate.png)

## 感謝

Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/lizongying/mytv0/ErrorFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class ErrorFragment : Fragment() {

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
(activity as MainActivity).ready(TAG)
}

fun setMsg(msg: String) {
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/lizongying/mytv0/LoadingFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class LoadingFragment : Fragment() {

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
(activity as MainActivity).ready(TAG)
}

override fun onDestroyView() {
Expand Down
Loading

0 comments on commit 41e502c

Please sign in to comment.