12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511 |
- import os
- import random
- import string
- import traceback
- import shutil
- import uuid
- from flask import Flask, request
- app = Flask(__name__)
- app.base_project = {
- "android": "/Users/maronakins/Documents/EmbedFeatures/NexilisSampleCode",
- "android_flutter": "/Users/maronakins/Documents/EmbedFeatures/NexilisSampleCodeFlutter-Android",
- "android_ionic": "/Users/maronakins/Documents/EmbedFeatures/NexilisSampleCodeIonic-Android",
- "android_react": "/Users/maronakins/Documents/EmbedFeatures/NexilisSampleCodeReact-Android",
- "ios": "/Users/maronakins/Documents/EmbedFeatures/NexilisSampleCode-iOS",
- "ios_flutter": "/Users/maronakins/Documents/EmbedFeatures/NexilisSampleCodeFlutter-iOS",
- "ios_ionic": "/Users/maronakins/Documents/EmbedFeatures/NexilisSampleCodeIonic-iOS",
- "ios_react": "/Users/maronakins/Documents/EmbedFeatures/NexilisSampleCodeReact-iOS"
- }
- app.temp_folder = "/Users/maronakins/Documents/EmbedFeatures/BuildExample"
- app.zip_folder = "/Users/maronakins/Documents/EmbedFeatures/uploads"
- # app.ssl = ('/usr/src/app/ssl/STAR_newuniverse_io.crt', '/usr/src/app/ssl/STAR_newuniverse.io.key')
- app.ssl = None
- app.verbose = True
- def vprint(*data):
- if app.verbose:
- print(*data)
- def indented_str(n, s, line=True, spaces=4) -> str:
- return " " * n * spaces + s + os.linesep if line else ""
- def create_folder(platform, uid):
- path = os.path.join(app.temp_folder, uid)
- if not os.path.exists(path):
- os.mkdir(path)
- else:
- shutil.rmtree(path)
- os.mkdir(path)
- vprint(path)
- base_project = app.base_project[platform]
- base_project_name = os.path.basename(base_project)
- path_dest = os.path.join(path, base_project_name)
- if not os.path.exists(path_dest):
- shutil.copytree(base_project, path_dest)
- return path_dest
- def change(platform: str, mode: str, path_dest: str, features: dict, security: dict):
- if platform == "android":
- main_act_path = os.path.join(path_dest,
- "app/src/main/java/com/example/nexilissamplecodeburger/MainActivity.java")
- xml_menu_path = os.path.join(path_dest, "app/src/main/res/menu/menu_main.xml")
- with open(main_act_path, "r") as f:
- lines = f.readlines()
- with open(main_act_path, "w") as f:
- for line in lines:
- if "//FEATURES" in line:
- f.write(indented_str(2, "if (id == R.id.action_settings) {"))
- f.write(indented_str(3, "API.openSettings();"))
- f.write(indented_str(3, "return true;"))
- f.write(indented_str(2, "}"))
- f.write(indented_str(2, "if (id == R.id.action_profile) {"))
- f.write(indented_str(3, "API.openProfile();"))
- f.write(indented_str(3, "return true;"))
- f.write(indented_str(2, "}"))
- if features["cc"]["status"]:
- f.write(indented_str(2, "if (id == R.id.action_cc) {"))
- f.write(indented_str(3, "API.openContactCenter();"))
- f.write(indented_str(3, "return true;"))
- f.write(indented_str(2, "}"))
- else:
- f.write(indented_str(2, "// if (id == R.id.action_cc) {"))
- f.write(indented_str(3, "// API.openContactCenter();"))
- f.write(indented_str(3, "// return true;"))
- f.write(indented_str(2, "// }"))
- if features["nc"]["status"]:
- f.write(indented_str(2, "if (id == R.id.action_nc) {"))
- f.write(indented_str(3, "API.openNotificationCenter();"))
- f.write(indented_str(3, "return true;"))
- f.write(indented_str(2, "}"))
- else:
- f.write(indented_str(2, "// if (id == R.id.action_nc) {"))
- f.write(indented_str(3, "// API.openNotificationCenter();"))
- f.write(indented_str(3, "// return true;"))
- f.write(indented_str(2, "// }"))
- if features["im"]["status"]:
- f.write(indented_str(2, "if (id == R.id.action_chats) {"))
- f.write(indented_str(3, "API.openChat();"))
- f.write(indented_str(3, "return true;"))
- f.write(indented_str(2, "}"))
- else:
- f.write(indented_str(2, "// if (id == R.id.action_chats) {"))
- f.write(indented_str(3, "// API.openChat();"))
- f.write(indented_str(3, "// return true;"))
- f.write(indented_str(2, "// }"))
- if features["call"]["status"]:
- f.write(indented_str(2, "if (id == R.id.action_call) {"))
- f.write(indented_str(3, "API.openCall();"))
- f.write(indented_str(3, "return true;"))
- f.write(indented_str(2, "}"))
- else:
- f.write(indented_str(2, "// if (id == R.id.action_call) {"))
- f.write(indented_str(3, "// API.openCall();"))
- f.write(indented_str(3, "// return true;"))
- f.write(indented_str(2, "// }"))
- if features["ls"]["status"]:
- f.write(indented_str(2, "if (id == R.id.action_ls) {"))
- f.write(indented_str(3, "API.openOptionsStreaming();"))
- f.write(indented_str(3, "return true;"))
- f.write(indented_str(2, "}"))
- else:
- f.write(indented_str(2, "// if (id == R.id.action_ls) {"))
- f.write(indented_str(3, "// API.openOptionsStreaming();"))
- f.write(indented_str(3, "// return true;"))
- f.write(indented_str(2, "// }"))
- elif "//SECURITY" in line:
- if security["show_security"]:
- f.write(indented_str(2, "API.setShowSecurityShieldDialog(true);"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.setShowSecurityShieldDialog(true);"))
- f.write(os.linesep)
- if security["emulator"]:
- f.write(indented_str(2, "API.setCheckEmulator(true);"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.setCheckEmulator(true);"))
- f.write(os.linesep)
- if security["debug"]:
- f.write(indented_str(2, "API.setCheckAdb(true);"))
- f.write(os.linesep)
- if security["sim_swap"]:
- f.write(indented_str(2,
- "API.setCheckSimCardSwapListener(MainActivity.this, new SimCardDetectionCallback() {"))
- f.write(os.linesep)
- f.write(indented_str(3, "@Override"))
- f.write(indented_str(3, "public boolean onSimCardChange() {"))
- f.write(indented_str(4, "return false;"))
- f.write(indented_str(3, "}"))
- f.write(os.linesep)
- f.write(indented_str(3, "@Override"))
- f.write(indented_str(3, "public void onError(String s) {"))
- f.write(os.linesep)
- f.write(indented_str(3, "}"))
- f.write(indented_str(2, "});"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2,
- "/* API.setCheckSimCardSwapListener(MainActivity.this, new SimCardDetectionCallback() {"))
- f.write(os.linesep)
- f.write(indented_str(3, "@Override"))
- f.write(indented_str(3, "public boolean onSimCardChange() {"))
- f.write(indented_str(4, "return false;"))
- f.write(indented_str(3, "}"))
- f.write(os.linesep)
- f.write(indented_str(3, "@Override"))
- f.write(indented_str(3, "public void onError(String s) {"))
- f.write(os.linesep)
- f.write(indented_str(3, "}"))
- f.write(indented_str(2, "}); */"))
- f.write(os.linesep)
- if security["malware"]:
- f.write(indented_str(2, "API.setCheckMalware(true);"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.setCheckMalware(true);"))
- f.write(os.linesep)
- if security["capture"]:
- f.write(indented_str(2, "API.setPreventScreenCapture(true);"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.setPreventScreenCapture(true);"))
- f.write(os.linesep)
- if security["call_forwarding"]:
- f.write(indented_str(2, "API.setCheckCallForwarding(true);"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.setCheckCallForwarding(true);"))
- f.write(os.linesep)
- if security["secure_folder"]:
- f.write(indented_str(2, "API.openSecureFolder();"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.openSecureFolder();"))
- f.write(os.linesep)
- elif "//SMS" in line:
- if features["sms"]["status"]:
- f.write(indented_str(2, "API.setEnabledSMS(true);"))
- else:
- f.write(indented_str(2, "// API.setEnabledSMS(true);"))
- elif "//EMAIL" in line:
- if features["email"]["status"]:
- f.write(indented_str(2, "API.setEnabledEmail(true);"))
- else:
- f.write(indented_str(2, "// API.setEnabledEmail(true);"))
- elif "//BREAK" in line:
- if mode == "floating":
- f.write("}")
- break
- else:
- f.write(indented_str(0,""))
- elif "//FLOATING" in line:
- if mode == "floating":
- f.write(indented_str(6, "ArrayList<FloatingButton> fb = new ArrayList<>();"))
- if features["cc"]["status"]:
- f.write(indented_str(6, 'fb.add(new FloatingButton(FloatingButton.FEATURE.CONTACT_CENTER, ""));'))
- else:
- f.write(indented_str(6,
- '// fb.add(new FloatingButton(FloatingButton.FEATURE.CONTACT_CENTER, ""));'))
- if features["nc"]["status"]:
- f.write(indented_str(6, 'fb.add(new FloatingButton(FloatingButton.FEATURE.NOTIF_CENTER, ""));'))
- else:
- f.write(indented_str(6,
- '// fb.add(new FloatingButton(FloatingButton.FEATURE.NOTIF_CENTER, ""));'))
- if features["im"]["status"]:
- f.write(
- indented_str(6, 'fb.add(new FloatingButton(FloatingButton.FEATURE.MESSAGING, ""));'))
- else:
- f.write(indented_str(6,
- '// fb.add(new FloatingButton(FloatingButton.FEATURE.MESSAGING, ""));'))
- if features["call"]["status"]:
- f.write(
- indented_str(6, 'fb.add(new FloatingButton(FloatingButton.FEATURE.AUDIO_VIDEO_CALL, ""));'))
- else:
- f.write(indented_str(6,
- '// fb.add(new FloatingButton(FloatingButton.FEATURE.AUDIO_VIDEO_CALL, ""));'))
- if features["ls"]["status"]:
- f.write(
- indented_str(6, 'fb.add(new FloatingButton(FloatingButton.FEATURE.STREAMING, ""));'))
- else:
- f.write(indented_str(6,
- '// fb.add(new FloatingButton(FloatingButton.FEATURE.STREAMING, ""));'))
- f.write(indented_str(6,
- 'API.configureFloating(fb);'))
- else:
- f.write(indented_str(0, ""))
- elif "API.connect" in line:
- if mode == "floating":
- replaced = line.replace("0", "1")
- f.write(replaced)
- else:
- f.write(line)
- else:
- f.write(line)
- with open(xml_menu_path, "r") as f:
- lines = f.readlines()
- with open(xml_menu_path, "w") as f:
- for line in lines:
- if "<!-- FEATURES -->" in line:
- n = 100
- f.write(indented_str(1, "<item"))
- f.write(indented_str(2, 'android:id="@+id/action_settings"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Settings"'))
- f.write(indented_str(2, 'app:showAsAction="never" />'))
- n = n + 1
- f.write(indented_str(1, "<item"))
- f.write(indented_str(2, 'android:id="@+id/action_profile"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Profile"'))
- f.write(indented_str(2, 'app:showAsAction="never" />'))
- n = n + 1
- if features["cc"]["status"]:
- f.write(indented_str(1, "<item"))
- f.write(indented_str(2, 'android:id="@+id/action_cc"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Contact Center"'))
- f.write(indented_str(2, 'app:showAsAction="never" />'))
- n = n + 1
- else:
- f.write(indented_str(1, "<!-- <item"))
- f.write(indented_str(2, 'android:id="@+id/action_cc"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Contact Center"'))
- f.write(indented_str(2, 'app:showAsAction="never" /> -->'))
- n = n + 1
- if features["nc"]["status"]:
- f.write(indented_str(1, "<item"))
- f.write(indented_str(2, 'android:id="@+id/action_nc"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Notification Center"'))
- f.write(indented_str(2, 'app:showAsAction="never" />'))
- n = n + 1
- else:
- f.write(indented_str(1, "<!-- <item"))
- f.write(indented_str(2, 'android:id="@+id/action_nc"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Notification Center"'))
- f.write(indented_str(2, 'app:showAsAction="never" /> -->'))
- n = n + 1
- if features["im"]["status"]:
- f.write(indented_str(1, "<item"))
- f.write(indented_str(2, 'android:id="@+id/action_chats"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Instant Messaging"'))
- f.write(indented_str(2, 'app:showAsAction="never" />'))
- n = n + 1
- else:
- f.write(indented_str(1, "<!-- <item"))
- f.write(indented_str(2, 'android:id="@+id/action_chats"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Instant Messaging"'))
- f.write(indented_str(2, 'app:showAsAction="never" /> -->'))
- n = n + 1
- if features["call"]["status"]:
- f.write(indented_str(1, "<item"))
- f.write(indented_str(2, 'android:id="@+id/action_call"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Call"'))
- f.write(indented_str(2, 'app:showAsAction="never" />'))
- n = n + 1
- else:
- f.write(indented_str(1, "<!-- <item"))
- f.write(indented_str(2, 'android:id="@+id/action_call"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Call"'))
- f.write(indented_str(2, 'app:showAsAction="never" /> -->'))
- n = n + 1
- if features["ls"]["status"]:
- f.write(indented_str(1, "<item"))
- f.write(indented_str(2, 'android:id="@+id/action_ls"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Streaming"'))
- f.write(indented_str(2, 'app:showAsAction="never" />'))
- n = n + 1
- else:
- f.write(indented_str(1, "<!-- <item"))
- f.write(indented_str(2, 'android:id="@+id/action_ls"'))
- f.write(indented_str(2, f'android:orderInCategory="{n}"'))
- f.write(indented_str(2, 'android:title="Streaming"'))
- f.write(indented_str(2, 'app:showAsAction="never" /> -->'))
- n = n + 1
- else:
- f.write(line)
- elif platform == "android_flutter":
- main_act_path = os.path.join(path_dest, "lib/main.dart")
- main_act_android = os.path.join(path_dest, "android/app/src/main/java/com/example/paliolitesamplecodeflutter/MainActivity.java")
- with open(main_act_path, "r") as f:
- lines = f.readlines()
- with open(main_act_path, "w") as f:
- features_str = []
- for line in lines:
- if "'Features List'" in line:
- features_str.append("Settings")
- features_str.append("Profile")
- if features["cc"]["status"]:
- features_str.append("'Contact Center'")
- else:
- features_str.append("// 'Contact Center'")
- if features["nc"]["status"]:
- features_str.append("'Notification Center'")
- else:
- features_str.append("// 'Notification Center'")
- if features["im"]["status"]:
- features_str.append("'Instant Messaging'")
- else:
- features_str.append("// 'Instant Messaging'")
- if features["call"]["status"]:
- features_str.append("'Call'")
- else:
- features_str.append("// 'Call'")
- if features["ls"]["status"]:
- features_str.append("'Streaming'")
- else:
- features_str.append("// 'Streaming'")
- for feature_str in features_str:
- f.write(indented_str(8, f"{feature_str},", spaces=2))
- elif "//FEATURES" in line:
- f.write(indented_str(3, 'case "Settings":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openSettings");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- f.write(indented_str(3, 'case "Profile":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openProfile");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- if features["cc"]["status"]:
- f.write(indented_str(3, 'case "Contact Center":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openContactCenter");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- else:
- f.write(indented_str(3, '// case "Contact Center":', spaces=2))
- f.write(indented_str(4, '// nativeChannel.invokeMethod("openContactCenter");', spaces=2))
- f.write(indented_str(4, "// break;", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(3, 'case "Notification Center":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openNotificationCenter");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- else:
- f.write(indented_str(3, '// case "Notification Center":', spaces=2))
- f.write(indented_str(4, '// nativeChannel.invokeMethod("openNotificationCenter");', spaces=2))
- f.write(indented_str(4, "// break;", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(3, 'case "Instant Messaging":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openInstantMessaging");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- else:
- f.write(indented_str(3, '// case "Instant Messaging":', spaces=2))
- f.write(indented_str(4, '// nativeChannel.invokeMethod("openInstantMessaging");', spaces=2))
- f.write(indented_str(4, "// break;", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(3, 'case "Call":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openCall");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- else:
- f.write(indented_str(3, '// case "Call":', spaces=2))
- f.write(indented_str(4, '// nativeChannel.invokeMethod("openCall");', spaces=2))
- f.write(indented_str(4, "// break;", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(3, 'case "Streaming":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openStreaming");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- else:
- f.write(indented_str(3, '// case "Streaming":', spaces=2))
- f.write(indented_str(4, '// nativeChannel.invokeMethod("openStreaming");', spaces=2))
- f.write(indented_str(4, "// break;", spaces=2))
- else:
- f.write(line)
- with open(main_act_android, "r") as f:
- lines = f.readlines()
- with open(main_act_android, "w") as f:
- for line in lines:
- if "//SECURITY" in line:
- if security["show_security"]:
- f.write(indented_str(2, "API.setShowSecurityShieldDialog(true);"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.setShowSecurityShieldDialog(true);"))
- f.write(os.linesep)
- if security["emulator"]:
- f.write(indented_str(2, "API.setCheckEmulator(true);"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.setCheckEmulator(true);"))
- f.write(os.linesep)
- if security["debug"]:
- f.write(indented_str(2, "API.setCheckAdb(true);"))
- f.write(os.linesep)
- if security["sim_swap"]:
- f.write(indented_str(2,
- "API.setCheckSimCardSwapListener(MainActivity.this, new SimCardDetectionCallback() {"))
- f.write(os.linesep)
- f.write(indented_str(3, "@Override"))
- f.write(indented_str(3, "public boolean onSimCardChange() {"))
- f.write(indented_str(4, "return false;"))
- f.write(indented_str(3, "}"))
- f.write(os.linesep)
- f.write(indented_str(3, "@Override"))
- f.write(indented_str(3, "public void onError(String s) {"))
- f.write(os.linesep)
- f.write(indented_str(3, "}"))
- f.write(indented_str(2, "});"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2,
- "/* API.setCheckSimCardSwapListener(MainActivity.this, new SimCardDetectionCallback() {"))
- f.write(os.linesep)
- f.write(indented_str(3, "@Override"))
- f.write(indented_str(3, "public boolean onSimCardChange() {"))
- f.write(indented_str(4, "return false;"))
- f.write(indented_str(3, "}"))
- f.write(os.linesep)
- f.write(indented_str(3, "@Override"))
- f.write(indented_str(3, "public void onError(String s) {"))
- f.write(os.linesep)
- f.write(indented_str(3, "}"))
- f.write(indented_str(2, "}); */"))
- f.write(os.linesep)
- if security["malware"]:
- f.write(indented_str(2, "API.setCheckMalware(true);"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.setCheckMalware(true);"))
- f.write(os.linesep)
- if security["capture"]:
- f.write(indented_str(2, "API.setPreventScreenCapture(true);"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.setPreventScreenCapture(true);"))
- f.write(os.linesep)
- if security["call_forwarding"]:
- f.write(indented_str(2, "API.setCheckCallForwarding(true);"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.setCheckCallForwarding(true);"))
- f.write(os.linesep)
- if security["secure_folder"]:
- f.write(indented_str(2, "API.openSecureFolder();"))
- f.write(os.linesep)
- else:
- f.write(indented_str(2, "// API.openSecureFolder();"))
- f.write(os.linesep)
- elif "//SMS" in line:
- if features["sms"]["status"]:
- f.write(indented_str(2, "API.setEnabledSMS(true);"))
- else:
- f.write(indented_str(2, "// API.setEnabledSMS(true);"))
- elif "//EMAIL" in line:
- if features["email"]["status"]:
- f.write(indented_str(2, "API.setEnabledEmail(true);"))
- else:
- f.write(indented_str(2, "// API.setEnabledEmail(true);"))
- elif "//FLOATING" in line:
- if mode == "floating":
- f.write(indented_str(6, "ArrayList<FloatingButton> fb = new ArrayList<>();"))
- if features["cc"]["status"]:
- f.write(indented_str(6,
- 'fb.add(new FloatingButton(FloatingButton.FEATURE.CONTACT_CENTER, ""));'))
- else:
- f.write(indented_str(6,
- '// fb.add(new FloatingButton(FloatingButton.FEATURE.CONTACT_CENTER, ""));'))
- if features["nc"]["status"]:
- f.write(
- indented_str(6, 'fb.add(new FloatingButton(FloatingButton.FEATURE.NOTIF_CENTER, ""));'))
- else:
- f.write(indented_str(6,
- '// fb.add(new FloatingButton(FloatingButton.FEATURE.NOTIF_CENTER, ""));'))
- if features["im"]["status"]:
- f.write(
- indented_str(6, 'fb.add(new FloatingButton(FloatingButton.FEATURE.MESSAGING, ""));'))
- else:
- f.write(indented_str(6,
- '// fb.add(new FloatingButton(FloatingButton.FEATURE.MESSAGING, ""));'))
- if features["call"]["status"]:
- f.write(
- indented_str(6,
- 'fb.add(new FloatingButton(FloatingButton.FEATURE.AUDIO_VIDEO_CALL, ""));'))
- else:
- f.write(indented_str(6,
- '// fb.add(new FloatingButton(FloatingButton.FEATURE.AUDIO_VIDEO_CALL, ""));'))
- if features["ls"]["status"]:
- f.write(
- indented_str(6, 'fb.add(new FloatingButton(FloatingButton.FEATURE.STREAMING, ""));'))
- else:
- f.write(indented_str(6,
- '// fb.add(new FloatingButton(FloatingButton.FEATURE.STREAMING, ""));'))
- f.write(indented_str(6,
- 'API.configureFloating(fb);'))
- else:
- f.write(indented_str(0, ""))
- elif "API.connect" in line:
- if mode == "floating":
- replaced = line.replace("0", "1")
- f.write(replaced)
- else:
- f.write(line)
- else:
- f.write(line)
- elif platform == "android_ionic":
- main_act_path = os.path.join(path_dest,"src/app/app.component.ts")
- with open(main_act_path, "r") as f:
- lines = f.readlines()
- with open(main_act_path, "w") as f:
- for line in lines:
- if "//FEATURES" in line:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Settings',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openSettings();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Profile',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openProfile();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- if features["cc"]["status"]:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Contact Center',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openContactCenter();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- else:
- f.write(indented_str(4, '// {', spaces=2))
- f.write(indented_str(5, "// text: 'Contact Center',", spaces=2))
- f.write(indented_str(5, "// handler: () => {", spaces=2))
- f.write(indented_str(6, "// this.openContactCenter();", spaces=2))
- f.write(indented_str(5, "// },", spaces=2))
- f.write(indented_str(4, "// },", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Notification Center',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openNotificationCenter();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- else:
- f.write(indented_str(4, '// {', spaces=2))
- f.write(indented_str(5, "// text: 'Notification Center',", spaces=2))
- f.write(indented_str(5, "// handler: () => {", spaces=2))
- f.write(indented_str(6, "// this.openNotificationCenter();", spaces=2))
- f.write(indented_str(5, "// },", spaces=2))
- f.write(indented_str(4, "// },", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Instant Messaging',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openChat();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- else:
- f.write(indented_str(4, '// {', spaces=2))
- f.write(indented_str(5, "// text: 'Instant Messaging',", spaces=2))
- f.write(indented_str(5, "// handler: () => {", spaces=2))
- f.write(indented_str(6, "// this.openChat();", spaces=2))
- f.write(indented_str(5, "// },", spaces=2))
- f.write(indented_str(4, "// },", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Call',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openCall();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- else:
- f.write(indented_str(4, '// {', spaces=2))
- f.write(indented_str(5, "// text: 'Call',", spaces=2))
- f.write(indented_str(5, "// handler: () => {", spaces=2))
- f.write(indented_str(6, "// this.openCall();", spaces=2))
- f.write(indented_str(5, "// },", spaces=2))
- f.write(indented_str(4, "// },", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Streaming',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openStreaming();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- else:
- f.write(indented_str(4, '// {', spaces=2))
- f.write(indented_str(5, "// text: 'Streaming',", spaces=2))
- f.write(indented_str(5, "// handler: () => {", spaces=2))
- f.write(indented_str(6, "// this.openStreaming();", spaces=2))
- f.write(indented_str(5, "// },", spaces=2))
- f.write(indented_str(4, "// },", spaces=2))
- else:
- f.write(line)
- elif platform == "android_react":
- main_act_path = os.path.join(path_dest, "App.tsx")
- with open(main_act_path, "r") as f:
- lines = f.readlines()
- with open(main_act_path, "w") as f:
- for line in lines:
- if "'Features'" in line:
- f.write(indented_str(4, "'Setting',", spaces=2))
- f.write(indented_str(4, "'Profile',", spaces=2))
- if features["cc"]["status"]:
- f.write(indented_str(4, "'Contact Center',", spaces=2))
- else:
- f.write(indented_str(4, "// 'Contact Center',", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(4, "'Notification Center',", spaces=2))
- else:
- f.write(indented_str(4, "// 'Notification Center',", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(4, "'Chat',", spaces=2))
- else:
- f.write(indented_str(4, "// 'Chat',", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(4, "'Call',", spaces=2))
- else:
- f.write(indented_str(4, "// 'Call',", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(4, "'Live Streaming',", spaces=2))
- else:
- f.write(indented_str(4, "// 'Live Streaming',", spaces=2))
- elif "//FEATURES1" in line:
- n = 0
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openSetting();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openProfile();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- if features["cc"]["status"]:
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openContactCenter();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "// if (buttonIndex === 2) {", spaces=2))
- f.write(indented_str(6, "// CallNative.openContactCenter();", spaces=2))
- f.write(indented_str(5, "// }", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openNotificationCenter();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "// if (buttonIndex === 3) {", spaces=2))
- f.write(indented_str(6, "// CallNative.openNotificationCenter();", spaces=2))
- f.write(indented_str(5, "// }", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openChat();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "// if (buttonIndex === 4) {", spaces=2))
- f.write(indented_str(6, "// CallNative.openChat();", spaces=2))
- f.write(indented_str(5, "// }", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openCall();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "// if (buttonIndex === 5) {", spaces=2))
- f.write(indented_str(6, "// CallNative.openCall();", spaces=2))
- f.write(indented_str(5, "// }", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openStreaming();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "// if (buttonIndex === 6) {", spaces=2))
- f.write(indented_str(6, "// CallNative.openStreaming();", spaces=2))
- f.write(indented_str(5, "// }", spaces=2))
- elif "//FEATURES2" in line:
- n = 0
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openSetting();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openProfile();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- if features["cc"]["status"]:
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openContactCenter();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(2, "// if (buttonIndex === 2) {", spaces=2))
- f.write(indented_str(3, "// try {", spaces=2))
- f.write(indented_str(4, "// CallNative.openContactCenter();", spaces=2))
- f.write(indented_str(3, "// } catch (e) {", spaces=2))
- f.write(indented_str(4, "// console.log(e);", spaces=2))
- f.write(indented_str(3, "// }", spaces=2))
- f.write(indented_str(2, "// }", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openNotificationCenter();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(2, "// if (buttonIndex === 3) {", spaces=2))
- f.write(indented_str(3, "// try {", spaces=2))
- f.write(indented_str(4, "// CallNative.openNotificationCenter();", spaces=2))
- f.write(indented_str(3, "// } catch (e) {", spaces=2))
- f.write(indented_str(4, "// console.log(e);", spaces=2))
- f.write(indented_str(3, "// }", spaces=2))
- f.write(indented_str(2, "// }", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openChat();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(2, "// if (buttonIndex === 4) {", spaces=2))
- f.write(indented_str(3, "// try {", spaces=2))
- f.write(indented_str(4, "// CallNative.openChat();", spaces=2))
- f.write(indented_str(3, "// } catch (e) {", spaces=2))
- f.write(indented_str(4, "// console.log(e);", spaces=2))
- f.write(indented_str(3, "// }", spaces=2))
- f.write(indented_str(2, "// }", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openCall();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(2, "// if (buttonIndex === 5) {", spaces=2))
- f.write(indented_str(3, "// try {", spaces=2))
- f.write(indented_str(4, "// CallNative.openCall();", spaces=2))
- f.write(indented_str(3, "// } catch (e) {", spaces=2))
- f.write(indented_str(4, "// console.log(e);", spaces=2))
- f.write(indented_str(3, "// }", spaces=2))
- f.write(indented_str(2, "// }", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openStreaming();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(2, "// if (buttonIndex === {n}) {", spaces=2))
- f.write(indented_str(3, "// try {", spaces=2))
- f.write(indented_str(4, "// CallNative.openStreaming();", spaces=2))
- f.write(indented_str(3, "// } catch (e) {", spaces=2))
- f.write(indented_str(4, "// console.log(e);", spaces=2))
- f.write(indented_str(3, "// }", spaces=2))
- f.write(indented_str(2, "// }", spaces=2))
- elif "//FEATURES3" in line:
- n = 0
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Setting"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Profile"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- if features["cc"]["status"]:
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Contact Center"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "{/* <Button", spaces=2))
- f.write(indented_str(6, 'title="Contact Center"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress(2)}}', spaces=2))
- f.write(indented_str(5, "/> */}", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Notification Center"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "{/* <Button", spaces=2))
- f.write(indented_str(6, 'title="Notification Center"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress(3)}}', spaces=2))
- f.write(indented_str(5, "/> */}", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Chat"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "{/* <Button", spaces=2))
- f.write(indented_str(6, 'title="Chat"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress(4)}}', spaces=2))
- f.write(indented_str(5, "/> */}", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Call"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "{/* <Button", spaces=2))
- f.write(indented_str(6, 'title="Call"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress(5)}}', spaces=2))
- f.write(indented_str(5, "/> */}", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Live Streaming"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "{/* <Button", spaces=2))
- f.write(indented_str(6, 'title="Live Streaming"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress(5)}}', spaces=2))
- f.write(indented_str(5, "/> */}", spaces=2))
- else:
- f.write(line)
- elif platform == "ios":
- main_act_path = os.path.join(path_dest, "ExampleCode/ViewController.swift")
- with open(main_act_path, "r") as f:
- lines = f.readlines()
- with open(main_act_path, "w") as f:
- for line in lines:
- if "//FEATURES" in line:
- f.write(indented_str(3, 'UIAction(title: "Setting".localized(), handler: {(_) in'))
- f.write(indented_str(4, "APIS.openSetting();"))
- f.write(indented_str(3, "}),"))
- f.write(indented_str(3, 'UIAction(title: "Profile".localized(), handler: {(_) in'))
- f.write(indented_str(4, "APIS.openProfile();"))
- f.write(indented_str(3, "}),"))
- if features["cc"]["status"]:
- f.write(indented_str(3, 'UIAction(title: "Contact Center".localized(), handler: {(_) in'))
- f.write(indented_str(4, "APIS.openContactCenter();"))
- f.write(indented_str(3, "}),"))
- else:
- f.write(indented_str(3, '// UIAction(title: "Contact Center".localized(), handler: {(_) in'))
- f.write(indented_str(4, "// APIS.openContactCenter();"))
- f.write(indented_str(3, "// }),"))
- if features["nc"]["status"]:
- f.write(indented_str(3, 'UIAction(title: "Notification Center".localized(), handler: {(_) in'))
- f.write(indented_str(4, "APIS.openNotificationCenter();"))
- f.write(indented_str(3, "}),"))
- else:
- f.write(indented_str(3, '// UIAction(title: "Notification Center".localized(), handler: {(_) in'))
- f.write(indented_str(4, "// APIS.openNotificationCenter();"))
- f.write(indented_str(3, "// }),"))
- if features["im"]["status"]:
- f.write(indented_str(3, 'UIAction(title: "Chat".localized(), handler: {(_) in'))
- f.write(indented_str(4, "APIS.openChat();"))
- f.write(indented_str(3, "}),"))
- else:
- f.write(indented_str(3, '// UIAction(title: "Chat".localized(), handler: {(_) in'))
- f.write(indented_str(4, "// APIS.openChat();"))
- f.write(indented_str(3, "// }),"))
- if features["call"]["status"]:
- f.write(indented_str(3, 'UIAction(title: "Call".localized(), handler: {(_) in'))
- f.write(indented_str(4, "APIS.openCall();"))
- f.write(indented_str(3, "}),"))
- else:
- f.write(indented_str(3, '// UIAction(title: "Call".localized(), handler: {(_) in'))
- f.write(indented_str(4, "// APIS.openCall();"))
- f.write(indented_str(3, "// }),"))
- if features["ls"]["status"]:
- f.write(indented_str(3, 'UIAction(title: "Live Streaming".localized(), handler: {(_) in'))
- f.write(indented_str(4, "APIS.openStreaming();"))
- f.write(indented_str(3, "}),"))
- else:
- f.write(indented_str(3, '// UIAction(title: "Live Streaming".localized(), handler: {(_) in'))
- f.write(indented_str(4, "// APIS.openStreaming();"))
- f.write(indented_str(3, "// }),"))
- else:
- f.write(line)
- elif platform == "ios_flutter":
- main_act_path = os.path.join(path_dest, "lib/main.dart")
- with open(main_act_path, "r") as f:
- lines = f.readlines()
- with open(main_act_path, "w") as f:
- features_str = []
- for line in lines:
- if "'Features List'" in line:
- features_str.append("Settings")
- features_str.append("Profile")
- if features["cc"]["status"]:
- features_str.append("'Contact Center'")
- else:
- features_str.append("// 'Contact Center'")
- if features["nc"]["status"]:
- features_str.append("'Notification Center'")
- else:
- features_str.append("// 'Notification Center'")
- if features["im"]["status"]:
- features_str.append("'Instant Messaging'")
- else:
- features_str.append("// 'Instant Messaging'")
- if features["call"]["status"]:
- features_str.append("'Call'")
- else:
- features_str.append("// 'Call'")
- if features["ls"]["status"]:
- features_str.append("'Streaming'")
- else:
- features_str.append("// 'Streaming'")
- for feature_str in features_str:
- f.write(indented_str(8, f"{feature_str},", spaces=2))
- elif "//FEATURES" in line:
- f.write(indented_str(3, 'case "Settings":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openSettings");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- f.write(indented_str(3, 'case "Profile":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openProfile");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- if features["cc"]["status"]:
- f.write(indented_str(3, 'case "Contact Center":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openContactCenter");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- else:
- f.write(indented_str(3, '// case "Contact Center":', spaces=2))
- f.write(indented_str(4, '// nativeChannel.invokeMethod("openContactCenter");', spaces=2))
- f.write(indented_str(4, "// break;", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(3, 'case "Notification Center":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openNotificationCenter");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- else:
- f.write(indented_str(3, '// case "Notification Center":', spaces=2))
- f.write(indented_str(4, '// nativeChannel.invokeMethod("openNotificationCenter");', spaces=2))
- f.write(indented_str(4, "// break;", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(3, 'case "Instant Messaging":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openInstantMessaging");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- else:
- f.write(indented_str(3, '// case "Instant Messaging":', spaces=2))
- f.write(indented_str(4, '// nativeChannel.invokeMethod("openInstantMessaging");', spaces=2))
- f.write(indented_str(4, "// break;", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(3, 'case "Call":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openCall");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- else:
- f.write(indented_str(3, '// case "Call":', spaces=2))
- f.write(indented_str(4, '// nativeChannel.invokeMethod("openCall");', spaces=2))
- f.write(indented_str(4, "// break;", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(3, 'case "Streaming":', spaces=2))
- f.write(indented_str(4, 'nativeChannel.invokeMethod("openStreaming");', spaces=2))
- f.write(indented_str(4, "break;", spaces=2))
- else:
- f.write(indented_str(3, '// case "Streaming":', spaces=2))
- f.write(indented_str(4, '// nativeChannel.invokeMethod("openStreaming");', spaces=2))
- f.write(indented_str(4, "// break;", spaces=2))
- else:
- f.write(line)
- elif platform == "ios_ionic":
- main_act_path = os.path.join(path_dest, "src/app/app.component.ts")
- with open(main_act_path, "r") as f:
- lines = f.readlines()
- with open(main_act_path, "w") as f:
- for line in lines:
- if "//FEATURES" in line:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Settings',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openSettings();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Profile',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openProfile();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- if features["cc"]["status"]:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Contact Center',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openContactCenter();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- else:
- f.write(indented_str(4, '// {', spaces=2))
- f.write(indented_str(5, "// text: 'Contact Center',", spaces=2))
- f.write(indented_str(5, "// handler: () => {", spaces=2))
- f.write(indented_str(6, "// this.openContactCenter();", spaces=2))
- f.write(indented_str(5, "// },", spaces=2))
- f.write(indented_str(4, "// },", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Notification Center',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openNotificationCenter();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- else:
- f.write(indented_str(4, '// {', spaces=2))
- f.write(indented_str(5, "// text: 'Notification Center',", spaces=2))
- f.write(indented_str(5, "// handler: () => {", spaces=2))
- f.write(indented_str(6, "// this.openNotificationCenter();", spaces=2))
- f.write(indented_str(5, "// },", spaces=2))
- f.write(indented_str(4, "// },", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Instant Messaging',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openChat();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- else:
- f.write(indented_str(4, '// {', spaces=2))
- f.write(indented_str(5, "// text: 'Instant Messaging',", spaces=2))
- f.write(indented_str(5, "// handler: () => {", spaces=2))
- f.write(indented_str(6, "// this.openChat();", spaces=2))
- f.write(indented_str(5, "// },", spaces=2))
- f.write(indented_str(4, "// },", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Call',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openCall();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- else:
- f.write(indented_str(4, '// {', spaces=2))
- f.write(indented_str(5, "// text: 'Call',", spaces=2))
- f.write(indented_str(5, "// handler: () => {", spaces=2))
- f.write(indented_str(6, "// this.openCall();", spaces=2))
- f.write(indented_str(5, "// },", spaces=2))
- f.write(indented_str(4, "// },", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(4, '{', spaces=2))
- f.write(indented_str(5, "text: 'Streaming',", spaces=2))
- f.write(indented_str(5, "handler: () => {", spaces=2))
- f.write(indented_str(6, "this.openStreaming();", spaces=2))
- f.write(indented_str(5, "},", spaces=2))
- f.write(indented_str(4, "},", spaces=2))
- else:
- f.write(indented_str(4, '// {', spaces=2))
- f.write(indented_str(5, "// text: 'Streaming',", spaces=2))
- f.write(indented_str(5, "// handler: () => {", spaces=2))
- f.write(indented_str(6, "// this.openStreaming();", spaces=2))
- f.write(indented_str(5, "// },", spaces=2))
- f.write(indented_str(4, "// },", spaces=2))
- else:
- f.write(line)
- elif platform == "ios_react":
- main_act_path = os.path.join(path_dest, "App.tsx")
- with open(main_act_path, "r") as f:
- lines = f.readlines()
- with open(main_act_path, "w") as f:
- for line in lines:
- if "'Features'" in line:
- f.write(indented_str(4, "'Setting',", spaces=2))
- f.write(indented_str(4, "'Profile',", spaces=2))
- if features["cc"]["status"]:
- f.write(indented_str(4, "'Contact Center',", spaces=2))
- else:
- f.write(indented_str(4, "// 'Contact Center',", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(4, "'Notification Center',", spaces=2))
- else:
- f.write(indented_str(4, "// 'Notification Center',", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(4, "'Chat',", spaces=2))
- else:
- f.write(indented_str(4, "// 'Chat',", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(4, "'Call',", spaces=2))
- else:
- f.write(indented_str(4, "// 'Call',", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(4, "'Live Streaming',", spaces=2))
- else:
- f.write(indented_str(4, "// 'Live Streaming',", spaces=2))
- elif "//FEATURES1" in line:
- n = 0
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openSetting();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openProfile();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- if features["cc"]["status"]:
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openContactCenter();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "// if (buttonIndex === 2) {", spaces=2))
- f.write(indented_str(6, "// CallNative.openContactCenter();", spaces=2))
- f.write(indented_str(5, "// }", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openNotificationCenter();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "// if (buttonIndex === 3) {", spaces=2))
- f.write(indented_str(6, "// CallNative.openNotificationCenter();", spaces=2))
- f.write(indented_str(5, "// }", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openChat();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "// if (buttonIndex === 4) {", spaces=2))
- f.write(indented_str(6, "// CallNative.openChat();", spaces=2))
- f.write(indented_str(5, "// }", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openCall();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "// if (buttonIndex === 5) {", spaces=2))
- f.write(indented_str(6, "// CallNative.openCall();", spaces=2))
- f.write(indented_str(5, "// }", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(5, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(6, "CallNative.openStreaming();", spaces=2))
- f.write(indented_str(5, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "// if (buttonIndex === 6) {", spaces=2))
- f.write(indented_str(6, "// CallNative.openStreaming();", spaces=2))
- f.write(indented_str(5, "// }", spaces=2))
- elif "//FEATURES2" in line:
- n = 0
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openSetting();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openProfile();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- if features["cc"]["status"]:
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openContactCenter();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(2, "// if (buttonIndex === 2) {", spaces=2))
- f.write(indented_str(3, "// try {", spaces=2))
- f.write(indented_str(4, "// CallNative.openContactCenter();", spaces=2))
- f.write(indented_str(3, "// } catch (e) {", spaces=2))
- f.write(indented_str(4, "// console.log(e);", spaces=2))
- f.write(indented_str(3, "// }", spaces=2))
- f.write(indented_str(2, "// }", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openNotificationCenter();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(2, "// if (buttonIndex === 3) {", spaces=2))
- f.write(indented_str(3, "// try {", spaces=2))
- f.write(indented_str(4, "// CallNative.openNotificationCenter();", spaces=2))
- f.write(indented_str(3, "// } catch (e) {", spaces=2))
- f.write(indented_str(4, "// console.log(e);", spaces=2))
- f.write(indented_str(3, "// }", spaces=2))
- f.write(indented_str(2, "// }", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openChat();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(2, "// if (buttonIndex === 4) {", spaces=2))
- f.write(indented_str(3, "// try {", spaces=2))
- f.write(indented_str(4, "// CallNative.openChat();", spaces=2))
- f.write(indented_str(3, "// } catch (e) {", spaces=2))
- f.write(indented_str(4, "// console.log(e);", spaces=2))
- f.write(indented_str(3, "// }", spaces=2))
- f.write(indented_str(2, "// }", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openCall();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(2, "// if (buttonIndex === 5) {", spaces=2))
- f.write(indented_str(3, "// try {", spaces=2))
- f.write(indented_str(4, "// CallNative.openCall();", spaces=2))
- f.write(indented_str(3, "// } catch (e) {", spaces=2))
- f.write(indented_str(4, "// console.log(e);", spaces=2))
- f.write(indented_str(3, "// }", spaces=2))
- f.write(indented_str(2, "// }", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(2, f"if (buttonIndex === {n}) {{", spaces=2))
- f.write(indented_str(3, "try {", spaces=2))
- f.write(indented_str(4, "CallNative.openStreaming();", spaces=2))
- f.write(indented_str(3, "} catch (e) {", spaces=2))
- f.write(indented_str(4, "console.log(e);", spaces=2))
- f.write(indented_str(3, "}", spaces=2))
- f.write(indented_str(2, "}", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(2, "// if (buttonIndex === {n}) {", spaces=2))
- f.write(indented_str(3, "// try {", spaces=2))
- f.write(indented_str(4, "// CallNative.openStreaming();", spaces=2))
- f.write(indented_str(3, "// } catch (e) {", spaces=2))
- f.write(indented_str(4, "// console.log(e);", spaces=2))
- f.write(indented_str(3, "// }", spaces=2))
- f.write(indented_str(2, "// }", spaces=2))
- elif "//FEATURES3" in line:
- n = 0
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Setting"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Profile"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- if features["cc"]["status"]:
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Contact Center"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "{/* <Button", spaces=2))
- f.write(indented_str(6, 'title="Contact Center"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress(2)}}', spaces=2))
- f.write(indented_str(5, "/> */}", spaces=2))
- if features["nc"]["status"]:
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Notification Center"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "{/* <Button", spaces=2))
- f.write(indented_str(6, 'title="Notification Center"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress(3)}}', spaces=2))
- f.write(indented_str(5, "/> */}", spaces=2))
- if features["im"]["status"]:
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Chat"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "{/* <Button", spaces=2))
- f.write(indented_str(6, 'title="Chat"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress(4)}}', spaces=2))
- f.write(indented_str(5, "/> */}", spaces=2))
- if features["call"]["status"]:
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Call"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "{/* <Button", spaces=2))
- f.write(indented_str(6, 'title="Call"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress(5)}}', spaces=2))
- f.write(indented_str(5, "/> */}", spaces=2))
- if features["ls"]["status"]:
- f.write(indented_str(5, "<Button", spaces=2))
- f.write(indented_str(6, 'title="Live Streaming"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress({n})}}', spaces=2))
- f.write(indented_str(5, "/>", spaces=2))
- n = n + 1
- else:
- f.write(indented_str(5, "{/* <Button", spaces=2))
- f.write(indented_str(6, 'title="Live Streaming"', spaces=2))
- f.write(indented_str(6, f'onPress={{() => handleActionSheetPress(5)}}', spaces=2))
- f.write(indented_str(5, "/> */}", spaces=2))
- else:
- f.write(line)
- def deliver_zip(path_dest, uid):
- rand_name = ''.join(random.SystemRandom().choice(string.ascii_letters + string.digits) for _ in range(32))
- zip_name = f"{rand_name}"
- new_dir = os.path.join(app.zip_folder, zip_name)
- try:
- shutil.make_archive(new_dir, 'zip', path_dest)
- project_path = os.path.join(app.temp_folder, uid)
- shutil.rmtree(project_path)
- return {"status": "0", "name": zip_name + ".zip"}
- except Exception as e:
- return {"status": "4", "message": "Deliver ZIP failed"}
- @app.route('/', methods=["GET", "POST"])
- def build_project():
- vprint('==============================================================')
- if request.method == 'POST':
- platform = "android"
- mode = "burger"
- feature_dict = {
- "im": {
- "android_name": "action_chats",
- "status": False
- },
- "cc": {
- "android_name": "action_cc",
- "status": False
- },
- "call": {
- "android_name": "action_call",
- "status": False
- },
- "ls": {
- "android_name": "action_ls",
- "status": False
- },
- "settings": {
- "android_name": "action_settings",
- "status": False
- },
- "nc": {
- "android_name": "action_nc",
- "status": False
- },
- "sms": {
- "status": False
- },
- "email": {
- "status": False
- },
- }
- security_dict = {
- "malware": False,
- "clone": False,
- "emulator": False,
- "debug": False,
- "sim_swap": False,
- "capture": False,
- "call_forwarding": False,
- "secure_folder": False,
- "show_security": False,
- }
- try:
- if "feature_im" in request.form:
- feature_dict["im"]["status"] = request.form["feature_im"] == "1"
- if "feature_cc" in request.form:
- feature_dict["cc"]["status"] = request.form["feature_cc"] == "1"
- if "feature_vc" in request.form:
- feature_dict["call"]["status"] = request.form["feature_vc"] == "1"
- if "feature_ac" in request.form and not feature_dict["call"]["status"]:
- feature_dict["call"]["status"] = request.form["feature_ac"] == "1"
- if "feature_ls" in request.form:
- feature_dict["ls"]["status"] = request.form["feature_ls"] == "1"
- if "feature_nc" in request.form:
- feature_dict["nc"]["status"] = request.form["feature_nc"] == "1"
- if "feature_sms" in request.form:
- feature_dict["sms"]["status"] = request.form["feature_sms"] == "1"
- if "feature_email" in request.form:
- feature_dict["email"]["status"] = request.form["feature_email"] == "1"
- if "feature_settings" in request.form:
- feature_dict["settings"]["status"] = request.form["feature_settings"] == "1"
- if "security_malware" in request.form:
- security_dict["malware"] = request.form["security_malware"] == "1"
- if "security_clone" in request.form:
- security_dict["clone"] = request.form["security_clone"] == "1"
- if "security_emulator" in request.form:
- security_dict["emulator"] = request.form["security_emulator"] == "1"
- if "security_debug" in request.form:
- security_dict["debug"] = request.form["security_debug"] == "1"
- if "security_sim_swap" in request.form:
- security_dict["sim_swap"] = request.form["security_sim_swap"] == "1"
- if "security_capture" in request.form:
- security_dict["capture"] = request.form["security_capture"] == "1"
- if "security_call_forwarding" in request.form:
- security_dict["call_forwarding"] = request.form["security_call_forwarding"] == "1"
- if "security_secure_folder" in request.form:
- security_dict["secure_folder"] = request.form["security_secure_folder"] == "1"
- if "show_security" in request.form:
- security_dict["show_security"] = request.form["show_security"] == "1"
- else:
- security_dict["show_security"] = (security_dict["malware"] or security_dict["clone"]
- or security_dict["emulator"] or security_dict["debug"]
- or security_dict["sim_swap"] or security_dict["capture"]
- or security_dict["call_forwarding"]
- or security_dict["secure_folder"])
- if "platform" in request.form:
- platform = request.form["platform"]
- if "mode" in request.form:
- mode = request.form["mode"]
- except BaseException as e:
- vprint(traceback.format_exc())
- return {"status": "1", "message": "Parameter mismatch\n{}\n".format(str(e))}, 400
- try:
- uu_id = str(uuid.uuid4())
- path_dest = create_folder(platform, uu_id)
- change(platform, mode, path_dest, feature_dict, security_dict)
- return deliver_zip(path_dest, uu_id)
- except BaseException as e:
- vprint(traceback.format_exc())
- return {"status": "2", "message": "Process failure\n{}\n".format(str(e))}, 200
- else:
- if 'e' in request.args:
- return request.args['e']
- return "Hello World!"
- if __name__ == '__main__':
- app.run(host='0.0.0.0', port=8056, debug=app.verbose, ssl_context=app.ssl)
|