├── _config.yml ├── src ├── SampleXML │ ├── MilkmanNotification │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ ├── ios_Entitlements-dist.xml │ │ ├── ios_Entitlements.xml │ │ └── android_manifest.xml │ ├── baseXMLs │ │ ├── ios_Entitlements.xml │ │ ├── ios_Entitlements-dist.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtExceptions │ │ └── extension.xml │ ├── distriqtMemory │ │ └── extension.xml │ ├── distriqtDynamicIcon │ │ ├── extension.xml │ │ └── ios_infoAdditions.xml │ ├── distriqtNativeMap │ │ ├── warning.txt │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── JKLocalNotifications │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtNotificationFirebase │ │ ├── warning.txt │ │ ├── ios_infoAdditions.xml │ │ ├── com.distriqt.CustomResources.ane │ │ ├── ios_Entitlements.xml │ │ ├── ios_Entitlements-dist.xml │ │ ├── files.xml │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtNFC │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ ├── ios_Entitlements.xml │ │ └── android_manifest.xml │ ├── distriqtParse │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ ├── ios_Entitlements.xml │ │ └── android_manifest.xml │ ├── SystemProperties │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── backgroundAudio │ │ └── ios_infoAdditions.xml │ ├── distriqtContacts │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── backgroundLocation │ │ └── ios_infoAdditions.xml │ ├── distriqtAppGroupDefaults │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ ├── ios_Entitlements.xml │ │ ├── warning.txt │ │ └── android_manifest.xml │ ├── distriqtOCR │ │ └── extension.xml │ ├── distriqtWebP │ │ └── extension.xml │ ├── distriqtBattery │ │ └── extension.xml │ ├── distriqtBluetooth │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtMediaPlayer │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtScanner │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtVolume │ │ ├── ios_infoAdditions.xml │ │ └── extension.xml │ ├── distriqtAppleSignIn │ │ ├── extension.xml │ │ ├── ios_Entitlements.xml │ │ └── android_manifest.xml │ ├── distriqtCalendar │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtCompass │ │ ├── extension.xml │ │ ├── android_manifest.xml │ │ └── ios_infoAdditions.xml │ ├── distriqtForceTouch │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtPayPalSDK │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtRootChecker │ │ ├── extension.xml │ │ └── ios_infoAdditions.xml │ ├── distriqtZipUtils │ │ └── extension.xml │ ├── distriqtGyroscope │ │ └── extension.xml │ ├── distriqtJobScheduler │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtVibration │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── flashvisionsVideoGallery │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── internet │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtCloudStorage │ │ ├── extension.xml │ │ ├── ios_Entitlements.xml │ │ └── ios_infoAdditions.xml │ ├── distriqtInAppBilling │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtNetworkInfo │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtDeviceMotion │ │ └── extension.xml │ ├── vibrate │ │ └── android_manifest.xml │ ├── distriqtLocalAuth │ │ ├── ios_infoAdditions.xml │ │ ├── android_manifest.xml │ │ └── extension.xml │ ├── distriqtSystemGestures │ │ └── extension.xml │ ├── microphone │ │ └── android_manifest.xml │ ├── distriqtFirebase │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtBeacon │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtShare │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── saveFile │ │ └── android_manifest.xml │ ├── distriqtCameraUI │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtFirebase-develope │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtApplication │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtIDFA │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtImage │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtAudioRecorder │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtBluetoothLE │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtCamera │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtPdf │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ ├── android_manifest2.xml │ │ └── android_manifest.xml │ ├── distriqtFacebookAPI │ │ ├── warning.txt │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtGameServices │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ ├── ios_Entitlements.xml │ │ ├── warning.txt │ │ └── android_manifest.xml │ ├── distriqtLocalNotification │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtFacebookAPI-game │ │ ├── warning.txt │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtApplicationRater │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtFacebookAPI-login │ │ ├── warning.txt │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtFacebookAPI-share │ │ ├── warning.txt │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtMessage │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtPermissions │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtBranch │ │ ├── ios_Entitlements.xml │ │ ├── ios_infoAdditions.xml │ │ ├── warning.txt │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── wakelock │ │ └── android_manifest.xml │ ├── camera │ │ └── android_manifest.xml │ ├── location │ │ ├── android_manifest.xml │ │ └── ios_infoAdditions.xml │ ├── distriqtAdverts │ │ ├── warning.txt │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtExpansionFiles │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtNativeWebView │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtCameraRollExtended │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtDialog │ │ └── extension.xml │ ├── distriqtNotification │ │ ├── ios_infoAdditions.xml │ │ ├── ios_Entitlements-dist.xml │ │ ├── extension.xml │ │ ├── ios_Entitlements.xml │ │ └── android_manifest.xml │ ├── URILauncher │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtLocation │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtFlurry │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtIronsource │ │ ├── extension.xml │ │ ├── ios_infoAdditions.xml │ │ └── android_manifest.xml │ ├── distriqtGoogleAnalytics │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtGoogleTagManager │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtGooglePlus │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ └── android_manifest.xml │ ├── distriqtAdvertsHuawei │ │ ├── extension.xml │ │ └── android_manifest.xml │ └── distriqtGoogleIdentity │ │ ├── ios_infoAdditions.xml │ │ ├── extension.xml │ │ └── android_manifest.xml ├── AppGenerator.fla ├── AppGenerator.swf ├── AppIconsForPublish │ ├── 100.png │ ├── 114.png │ ├── 120.png │ ├── 128.png │ ├── 144.png │ ├── 152.png │ ├── 16.png │ ├── 167.png │ ├── 180.png │ ├── 29.png │ ├── 32.png │ ├── 36.png │ ├── 40.png │ ├── 48.png │ ├── 50.png │ ├── 512.png │ ├── 57.png │ ├── 58.png │ ├── 60.png │ ├── 72.png │ ├── 75.png │ ├── 76.png │ ├── 80.png │ ├── 87.png │ ├── 96.png │ └── 1024.png ├── component │ ├── ButtonEffect.as │ ├── googleServices │ │ ├── GoogleServiceJSONclientModelapi_keyModel.as │ │ ├── GoogleServiceJSONclientModeloauth_clientModel.as │ │ ├── GoogleServiceJSONclientModelclient_infoModelandroid_client_infoModel.as │ │ ├── GoogleServiceJSONclientModelservicesModel.as │ │ ├── GoogleServiceJSONproject_infoModel.as │ │ ├── GoogleServiceJSONclientModelservicesModelappinvite_serviceModelother_platform_oauth_clientModel.as │ │ ├── GoogleServiceJSON.as │ │ ├── GoogleServiceJSONclientModelclient_infoModel.as │ │ ├── GoogleServiceJSONclientModelservicesModelappinvite_serviceModel.as │ │ └── GoogleServiceJSONclientModel.as │ ├── webServices │ │ └── Appuploader_iconapi.as │ ├── WarningShow.as │ ├── FCM │ │ ├── AllFCMIcons.as │ │ └── SingleIconFCM.as │ └── DefaultImageGenerator.as └── AppGenerator-app.xml ├── .vscode ├── settings.json └── launch.json ├── jsnon-postman ├── .vscode │ └── settings.json ├── icon.fla ├── JSONtool.fla ├── AppIconsForPublish │ ├── 100.png │ ├── 114.png │ ├── 120.png │ ├── 128.png │ ├── 144.png │ ├── 152.png │ ├── 16.png │ ├── 167.png │ ├── 180.png │ ├── 29.png │ ├── 32.png │ ├── 36.png │ ├── 40.png │ ├── 48.png │ ├── 50.png │ ├── 512.png │ ├── 57.png │ ├── 58.png │ ├── 60.png │ ├── 72.png │ ├── 75.png │ ├── 76.png │ ├── 80.png │ ├── 87.png │ ├── 96.png │ └── 1024.png ├── asconfig.json └── JSONtool-app.xml ├── .gitattributes ├── asconfig.json ├── .gitignore └── README.md /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-midnight -------------------------------------------------------------------------------- /src/SampleXML/MilkmanNotification/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "as3mxml.sdk.framework": "d:\\air\\AIR33" 3 | } -------------------------------------------------------------------------------- /src/SampleXML/baseXMLs/ios_Entitlements.xml: -------------------------------------------------------------------------------- 1 | get-task-allow 2 | -------------------------------------------------------------------------------- /src/SampleXML/baseXMLs/ios_Entitlements-dist.xml: -------------------------------------------------------------------------------- 1 | get-task-allow 2 | -------------------------------------------------------------------------------- /jsnon-postman/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "as3mxml.sdk.framework": "D:\\air\\AIR32" 3 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtExceptions/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtMemory/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Memory -------------------------------------------------------------------------------- /src/SampleXML/distriqtDynamicIcon/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtNativeMap/warning.txt: -------------------------------------------------------------------------------- 1 | Replace "YOUR_API_KEY" with your Android Google Maps API Key -------------------------------------------------------------------------------- /src/AppGenerator.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppGenerator.fla -------------------------------------------------------------------------------- /src/AppGenerator.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppGenerator.swf -------------------------------------------------------------------------------- /jsnon-postman/icon.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/icon.fla -------------------------------------------------------------------------------- /src/SampleXML/JKLocalNotifications/extension.xml: -------------------------------------------------------------------------------- 1 | com.juankpro.ane.LocalNotification -------------------------------------------------------------------------------- /src/SampleXML/MilkmanNotification/extension.xml: -------------------------------------------------------------------------------- 1 | com.milkmangames.extensions.EasyPush -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotificationFirebase/warning.txt: -------------------------------------------------------------------------------- 1 | Create and add com.distriqt.CustomResources to ane directory -------------------------------------------------------------------------------- /jsnon-postman/JSONtool.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/JSONtool.fla -------------------------------------------------------------------------------- /src/SampleXML/distriqtNFC/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NFCReaderUsageDescription 2 | Ready to use NFC -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotificationFirebase/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | FirebaseAppDelegateProxyEnabled 2 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtParse/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIDeviceFamily 2 | 3 | 1 4 | -------------------------------------------------------------------------------- /src/AppIconsForPublish/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/100.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/114.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/120.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/128.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/144.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/152.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/16.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/167.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/180.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/29.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/32.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/36.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/40.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/48.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/50.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/512.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/57.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/58.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/60.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/72.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/75.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/76.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/80.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/87.png -------------------------------------------------------------------------------- /src/AppIconsForPublish/96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/96.png -------------------------------------------------------------------------------- /src/SampleXML/SystemProperties/extension.xml: -------------------------------------------------------------------------------- 1 | pl.mateuszmackowiak.nativeANE.properties.SystemProperties -------------------------------------------------------------------------------- /src/AppIconsForPublish/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/AppIconsForPublish/1024.png -------------------------------------------------------------------------------- /src/SampleXML/backgroundAudio/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIBackgroundModes 2 | 3 | audio 4 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtContacts/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSContactsUsageDescription 2 | Contacts Usage String -------------------------------------------------------------------------------- /src/SampleXML/backgroundLocation/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIBackgroundModes 2 | 3 | location 4 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtAppGroupDefaults/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIDeviceFamily 2 | 3 | 1 4 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtOCR/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.OCR 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtWebP/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.WebP 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtBattery/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Battery 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtBluetooth/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Core 2 | com.distriqt.Bluetooth -------------------------------------------------------------------------------- /src/SampleXML/distriqtMediaPlayer/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIBackgroundModes 2 | 3 | audio 4 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtNFC/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.NFC 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtScanner/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSCameraUsageDescription 2 | Require camera usage description -------------------------------------------------------------------------------- /src/SampleXML/distriqtVolume/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIBackgroundModes 2 | 3 | audio 4 | -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/100.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/114.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/120.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/128.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/144.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/152.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/16.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/167.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/180.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/29.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/32.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/36.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/40.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/48.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/50.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/512.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/57.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/58.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/60.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/72.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/75.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/76.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/80.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/87.png -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/96.png -------------------------------------------------------------------------------- /src/SampleXML/distriqtAppleSignIn/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.AppleSignIn 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtCalendar/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSCalendarsUsageDescription 2 | Access to calendar is required. -------------------------------------------------------------------------------- /src/SampleXML/distriqtCompass/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Compass 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtForceTouch/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.ForceTouch 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtPayPalSDK/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.PayPalSDK 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtRootChecker/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Core 2 | com.distriqt.RootChecker -------------------------------------------------------------------------------- /src/SampleXML/distriqtRootChecker/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | LSApplicationQueriesSchemes 2 | 3 | cydia 4 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtVolume/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Volume 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtZipUtils/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.ZipUtils 2 | com.distriqt.Core -------------------------------------------------------------------------------- /jsnon-postman/AppIconsForPublish/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/jsnon-postman/AppIconsForPublish/1024.png -------------------------------------------------------------------------------- /src/SampleXML/distriqtGyroscope/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Gyroscope 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtJobScheduler/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.JobScheduler 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtVibration/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Vibration 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/flashvisionsVideoGallery/extension.xml: -------------------------------------------------------------------------------- 1 | 2 | com.flashvisions.mobile.android.extensions.video.VideoManager -------------------------------------------------------------------------------- /src/SampleXML/internet/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSAppTransportSecurity 2 | 3 | NSAllowsArbitraryLoads 4 | 5 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtAppGroupDefaults/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.AppGroupDefaults 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtAppleSignIn/ios_Entitlements.xml: -------------------------------------------------------------------------------- 1 | com.apple.developer.applesignin 2 | 3 | Default 4 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtCloudStorage/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.CloudStorage 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtInAppBilling/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.InAppBilling 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtNFC/ios_Entitlements.xml: -------------------------------------------------------------------------------- 1 | com.apple.developer.nfc.readersession.formats 2 | 3 | NDEF 4 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtNetworkInfo/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.NetworkInfo 2 | com.distriqt.Core -------------------------------------------------------------------------------- /src/SampleXML/distriqtDeviceMotion/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Core 2 | com.distriqt.DeviceMotion -------------------------------------------------------------------------------- /src/SampleXML/vibrate/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtLocalAuth/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSFaceIDUsageDescription 2 | This app uses Face ID to authenticate using facial recognition. -------------------------------------------------------------------------------- /src/SampleXML/distriqtSystemGestures/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Core 2 | com.distriqt.SystemGestures -------------------------------------------------------------------------------- /src/SampleXML/microphone/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtAppleSignIn/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtFirebase/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | FirebaseAppDelegateProxyEnabled 2 | 3 | FirebaseAutomaticScreenReportingEnabled 4 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtBeacon/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Beacon 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtShare/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Share 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/saveFile/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/SampleXML/SystemProperties/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtCalendar/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Calendar 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtCameraUI/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.CameraUI 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtFirebase-develope/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | FirebaseAppDelegateProxyEnabled 2 | 3 | FirebaseAutomaticScreenReportingEnabled 4 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtLocalAuth/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtLocalAuth/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.LocalAuth 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtAppGroupDefaults/ios_Entitlements.xml: -------------------------------------------------------------------------------- 1 | com.apple.security.application-groups 2 | 3 | group.application.group.identifier 4 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtApplication/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Application 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtIDFA/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSUserTrackingUsageDescription 2 | This identifier will be used to deliver personalized ads to you. -------------------------------------------------------------------------------- /src/SampleXML/distriqtImage/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Image 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtParse/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Parse 2 | com.distriqt.Core 3 | com.distriqt.Bolts -------------------------------------------------------------------------------- /src/SampleXML/distriqtAudioRecorder/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.AudioRecorder 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtBluetoothLE/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.BluetoothLE 2 | com.distriqt.Core 3 | 4 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtCamera/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Camera 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtContacts/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Contacts 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtPdf/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.PDFReader 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI/warning.txt: -------------------------------------------------------------------------------- 1 | You will need to replace the instances of FACEBOOK_APP_ID and FACEBOOK_APP_NAME with the relevant settings from your Facebook app. (Don't include the braces). -------------------------------------------------------------------------------- /src/SampleXML/distriqtGameServices/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIDeviceFamily 2 | 3 | 1 4 | 2 5 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtLocalNotification/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Notifications 2 | com.distriqt.Core 3 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/baseXMLs/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIDeviceFamily 2 | 3 | 1 4 | 2 5 | 6 | 7 | MinimumOSVersion 8 | 10.0 -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI-game/warning.txt: -------------------------------------------------------------------------------- 1 | You will need to replace the instances of FACEBOOK_APP_ID and FACEBOOK_APP_NAME with the relevant settings from your Facebook app. (Don't include the braces). -------------------------------------------------------------------------------- /src/SampleXML/distriqtScanner/extension.xml: -------------------------------------------------------------------------------- 1 | 2 | com.distriqt.Scanner 3 | com.distriqt.Core 4 | com.distriqt.androidsupport.V4 -------------------------------------------------------------------------------- /src/SampleXML/distriqtApplicationRater/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.ApplicationRater 2 | com.distriqt.Core 3 | com.google.android.play -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI-login/warning.txt: -------------------------------------------------------------------------------- 1 | You will need to replace the instances of FACEBOOK_APP_ID and FACEBOOK_APP_NAME with the relevant settings from your Facebook app. (Don't include the braces). -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI-share/warning.txt: -------------------------------------------------------------------------------- 1 | You will need to replace the instances of FACEBOOK_APP_ID and FACEBOOK_APP_NAME with the relevant settings from your Facebook app. (Don't include the braces). -------------------------------------------------------------------------------- /src/SampleXML/distriqtMessage/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Message 2 | com.distriqt.Core 3 | com.distriqt.androidsupport.V4 -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotificationFirebase/com.distriqt.CustomResources.ane: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SaffronCode/Adobe-Air-Assistant/HEAD/src/SampleXML/distriqtNotificationFirebase/com.distriqt.CustomResources.ane -------------------------------------------------------------------------------- /src/SampleXML/distriqtPermissions/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Permissions 2 | com.distriqt.Core 3 | com.distriqt.androidsupport.V4 -------------------------------------------------------------------------------- /src/SampleXML/distriqtBranch/ios_Entitlements.xml: -------------------------------------------------------------------------------- 1 | com.apple.developer.associated-domains 2 | 3 | applinks:ap8q.test-app.link 4 | applinks:ap8q-alternate.test-app.link 5 | -------------------------------------------------------------------------------- /src/SampleXML/internet/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/SampleXML/wakelock/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/SampleXML/camera/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/SampleXML/location/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtAdverts/warning.txt: -------------------------------------------------------------------------------- 1 | Replace the com.google.android.gms.ads.APPLICATION_ADMOB_ID meta-data tag with a string value of your AdMob app ID. 2 | Replace ca-app-pub-AAAAAAAAAAAAAAAA~XXXXXXXXXX in the additions. You can find your App ID in the AdMob UI -------------------------------------------------------------------------------- /src/SampleXML/distriqtExpansionFiles/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.ExpansionFiles 2 | com.distriqt.Core 3 | androidx.core 4 | com.distriqt.playservices.Licensing -------------------------------------------------------------------------------- /src/SampleXML/distriqtPdf/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIDeviceFamily 2 | 3 | 1 4 | 2 5 | 6 | NSAppTransportSecurity 7 | 8 | NSAllowsArbitraryLoads 9 | 10 | -------------------------------------------------------------------------------- /src/SampleXML/baseXMLs/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtBluetooth/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtBranch/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | branch_key 2 | 3 | live 4 | key_live_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 5 | test 6 | key_test_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 7 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtCompass/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/SampleXML/flashvisionsVideoGallery/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtNativeWebView/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.NativeWebView 2 | com.distriqt.Core 3 | com.distriqt.androidsupport.V4 4 | com.distriqt.androidsupport.CustomTabs -------------------------------------------------------------------------------- /src/SampleXML/distriqtImage/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSPhotoLibraryUsageDescription 2 | Access to photo library is required to save images. 3 | NSPhotoLibraryAddUsageDescription 4 | Access to photo library is required to save images. -------------------------------------------------------------------------------- /src/SampleXML/distriqtCameraRollExtended/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSPhotoLibraryUsageDescription 2 | Access to photo library is required to save images. 3 | NSPhotoLibraryAddUsageDescription 4 | Access to photo library is required to save images. -------------------------------------------------------------------------------- /src/SampleXML/distriqtVibration/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtDialog/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Dialog 2 | com.distriqt.Core 3 | androidx.appcompat 4 | androidx.core 5 | androidx.vectordrawable -------------------------------------------------------------------------------- /src/SampleXML/distriqtCloudStorage/ios_Entitlements.xml: -------------------------------------------------------------------------------- 1 | com.apple.developer.ubiquity-kvstore-identifier 2 | BUNDLE_SEED_ID.BUNDLE_IDENTIFIER 3 | com.apple.developer.ubiquity-container-identifiers 4 | 5 | iCloud.com.BUNDLE_IDENTIFIER 6 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtNativeMap/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.NativeMaps 2 | com.distriqt.Core 3 | androidx.core 4 | com.distriqt.playservices.Base 5 | com.distriqt.playservices.Maps -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotification/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIPrerenderedIcon 2 | 3 | UIDeviceFamily 4 | 5 | 1 6 | 2 7 | 8 | UIBackgroundModes 9 | 10 | remote-notification 11 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtMediaPlayer/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.MediaPlayer 2 | com.distriqt.Core 3 | androidx.core 4 | androidx.appcompat 5 | androidx.vectordrawable -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- 1 | { 2 | "configurations": [ 3 | { 4 | "request": "launch", 5 | "preLaunchTask": "Adobe Animate: compile debug - AppGenerator.fla", 6 | "name": "Debug (desktop2)", 7 | "program": ".\\src\\AppGenerator-app.xml", 8 | "type": "swf" 9 | } 10 | ], 11 | "version": "0.2.0" 12 | } -------------------------------------------------------------------------------- /src/SampleXML/URILauncher/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | CFBundleURLTypes 2 | 3 | 4 | CFBundleURLName 5 | BUNDLE_IDENTIFIER 6 | CFBundleURLSchemes 7 | 8 | APPLICATION_LAUNCHER_ID 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/SampleXML/MilkmanNotification/ios_Entitlements-dist.xml: -------------------------------------------------------------------------------- 1 | application-identifier 2 | BUNDLE_SEED_ID.BUNDLE_IDENTIFIER 3 | aps-environment 4 | production 5 | keychain-access-groups 6 | 7 | BUNDLE_SEED_ID.BUNDLE_IDENTIFIER 8 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.facebook.Core 2 | 3 | com.distriqt.Core 4 | com.distriqt.Bolts 5 | 6 | androidx.core 7 | com.android.installreferrer -------------------------------------------------------------------------------- /src/SampleXML/distriqtLocation/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Location 2 | com.distriqt.Core 3 | com.distriqt.androidsupport.V4 4 | com.distriqt.playservices.Base 5 | com.distriqt.playservices.Location -------------------------------------------------------------------------------- /src/SampleXML/distriqtFlurry/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Flurry 2 | com.distriqt.Core 3 | 4 | com.distriqt.playservices.Base 5 | com.distriqt.playservices.Analytics 6 | com.distriqt.playservices.AdsIdentifier -------------------------------------------------------------------------------- /src/SampleXML/distriqtIDFA/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.IDFA 2 | com.distriqt.Core 3 | 4 | com.distriqt.playservices.Base 5 | com.distriqt.playservices.AdsIdentifier 6 | 7 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtIronsource/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.GoogleAnalytics 2 | com.distriqt.Core 3 | com.distriqt.playservices.Base 4 | com.distriqt.playservices.Analytics 5 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtGoogleAnalytics/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.GoogleAnalytics 2 | com.distriqt.Core 3 | com.distriqt.playservices.Base 4 | com.distriqt.playservices.Analytics 5 | androidx.core -------------------------------------------------------------------------------- /src/SampleXML/distriqtNetworkInfo/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtParse/ios_Entitlements.xml: -------------------------------------------------------------------------------- 1 | get-task-allow 2 | 3 | aps-environment 4 | development 5 | application-identifier 6 | BUNDLE_SEED_ID.com.BUNDLE_IDENTIFIER 7 | keychain-access-groups 8 | 9 | BUNDLE_SEED_ID.* 10 | -------------------------------------------------------------------------------- /src/SampleXML/location/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSLocationWhenInUseUsageDescription 2 | this app needs your location when in use 3 | NSLocationAlwaysAndWhenInUseUsageDescription 4 | this app always needs your location 5 | NSLocationAlwaysUsageDescription 6 | Always Required -------------------------------------------------------------------------------- /src/component/ButtonEffect.as: -------------------------------------------------------------------------------- 1 | package component 2 | //component.ButtonEffect 3 | { 4 | import flash.display.MovieClip; 5 | 6 | public class ButtonEffect extends MovieClip 7 | { 8 | public function ButtonEffect() 9 | { 10 | super(); 11 | this.buttonMode = true ; 12 | } 13 | } 14 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtCamera/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSCameraUsageDescription 2 | Require Camera 3 | NSPhotoLibraryUsageDescription 4 | Access to photo library is required to save images. 5 | NSPhotoLibraryAddUsageDescription 6 | Access to photo library is required to save images. -------------------------------------------------------------------------------- /src/component/googleServices/GoogleServiceJSONclientModelapi_keyModel.as: -------------------------------------------------------------------------------- 1 | package component.googleServices 2 | { 3 | public class GoogleServiceJSONclientModelapi_keyModel 4 | { 5 | /**"current_key":""*/ 6 | public var current_key:String ; 7 | 8 | 9 | public function GoogleServiceJSONclientModelapi_keyModel() 10 | { 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtIDFA/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtBranch/warning.txt: -------------------------------------------------------------------------------- 1 | Most importantly you need to add the Branch keys for your application to the InfoAdditions node: 2 | 3 | branch_key 4 | 5 | live 6 | key_live_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 7 | test 8 | key_test_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 9 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtGoogleTagManager/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.GoogleTagManager 2 | com.distriqt.Core 3 | com.distriqt.playservices.Base 4 | com.distriqt.playservices.Analytics 5 | com.distriqt.playservices.TagManager -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotificationFirebase/ios_Entitlements.xml: -------------------------------------------------------------------------------- 1 | get-task-allow 2 | 3 | aps-environment 4 | development 5 | 6 | application-identifier 7 | BUNDLE_SEED_ID.BUNDLE_IDENTIFIER 8 | keychain-access-groups 9 | 10 | BUNDLE_SEED_ID.* 11 | -------------------------------------------------------------------------------- /src/SampleXML/MilkmanNotification/ios_Entitlements.xml: -------------------------------------------------------------------------------- 1 | application-identifier 2 | BUNDLE_SEED_ID.BUNDLE_IDENTIFIER 3 | aps-environment 4 | development 5 | get-task-allow 6 | 7 | keychain-access-groups 8 | 9 | BUNDLE_SEED_ID.BUNDLE_IDENTIFIER 10 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtJobScheduler/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotificationFirebase/ios_Entitlements-dist.xml: -------------------------------------------------------------------------------- 1 | get-task-allow 2 | 3 | aps-environment 4 | production 5 | 6 | application-identifier 7 | BUNDLE_SEED_ID.BUNDLE_IDENTIFIER 8 | keychain-access-groups 9 | 10 | BUNDLE_SEED_ID.* 11 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtPdf/android_manifest2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotification/ios_Entitlements-dist.xml: -------------------------------------------------------------------------------- 1 | 2 | get-task-allow 3 | 4 | aps-environment 5 | production 6 | 7 | 8 | application-identifier 9 | BUNDLE_SEED_ID.BUNDLE_IDENTIFIER 10 | keychain-access-groups 11 | 12 | BUNDLE_SEED_ID.* 13 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtGooglePlus/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIDeviceFamily 2 | 3 | 1 4 | 5 | 6 | CFBundleURLTypes 7 | 8 | 9 | CFBundleURLSchemes 10 | 11 | URL_SCHEME 12 | 13 | CFBundleURLName 14 | URL_NAME 15 | 16 | -------------------------------------------------------------------------------- /jsnon-postman/asconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "animateOptions": { 3 | "file": ".\\JSONtool.fla" 4 | }, 5 | "files": [ 6 | ".\\WebServiceGenerator.as" 7 | ], 8 | "compilerOptions": { 9 | "source-path": [ 10 | "D:\\Sepehr\\gitHub\\sepehrEngine\\SaffronEngine", 11 | "D:\\Sepehr\\gitHub\\ASPack" 12 | ], 13 | "external-library-path": [] 14 | }, 15 | "config": "airmobile", 16 | "type": "app" 17 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtGooglePlus/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.GooglePlus 2 | 3 | com.distriqt.Core 4 | com.distriqt.androidsupport.V4 5 | 6 | com.distriqt.playservices.Base 7 | com.distriqt.playservices.Auth 8 | com.distriqt.playservices.Plus -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotification/extension.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | com.distriqt.Core 4 | com.distriqt.androidsupport.V4 5 | com.distriqt.androidsupport.CustomTabs 6 | com.distriqt.Firebase 7 | com.distriqt.playservices.Base 8 | com.distriqt.PushNotifications -------------------------------------------------------------------------------- /src/component/googleServices/GoogleServiceJSONclientModeloauth_clientModel.as: -------------------------------------------------------------------------------- 1 | package component.googleServices 2 | { 3 | public class GoogleServiceJSONclientModeloauth_clientModel 4 | { 5 | /**"client_id":""*/ 6 | public var client_id:String ; 7 | /**"client_type":"3"*/ 8 | public var client_type:Number ; 9 | 10 | 11 | public function GoogleServiceJSONclientModeloauth_clientModel() 12 | { 13 | } 14 | } 15 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtForceTouch/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/component/googleServices/GoogleServiceJSONclientModelclient_infoModelandroid_client_infoModel.as: -------------------------------------------------------------------------------- 1 | package component.googleServices 2 | { 3 | public class GoogleServiceJSONclientModelclient_infoModelandroid_client_infoModel 4 | { 5 | /**"package_name":""*/ 6 | public var package_name:String ; 7 | 8 | 9 | public function GoogleServiceJSONclientModelclient_infoModelandroid_client_infoModel() 10 | { 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtGoogleTagManager/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtCameraRollExtended/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.CameraRollExtended 2 | com.distriqt.Core 3 | androidx.core 4 | androidx.appcompat 5 | androidx.exifinterface 6 | com.distriqt.square.okhttp3 7 | com.distriqt.square.picasso -------------------------------------------------------------------------------- /src/SampleXML/distriqtShare/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSPhotoLibraryUsageDescription 2 | Access to photo library is required to save images. 3 | NSPhotoLibraryAddUsageDescription 4 | Access to photo library is required to save images. 5 | LSApplicationQueriesSchemes 6 | 7 | instagram 8 | whatsapp 9 | telegram 10 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtAdvertsHuawei/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Adverts 2 | com.distriqt.Core 3 | 4 | com.huawei.hms.base 5 | com.huawei.hms.adsidentifier 6 | com.huawei.hms.adslite 7 | 8 | androidx.appcompat 9 | androidx.core 10 | androidx.constraintlayout -------------------------------------------------------------------------------- /src/SampleXML/distriqtBluetoothLE/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | NSBluetoothAlwaysUsageDescription 4 | Usage description 5 | 6 | 7 | NSBluetoothPeripheralUsageDescription 8 | Usage description 9 | 10 | 11 | UIBackgroundModes 12 | 13 | bluetooth-central 14 | bluetooth-peripheral 15 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtCameraUI/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSCameraUsageDescription 2 | Require camera usage description 3 | NSMicrophoneUsageDescription 4 | Require record audio description 5 | NSPhotoLibraryUsageDescription 6 | Access to photo library is required to save images. 7 | NSPhotoLibraryAddUsageDescription 8 | Access to photo library is required to save images. -------------------------------------------------------------------------------- /src/SampleXML/distriqtNativeWebView/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSAppTransportSecurity 2 | 3 | NSExceptionDomains 4 | 5 | yoursite.com 6 | 7 | 8 | NSIncludesSubdomains 9 | 10 | 11 | NSTemporaryExceptionAllowsInsecureHTTPLoads 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtGameServices/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.GameServices 2 | com.distriqt.Core 3 | androidx.core 4 | androidx.appcompat 5 | com.distriqt.playservices.Base 6 | com.distriqt.playservices.Drive 7 | com.distriqt.playservices.Games 8 | com.distriqt.playservices.Auth -------------------------------------------------------------------------------- /src/SampleXML/distriqtGoogleIdentity/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIDeviceFamily 2 | 3 | 1 4 | 5 | 6 | CFBundleURLTypes 7 | 8 | 9 | CFBundleURLSchemes 10 | 11 | URL_SCHEME 12 | 13 | CFBundleURLName 14 | URL_NAME 15 | 16 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtBranch/extension.xml: -------------------------------------------------------------------------------- 1 | io.branch.nativeExtensions.Branch 2 | 3 | com.distriqt.Core 4 | 5 | androidx.core 6 | androidx.appcompat 7 | androidx.browser 8 | com.android.installreferrer 9 | 10 | com.distriqt.playservices.Base 11 | com.distriqt.playservices.AdsIdentifier -------------------------------------------------------------------------------- /src/component/googleServices/GoogleServiceJSONclientModelservicesModel.as: -------------------------------------------------------------------------------- 1 | package component.googleServices 2 | { 3 | public class GoogleServiceJSONclientModelservicesModel 4 | { 5 | /**"appinvite_service":"[object Object]"*/ 6 | public var appinvite_service:GoogleServiceJSONclientModelservicesModelappinvite_serviceModel = new GoogleServiceJSONclientModelservicesModelappinvite_serviceModel() 7 | 8 | 9 | public function GoogleServiceJSONclientModelservicesModel() 10 | { 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtGoogleIdentity/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.GoogleIdentity 2 | com.distriqt.Core 3 | androidx.core 4 | androidx.appcompat 5 | com.distriqt.playservices.Base 6 | com.distriqt.playservices.Auth 7 | com.distriqt.playservices.Identity 8 | com.distriqt.square.okhttp -------------------------------------------------------------------------------- /src/SampleXML/distriqtImage/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtMediaPlayer/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotification/ios_Entitlements.xml: -------------------------------------------------------------------------------- 1 | 2 | get-task-allow 3 | 4 | aps-environment 5 | development 6 | 7 | 8 | 14 | 15 | application-identifier 16 | BUNDLE_SEED_ID.BUNDLE_IDENTIFIER 17 | keychain-access-groups 18 | 19 | BUNDLE_SEED_ID.* 20 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtFirebase/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Firebase 2 | com.google.protobuflite 3 | com.google.firebase.core 4 | 5 | com.distriqt.Core 6 | 7 | androidx.core 8 | 9 | com.distriqt.playservices.Base 10 | com.distriqt.playservices.AdsIdentifier 11 | 12 | com.distriqt.CustomResources -------------------------------------------------------------------------------- /src/SampleXML/distriqtNFC/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/component/googleServices/GoogleServiceJSONproject_infoModel.as: -------------------------------------------------------------------------------- 1 | package component.googleServices 2 | { 3 | public class GoogleServiceJSONproject_infoModel 4 | { 5 | /**"firebase_url":""*/ 6 | public var firebase_url:String ; 7 | /**"project_id":""*/ 8 | public var project_id:String ; 9 | /**"project_number":""*/ 10 | public var project_number:String ; 11 | /**"storage_bucket":""*/ 12 | public var storage_bucket:String ; 13 | 14 | 15 | public function GoogleServiceJSONproject_infoModel() 16 | { 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtIronsource/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSAppTransportSecurity 2 | 3 | NSAllowsArbitraryLoads 4 | 5 | NSAllowsArbitraryLoadsForMedia 6 | 7 | NSAllowsArbitraryLoadsInWebContent 8 | 9 | 10 | 11 | 12 | SKAdNetworkItems 13 | 14 | 15 | 16 | SKAdNetworkIdentifier 17 | SU67R6K2V3.skadnetwork 18 | 19 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtGameServices/ios_Entitlements.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | com.apple.developer.ubiquity-container-identifiers 5 | 6 | CONTAINER_IDENTIFIER 7 | 8 | 9 | com.apple.developer.ubiquity-kvstore-identifier 10 | YOUR_APPLICATION_IDENTIFIER 11 | -------------------------------------------------------------------------------- /src/component/googleServices/GoogleServiceJSONclientModelservicesModelappinvite_serviceModelother_platform_oauth_clientModel.as: -------------------------------------------------------------------------------- 1 | package component.googleServices 2 | { 3 | public class GoogleServiceJSONclientModelservicesModelappinvite_serviceModelother_platform_oauth_clientModel 4 | { 5 | /**"client_id":""*/ 6 | public var client_id:String ; 7 | /**"client_type":"3"*/ 8 | public var client_type:Number ; 9 | 10 | 11 | public function GoogleServiceJSONclientModelservicesModelappinvite_serviceModelother_platform_oauth_clientModel() 12 | { 13 | } 14 | } 15 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtAudioRecorder/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/component/googleServices/GoogleServiceJSON.as: -------------------------------------------------------------------------------- 1 | package component.googleServices 2 | { 3 | public class GoogleServiceJSON 4 | { 5 | /**"client":"[object Object]"*/ 6 | public var client:Vector. = new Vector.() 7 | /**"configuration_version":"1"*/ 8 | public var configuration_version:String ; 9 | /**"project_info":"[object Object]"*/ 10 | public var project_info:GoogleServiceJSONproject_infoModel = new GoogleServiceJSONproject_infoModel() 11 | 12 | 13 | public function GoogleServiceJSON() 14 | { 15 | } 16 | } 17 | } -------------------------------------------------------------------------------- /src/component/googleServices/GoogleServiceJSONclientModelclient_infoModel.as: -------------------------------------------------------------------------------- 1 | package component.googleServices 2 | { 3 | public class GoogleServiceJSONclientModelclient_infoModel 4 | { 5 | /**"android_client_info":"[object Object]"*/ 6 | public var android_client_info:GoogleServiceJSONclientModelclient_infoModelandroid_client_infoModel = new GoogleServiceJSONclientModelclient_infoModelandroid_client_infoModel() 7 | /**"mobilesdk_app_id":""*/ 8 | public var mobilesdk_app_id:String ; 9 | 10 | 11 | public function GoogleServiceJSONclientModelclient_infoModel() 12 | { 13 | } 14 | } 15 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI-login/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.facebook.Core 2 | com.distriqt.facebook.Login 3 | 4 | com.distriqt.Core 5 | com.distriqt.Bolts 6 | 7 | androidx.core 8 | androidx.appcompat 9 | androidx.browser 10 | androidx.cardview 11 | androidx.vectordrawable 12 | com.android.installreferrer -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI-share/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.facebook.Core 2 | com.distriqt.facebook.Share 3 | 4 | com.distriqt.Core 5 | com.distriqt.Bolts 6 | 7 | androidx.core 8 | androidx.appcompat 9 | androidx.browser 10 | androidx.cardview 11 | androidx.vectordrawable 12 | com.android.installreferrer -------------------------------------------------------------------------------- /src/SampleXML/distriqtCompass/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | NSLocationUsageDescription 2 | This application would like to use your location. 3 | 4 | 5 | NSLocationWhenInUseUsageDescription 6 | This application would like to use your location when in use. 7 | NSLocationAlwaysUsageDescription 8 | This application would like to use your location in the background. 9 | 10 | 11 | NSLocationAlwaysAndWhenInUseUsageDescription 12 | This application would like to use your location in the background and the foreground. -------------------------------------------------------------------------------- /src/SampleXML/distriqtPermissions/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /src/SampleXML/URILauncher/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtGameServices/warning.txt: -------------------------------------------------------------------------------- 1 | Android: 2 | The Google Play Game Services require a few additions to the manifest to be able to start certain activities and set certain information. You should add the listing below to your manifest, replacing the XXXXXXXXXXXX with your application ID that you took note of when enabling Game Services in the console. (Note you must leave the \u003 before your application id). 3 | 4 | iOS: 5 | If you are supporting saved games on Game Center then you must add the additional iCloud configuration lines, replacing the CONTAINER_IDENTIFIER and YOUR_APPLICATION_IDENTIFIER with your container identifier you created earlier. -------------------------------------------------------------------------------- /src/component/webServices/Appuploader_iconapi.as: -------------------------------------------------------------------------------- 1 | package component.webServices { 2 | import flash.utils.ByteArray; 3 | 4 | import restDoaService.RestDoaServiceCaller; 5 | 6 | public class Appuploader_iconapi extends RestDoaServiceCaller 7 | { 8 | 9 | public var data:ByteArray = new ByteArray(); 10 | 11 | public function Appuploader_iconapi() 12 | { 13 | super("http://appuploader.net/appuploader/iconapi.php",data,false,false); 14 | } 15 | 16 | 17 | public function load(iconFile:ByteArray) 18 | { 19 | super.loadParam({key:"7033a2395f212dbe1eca548fc92c11e7",iconFile:iconFile},true); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /asconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "app", 3 | "animateOptions": { 4 | "file": "./src/AppGenerator.fla" 5 | }, 6 | "config": "airmobile", 7 | "files": [ 8 | "./src/AppGenerator.as" 9 | ], 10 | "compilerOptions": { 11 | "external-library-path": [ 12 | "D://Sepehr//gitHub//FlexLibs-andOthers" 13 | ], 14 | "source-path": [ 15 | "./src", 16 | "D://Sepehr//Aban-Forushgah-app//src", 17 | "D://Sepehr//gitHub//MteamGoogleMapAPI//src", 18 | "D://Sepehr//gitHub//sepehrEngine//SaffronEngine", 19 | "D://Sepehr//gitHub//ASPack", 20 | "D:\\Sepehr\\gitHub\\sepehrEngine\\SaffronEngine", 21 | "D:\\Sepehr\\gitHub\\ASPack" 22 | ] 23 | } 24 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtScanner/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /src/component/googleServices/GoogleServiceJSONclientModelservicesModelappinvite_serviceModel.as: -------------------------------------------------------------------------------- 1 | package component.googleServices 2 | { 3 | public class GoogleServiceJSONclientModelservicesModelappinvite_serviceModel 4 | { 5 | /**"other_platform_oauth_client":"[object Object],[object Object]"*/ 6 | public var other_platform_oauth_client:Vector. = new Vector.() 7 | 8 | 9 | public function GoogleServiceJSONclientModelservicesModelappinvite_serviceModel() 10 | { 11 | } 12 | } 13 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtAppGroupDefaults/warning.txt: -------------------------------------------------------------------------------- 1 | You should replace [APPGROUP] with your application group. This must be done in the meta-data tag and in the receiver. For example: group.com.distriqt.test 2 | 3 | 4 | You also need to define an application authority, this must be different for each of your applications but must be matchable using the matcher. We suggest using the example above replacing [APPID] with your application id, for example an app_authority may be, group.com.distriqt.test.app1.provider as below: 5 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtNativeWebView/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 9 | 10 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtFirebase-develope/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Core 2 | com.distriqt.playservices.Base 3 | com.distriqt.playservices.AdsIdentifier 4 | 5 | com.google.protobuflite 6 | com.google.firebase.core 7 | androidx.appcompat 8 | androidx.core 9 | androidx.multidex 10 | 11 | com.distriqt.Firebase 12 | com.distriqt.firebase.Auth 13 | 14 | com.distriqt.CustomResources -------------------------------------------------------------------------------- /src/SampleXML/distriqtCalendar/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtAdverts/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.Adverts 2 | com.distriqt.Core 3 | 4 | com.distriqt.playservices.Base 5 | com.distriqt.playservices.Ads 6 | com.distriqt.playservices.AdsIdentifier 7 | 8 | androidx.appcompat 9 | androidx.browser 10 | androidx.core 11 | androidx.constraintlayout 12 | androidx.vectordrawable 13 | androidx.room 14 | androidx.work 15 | com.google.code.gson -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI-game/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.facebook.Core 2 | com.distriqt.facebook.Login 3 | com.distriqt.facebook.Share 4 | com.distriqt.facebook.GamingServices 5 | 6 | com.distriqt.Core 7 | com.distriqt.Bolts 8 | 9 | androidx.core 10 | androidx.appcompat 11 | androidx.browser 12 | androidx.cardview 13 | androidx.vectordrawable 14 | com.android.installreferrer -------------------------------------------------------------------------------- /src/SampleXML/distriqtCamera/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotificationFirebase/files.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.PushNotifications.FCM 2 | com.distriqt.Core 3 | 4 | com.distriqt.playservices.Base 5 | com.distriqt.playservices.CloudMessaging 6 | 7 | com.google.firebase.core 8 | com.google.android.datatransport 9 | com.google.dagger 10 | com.google.protobuflite 11 | 12 | androidx.core 13 | androidx.browser 14 | androidx.appcompat 15 | androidx.cardview 16 | androidx.constraintlayout 17 | androidx.vectordrawable -------------------------------------------------------------------------------- /src/SampleXML/distriqtCloudStorage/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIDeviceFamily 2 | 3 | 3 4 | 5 | UILaunchImages 6 | 7 | 8 | UILaunchImageSize 9 | {1920, 1080} 10 | UILaunchImageName 11 | LaunchImage 12 | UILaunchImageMinimumOSVersion 13 | 9.0 14 | UILaunchImageOrientation 15 | Landscape 16 | 17 | 18 | TVTopShelfImage 19 | 20 | TVTopShelfPrimaryImage 21 | Top Shelf Image 22 | TVTopShelfPrimaryImageWide 23 | Top Shelf Image Wide 24 | 25 | CFBundleIcons 26 | 27 | CFBundlePrimaryIcon 28 | App Icon 29 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtAdverts/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIDeviceFamily 2 | 3 | 1 4 | 2 5 | 6 | 7 | NSAppTransportSecurity 8 | 9 | NSAllowsArbitraryLoads 10 | 11 | NSAllowsArbitraryLoadsForMedia 12 | 13 | NSAllowsArbitraryLoadsInWebContent 14 | 15 | 16 | 17 | GADApplicationIdentifier 18 | ca-app-pub-AAAAAAAAAAAAAAAA~XXXXXXXXXX 19 | 20 | NSUserTrackingUsageDescription 21 | This identifier will be used to deliver personalized ads to you. 22 | 23 | SKAdNetworkItems 24 | 25 | 26 | SKAdNetworkIdentifier 27 | cstr6suwn9.skadnetwork 28 | 29 | 30 | 31 | GADDelayAppMeasurementInit 32 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtPdf/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotificationFirebase/extension.xml: -------------------------------------------------------------------------------- 1 | com.distriqt.PushNotifications 2 | com.distriqt.Core 3 | com.distriqt.CustomResources 4 | 5 | com.distriqt.playservices.Base 6 | com.distriqt.playservices.CloudMessaging 7 | 8 | com.google.firebase.core 9 | com.google.android.datatransport 10 | com.google.dagger 11 | com.google.protobuflite 12 | 13 | androidx.core 14 | androidx.browser 15 | androidx.appcompat 16 | androidx.cardview 17 | androidx.constraintlayout 18 | androidx.vectordrawable -------------------------------------------------------------------------------- /src/SampleXML/distriqtBeacon/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIDeviceFamily 2 | 3 | 1 4 | 5 | 6 | UIBackgroundModes 7 | 8 | location 9 | bluetooth-peripheral 10 | 11 | 12 | 13 | 14 | NSLocationWhenInUseUsageDescription 15 | Sample description to allow geolocation when application is in foreground 16 | NSLocationAlwaysUsageDescription 17 | Sample description to allow geolocation always 18 | NSLocationAlwaysAndWhenInUseUsageDescription 19 | Sample description to allow geolocation always 20 | NSBluetoothAlwaysUsageDescription 21 | Sample description to allow bluetooth 22 | NSBluetoothPeripheralUsageDescription 23 | Sample description to allow bluetooth -------------------------------------------------------------------------------- /src/SampleXML/distriqtContacts/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /src/component/googleServices/GoogleServiceJSONclientModel.as: -------------------------------------------------------------------------------- 1 | package component.googleServices 2 | { 3 | public class GoogleServiceJSONclientModel 4 | { 5 | /**"api_key":"[object Object]"*/ 6 | public var api_key:Vector. = new Vector.() 7 | /**"client_info":"[object Object]"*/ 8 | public var client_info:GoogleServiceJSONclientModelclient_infoModel = new GoogleServiceJSONclientModelclient_infoModel() 9 | /**"oauth_client":"[object Object]"*/ 10 | public var oauth_client:Vector. = new Vector.() 11 | /**"services":"[object Object]"*/ 12 | public var services:GoogleServiceJSONclientModelservicesModel = new GoogleServiceJSONclientModelservicesModel() 13 | 14 | 15 | public function GoogleServiceJSONclientModel() 16 | { 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtShare/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 11 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtBluetoothLE/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Build and Release Folders 2 | bin-debug/ 3 | bin-release/ 4 | [Oo]bj/ # FlashDevelop obj 5 | [Bb]in/ # FlashDevelop bin 6 | 7 | # Other files and folders 8 | .settings/ 9 | 10 | # Executables 11 | *.ipa 12 | *.apk 13 | 14 | # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` 15 | # should NOT be excluded as they contain compiler settings and other important 16 | # information for Eclipse / Flash Builder. 17 | 18 | # ========================= 19 | # Operating System Files 20 | # ========================= 21 | 22 | # Windows 23 | # ========================= 24 | 25 | # Windows thumbnail cache files 26 | Thumbs.db 27 | ehthumbs.db 28 | ehthumbs_vista.db 29 | 30 | # Folder config file 31 | Desktop.ini 32 | 33 | # Recycle Bin used on file shares 34 | $RECYCLE.BIN/ 35 | 36 | # Windows Installer files 37 | *.cab 38 | *.msi 39 | *.msm 40 | *.msp 41 | 42 | # Windows shortcuts 43 | *.lnk 44 | RECOVER_* 45 | *.swf 46 | .idea 47 | *.iml 48 | *.rar 49 | *.jar 50 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtGooglePlus/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 14 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtFlurry/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /src/SampleXML/JKLocalNotifications/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 19 | 20 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtApplicationRater/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 15 | 21 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtLocation/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | UIDeviceFamily 2 | 3 | 1 4 | 5 | 6 | 7 | UIRequiredDeviceCapabilities 8 | 9 | location-services 10 | 11 | 12 | 17 | 18 | 19 | NSLocationUsageDescription 20 | This application would like to use your location. 21 | 22 | 23 | NSLocationWhenInUseUsageDescription 24 | This application would like to use your location when in use. 25 | 26 | 28 | 29 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtExpansionFiles/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtAppGroupDefaults/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13 | 14 | 15 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtBranch/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtCameraRollExtended/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtCameraUI/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 16 | 19 | 20 | 21 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtGameServices/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 14 | 18 | 19 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtGoogleIdentity/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 16 | 20 | 21 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtIronsource/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 15 | 20 | 25 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtMessage/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 16 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtInAppBilling/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 11 | 12 | 13 | 14 | 15 | 19 | 20 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtBeacon/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /src/SampleXML/MilkmanNotification/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtLocation/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /jsnon-postman/JSONtool-app.xml: -------------------------------------------------------------------------------- 1 | 2 | 19 | 20 | PostManServiceCreator 21 | 2.3.4 22 | JSON Tools 23 | 24 | JSON Tools 25 | 26 | 27 | JSONtool.swf 28 | none 29 | true 30 | true 31 | false 32 | portrait 33 | auto 34 | 35 | 36 | AppIconsForPublish/16.png 37 | AppIconsForPublish/32.png 38 | AppIconsForPublish/48.png 39 | AppIconsForPublish/128.png 40 | 41 | false 42 | false 43 | 44 | -------------------------------------------------------------------------------- /src/AppGenerator-app.xml: -------------------------------------------------------------------------------- 1 | 2 | 19 | 20 | AppGenerator 21 | 2.8.13 22 | Adobe Air Assistant 23 | Adobe Air descriptor xml creator. 24 | Adobe Air Assistant 25 | SaffronCode 26 | 27 | AppGenerator.swf 28 | none 29 | true 30 | true 31 | false 32 | portrait 33 | auto 34 | true 35 | true 36 | true 37 | 38 | 39 | AppIconsForPublish/16.png 40 | AppIconsForPublish/32.png 41 | AppIconsForPublish/48.png 42 | AppIconsForPublish/128.png 43 | 44 | false 45 | false 46 | 47 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtLocalNotification/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 28 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtApplication/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtDynamicIcon/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | CFBundleIcons 2 | 3 | CFBundlePrimaryIcon 4 | 5 | CFBundleIconFiles 6 | 7 | Icon-Ipad-152.png 8 | Icon-Iphone-120.png 9 | Icon@2x.png 10 | Icon-Ipad-76.png 11 | Icon-Large.png 12 | Icon.png 13 | Icon-Small-50.png 14 | Icon-Small.png 15 | 16 | CFBundleIconName 17 | AppIcon 18 | 19 | 20 | CFBundleAlternateIcons 21 | 22 | IconName 23 | 24 | CFBundleIconFiles 25 | 26 | IconName 27 | 28 | 29 | 30 | CFBundleIcons 31 | 32 | CFBundleAlternateIcons 33 | 34 | AlternateIcon 35 | 36 | CFBundleIconFiles 37 | 38 | AlternateIcon 39 | 40 | 41 | 42 | CFBundlePrimaryIcon 43 | 44 | CFBundleIconFiles 45 | 46 | Icon-Ipad-152.png 47 | Icon-Iphone-120.png 48 | Icon@2x.png 49 | Icon-Ipad-76.png 50 | Icon-Large.png 51 | Icon.png 52 | Icon-Small-50.png 53 | Icon-Small.png 54 | 55 | CFBundleIconName 56 | AppIcon 57 | 58 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtGoogleAnalytics/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /src/component/WarningShow.as: -------------------------------------------------------------------------------- 1 | package component 2 | //component.WarningShow 3 | { 4 | import flash.display.MovieClip; 5 | import flash.events.MouseEvent; 6 | 7 | import appManager.displayContentElemets.TextParag; 8 | 9 | public class WarningShow extends MovieClip 10 | { 11 | private var paragTF:TextParag ; 12 | 13 | private var hideButton:MovieClip,okButton:MovieClip,hideButton2:MovieClip ; 14 | 15 | private var onDone:Function ; 16 | 17 | public function WarningShow() 18 | { 19 | super(); 20 | 21 | paragTF = Obj.findThisClass(TextParag,this); 22 | hideButton = Obj.get("cancel_mc",this); 23 | hideButton2 = Obj.get("cancel2_mc",this); 24 | okButton = Obj.get("open_mc",this); 25 | hideButton.buttonMode = true ; 26 | hideButton2.buttonMode = true ; 27 | okButton.buttonMode = true ; 28 | 29 | hide(); 30 | this.alpha = 0 ; 31 | 32 | hideButton.addEventListener(MouseEvent.CLICK,hide); 33 | hideButton2.addEventListener(MouseEvent.CLICK,hide); 34 | okButton.addEventListener(MouseEvent.CLICK,openForm); 35 | } 36 | 37 | /**Show the warning*/ 38 | public function show(text:String,onClosed:Function=null):void 39 | { 40 | onDone = onClosed ; 41 | paragTF.setUp(text.replace(/[\n\r]{1,2}/g,'\n'),false,true,false,false,true,true,false,true,true,true,true,2); 42 | paragTF.visible = true ; 43 | this.mouseEnabled = true ; 44 | this.mouseChildren = true ; 45 | AnimData.fadeIn(this); 46 | hideButton2.visible = onDone==null ; 47 | hideButton.visible = okButton.visible = onDone!=null ; 48 | } 49 | 50 | /**Hide warning*/ 51 | public function hide(e:*=null):void 52 | { 53 | paragTF.visible = false ; 54 | this.mouseEnabled = false ; 55 | this.mouseChildren = false ; 56 | AnimData.fadeOut(this); 57 | } 58 | 59 | /**Hide warning*/ 60 | public function openForm(e:*=null):void 61 | { 62 | if(onDone!=null) 63 | { 64 | onDone(); 65 | //onDone = null ; 66 | } 67 | } 68 | } 69 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtNativeMap/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtParse/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | CFBundleURLTypes 2 | 3 | 4 | CFBundleURLSchemes 5 | 6 | 7 | fbFACEBOOK_APP_ID 8 | 9 | 10 | 11 | FacebookAppID 12 | FACEBOOK_APP_ID 13 | FacebookDisplayName 14 | FACEBOOK_APP_NAME 15 | 16 | 17 | FacebookAutoInitEnabled 18 | 19 | FacebookAutoLogAppEventsEnabled 20 | 21 | FacebookAdvertiserIDCollectionEnabled 22 | 23 | 24 | NSAppTransportSecurity 25 | 26 | NSExceptionDomains 27 | 28 | facebook.com 29 | 30 | NSIncludesSubdomains 31 | 32 | NSThirdPartyExceptionRequiresForwardSecrecy 33 | 34 | 35 | fbcdn.net 36 | 37 | NSIncludesSubdomains 38 | 39 | NSThirdPartyExceptionRequiresForwardSecrecy 40 | 41 | 42 | akamaihd.net 43 | 44 | NSIncludesSubdomains 45 | 46 | NSThirdPartyExceptionRequiresForwardSecrecy 47 | 48 | 49 | 50 | 51 | 52 | 53 | LSApplicationQueriesSchemes 54 | 55 | fb 56 | fbapi 57 | fbapi20130214 58 | fbapi20130410 59 | fbapi20130702 60 | fbapi20131010 61 | fbapi20131219 62 | fbapi20140410 63 | fbapi20140116 64 | fbapi20150313 65 | fbapi20150629 66 | fbapi20160328 67 | fbauth 68 | fb-messenger-share-api 69 | fbauth2 70 | fbshareextension 71 | 72 | 73 | NSPhotoLibraryUsageDescription 74 | Access to photo library is required to save images and videos. 75 | NSPhotoLibraryAddUsageDescription 76 | Access to photo library is required to save images and videos. -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI-game/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | CFBundleURLTypes 2 | 3 | 4 | CFBundleURLSchemes 5 | 6 | 7 | fbFACEBOOK_APP_ID 8 | 9 | 10 | 11 | FacebookAppID 12 | FACEBOOK_APP_ID 13 | FacebookDisplayName 14 | FACEBOOK_APP_NAME 15 | 16 | 17 | FacebookAutoInitEnabled 18 | 19 | FacebookAutoLogAppEventsEnabled 20 | 21 | FacebookAdvertiserIDCollectionEnabled 22 | 23 | 24 | NSAppTransportSecurity 25 | 26 | NSExceptionDomains 27 | 28 | facebook.com 29 | 30 | NSIncludesSubdomains 31 | 32 | NSThirdPartyExceptionRequiresForwardSecrecy 33 | 34 | 35 | fbcdn.net 36 | 37 | NSIncludesSubdomains 38 | 39 | NSThirdPartyExceptionRequiresForwardSecrecy 40 | 41 | 42 | akamaihd.net 43 | 44 | NSIncludesSubdomains 45 | 46 | NSThirdPartyExceptionRequiresForwardSecrecy 47 | 48 | 49 | 50 | 51 | 52 | 53 | LSApplicationQueriesSchemes 54 | 55 | fb 56 | fbapi 57 | fbapi20130214 58 | fbapi20130410 59 | fbapi20130702 60 | fbapi20131010 61 | fbapi20131219 62 | fbapi20140410 63 | fbapi20140116 64 | fbapi20150313 65 | fbapi20150629 66 | fbapi20160328 67 | fbauth 68 | fb-messenger-share-api 69 | fbauth2 70 | fbshareextension 71 | 72 | 73 | NSPhotoLibraryUsageDescription 74 | Access to photo library is required to save images and videos. 75 | NSPhotoLibraryAddUsageDescription 76 | Access to photo library is required to save images and videos. -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI-login/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | CFBundleURLTypes 2 | 3 | 4 | CFBundleURLSchemes 5 | 6 | 7 | fbFACEBOOK_APP_ID 8 | 9 | 10 | 11 | FacebookAppID 12 | FACEBOOK_APP_ID 13 | FacebookDisplayName 14 | FACEBOOK_APP_NAME 15 | 16 | 17 | FacebookAutoInitEnabled 18 | 19 | FacebookAutoLogAppEventsEnabled 20 | 21 | FacebookAdvertiserIDCollectionEnabled 22 | 23 | 24 | NSAppTransportSecurity 25 | 26 | NSExceptionDomains 27 | 28 | facebook.com 29 | 30 | NSIncludesSubdomains 31 | 32 | NSThirdPartyExceptionRequiresForwardSecrecy 33 | 34 | 35 | fbcdn.net 36 | 37 | NSIncludesSubdomains 38 | 39 | NSThirdPartyExceptionRequiresForwardSecrecy 40 | 41 | 42 | akamaihd.net 43 | 44 | NSIncludesSubdomains 45 | 46 | NSThirdPartyExceptionRequiresForwardSecrecy 47 | 48 | 49 | 50 | 51 | 52 | 53 | LSApplicationQueriesSchemes 54 | 55 | fb 56 | fbapi 57 | fbapi20130214 58 | fbapi20130410 59 | fbapi20130702 60 | fbapi20131010 61 | fbapi20131219 62 | fbapi20140410 63 | fbapi20140116 64 | fbapi20150313 65 | fbapi20150629 66 | fbapi20160328 67 | fbauth 68 | fb-messenger-share-api 69 | fbauth2 70 | fbshareextension 71 | 72 | 73 | NSPhotoLibraryUsageDescription 74 | Access to photo library is required to save images and videos. 75 | NSPhotoLibraryAddUsageDescription 76 | Access to photo library is required to save images and videos. -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI-share/ios_infoAdditions.xml: -------------------------------------------------------------------------------- 1 | CFBundleURLTypes 2 | 3 | 4 | CFBundleURLSchemes 5 | 6 | 7 | fbFACEBOOK_APP_ID 8 | 9 | 10 | 11 | FacebookAppID 12 | FACEBOOK_APP_ID 13 | FacebookDisplayName 14 | FACEBOOK_APP_NAME 15 | 16 | 17 | FacebookAutoInitEnabled 18 | 19 | FacebookAutoLogAppEventsEnabled 20 | 21 | FacebookAdvertiserIDCollectionEnabled 22 | 23 | 24 | NSAppTransportSecurity 25 | 26 | NSExceptionDomains 27 | 28 | facebook.com 29 | 30 | NSIncludesSubdomains 31 | 32 | NSThirdPartyExceptionRequiresForwardSecrecy 33 | 34 | 35 | fbcdn.net 36 | 37 | NSIncludesSubdomains 38 | 39 | NSThirdPartyExceptionRequiresForwardSecrecy 40 | 41 | 42 | akamaihd.net 43 | 44 | NSIncludesSubdomains 45 | 46 | NSThirdPartyExceptionRequiresForwardSecrecy 47 | 48 | 49 | 50 | 51 | 52 | 53 | LSApplicationQueriesSchemes 54 | 55 | fb 56 | fbapi 57 | fbapi20130214 58 | fbapi20130410 59 | fbapi20130702 60 | fbapi20131010 61 | fbapi20131219 62 | fbapi20140410 63 | fbapi20140116 64 | fbapi20150313 65 | fbapi20150629 66 | fbapi20160328 67 | fbauth 68 | fb-messenger-share-api 69 | fbauth2 70 | fbshareextension 71 | 72 | 73 | NSPhotoLibraryUsageDescription 74 | Access to photo library is required to save images and videos. 75 | NSPhotoLibraryAddUsageDescription 76 | Access to photo library is required to save images and videos. -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 24 | 25 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 41 | 42 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI-game/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 24 | 25 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 41 | 42 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtFacebookAPI-login/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 24 | 25 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 41 | 42 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 1.Adobe Air Assist 2 | 3 |


