{"id":18859389,"url":"https://github.com/tuarua/desktoptoastane","last_synced_at":"2025-04-14T12:14:28.569Z","repository":{"id":46001925,"uuid":"75497707","full_name":"tuarua/DesktopToastANE","owner":"tuarua","description":"Adobe Air Native Extension for displaying adaptive and interactive toast notifications in Windows 8, 10 and OSX ","archived":false,"fork":false,"pushed_at":"2023-03-04T12:09:49.000Z","size":24359,"stargazers_count":28,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T12:14:16.650Z","etag":null,"topics":["actionscript","adobe-air","ane","native-extension","osx","swift","toast"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tuarua.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-12-03T20:11:55.000Z","updated_at":"2022-02-28T05:49:00.000Z","dependencies_parsed_at":"2024-02-01T20:08:19.867Z","dependency_job_id":"7bf11af8-9e1c-4f4d-82db-8ff00bcd189b","html_url":"https://github.com/tuarua/DesktopToastANE","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuarua%2FDesktopToastANE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuarua%2FDesktopToastANE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuarua%2FDesktopToastANE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuarua%2FDesktopToastANE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuarua","download_url":"https://codeload.github.com/tuarua/DesktopToastANE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877960,"owners_count":21176244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actionscript","adobe-air","ane","native-extension","osx","swift","toast"],"created_at":"2024-11-08T04:17:37.079Z","updated_at":"2025-04-14T12:14:28.540Z","avatar_url":"https://github.com/tuarua.png","language":"C++","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=6WW2HJLAQUBXU"],"categories":[],"sub_categories":[],"readme":"## DesktopToastANE\n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=6WW2HJLAQUBXU)\n\nAdobe 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.\nSample client included\n\n![alt tag](https://raw.githubusercontent.com/tuarua/DesktopToastANE/master/screenshots/screenshot1.png)\n\n![alt tag](https://raw.githubusercontent.com/tuarua/DesktopToastANE/master/screenshots/screenshot2.jpg)\n\n\n## Prerequisites\n\nYou will need:\n\n- IntelliJ IDEA\n- AIR 33.1.1.217+\n- [.Net Core Runtime](https://dotnet.microsoft.com/download/dotnet-core/3.1)\n- [AIR-Tools](https://github.com/tuarua/AIR-Tools/)\n\n##### The ANE + Dependencies\n \nChange directory into the _example_ folder eg\n\n```bash\ncd /MyMac/dev/AIR/DesktopToast-ANE/example\n```\n\nRun the _\"air-tools\"_ command (You will need [AIR-Tools](https://github.com/tuarua/AIR-Tools/) installed)\n\n```bash\nair-tools install\n```\n\n\n**NEW** This tool now: \n\n1. Downloads the ANE and dependencies.\n1. Applies all required Android Manifest, InfoAdditons and Entitlements to your app.xml. See air package.json\n\n### Windows Installation - Important!\n\n* This ANE was built with MS Visual Studio 2015. As such your machine (and user's machines) will need to have Microsoft Visual C++ 2015 Redistributable (x86) runtime installed.\nhttps://www.microsoft.com/en-us/download/details.aspx?id=48145\n\n### Tech\n\nDesktopToastANE uses the following libraries:  \nC++  \n* [https://github.com/nlohmann/json/] - JSON for Modern C++\n\n### Prerequisites\n\nYou will need\n \n - Flash Builder 4.7 or IntelliJ IDEA\n - AIR 29\n - MS Visual Studio 2017 if you wish to modify the ANE code on Windows\n - Xcode 11.3 if you wish to modify the ANE code on macOS\n - wget on macOS via `brew install wget`\n\n### Known Issues\nYou 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.\n\n### References\nhttps://blogs.msdn.microsoft.com/tiles_and_toasts/2015/07/02/adaptive-and-interactive-toast-notifications-for-windows-10/  \nhttps://blogs.msdn.microsoft.com/tiles_and_toasts/2015/10/16/quickstart-handling-toast-activations-from-win32-apps-in-windows-10/  \nhttps://github.com/WindowsNotifications/desktop-toasts    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuarua%2Fdesktoptoastane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuarua%2Fdesktoptoastane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuarua%2Fdesktoptoastane/lists"}