あく 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							61aaed8abb 
							
						 
					 
					
						
						
							
							[FL-1908] New animation update scheme ( #737 )  
						
						... 
						
						
						
						* Assets: update desktop animation frame rate and cleanup.
* Power: update ViewPort only if changed.
* Gui: tie IconAnimation with View, new update event generation scheme. Desktop: update IconAnimation usage.
Co-authored-by: DrZlo13 <who.just.the.doctor@gmail.com> 
						
						
					 
					
						2021-10-02 20:00:56 +03:00 
						 
				 
			
				
					
						
							
							
								Skorpionm 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f7bcdf9a7 
							
						 
					 
					
						
						
							
							[FL-1755, FL-1756] added LL_DeInit timers, removed Analyze scene, redesigned astomatic frequency change mechanism, updated subghz read scene interface ( #677 )  
						
						... 
						
						
						
						* SubGhz: Fix Timer hopping
* SubGhz: add display of received packages and their maximum number. redesigned interface, the maximum number of received packages increased to 50
* SubGhz: add clearing history on exit read scene, jump after saving the key into the history of received signals
* SubGhz: Fix honoring the width of the icon for transmitter scene
* RFID: Fix [FL-1755] freeze after key emulation
* SubGhz: drop analyze scene and views
* SubGhz: fix save scene
* Input, GUI: new event delivery scheme that groups event for complementarity.
* Gui: update View Dispatcher documentation
* Gui: remove dead code, wait till all input events are delivered in ViewDispatcher in queue mode.
* Gui: update comment in ViewDispatcher
* FuriHal: fix incorrect clock disable invocation
* FuriHal: proper include
* SubGhz: properly reset history in receiver view
* Gui: correct view switch order and non-complementary events discarding
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com> 
						
						
					 
					
						2021-08-30 23:05:09 +03:00 
						 
				 
			
				
					
						
							
							
								gornekich 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a0e1e42f2d 
							
						 
					 
					
						
						
							
							[FL-1479] New NFC app ( #544 )  
						
						... 
						
						
						
						* view: add custom event callback
* nfc: rework nfc worker
* gui: introduce view navigator
* nfc_scences: introduce nfc scenes
* nfc: add start scene
* lib: add C application scene template
* nfc: move nfc views to separate directory
* view_dispatcher: add support for view_navigator
* nfc views: rework nfc views
* nfc scenes: add nfc application scenes
* nfc: rework nfc main thread
* view_dispatcher: add separate event for search back scene
* nfc: set worker result address at worker start
* nfc: update read nfc scenes
* view_navigator: rework with M-LIB container
* view_dispatcher: check that all views were freed
* nfc: add debug menu with all functions
* nfc read scene: add notification on success
* api-hal-nfc: add API for UID emulation
* nfc: add nfc emulation UID scene
* assets: add NFC assets
* nfc: update read and emulate scenes UI
* nfc: fix memory leak
* rfal: set custom analog configuration 
						
						
					 
					
						2021-06-30 20:43:29 +03:00 
						 
				 
			
				
					
						
							
							
								Albert Kharisov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4fa49882e0 
							
						 
					 
					
						
						
							
							[FL-1286] Add vertical screen orientation ( #472 )  
						
						
						
						
					 
					
						2021-05-19 12:43:15 +03:00 
						 
				 
			
				
					
						
							
							
								あく 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37131dbe12 
							
						 
					 
					
						
						
							
							[FL-1092] Make View reusable outside of dispatcher  ( #396 )  
						
						... 
						
						
						
						* View: replace direct View to ViewDispatcher link with callback. ViewDispatcher: update View usage. ViewHandler: update View usage, handle update signal. 
						
						
					 
					
						2021-04-01 15:03:02 +03:00 
						 
				 
			
				
					
						
							
							
								あく 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2d09b8e318 
							
						 
					 
					
						
						
							
							[FL-867] GUI: ViewPort arrangement API, better input and draw dispatching   ( #333 )  
						
						... 
						
						
						
						* Input: refactoring, platform agnostic key configuration, update usage across project. Minor queue usage fixes and tick timings.
* Gui: lighter and more efficient input and draw call dispatching, ViewPort rearranging API. View: conditional model updates, API usage update.
* BT: smaller update delay
* GUI: ViewPort visibility check 
						
						
					 
					
						2021-02-10 12:06:29 +03:00 
						 
				 
			
				
					
						
							
							
								あく 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2187dc7117 
							
						 
					 
					
						
						
							
							GUI: view enter, exit callbacks. ( #326 )  
						
						
						
						
					 
					
						2021-02-04 15:05:46 +03:00 
						 
				 
			
				
					
						
							
							
								あく 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							34dbb2ea86 
							
						 
					 
					
						
						
							
							GUI: fix issue with gui update on view draw ( #301 )  
						
						
						
						
					 
					
						2021-01-11 15:20:29 +03:00 
						 
				 
			
				
					
						
							
							
								あく 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b78418f9f 
							
						 
					 
					
						
						
							
							FL-528 GUI: View, ViewDispather. Dolphin: first start. ( #276 )  
						
						... 
						
						
						
						* GUI: view. Flooper-blooper fix compilation error.
* GUI: view and viewdispatcher bones
* GUI: view implementation, view models, view dispatcher
* GUI: view navigation, model refinement. Power: use view, view dispatcher.
* HAL Flash: proper page write. Dolphin: views. Power: views
* Dolphin: transition idle scree to Views
* Dolphin: input events on stats view. Format sources.
* HAL: flash erase. Dolphin: permanent state storage.
* Dolphin: first start welcome. HAL: flash operation status, errata 2.2.9 crutch. 
						
						
					 
					
						2021-01-08 10:42:48 +06:00