Download Saffron Air Assist now!

(You need Adobe Air to run)

4 | 5 | 6 | 7 | Do you need a help to update your app.xml file for your Adobe Air projects? Is it to complicated to insert your new manifest xml to your current application? Is it hard to insert ane's manifests to your app.xml without destruction? 8 | 9 | Well, you are in a right place! 10 | 11 | The Adobe Air Assistant is a stand alone desktop application that helps you to update your current app.xml file without pain! It also adds some important permission and required Adobe Air tags to your manifest automatically. 12 | And also, 13 | You can use the Adobe Air Assistant to generate your App icons in any sizes that you could need to. 14 | 15 |

So Download The Application And Forget The Painfull Manifest Injection Process!

16 | 17 | 18 | 19 | To update your old manifest xml file with new permission and icon list, you can click on the "Load existing manifest xml" button to load your old manifest and then if you need to add new permissions to your project, you can select them from the list, to create manifest for iOS you need to add your mobileprovission file to by click on "Load iOS mobileprovission" and then press Export button to have the result. 20 | 21 | To create Assets.car file you have to use XCode or this portal. 22 | 23 |

(If you need more ANEs to support, you can add your request by adding new issue)

24 | 25 |

Tutorial Video

28 | 29 | # 2.JSON to ActionScript - Postman to Saffron service convertor 30 |


