[FL-2828] Dolphin score update take 2 (#1929)
* Move DolphinDeedNfcRead * Move DolphinDeedNfcReadSuccess * Move DolphinDeedNfcSave * Move DolphinDeedNfcDetectReader * Move DolphinDeedNfcEmulate * Count DolphinDeedNfcEmulate when launched from file browser * Implement most of the score accounting for NFC * Fully update Nfc icounter handling * Move DolphinDeedSubGhzFrequencyAnalyzer * Update the rest of icounter in SubGHz * Adjust SubGHz icounter handling * Adjust LFRFID icounter handling * Adjust Infrared icounter handling * Don't count renaming RFID tags as saving * Don't count renaming SubGHz signals as saving * Don't count renaming NFC tags as saving * Adjust iButton icounter handling * Minor code refactoring * Correct formatting * Account for emulating iButton keys from file manager/rpc Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
			
		||||
#include "../subghz_i.h"
 | 
			
		||||
#include "../views/receiver.h"
 | 
			
		||||
#include <dolphin/dolphin.h>
 | 
			
		||||
 | 
			
		||||
static const NotificationSequence subghs_sequence_rx = {
 | 
			
		||||
    &message_green_255,
 | 
			
		||||
@@ -181,6 +182,7 @@ bool subghz_scene_receiver_on_event(void* context, SceneManagerEvent event) {
 | 
			
		||||
            subghz->txrx->idx_menu_chosen =
 | 
			
		||||
                subghz_view_receiver_get_idx_menu(subghz->subghz_receiver);
 | 
			
		||||
            scene_manager_next_scene(subghz->scene_manager, SubGhzSceneReceiverInfo);
 | 
			
		||||
            DOLPHIN_DEED(DolphinDeedSubGhzReceiverInfo);
 | 
			
		||||
            consumed = true;
 | 
			
		||||
            break;
 | 
			
		||||
        case SubGhzCustomEventViewReceiverConfig:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user