Skip to content

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 13:01
· 653 commits to main since this release
d5713a6
  • Add zng::env::android_install_res helper.
  • Add zng::env::android_external.
  • Add zng_env::android_internal.
  • Add zng::view_process::default::android.
  • Implement Android suspend/resume cycle using the existing "respawn" API.
  • Add APP.is_suspended var.
  • Add VIEW_PROCESS_SUSPENDED_EVENT.
  • VIEW_PROCESS_INITED_EVENT now notifies a "respawn" on resume after suspension.
  • Breaking Add Event::Suspended.
    • Note that this is only a breaking change for direct dependents of zng-view-api.
  • Add ViewExtension::suspended/resumed.
  • Implement system fonts query for Android.
  • Implement conversions from FontStyle, FontWeight and FontStretch to the ttf-parser equivalent types.
  • Implement PartialOrd, Ord for FontName.
  • Add zng_view::platform.
  • Implemented Android run_same_process entry point.
  • Fixed Android build errors.
  • Fix gradient stops that mix positional stops with offset stops.
  • Fix build in platforms without AtomicU64.
  • Fix zng::env::bin in Wasm builds.