Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

v0.1.2 release

Compare
Choose a tag to compare
@benlau benlau released this 03 Sep 17:57
· 308 commits to master since this release

New Components & Features

  1. Support tintColor in QADrawableProvider.
  2. ListItem
  3. FloatingActionButton

System

  1. QADrawableProvider
    1. Supported to load image from drawable/ folder. Not only from drawable-*dpi
    2. May tint a drawable image by using tintColor argument to provider.

Android Integration

  1. Added QuickAndroidActivity.java as an alternative Activity class for launching Qt application
    1. Once the onActivityResult() is invoked, it will forward the arguments to SystemDispatcher
  2. SystemDispatcher
    1. Add onActivityResult() helper function to forward the arguments passed to onActivityResult.

ActionBar:

  1. Align icon and title according to keyline as described in Material design
  2. Renamed the "icon" property to "iconSource"

Deprecated:

  1. DividerHorzonalHoloLight - Replaced by ListDivider