[FL-2792] AC Universal Remote (#1725)

* Add Universal AC Remote scene
* Implement AC gui
* Basic working implemetation
* Another Universal AC Remote implementation
* Update icons
* Adjust button positions
* Revert old ButtonPanel class
* Update resource manifest
* [FL-2627] Flipper applications: SDK, build and debug system (#1387)
* Update api definitions
* Add UniversalRemotes documentation
* Use more Flipper-friendly signal names

Co-authored-by: SG <who.just.the.doctor@gmail.com>
This commit is contained in:
Georgii Surkov
2022-09-20 08:09:37 +03:00
committed by GitHub
parent f5ff6438d1
commit 066da4080b
18 changed files with 207 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
entry,status,name,type,params
Version,+,1.6,,
Version,+,1.7,,
Header,+,applications/services/bt/bt_service/bt.h,,
Header,+,applications/services/cli/cli.h,,
Header,+,applications/services/cli/cli_vcp.h,,
@@ -2580,8 +2580,14 @@ Variable,+,I_Circles_47x47,const Icon,
Variable,+,I_Clock_18x18,const Icon,
Variable,+,I_Connect_me_62x31,const Icon,
Variable,+,I_Connected_62x31,const Icon,
Variable,+,I_CoolHi_25x27,const Icon,
Variable,+,I_CoolHi_hvr_25x27,const Icon,
Variable,+,I_CoolLo_25x27,const Icon,
Variable,+,I_CoolLo_hvr_25x27,const Icon,
Variable,+,I_Cry_dolph_55x52,const Icon,
Variable,+,I_DFU_128x50,const Icon,
Variable,+,I_Dehumidify_25x27,const Icon,
Variable,+,I_Dehumidify_hvr_25x27,const Icon,
Variable,+,I_Detailed_chip_17x13,const Icon,
Variable,+,I_DolphinCommon_56x48,const Icon,
Variable,+,I_DolphinMafia_115x62,const Icon,
@@ -2605,6 +2611,10 @@ Variable,+,I_FaceNopower_29x14,const Icon,
Variable,+,I_FaceNormal_29x14,const Icon,
Variable,+,I_GameMode_11x8,const Icon,
Variable,+,I_Health_16x16,const Icon,
Variable,+,I_HeatHi_25x27,const Icon,
Variable,+,I_HeatHi_hvr_25x27,const Icon,
Variable,+,I_HeatLo_25x27,const Icon,
Variable,+,I_HeatLo_hvr_25x27,const Icon,
Variable,+,I_InfraredArrowDown_4x8,const Icon,
Variable,+,I_InfraredArrowUp_4x8,const Icon,
Variable,+,I_InfraredLearnShort_128x31,const Icon,
@@ -2622,6 +2632,8 @@ Variable,+,I_Mute_25x27,const Icon,
Variable,+,I_Mute_hvr_25x27,const Icon,
Variable,+,I_NFC_manual_60x50,const Icon,
Variable,+,I_Nfc_10px,const Icon,
Variable,+,I_Off_25x27,const Icon,
Variable,+,I_Off_hvr_25x27,const Icon,
Variable,+,I_Ok_btn_9x9,const Icon,
Variable,+,I_Ok_btn_pressed_13x13,const Icon,
Variable,+,I_Percent_10x14,const Icon,
1 entry status name type params
2 Version + 1.6 1.7
3 Header + applications/services/bt/bt_service/bt.h
4 Header + applications/services/cli/cli.h
5 Header + applications/services/cli/cli_vcp.h
2580 Variable + I_Clock_18x18 const Icon
2581 Variable + I_Connect_me_62x31 const Icon
2582 Variable + I_Connected_62x31 const Icon
2583 Variable + I_CoolHi_25x27 const Icon
2584 Variable + I_CoolHi_hvr_25x27 const Icon
2585 Variable + I_CoolLo_25x27 const Icon
2586 Variable + I_CoolLo_hvr_25x27 const Icon
2587 Variable + I_Cry_dolph_55x52 const Icon
2588 Variable + I_DFU_128x50 const Icon
2589 Variable + I_Dehumidify_25x27 const Icon
2590 Variable + I_Dehumidify_hvr_25x27 const Icon
2591 Variable + I_Detailed_chip_17x13 const Icon
2592 Variable + I_DolphinCommon_56x48 const Icon
2593 Variable + I_DolphinMafia_115x62 const Icon
2611 Variable + I_FaceNormal_29x14 const Icon
2612 Variable + I_GameMode_11x8 const Icon
2613 Variable + I_Health_16x16 const Icon
2614 Variable + I_HeatHi_25x27 const Icon
2615 Variable + I_HeatHi_hvr_25x27 const Icon
2616 Variable + I_HeatLo_25x27 const Icon
2617 Variable + I_HeatLo_hvr_25x27 const Icon
2618 Variable + I_InfraredArrowDown_4x8 const Icon
2619 Variable + I_InfraredArrowUp_4x8 const Icon
2620 Variable + I_InfraredLearnShort_128x31 const Icon
2632 Variable + I_Mute_hvr_25x27 const Icon
2633 Variable + I_NFC_manual_60x50 const Icon
2634 Variable + I_Nfc_10px const Icon
2635 Variable + I_Off_25x27 const Icon
2636 Variable + I_Off_hvr_25x27 const Icon
2637 Variable + I_Ok_btn_9x9 const Icon
2638 Variable + I_Ok_btn_pressed_13x13 const Icon
2639 Variable + I_Percent_10x14 const Icon