Download JSON-PostMan convertor

31 |


32 | 33 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtPayPalSDK/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /src/component/FCM/AllFCMIcons.as: -------------------------------------------------------------------------------- 1 | package component.FCM 2 | //component.FCM.AllFCMIcons 3 | { 4 | import flash.display.MovieClip; 5 | import flash.geom.Rectangle; 6 | import flash.display.Sprite; 7 | import flash.display.BitmapData; 8 | 9 | public class AllFCMIcons extends MovieClip 10 | { 11 | private var W:Number,H:Number ; 12 | 13 | private var directories:Array = [] ; 14 | 15 | private var icons:Vector. ; 16 | 17 | private var iconsContainer:Sprite ; 18 | 19 | public function AllFCMIcons() 20 | { 21 | super(); 22 | W = super.width; 23 | H = super.height ; 24 | this.removeChildren(); 25 | 26 | iconsContainer = new Sprite(); 27 | this.addChild(iconsContainer); 28 | new ScrollMT(iconsContainer,new Rectangle(0,0,W,H),null,false,true,false,false,false,0,false,true); 29 | } 30 | 31 | public function setUp(directoryNames:Array):void 32 | { 33 | iconsContainer.removeChildren(); 34 | iconsContainer.graphics.clear(); 35 | directories = directoryNames.concat() ; 36 | icons = new Vector.(); 37 | const margin:Number = 0 ; 38 | var XN:Number = margin ; 39 | for(var i:int = 0 ; i 2 | 3 | 4 | 5 | 6 | 7 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 29 | 30 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 46 | 47 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /src/component/FCM/SingleIconFCM.as: -------------------------------------------------------------------------------- 1 | package component.FCM 2 | //component.FCM.SingleIconFCM 3 | { 4 | import flash.display.MovieClip; 5 | import contents.alert.Alert; 6 | import flash.display.BitmapData; 7 | import appManager.displayContentElemets.LightImage; 8 | import appManager.displayContentElemets.TextParag; 9 | import flash.events.MouseEvent; 10 | import flash.filesystem.File; 11 | import flash.events.Event; 12 | import flash.utils.setTimeout; 13 | 14 | public class SingleIconFCM extends MovieClip 15 | { 16 | private var icon:LightImage ; 17 | 18 | private var paragMC:TextParag ; 19 | 20 | public var fileName:String ; 21 | 22 | 23 | private var imageW:Number,imageH:Number,imageX:Number,imageY:Number; 24 | 25 | public function SingleIconFCM(iconFolder:String) 26 | { 27 | super(); 28 | 29 | fileName = iconFolder ; 30 | 31 | icon = Obj.findThisClass(LightImage,this); 32 | imageW = icon.width ; 33 | imageH = icon.height ; 34 | imageX = icon.x ; 35 | imageY = icon.y ; 36 | paragMC = Obj.findThisClass(TextParag,this); 37 | trace("imageW : "+imageW); 38 | trace("ImageH : "+imageH); 39 | 40 | var splitedName:Array = iconFolder.split('drawable-'); 41 | var myName:String = splitedName[splitedName.length-1]; 42 | //Alert.show("myName : "+myName); 43 | myName = myName.substring(0,myName.lastIndexOf('/')-1); 44 | //Alert.show("myName2 : "+myName); 45 | paragMC.setUp(myName,false,false); 46 | 47 | this.buttonMode = true ; 48 | this.addEventListener(MouseEvent.CLICK,replaceMyImage); 49 | icon.addEventListener(Event.COMPLETE,resizeImage); 50 | } 51 | 52 | private function resizeImage(e:Event):void 53 | { 54 | setTimeout(function(){ 55 | icon.width = imageW ; 56 | icon.height = imageH ; 57 | icon.scaleX = icon.scaleY = Math.min(icon.scaleX,icon.scaleY); 58 | icon.x = imageX + (imageW-icon.width)/2; 59 | icon.y = imageY + (imageH-icon.height)/2; 60 | },0); 61 | } 62 | 63 | private function replaceMyImage(e:MouseEvent):void 64 | { 65 | FileManager.browse(newImageSelected,["*.png;*.jpg;*.jpeg;*.PNG;*.JPG;*.JPEG"],"Replace new image with existing one."); 66 | } 67 | 68 | private function newImageSelected(newImage:File):void 69 | { 70 | trace("Update icon position"); 71 | setIcon(newImage); 72 | } 73 | 74 | 75 | public function setIcon(iconBitmap:*):void 76 | { 77 | icon.scaleX = icon.scaleY = 1 ; 78 | trace("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Load image : "+iconBitmap); 79 | //Alert.show("iconBitmap : "+iconBitmap); 80 | if(iconBitmap is BitmapData) 81 | icon.setUpBitmapData(iconBitmap,true,-1,-1,0,0,true); 82 | else if(iconBitmap is File) 83 | icon.setUp(iconBitmap.url,true,-1,-1,0,0,true); 84 | } 85 | 86 | 87 | public function getBitmapData():BitmapData 88 | { 89 | return icon.getBitmapData(); 90 | } 91 | } 92 | } -------------------------------------------------------------------------------- /src/SampleXML/distriqtFirebase/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 19 | 20 | 23 | 26 | 29 | 30 | 33 | 36 | 37 | 41 | 42 | 43 | 47 | 48 | 49 | 53 | 58 | 62 | 65 | 68 | 71 | 72 | 73 | 78 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtAdvertsHuawei/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 13 | 14 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 29 | 32 | 33 | 37 | 40 | 41 | 46 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtFirebase-develope/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 19 | 20 | 21 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 37 | 38 | 39 | 45 | 46 | 47 | 48 | 49 | 53 | 54 | 55 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 68 | 71 | 74 | 75 | 78 | 81 | 82 | 86 | 87 | 88 | 92 | 93 | 94 | 98 | 103 | 107 | 110 | 113 | 116 | 119 | 120 | 121 | 126 | 127 | 128 | 129 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtAdverts/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 15 | 16 | 17 | 18 | 19 | 22 | 23 | 26 | 27 | 32 | 33 | 38 | 39 | 43 | 44 | 45 | 46 | 49 | 50 | 51 | 52 | 58 | 59 | 64 | 70 | 71 | 76 | 81 | 82 | 83 | 84 | 85 | 86 | 91 | 92 | 93 | 94 | 95 | 96 | 101 | 102 | 103 | 104 | 105 | 106 | 111 | 112 | 113 | 114 | 115 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | -------------------------------------------------------------------------------- /src/component/DefaultImageGenerator.as: -------------------------------------------------------------------------------- 1 | package component 2 | //component.DefaultImageGenerator 3 | { 4 | import flash.display.MovieClip; 5 | import flash.events.MouseEvent; 6 | import flash.display.BitmapData; 7 | import flash.filesystem.File; 8 | import flash.utils.ByteArray; 9 | import contents.alert.Alert; 10 | import flash.desktop.NativeDragManager; 11 | import flash.events.NativeDragEvent; 12 | import flash.desktop.ClipboardFormats; 13 | import appManager.displayContentElemets.LightImage; 14 | 15 | public class DefaultImageGenerator extends MovieClip 16 | { 17 | private var sampleAreaMC:MovieClip ; 18 | private var loadImageMC:MovieClip ; 19 | private var generateDefaultsMC:MovieClip ; 20 | 21 | /**2D array contains name, width and height of each default image */ 22 | private var defaultsLandscape:Array = [['name',10,20]]; 23 | private var defaultsPortrate:Array = [['name',10,20]]; 24 | 25 | 26 | private var isPortrate:Boolean = false, 27 | isLandscape:Boolean = false; 28 | 29 | private var currentFile:File ; 30 | 31 | private var loadedImage:BitmapData ; 32 | 33 | private var sampleImage:LightImage ; 34 | 35 | public function DefaultImageGenerator() 36 | { 37 | super(); 38 | 39 | 40 | loadedImage = new BitmapData(4000,4000,false,0); 41 | 42 | sampleAreaMC = Obj.get("sample_image_area_mc",this); 43 | sampleImage = new LightImage(); 44 | sampleImage.x = sampleAreaMC.x ; 45 | sampleImage.y = sampleAreaMC.y ; 46 | this.addChild(sampleImage); 47 | 48 | loadImageMC = Obj.get("load_default_images_mc",this); 49 | generateDefaultsMC = Obj.get("generate_default_images_mc",this); 50 | 51 | loadImageMC.addEventListener(MouseEvent.CLICK,function(e){ 52 | FileManager.browse(loadThisImage,['jpg','png','jpeg'],"Select a default image for iOS projects"); 53 | }) 54 | 55 | 56 | defaultsPortrate = []; 57 | defaultsPortrate.push(["Default@2x~iphone.png",640,960]); 58 | defaultsPortrate.push(["Default~iphone.png",640,960]); 59 | defaultsPortrate.push(["Default-375w-667h@2x~iphone.png",750,1334]); 60 | defaultsPortrate.push(["Default-414w-736h@3x~iphone.png",1242,2208]); 61 | defaultsPortrate.push(["Default-568h@2x~iphone.png",640,1136]); 62 | defaultsPortrate.push(["Default-812h@3x~iphone.png",1125,2436]); 63 | defaultsPortrate.push(["Default-Portrait@2x.png",2048,2732]); 64 | defaultsPortrate.push(["Default-Portrait@2x~ipad.png",1536,2048]); 65 | defaultsPortrate.push(["Default-Portrait~ipad.png",768,1024]); 66 | defaultsPortrate.push(["Default-Portrait-1112h@2x.png",1668,2224]); 67 | 68 | defaultsLandscape = []; 69 | defaultsLandscape.push(["Default-Landscape@2x.png",2732,2048]); 70 | defaultsLandscape.push(["Default-Landscape@2x~ipad.png",2048,1536]); 71 | defaultsLandscape.push(["Default-Landscape~ipad.png",1024,768]); 72 | defaultsLandscape.push(["Default-Landscape-414w-736h@3x~iphone.png",2208,1242]); 73 | defaultsLandscape.push(["Default-Landscape-812h@3x~iphone.png",2436,1125]); 74 | defaultsLandscape.push(["Default-Landscape-1112h@2x.png",2224,1668]); 75 | 76 | generateDefaultsMC.addEventListener(MouseEvent.CLICK,exportDefaults); 77 | 78 | NativeDragManager.acceptDragDrop(this); 79 | this.addEventListener(NativeDragEvent.NATIVE_DRAG_ENTER, onDragged); 80 | } 81 | 82 | protected function onDragged(event:NativeDragEvent):void 83 | { 84 | var files:Array = event.clipboard.getData(ClipboardFormats.FILE_LIST_FORMAT) as Array; 85 | currentFile = files[0]; 86 | var arrPath:Array = currentFile.name.split('.'); 87 | var type:String = String(arrPath[arrPath.length-1]).toLowerCase(); 88 | if (!currentFile.isDirectory && (type == 'jpg' || type == 'png' || type == 'jpeg')) { 89 | NativeDragManager.acceptDragDrop(this); 90 | this.addEventListener(NativeDragEvent.NATIVE_DRAG_DROP, onDropped); 91 | } 92 | } 93 | 94 | private function onDropped(event:NativeDragEvent):void 95 | { 96 | this.removeEventListener(NativeDragEvent.NATIVE_DRAG_DROP, onDropped); 97 | loadThisImage(currentFile); 98 | } 99 | 100 | private function loadThisImage(imageFile:File):void 101 | { 102 | sampleImage.setUp(imageFile.url,false,sampleAreaMC.width,sampleAreaMC.height); 103 | DeviceImage.loadFile(function(){ 104 | loadedImage = DeviceImage.imageBitmapData.clone(); 105 | },imageFile,4000,4000); 106 | } 107 | 108 | public function setToLandscape(status:Boolean=true):void 109 | { 110 | isLandscape = status ; 111 | } 112 | 113 | public function setToPortrate(status:Boolean=true):void 114 | { 115 | isPortrate = status ; 116 | } 117 | 118 | private function exportDefaults(e:MouseEvent):void 119 | { 120 | FileManager.browseForDirectory(saveInThisDirectory,"Select your project default directory"); 121 | function saveInThisDirectory(directory:File):void 122 | { 123 | if(isPortrate) 124 | { 125 | createAllFilesForTheList(defaultsPortrate,loadedImage,directory); 126 | } 127 | if(isLandscape) 128 | { 129 | createAllFilesForTheList(defaultsLandscape,loadedImage,directory); 130 | } 131 | Alert.show("Default Images saved on your project directory.") 132 | } 133 | 134 | } 135 | 136 | private function createAllFilesForTheList(list:Array,originalImage:BitmapData,projectDirectory:File):void 137 | { 138 | var i:int ; 139 | var targetFile:File ; 140 | var fileBytes:ByteArray ; 141 | for(i = 0 ; i 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 42 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 62 | 63 | 64 | 65 | 66 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 82 | 83 | 84 | 88 | 93 | 97 | 100 | 103 | 104 | 107 | 108 | 109 | 112 | 115 | 118 | 119 | 120 | 121 | 126 | 127 | 128 | 129 | 132 | 135 | 136 | 140 | 141 | 144 | 145 | 146 | 147 | 148 | 149 | -------------------------------------------------------------------------------- /src/SampleXML/distriqtNotification/android_manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 50 | 51 | 52 | 53 | 54 | 55 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 71 | 74 | 77 | 80 | 81 | 82 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 108 | 111 | 112 | 117 | 118 | 119 | 123 | 124 | 129 | 130 | 131 | 132 | 133 | 134 | 138 | 143 | 144 | 145 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 159 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | --------------------------------------------------------------------------------