Commit Graph

2769 Commits

Author SHA1 Message Date
MX 96ad7f3cef fix nfc list crash, fix magellen gui, fix transmitter gui 2022-09-20 23:13:15 +03:00
Matt Van Zanten c213ff596a adding support for HIDProx, updating the UI to switch between protocols 2022-09-20 11:45:16 -07:00
MX b2589698ff Merge branch 'fz-dev' into dev 2022-09-20 21:39:22 +03:00
RogueMaster f4668a20a2 Merge branch 'UNLEASHED' into 420 2022-09-20 03:21:20 -04:00
Max Lapan 3360f818a1 Subghz: Adding checks for get_upload functions (#1704)
* Adding checks for get_upload functions
  Almost in every protocol, function which generates upload might fail and return false.
  But we don't check this result, which might end up sending random memory contents to the air.
* Format sources and fix crash on ivalid bit count in chamberlain

Co-authored-by: あく <alleteam@gmail.com>
2022-09-20 14:29:10 +09:00
Georgii Surkov 066da4080b [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>
2022-09-20 14:09:37 +09:00
MX b2c118f267 fix null pointer dereference in archive -> Info
and fix long path display
2022-09-20 05:52:13 +03:00
ESurge c997e9a819 Added iButton and Clock to Main Menu but they are loaded via FAP Loader. 2022-09-19 19:37:56 -07:00
MX a8db46124e update docs & changelog 2022-09-20 04:09:14 +03:00
RogueMaster f1cfd18e30 Merge branch 'UNLEASHED' into 420 2022-09-19 20:28:40 -04:00
MX 672e27f258 fix icon name 2022-09-20 03:23:22 +03:00
MX e762a68265 Merge pull request #72 from RogueMaster/ApplicationsFromArchive
Applications from archive
2022-09-20 03:20:25 +03:00
MX 8659becc9d fix tab name and add new icon
icon by @Svaarich
2022-09-20 03:19:31 +03:00
RogueMaster 65c2d9bc94 Fix rfid fuzzer folder 2022-09-19 19:34:29 -04:00
RogueMaster 6c2081e491 dtm fixes 2022-09-19 19:26:31 -04:00
RogueMaster 25a0ee39db dtmf 2022-09-19 19:21:03 -04:00
RogueMaster ea6ed33351 metronome update 2022-09-19 19:18:20 -04:00
RogueMaster 518d94a031 Update api_symbols.csv 2022-09-19 18:57:49 -04:00
RogueMaster 82e1e8af6a Enable fap support on Archive app 2022-09-19 18:47:22 -04:00
RogueMaster a71d05a114 Update archive_browser.h 2022-09-19 18:39:38 -04:00
RogueMaster 7ec50478a6 return clock icon 2022-09-19 18:22:52 -04:00
RogueMaster 6145cc85a2 fix for new names 2022-09-19 18:16:15 -04:00
RogueMaster 438b984000 apps renamed 2022-09-19 18:13:50 -04:00
RogueMaster 238551e598 Update api_symbols.csv 2022-09-19 17:54:11 -04:00
RogueMaster f4936672de Merge branch '420' of https://github.com/RogueMaster/flipperzero-firmware-wPlugins into 420 2022-09-19 17:52:38 -04:00
RogueMaster 06772cf1e5 testing fap launcher from archive 2022-09-19 17:52:36 -04:00
RogueMaster 646d32f798 Update CHANGELOG.md 2022-09-19 17:20:16 -04:00
RogueMaster 6946b3dede Update CHANGELOG.md 2022-09-19 17:20:00 -04:00
RogueMaster 769b37e60b Update CHANGELOG.md 2022-09-19 17:19:44 -04:00
RogueMaster d2ea7bd911 Donation links for unleashed 2022-09-19 17:18:38 -04:00
RogueMaster d44d42eee9 Update ReadMe.md 2022-09-19 17:11:30 -04:00
RogueMaster 515f52a268 Update ReadMe.md 2022-09-19 17:10:57 -04:00
RogueMaster 22bc0c8154 Update ReadMe.md 2022-09-19 16:53:21 -04:00
RogueMaster c604e68e72 Update ReadMe.md 2022-09-19 16:52:19 -04:00
RogueMaster 1cb4ce8716 Update ReadMe.md 2022-09-19 16:49:10 -04:00
RogueMaster e27aef5606 Update ReadMe.md 2022-09-19 16:48:52 -04:00
RogueMaster 168e26e343 Update ReadMe.md 2022-09-19 16:46:55 -04:00
RogueMaster feccea7301 Merge branch 'UNLEASHED' into 420 2022-09-19 16:43:43 -04:00
MX 8d68bf62a5 update changelog 2022-09-19 23:34:31 +03:00
MX 2c85adb270 remove unused icon, update api symbols and unirf 2022-09-19 21:21:31 +03:00
MX e2123c55bb Merge branch 'fz-dev' into dev 2022-09-19 21:15:04 +03:00
RogueMaster 2b35c49cb3 Merge branch 'dev' into 420 2022-09-19 12:54:40 -04:00
David f5ff6438d1 NFC user dict list, delete, and de-duplication. (#1533)
* Add MFC user keys list
* Leakey submenu fix
* Set next target for Save/Delete success scenes
* Delete individual user keys
* Update count of total keys
* Fix memory leak
* Check for duplicate keys
* Remove a submodule that I never added?
* Swap and position icons
* Revamp according to design doc
* Rename icons to include size and replace keychain icon with smaller variant
* Fix typos
* Final fixes
* Fufill requested changes
* Cleanup comments
* Merge dev after SD app loading
* Fixing icon names
* Revert merge mistakes and API version
* Scene switching adjustments
* F7: add/change/remove some nfc icons in api_symbols.csv

Co-authored-by: あく <alleteam@gmail.com>
2022-09-20 01:43:53 +09:00
Astra 9f3b80e606 Add new card parsers (#1503)
* Add the "Two cities" parser
* Add plantain and plantain4k parsers
* Add new parsers to the supported list
* United card PoC
* Fix nfc device not sleeping
* Completely read the 4K troika variants
* Correct naming
* Update to reflect upstream changes
* Add support for MfUl info
* Fix parsers
* Card type detection fixes
* Remove debug info
* Fixes for the verification of cards
* nfc: fix verification for supported cards
* nfc: remove unused vars
* Improve card reading reliability and fix plantain
* plantain: change log level

Co-authored-by: gornekich <n.gorbadey@gmail.com>
2022-09-20 01:05:04 +09:00
RogueMaster 4d26e503a8 Update ReadMe.md 2022-09-19 11:54:58 -04:00
MX 111656d2c1 Merge branch 'fz-dev' into dev 2022-09-19 18:50:20 +03:00
MX 2045a29d3f lower frame rate in custom anim to save a bit of battery charge 2022-09-19 18:40:50 +03:00
RogueMaster 52ea0c42dc Update ReadMe.md 2022-09-19 11:34:02 -04:00
RogueMaster 7352a7311a Update ReadMe.md 2022-09-19 11:30:49 -04:00
RogueMaster 5a12022fc2 Update api_symbols.csv 2022-09-19 11:30:23 -04:00