mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-14 10:14:28 -05:00
Update about file from generated one (#2382)
* added launch permission * updated about file with script
This commit is contained in:
parent
280b8afc0a
commit
e6a099913a
@ -1,5 +1,4 @@
|
|||||||
#include "ui_about_simple.hpp"
|
#include "ui_about_simple.hpp"
|
||||||
|
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
|
||||||
#define ROLL_SPEED_FRAME_PER_LINE 60
|
#define ROLL_SPEED_FRAME_PER_LINE 60
|
||||||
@ -7,54 +6,55 @@
|
|||||||
|
|
||||||
namespace ui {
|
namespace ui {
|
||||||
|
|
||||||
// TODO: Generate this automatically from github
|
|
||||||
// Information: a line starting with a '#' will be yellow coloured
|
// Information: a line starting with a '#' will be yellow coloured
|
||||||
constexpr std::string_view authors_list[] = {
|
constexpr std::string_view authors_list[] = {
|
||||||
"# * List of contributors * ",
|
"# * List of contributors * ",
|
||||||
" ",
|
" ",
|
||||||
"#Mayhem:",
|
"#Mayhem-Firmware:",
|
||||||
"eried,euquiq,gregoryfenton",
|
"jboone,eried,furrtek,",
|
||||||
"johnelder,jwetzell,nnemanjan00",
|
"NotherNgineer,gullradriel,",
|
||||||
"N0vaPixel,klockee,gullradriel",
|
"jLynx,kallanreed,Brumi-2021,",
|
||||||
"jamesshao8,ITAxReal,rascafr",
|
"htotoo,bernd-herzog,zxkmm,",
|
||||||
"mcules,dqs105,strijar,fossum",
|
"ArjanOnwezen,euquiq,u-foka,",
|
||||||
"zhang00963,RedFox-Fr,aldude999",
|
"iNetro,heurist1,dqs105,",
|
||||||
"East2West,ArjanOnwezen,jLynx",
|
"teixeluis,jwetzell,",
|
||||||
"vXxOinvizioNxX,teixeluis,n0xa",
|
"jimilinuxguy,gregoryfenton,",
|
||||||
"Brumi-2021,texasyojimbo,zigad",
|
"notpike,strijar,BehleZebub,",
|
||||||
"heurist1,intoxsick,ckuethe",
|
"arneluehrs,rascafr,joyel24,",
|
||||||
"notpike,MichalLeonBorsuk",
|
"ImDroided,zigad,johnelder,",
|
||||||
"kallanreed,bernd-herzog,zxkmm",
|
"klockee,nnesetto,LupusE,",
|
||||||
"NotherNgineer,jimilinuxguy",
|
"argilo,dc2dc,formtapez,",
|
||||||
"iNetro,HTotoo,BehleZebub,dc2dc",
|
"RocketGod-git,mrmookie,",
|
||||||
"arneluehrs,u-foka,Maescool",
|
"ITAxReal,F33RNI,F4GEV,",
|
||||||
"nnesetto,formtapez,F33RNI",
|
"rusty-labs,mjwaxios,andrej-mk,",
|
||||||
"rusty-labs,andrej-mk,taskinen",
|
"RedFox-Fr,nemanjan00,",
|
||||||
"MatiasFernandez,TQMatvey,KimIV",
|
"MichalLeonBorsuk,",
|
||||||
"RobertoD91,RndmNmbr,OpCode1300",
|
"MatiasFernandez,Giorgiofox,",
|
||||||
"alex10791,GitClo,GermanAizek",
|
"ckuethe",
|
||||||
"JimiHFord,jstockdale,aSmig",
|
|
||||||
"KillerTurtleSoftware,Lpd738",
|
|
||||||
"MattLodge,z3r0l1nk,joyel24",
|
|
||||||
" ",
|
" ",
|
||||||
"#Havoc:",
|
"#Havoc:",
|
||||||
"furrtek,mrmookie,NotPike",
|
"jboone,furrtek,eried,argilo,",
|
||||||
"mjwaxios,ImDroided,Giorgiofox",
|
"mrmookie,Giorgiofox,ImDroided,",
|
||||||
"F4GEV,z4ziggy,xmycroftx",
|
"mjwaxios,F4GEV,OpCode1300,",
|
||||||
"troussos,silascutler",
|
"ZeroChaos-,RndmNmbr,",
|
||||||
"nickbouwhuis,msoose,leres",
|
"silascutler,troussos,z4ziggy,",
|
||||||
"joakar,dhoetger,clem-42",
|
"clem-42,dhoetger,NickBouwhuis,",
|
||||||
"brianlechthaler,ZeroChaos-...",
|
"xmycroftx,Maescool,KimIV,",
|
||||||
|
"joakar,leres,brianlechthaler,",
|
||||||
|
"N0vaPixel",
|
||||||
" ",
|
" ",
|
||||||
"#PortaPack:",
|
"#PortaPack:",
|
||||||
"jboone,argilo",
|
"jboone,mossmann,martinling,",
|
||||||
|
"argilo,eried,ZeroChaos-,",
|
||||||
|
"RndmNmbr",
|
||||||
" ",
|
" ",
|
||||||
"#HackRF:",
|
"#HackRF:",
|
||||||
"mossmann,dominicgs,bvernoux",
|
"mossmann,jboone,dominicgs,",
|
||||||
"bgamari,schneider42,miek",
|
"martinling,bvernoux,miek,",
|
||||||
"willcode,hessu,Sec42",
|
"bgamari,schneider42,straithe,",
|
||||||
"yhetti,ckuethe,smunaut",
|
"grvvy,willcode,hessu,yhetti,",
|
||||||
"wishi,mrbubble62,scateu..."};
|
"Sec42,ckuethe",
|
||||||
|
" "};
|
||||||
|
|
||||||
AboutView::AboutView(NavigationView& nav) {
|
AboutView::AboutView(NavigationView& nav) {
|
||||||
add_children({&menu_view,
|
add_children({&menu_view,
|
||||||
|
0
firmware/tools/generate_ui-about-simple.cpp.py
Normal file → Executable file
0
firmware/tools/generate_ui-about-simple.cpp.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user