All Projects → tuarua → DesktopToastANE

tuarua / DesktopToastANE

Licence: MIT license
Adobe Air Native Extension for displaying adaptive and interactive toast notifications in Windows 8, 10 and OSX

Programming Languages

C++
36643 projects - #6 most used programming language
actionscript
884 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
objective c
16641 projects - #2 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to DesktopToastANE

AIRFacebook-ANE
Native extension for Adobe AIR providing cross-platform API to Facebook SDK 4
Stars: ✭ 19 (-32.14%)
Mutual labels:  adobe-air, native-extension, ane
Swift-IOS-ANE
FlashRuntimeExtensions.swift. Example Air Native Extension written in Swift 5 for iOS, macOS and tvOS
Stars: ✭ 56 (+100%)
Mutual labels:  adobe-air, native-extension, ane
Firebase-ANE
Firebase ANE collection give you access to the Google Firebase project in your AdobeAir projects supported on both Android and iOS with 100% identical ActionScript API.
Stars: ✭ 56 (+100%)
Mutual labels:  adobe-air, ane
common-dependencies-ANE
In this repository find all the required shared libraries for our Air Native Extensions to make sure your final app will have the minimum required libraries so your app won't be unnecessarily huge in size.
Stars: ✭ 24 (-14.29%)
Mutual labels:  adobe-air, ane
AR-ANE-Samples
MyAR is an augmented reality Air Native Extension supporting Android and iOS based on Wikitude SDK
Stars: ✭ 39 (+39.29%)
Mutual labels:  adobe-air, ane
ANE-AndroidSupport
Android Support Library Native Extension
Stars: ✭ 21 (-25%)
Mutual labels:  adobe-air, ane
ANE-GooglePlayServices
Shared library including the Google Play Services Client Library
Stars: ✭ 19 (-32.14%)
Mutual labels:  adobe-air, ane
vue-dk-toast
Lightweight toast-notification plugin for Vue 3 🍞
Stars: ✭ 23 (-17.86%)
Mutual labels:  toast
EasyToast
An Android library that takes the standard Android Toast to the next level with built-in icons from font-awesome and many styling options that gives your app and user experience an extra awesome feeling!
Stars: ✭ 18 (-35.71%)
Mutual labels:  toast
react-native-whc-toast
A react native module to show toast alert, it works on iOS and Android.
Stars: ✭ 20 (-28.57%)
Mutual labels:  toast
react-awesome-toasts
Toast notifications for react.
Stars: ✭ 64 (+128.57%)
Mutual labels:  toast
AdMob-ANE
AdMob Adobe Air Native Extension for iOS 10.0+, Android 19+. Supports Banner, Interstitial and RewardVideo ads
Stars: ✭ 26 (-7.14%)
Mutual labels:  adobe-air
NotificationToast
Google toast the Apple way !
Stars: ✭ 132 (+371.43%)
Mutual labels:  toast
RTL-Toast
Android Toast For RTL Applications
Stars: ✭ 16 (-42.86%)
Mutual labels:  toast
Sentinel
👀 Native notifications for League of Legends
Stars: ✭ 38 (+35.71%)
Mutual labels:  toast
learnwithjason.dev
Boop Crew HQ
Stars: ✭ 101 (+260.71%)
Mutual labels:  toast
SteamAchievementNotifier
Steam Achievement Notifier is an Electron application that shows a customisable notification when you unlock any Steam Achievement! It uses the Steam Web API to track achievement stats in real time, and displays an achievement summary within the notification.
Stars: ✭ 77 (+175%)
Mutual labels:  toast
SimpleToast
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or MacOS applications in SwiftUI. Because of the flexibility to show any content it is also possible to use the library for showing simple modals.
Stars: ✭ 131 (+367.86%)
Mutual labels:  toast
Adobe-Runtime-Support
Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
Stars: ✭ 163 (+482.14%)
Mutual labels:  adobe-air
YYBottomSheet
Simple and Clear BottomSheet
Stars: ✭ 45 (+60.71%)
Mutual labels:  toast

DesktopToastANE

paypal

Adobe Air Native Extension written in ActionScript 3 and C++ for displaying adaptive and interactive toast notifications in Windows 8.1, Windows 10 and UserNotificiations on macOS 10.12.1. Sample client included

alt tag

alt tag

Prerequisites

You will need:

The ANE + Dependencies

Change directory into the example folder eg

cd /MyMac/dev/AIR/DesktopToast-ANE/example

Run the "air-tools" command (You will need AIR-Tools installed)

air-tools install

NEW This tool now:

  1. Downloads the ANE and dependencies.
  2. Applies all required Android Manifest, InfoAdditons and Entitlements to your app.xml. See air package.json

Windows Installation - Important!

Tech

DesktopToastANE uses the following libraries:
C++

Prerequisites

You will need

  • Flash Builder 4.7 or IntelliJ IDEA
  • AIR 29
  • MS Visual Studio 2017 if you wish to modify the ANE code on Windows
  • Xcode 11.3 if you wish to modify the ANE code on macOS
  • wget on macOS via brew install wget

Known Issues

You should use a different appName when debugging. The required .lnk file created in \AppData\Roaming\Microsoft\Windows\Start Menu\Programs will point to adl initially.

References

https://blogs.msdn.microsoft.com/tiles_and_toasts/2015/07/02/adaptive-and-interactive-toast-notifications-for-windows-10/
https://blogs.msdn.microsoft.com/tiles_and_toasts/2015/10/16/quickstart-handling-toast-activations-from-win32-apps-in-windows-10/
https://github.com/WindowsNotifications/desktop-toasts

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].