feat: android app list page with search and icons

This commit is contained in:
2026-08-16 16:20:10 +08:00
parent bd56d89cf3
commit 0153ec38ae
6 changed files with 98 additions and 1 deletions
@@ -6,6 +6,8 @@ import android.os.Bundle
import android.util.Log
import android.view.WindowInsets
import android.view.WindowInsetsController
import top.yeij.hearth.app.AndroidAppSource
import top.yeij.hearth.app.AppRepository
import top.yeij.hearth.webview.JsBridge
import top.yeij.hearth.webview.WebViewManager
@@ -36,6 +38,7 @@ class MainActivity : Activity() {
deviceHeightPx = dm.heightPixels,
density = dm.density,
darkMode = darkMode,
appRepository = AppRepository(AndroidAppSource(this)),
)
WebViewManager(this).attach(bridge)
Log.d(