Releases: jack850628/FloatWindow-Core
Releases · jack850628/FloatWindow-Core
1.6.231202
- When the window state is set to 'mini' or 'hidden,' the width and height of the window content will remain unchanged.
- 當視窗狀態為mini或hidden時,視窗內容寬高會維持原本的大小。
1.6.230524
- allow WindowKeyEvent is null
1.6.0515
v 1.6.0515
更新的內容
- 當視窗在全螢幕狀態時也會顯示最大化按鈕。
修正的內容
- 修正當在短時間內大量開啟多個全螢幕狀態的視窗時,有機率丟失部分視窗。
v 1.5.0330
更新的內容
- 在 WindowStruct 的 lifecycle (constructionAndDeconstructionWindow)中增加事件
- onCreate
- onPageInitialized
- onDestroy
- 在 WindowStruct 增加事件監聽器
- OnWindowStateChangeListener
- OnWindowSizeChangeListener
- OnWindowPositionChangeListener
- 將建立視窗時的參數傳遞資料結構由 Object[][] 改為 Map<String, Object>