Commit Graph

1108 Commits

Author SHA1 Message Date
Willy-JL a441feec83 Formatting 2023-03-28 23:59:32 +01:00
Willy-JL 9fe994adb3 Merge branch 'DigitalSequence_PulseReader' of https://github.com/g3gg0/flipperzero-firmware into xfw-dev 2023-03-28 21:38:50 +01:00
Willy-JL 92b3e640d5 Fix first boot slideshow first slide 2023-03-28 11:52:52 +01:00
Willy-JL 73aee87eb1 Add first xtreme boot slideshow 2023-03-28 06:57:21 +01:00
Willy-JL 09f2a85d21 Merge branch 'ul-dev' into xfw-dev 2023-03-28 00:15:58 +01:00
Willy-JL 34298e7060 Update thankyou animation 2023-03-27 05:30:40 +01:00
Willy-JL c7aa376af8 Fix NSFW subghz read icon (#179) 2023-03-27 01:22:59 +01:00
MX 001e00d84a fbt format, aprimatic fixes 2023-03-26 14:59:21 +03:00
Willy-JL f0df68248b Remove unused icons 2023-03-25 00:44:13 +00:00
Willy-JL 906f2d324b Merge branch 'ul-dev' into xfw-dev 2023-03-24 18:56:42 +00:00
Willy-JL 3b71b8596c Initial lock menu rework 2023-03-23 03:33:13 +00:00
MX 6057262c18 update submodule 2023-03-22 21:15:45 +03:00
MX 8002c6465d up 2023-03-22 21:13:59 +03:00
MX 795c8eeef7 Merge branch 'fz-dev' into dev 2023-03-22 21:13:39 +03:00
あく 7bf0a4786c [FL-3152] Screen streaming improvements (#2498)
* Rpc: reserve some bandwidth when screen streaming
* Move furi_hal_compress to toolbox/comporess
* Lib: heatshrink as external submodule, compile warnings fixes, better buffer management
* Lib: cleanup compressor definitions
* Rpc: add canvas orientation support
* Format Sources
2023-03-23 03:00:48 +10:00
Willy-JL 3248482aef Add missing mfc dict keys 2023-03-22 12:02:01 +00:00
Willy-JL b93d774db7 Merge branch 'ul-dev' into xfw-dev 2023-03-21 04:00:57 +00:00
amec0e 1f881c6e47 Updated tv.ir
Updated last checked
2023-03-21 00:14:09 +00:00
amec0e 127f436315 Updated projectors.ir
Updated last checked
2023-03-21 00:13:47 +00:00
amec0e f62de11de7 Updated fans.ir
updated Last checked
2023-03-21 00:11:38 +00:00
amec0e 6e810aacb4 Updated audio.ir
new additions
2023-03-21 00:11:07 +00:00
amec0e 2ff1e22ca9 Updated ac.ir
new addition
2023-03-21 00:10:44 +00:00
Willy-JL ad52c5bc0c Add warning dolphin icon to asset packs 2023-03-20 02:40:18 +00:00
Willy-JL ea596dc94d Initial lockscreen redesign 2023-03-18 20:36:24 +00:00
Willy-JL ed38c1fa68 Update animation manifests 2023-03-18 00:09:57 +00:00
Willy-JL 74c964183f Dont keep compiled animations in repo 2023-03-17 23:59:41 +00:00
Willy-JL 09bc580497 Merge branch 'ul-dev' into xfw-dev 2023-03-17 23:52:05 +00:00
Willy-JL b3c64d0428 Switch to barcode app with saving (#165) 2023-03-17 22:35:32 +00:00
Willy-JL 20dbf61d04 Add ir remote 2023-03-17 22:19:13 +00:00
Willy-JL 16475b399c Remove bundled files, only keep examples/demos 2023-03-16 00:54:00 +00:00
Willy-JL 8c5b18c7ef Remove dolphin backup and restorer 2023-03-16 00:50:24 +00:00
MX 2a040f245f Merge branch 'fz-dev' into dev 2023-03-15 21:25:06 +03:00
Eric Betts e22668e196 Picopass standard KDF dictionary (#2478)
* Split iclass dictionaries based on KDF
* Allow cancelling during key test

Co-authored-by: あく <alleteam@gmail.com>
2023-03-15 21:35:11 +09:00
Willy-JL 5910ea0e52 Make subghz remote external 2023-03-14 17:51:23 +00:00
MX dd99c22792 Merge branch 'fz-dev' into dev 2023-03-14 19:55:16 +03:00
あく ccaa3864d5 Dolphin: new spring animation, weight adjust, drop winter animation. (#2489)
* Dolphin: add new spring animation, drop winter animation, adjust weights
* Readme: update application folder structure info
2023-03-15 01:02:27 +10:00
hedger 53435579b3 [FL-3097] fbt, faploader: minimal app module implementation (#2420)
* fbt, faploader: minimal app module implementation
* faploader, libs: moved API hashtable core to flipper_application
* example: compound api
* lib: flipper_application: naming fixes, doxygen comments
* fbt: changed `requires` manifest field behavior for app extensions
* examples: refactored plugin apps; faploader: changed new API naming; fbt: changed PLUGIN app type meaning
* loader: dropped support for debug apps & plugin menus
* moved applications/plugins -> applications/external
* Restored x bit on chiplist_convert.py
* git: fixed free-dap submodule path
* pvs: updated submodule paths
* examples: example_advanced_plugins.c: removed potential memory leak on errors
* examples: example_plugins: refined requires
* fbt: not deploying app modules for debug/sample apps; extra validation for .PLUGIN-type apps
* apps: removed cdefines for external apps
* fbt: moved ext app path definition
* fbt: reworked fap_dist handling; f18: synced api_symbols.csv
* fbt: removed resources_paths for extapps
* scripts: reworked storage
* scripts: reworked runfap.py & selfupdate.py to use new api
* wip: fal runner
* fbt: moved file packaging into separate module
* scripts: storage: fixes
* scripts: storage: minor fixes for new api
* fbt: changed internal artifact storage details for external apps
* scripts: storage: additional fixes and better error reporting; examples: using APP_DATA_PATH()
* fbt, scripts: reworked launch_app to deploy plugins; moved old runfap.py to distfap.py
* fbt: extra check for plugins descriptors
* fbt: additional checks in emitter
* fbt: better info message on SDK rebuild
* scripts: removed requirements.txt
* loader: removed remnants of plugins & debug menus
* post-review fixes
2023-03-14 23:29:28 +09:00
Willy-JL f53b962722 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-03-08 22:16:39 +00:00
Clara K 891f187066 Merge branch 'dev' into main 2023-03-08 22:03:08 +01:00
astrid rowland b526d977fb added new keys from The Horde 2023-03-08 14:05:28 -06:00
MX e941ef5952 Merge pull request #378 from amec0e/dev
Updated infrared assets
2023-03-08 22:53:24 +03:00
MX 5d9174ac9d Merge branch 'fz-dev' into dev 2023-03-08 22:52:11 +03:00
Eric Betts 5be15152eb PicoPass: auth cleanup (#2470)
* remove redundant auth methods
* Move picopass keys to new file
* CTF key
* Format sources
* PicoPass: add pragma once to picopass_keys.h

Co-authored-by: あく <alleteam@gmail.com>
2023-03-08 20:46:30 +09:00
amec0e 2ff937a278 Updated tv.ir
New additions
2023-03-07 20:17:57 +00:00
amec0e cdc44c502e Updated projectors.ir
New additions
2023-03-07 20:17:35 +00:00
amec0e b37c3ccf92 Updated fans.ir
Updated last checked
2023-03-07 20:16:42 +00:00
amec0e 74259c2276 Updated audio.ir 2023-03-07 20:13:01 +00:00
amec0e 3dcd5538d0 Updated ac.ir 2023-03-07 20:11:26 +00:00
Willy-JL 05d6cbfc6a Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-03-06 17:40:02 +00:00
MX 6d0c3eb3b6 Properly rename unirf remix to subghz remote
And automatically migrate user files to new folder
2023-03-06 10:32:01 +03:00