Skip to content

Releases: jack850628/FloatWindow-Core

1.6.231202

03 Dec 13:12
8c1c6e7
Compare
Choose a tag to compare
  • 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

19 Jun 14:16
8c1c6e7
Compare
Choose a tag to compare
  • allow WindowKeyEvent is null

1.6.0515

20 May 07:17
Compare
Choose a tag to compare

v 1.6.0515

更新的內容

  1. 當視窗在全螢幕狀態時也會顯示最大化按鈕。

修正的內容

  1. 修正當在短時間內大量開啟多個全螢幕狀態的視窗時,有機率丟失部分視窗。

v 1.5.0330

更新的內容

  1. 在 WindowStruct 的 lifecycle (constructionAndDeconstructionWindow)中增加事件
  • onCreate
  • onPageInitialized
  • onDestroy
  1. 在 WindowStruct 增加事件監聽器
  • OnWindowStateChangeListener
  • OnWindowSizeChangeListener
  • OnWindowPositionChangeListener
  1. 將建立視窗時的參數傳遞資料結構由 Object[][] 改為 Map<String, Object>