diff --git a/firmware/application/apps/ui_about_simple.cpp b/firmware/application/apps/ui_about_simple.cpp index 281f5b01d..1e78e5e93 100644 --- a/firmware/application/apps/ui_about_simple.cpp +++ b/firmware/application/apps/ui_about_simple.cpp @@ -1,5 +1,4 @@ #include "ui_about_simple.hpp" - #include #define ROLL_SPEED_FRAME_PER_LINE 60 @@ -7,54 +6,55 @@ namespace ui { -// TODO: Generate this automatically from github // Information: a line starting with a '#' will be yellow coloured constexpr std::string_view authors_list[] = { "# * List of contributors * ", " ", - "#Mayhem:", - "eried,euquiq,gregoryfenton", - "johnelder,jwetzell,nnemanjan00", - "N0vaPixel,klockee,gullradriel", - "jamesshao8,ITAxReal,rascafr", - "mcules,dqs105,strijar,fossum", - "zhang00963,RedFox-Fr,aldude999", - "East2West,ArjanOnwezen,jLynx", - "vXxOinvizioNxX,teixeluis,n0xa", - "Brumi-2021,texasyojimbo,zigad", - "heurist1,intoxsick,ckuethe", - "notpike,MichalLeonBorsuk", - "kallanreed,bernd-herzog,zxkmm", - "NotherNgineer,jimilinuxguy", - "iNetro,HTotoo,BehleZebub,dc2dc", - "arneluehrs,u-foka,Maescool", - "nnesetto,formtapez,F33RNI", - "rusty-labs,andrej-mk,taskinen", - "MatiasFernandez,TQMatvey,KimIV", - "RobertoD91,RndmNmbr,OpCode1300", - "alex10791,GitClo,GermanAizek", - "JimiHFord,jstockdale,aSmig", - "KillerTurtleSoftware,Lpd738", - "MattLodge,z3r0l1nk,joyel24", + "#Mayhem-Firmware:", + "jboone,eried,furrtek,", + "NotherNgineer,gullradriel,", + "jLynx,kallanreed,Brumi-2021,", + "htotoo,bernd-herzog,zxkmm,", + "ArjanOnwezen,euquiq,u-foka,", + "iNetro,heurist1,dqs105,", + "teixeluis,jwetzell,", + "jimilinuxguy,gregoryfenton,", + "notpike,strijar,BehleZebub,", + "arneluehrs,rascafr,joyel24,", + "ImDroided,zigad,johnelder,", + "klockee,nnesetto,LupusE,", + "argilo,dc2dc,formtapez,", + "RocketGod-git,mrmookie,", + "ITAxReal,F33RNI,F4GEV,", + "rusty-labs,mjwaxios,andrej-mk,", + "RedFox-Fr,nemanjan00,", + "MichalLeonBorsuk,", + "MatiasFernandez,Giorgiofox,", + "ckuethe", " ", "#Havoc:", - "furrtek,mrmookie,NotPike", - "mjwaxios,ImDroided,Giorgiofox", - "F4GEV,z4ziggy,xmycroftx", - "troussos,silascutler", - "nickbouwhuis,msoose,leres", - "joakar,dhoetger,clem-42", - "brianlechthaler,ZeroChaos-...", + "jboone,furrtek,eried,argilo,", + "mrmookie,Giorgiofox,ImDroided,", + "mjwaxios,F4GEV,OpCode1300,", + "ZeroChaos-,RndmNmbr,", + "silascutler,troussos,z4ziggy,", + "clem-42,dhoetger,NickBouwhuis,", + "xmycroftx,Maescool,KimIV,", + "joakar,leres,brianlechthaler,", + "N0vaPixel", " ", "#PortaPack:", - "jboone,argilo", + "jboone,mossmann,martinling,", + "argilo,eried,ZeroChaos-,", + "RndmNmbr", " ", "#HackRF:", - "mossmann,dominicgs,bvernoux", - "bgamari,schneider42,miek", - "willcode,hessu,Sec42", - "yhetti,ckuethe,smunaut", - "wishi,mrbubble62,scateu..."}; + "mossmann,jboone,dominicgs,", + "martinling,bvernoux,miek,", + "bgamari,schneider42,straithe,", + "grvvy,willcode,hessu,yhetti,", + "Sec42,ckuethe", + " "}; AboutView::AboutView(NavigationView& nav) { add_children({&menu_view, diff --git a/firmware/tools/generate_ui-about-simple.cpp.py b/firmware/tools/generate_ui-about-simple.cpp.py old mode 100644 new mode 100755