Leo Smith 
							
						 
					 
					
						
						
							
						
						efc52ab469 
					 
					
						
						
							
							BdUSBadded WAIT_FOR_BUTTON_PRESS functionality ( #2544 )  
						
						... 
						
						
						
						Co-authored-by: p4p1 <p4p1@vivaldi.net >
Co-authored-by: あく <alleteam@gmail.com > 
						
						
					 
					
						2023-04-04 11:40:19 +08:00 
						 
				 
			
				
					
						
							
							
								Nikolay Minaylov 
							
						 
					 
					
						
						
							
						
						0444a80f19 
					 
					
						
						
							
							[FL-3134] BadUSB: Script interpreter refactoring ( #2485 )  
						
						... 
						
						
						
						* Script command and character tables
* Non-blocking stringdelay, docs update
* altchar/altstring fix
* Layout select UI fix
* Remove debug print
Co-authored-by: あく <alleteam@gmail.com > 
						
						
					 
					
						2023-03-21 02:22:03 +09:00 
						 
				 
			
				
					
						
							
							
								Nikolay Minaylov 
							
						 
					 
					
						
						
							
						
						9ae58f5462 
					 
					
						
						
							
							[FL-3116, FL-3136] BadUSB UI fixes ( #2439 )  
						
						
						
						
					 
					
						2023-02-27 23:04:14 +09:00 
						 
				 
			
				
					
						
							
							
								MX 
							
						 
					 
					
						
						
							
						
						b1f581239b 
					 
					
						
						
							
							BadUSB: Keyboard Layouts ( #2256 )  
						
						... 
						
						
						
						* BadUSB: Keyboard Layouts
* Apply requested changes pt1
* Add layout file check when we loading config
Co-authored-by: Nikolay Minaylov <nm29719@gmail.com >
Co-authored-by: あく <alleteam@gmail.com > 
						
						
					 
					
						2023-02-09 00:01:00 +09:00 
						 
				 
			
				
					
						
							
							
								head47 
							
						 
					 
					
						
						
							
						
						eee90c6c40 
					 
					
						
						
							
							Run Bad USB immediately after connection ( #1955 )  
						
						... 
						
						
						
						Co-authored-by: あく <alleteam@gmail.com > 
						
						
					 
					
						2022-11-03 14:21:44 +09:00 
						 
				 
			
				
					
						
							
							
								Sergey Gavrilov 
							
						 
					 
					
						
						
							
						
						3434305630 
					 
					
						
						
							
							[FL-2937] Remove resources from API to prevent frequent API version increase ( #1935 )  
						
						... 
						
						
						
						* Remove all icons from API
* Music player: icons
* Signal generator: icons
* Bt hid: icons
* Weather station: icons
* Picopass: icons
* File browser test: icons
* Example images: documentation
* Remove global assets header
* Fix picopass
Co-authored-by: あく <alleteam@gmail.com > 
						
						
					 
					
						2022-10-28 23:08:50 +09:00 
						 
				 
			
				
					
						
							
							
								Thibaut CHARLES 
							
						 
					 
					
						
						
							
						
						ede3bac799 
					 
					
						
						
							
							Badusb: show script errors on screen ( #1506 )  
						
						... 
						
						
						
						Co-authored-by: あく <alleteam@gmail.com > 
						
						
					 
					
						2022-10-13 01:21:54 +09:00 
						 
				 
			
				
					
						
							
							
								Sergey Gavrilov 
							
						 
					 
					
						
						
							
						
						31c0346adc 
					 
					
						
						
							
							[FL-976] Removing lambdas ( #1849 )  
						
						... 
						
						
						
						* Removing lambdas...
* Wake the fk up, Gordon! We have a citadel to burn!
* Here comes the Nihilanth
* Lambda documentation
Co-authored-by: あく <alleteam@gmail.com > 
						
						
					 
					
						2022-10-09 02:38:29 +09:00 
						 
				 
			
				
					
						
							
							
								Sergey Gavrilov 
							
						 
					 
					
						
						
							
						
						4000f0cac5 
					 
					
						
						
							
							[FL-2870] Printf function attributes ( #1841 )  
						
						... 
						
						
						
						* Furi strings: printf attribute
* Logs: printf attribute
* Plugins: adapt
* Plugins: accommodate
* Unit tests: accommodate
Co-authored-by: あく <alleteam@gmail.com > 
						
						
					 
					
						2022-10-07 22:35:15 +09:00 
						 
				 
			
				
					
						
							
							
								Sergey Gavrilov 
							
						 
					 
					
						
						
							
						
						4bf29827f8 
					 
					
						
						
							
							M*LIB: non-inlined strings, FuriString primitive ( #1795 )  
						
						... 
						
						
						
						* Quicksave 1
* Header stage complete
* Source stage complete
* Lint & merge fixes
* Includes
* Documentation step 1
* FBT: output free size considering BT STACK
* Documentation step 2
* py lint
* Fix music player plugin
* unit test stage 1: string allocator, mem, getters, setters, appends, compare, search.
* unit test: string equality
* unit test: string replace
* unit test: string start_with, end_with
* unit test: string trim
* unit test: utf-8
* Rename
* Revert fw_size changes
* Simplify CLI backspace handling
* Simplify CLI character insert
* Merge fixes
* Furi: correct filenaming and spelling
* Bt: remove furi string include
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com > 
						
						
					 
					
						2022-10-06 00:15:23 +09:00 
						 
				 
			
				
					
						
							
							
								SG 
							
						 
					 
					
						
						
							
						
						b9a766d909 
					 
					
						
						
							
							[FL-2627] Flipper applications: SDK, build and debug system ( #1387 )  
						
						... 
						
						
						
						* Added support for running applications from SD card (FAPs - Flipper Application Packages)
* Added plugin_dist target for fbt to build FAPs
* All apps of type FlipperAppType.EXTERNAL and FlipperAppType.PLUGIN are built as FAPs by default
* Updated VSCode configuration for new fbt features - re-deploy stock configuration to use them
* Added debugging support for FAPs with fbt debug & VSCode
* Added public firmware API with automated versioning
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: SG <who.just.the.doctor@gmail.com >
Co-authored-by: あく <alleteam@gmail.com > 
						
						
					 
					
						2022-09-15 02:21:03 +09:00