Skip to content

Releases: lighttigerXIV/layout-scaffold

2.0.2

21 Aug 14:38

Choose a tag to compare

  • Migrated to Gradle DSL
  • Bumped to Kotlin v2
  • Updated other dependencies

2.0.1

21 Nov 20:48

Choose a tag to compare

🩹 Fixes

  • Fixed content not showing in portrait in big screens

2.0.0

21 Nov 19:33

Choose a tag to compare

🔨 Added

  • Added isPhone() function
  • Added isFoldable() function

✨ Enhancements

  • Merged portrait and landscape navigation bar so now it's the same parameter:
LayoutScaffold(
  navigationBar = { isTablet, inLandscape ->
      // Your navbar content
  }
){isTablet, inLandscape ->
  // Your app content
}
  • Add comment documentation

🖊️ TLDR

The library now supports official screen sizes, added 2 helpful functions and added a small tutorial on how to check if foldables are open/half-open/closed.

1.1.0

04 Jan 20:52

Choose a tag to compare

  • Added inLandscape()
  • Added isTablet()

1.0.2

03 Jan 18:29

Choose a tag to compare

v 1.0.2