Skip to content

Conversation

@swift-kim
Copy link
Member

  • Rename some classes and properties. For example,
    • NotificationImageNotificationIcons
    • PropertyNotificationProperty
    • DisplayApplistNotificationStyle
  • Move TizenNotificationDetails and enum types (SoundType and VibrationType) to types.dart.
  • Set NotificationProperty.disableAppLaunch automatically if appControl is not set.
  • Improve the documentation.
  • Code cleanup and minor bug fixes.

/// Indicator.
static const int indicator = 1 << 3;
/// Display in the indicator area (the top of the screen).
static const int indicator = 1 << 1 | 1 << 3;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTIFICATION_DISPLAY_APP_TICKER and NOTIFICATION_DISPLAY_APP_INDICATOR do not work in the way they are documented and now they are a single property.

  • NOTIFICATION_DISPLAY_APP_INDICATOR has no effect on mobile (only NOTIFICATION_DISPLAY_APP_TICKER works in an unexpected way).
  • NOTIFICATION_DISPLAY_APP_TICKER is effectively the same as NOTIFICATION_DISPLAY_APP_INDICATOR on RPi.

Copy link
Contributor

@bbrto21 bbrto21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@JSUYA JSUYA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@swift-kim swift-kim merged commit 5a898a3 into flutter-tizen:master Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants