Commit Graph

6747 Commits

Author SHA1 Message Date
Willy-JL
fca9101c0e BleSpam: Add nameflood (fills settings device list) 2024-03-06 03:35:00 +00:00
Willy-JL
9eca8dba6c Sync apps 2024-03-05 23:53:38 +00:00
Willy-JL
25965abed3 Expansion is_connected in event queue 2024-03-05 22:19:08 +00:00
Willy-JL
e79e49edc6 Improve some naming for expansion is connected 2024-03-05 22:08:29 +00:00
Willy-JL
7a381a27ab Merge branch 'dev' of https://github.com/Next-Flip/Momentum-Firmware into expansion_connected_api 2024-03-05 20:39:56 +00:00
Willy-JL
7da10fc0fb Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-03-05 03:42:40 +00:00
Silent
5e47048369 Archive: Fix item focus after aborting the Delete operation (#3475)
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-03-05 12:03:46 +09:00
assasinfil
a6c5a1ba69 Troyka parser improvements (#3390)
* Updated troyka layout (full version)
* Changed to furi func
* Small refactor
* Bitlib refactor
* Moved to API
* Rollback troyka parser
* Fix functions
* Parser func refactor start
* Layout E3 refactored
* Layout E4 refactored
* Layout 6 refactored
* Layout E5 refactored
* Layout 2 refactored
* Layout E5 fix
* Layout E6 refactored, valid_date need fix
* Layout E6 fix
* Layout FCB refactored
* Layout F0B refactored
* Layout 8 refactored
* Layout A refactored
* Layout C refactored
* Layout D refactored
* Layout E1 refactored
* Layout E2 refactored
* Fixes
* Old code cleanup
* Memory cleanup
* Unused imports cleanup
* Keys struct refactor
* Layout E1 fix
* Added debug info for layout and department
* Fix PVS warnings
* Fix more PVS warnings

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-03-05 11:56:35 +09:00
philicious
7b26dc5ebf NFC: Fix washcity plugin verify function being to greedy (#3467)
* NFC: Fix washcity plugin verify function being to greedy
  It verifies only a single sector and that one using one of the commonly used key 0xA0A1A2A3A4A5
  This leads to false-positives and the dicts not being used at all
* nfc app: washcity plugin: fix verify function

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-03-05 11:42:39 +09:00
Willy-JL
7fa364d28e Fix windows build 2024-03-05 02:13:18 +00:00
Sil333033
cb40de1143 Merge branch 'dev' of https://github.com/Next-Flip/Momentum-Firmware into dev 2024-03-04 16:42:56 +01:00
Sil333033
d71cf85cec Remove general uart channel setting
This was needed bacc in the days for UART Terminal but just noticed it has an setup option inside the app
2024-03-04 16:42:47 +01:00
Willy-JL
80d097bda7 Passport: Fix progressbar 2024-03-04 14:57:53 +00:00
Willy-JL
eb4f1bdbf8 MassStorage: Fix image creation error message 2024-03-04 14:43:34 +00:00
Rodrigo Basoalto
1070064f89 Parser for Santiago, Chile BIP transit card (#3456)
* Parser for Santiago, Chile BIP transit card
  It's used for all public transportation in the city of Santiago, Chile
  (bus, subway). We've reverse-engineered most of the non-zero bits of
  data found, and checked them across dozens of cards.
* Update to use bit_lib instead of nfc_util
* PR feedback

Co-authored-by: Rodrigo Basoalto <basoalto@fintual.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
2024-03-04 18:50:28 +09:00
Willy-JL
2709b2041d AirLabyrinth: Fix build on gcc12 2024-03-04 06:55:03 +00:00
Willy-JL
900d51129b Add Air Labyrinth by @jamisonderek + fix Air Arkanoid build 2024-03-04 06:19:45 +00:00
Willy-JL
720361fba7 Sync apps
Changes:
- maintenance of subtree remotes
- update scripts for better reliability
2024-03-04 05:31:03 +00:00
Kuronons
0860a064f5 Update passport.c
Moving NAME, MOOD, LVL & XP/XP 1 pixel on the right for better display.
2024-03-03 11:56:37 +01:00
Willy-JL
4b9e516a51 Fix battery info alignment 2024-03-03 05:20:46 +00:00
Willy-JL
384c3f14d8 BadKB allow overriding mode+options with ID/BT_ID cmd (the right way) 2024-03-03 04:14:38 +00:00
Willy-JL
5d38d888e3 Passport hide Lvl/Tot text, Tot = 0 to 30, Lvl30 = 9999xp 2024-03-03 03:24:34 +00:00
Willy-JL
270d271258 Rename passport_DB to passport_128x64 2024-03-03 03:10:10 +00:00
Willy-JL
bb2b3a937a BLE Spam improvements/fixes + remove orgasmotron 2024-03-02 00:44:50 +00:00
HaxSam
fdd88ea823 return command added 2024-03-01 15:42:12 +01:00
Mr. Proxy
62126152f9 Ight didnt know 2024-03-01 15:03:11 +01:00
Mr. Proxy
3eabdadee9 Fixed link 2024-03-01 14:52:18 +01:00
Willy-JL
ab39ac944a Update apps 2024-03-01 12:42:15 +00:00
HaxSam
25d686fdfb add is_connected api for expansion \w @Willy-JL 2024-03-01 09:49:39 +01:00
Willy-JL
5ef850f423 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-03-01 06:24:17 +00:00
Willy-JL
59fe2376c2 Fix crash on frequency remove for leftmost index 2024-03-01 06:12:34 +00:00
Willy-JL
b7220237de Small bump in the road
- Update assets and references for new project
- Revert DFU image and CLI motd
- Remove NSFW text and flag
- Remove credits animation (will be replaced with a setting menu soon)
- New EvilPortal example HTML and better error message
- Initial standalone naming for asset packs and mainmenu apps
- File migration fixes/improvements
- Remove hotfix workflow
2024-03-01 06:11:16 +00:00
Sergei Gavrilov
18ea2371a4 Gui: reset canvas orientation and frame when entering direct draw mode (#3488) 2024-02-29 02:09:55 +04:00
Willy-JL
fed49ad256 SubGhz: Ignore filters at driver level, better efficiency 2024-02-27 14:22:51 +00:00
hedger
bc309cebe6 Toolchain fixes (#3451)
toolchain: updated to v33 with debugging & other fixes
toolchain: better error handling during update/env configuration process
debugging: improved udev rules file, added readme on installation
firmware: bumped compiler C/C++ standards (stricter code checks)
firmware: fixed warnings emerging from newer standards
ufbt: FBT_NOENV is now also supported by ufbt
fbt: added ccache-related variables to env forward list on Windows
2024-02-26 16:16:19 +04:00
Willy-JL
a99959a9f9 PcMonitor: Store keys in app storage 2024-02-26 03:33:35 +00:00
Willy-JL
4be4d75d95 Add PC Monitor app 2024-02-26 03:10:49 +00:00
Willy-JL
f2eff7be1d Merge NFC magic revert (gen2 writer corrupts magic tags) 2024-02-22 23:56:54 +00:00
Willy-JL
03bb446f75 Update apps 2024-02-22 23:50:19 +00:00
Willy-JL
b4932e3f45 Merge branch 'hedger/toochain_29' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2024-02-22 23:11:15 +00:00
Willy-JL
f41609de23 No auto stop emulate after 5 mins --nobuild 2024-02-22 10:35:27 +00:00
Willy-JL
e2ab71e1d3 JS: Add basic storage module API 2024-02-22 03:12:59 +00:00
Willy-JL
02c62beae9 Better virtual mount error handling --nobuild 2024-02-22 02:56:13 +00:00
hedger
65b0aa8e99 accessor: naming fix 2024-02-21 16:27:56 +00:00
hedger
90a8009d43 libs: moved callback-connector to accessor app 2024-02-21 15:53:34 +00:00
Willy-JL
2001dd3920 Fix usbdisk filename 2024-02-21 10:22:15 +00:00
Willy-JL
5ceace68fd Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2024-02-21 04:30:07 +00:00
Willy-JL
c7a9d88ba3 Revert "Temp add IR univ "missing" in Unleashed (see desc)"
This reverts commit 2ba5ab7b78.
2024-02-21 04:25:52 +00:00
Willy-JL
833d9a1986 C20 fixes 2024-02-21 03:21:25 +00:00
Willy-JL
92fb61f585 Merge branch 'hedger/toochain_29' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2024-02-21 03:00:41 +00:00