Commit Graph

11913 Commits

Author SHA1 Message Date
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
WillyJL
41c324499e Merge pull request #10 from Kuronons/patch-3
Fix passport background frame
2024-03-03 21:48:42 +00:00
Kuronons
ab4b8841b7 Replace asset 2024-03-03 22:42:00 +01:00
Kuronons
6ad42cccc0 Delete assets/icons/Passport/passport_128x64.png 2024-03-03 22:36:18 +01:00
WillyJL
ddd2626c4c Merge pull request #7 from Kuronons/patch-1 2024-03-03 19:25:20 +00:00
WillyJL
2244902ea5 Merge pull request #8 from Kuronons/patch-2 2024-03-03 19:23:46 +00:00
Kuronons
21d3eb096d Update AssetPacks.md
minor fixes
2024-03-03 20:20:55 +01: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
Sil333033
522eb0260c Merge branch 'pr/1' into dev 2024-03-03 11:02:21 +01:00
Willy-JL
4b9e516a51 Fix battery info alignment 2024-03-03 05:20:46 +00:00
Willy-JL
ebba3fb6ec Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into dev 2024-03-03 04:17:39 +00:00
Willy-JL
061f19ddf9 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2024-03-03 04:17:32 +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
08afaa6f4a New Momentum Asset Pack + Passport by @Kuronons 2024-03-03 03:37:34 +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
15341d88f7 Redo support links 2024-03-03 00:17:15 +00:00
Willy-JL
8b11f0c1cd Don't need drama in the front page 2024-03-02 21:35:11 +00:00
MX
88b354b57e Merge branch 'ofw_dev' into dev 2024-03-02 07:24:47 +03:00
Willy-JL
bb2b3a937a BLE Spam improvements/fixes + remove orgasmotron 2024-03-02 00:44:50 +00:00
WillyJL
e3bf76c2e3 Merge pull request #3 from Mr-Proxy-source/dev
Fix names in asset packs docs
2024-03-01 20:10:03 +00:00
HaxSam
fdd88ea823 return command added 2024-03-01 15:42:12 +01:00
HaxSam
34e8a798d9 removed unnecessary wrapper for rainbow mode 2024-03-01 15:36:45 +01:00
Mr. Proxy
62126152f9 Ight didnt know 2024-03-01 15:03:11 +01:00
Mr. Proxy
5e0eba721f oops
xd
2024-03-01 14:53:20 +01:00
Mr. Proxy
3eabdadee9 Fixed link 2024-03-01 14:52:18 +01:00
Mr. Proxy
445eab1d63 Fixed something 2024-03-01 14:48:02 +01:00
Mr. Proxy
accf9bb8c9 Fixed some mistakes 😉 2024-03-01 14:47:03 +01:00
Willy-JL
5795ce18cd Add icon asset 2024-03-01 12:50:12 +00:00
Willy-JL
5f11c7b197 Disable devbuild until setup 2024-03-01 12:42:50 +00:00
Willy-JL
72fdb751e2 Fix some wording 2024-03-01 12:42:27 +00:00
Willy-JL
ab39ac944a Update apps 2024-03-01 12:42:15 +00:00
Sergei Gavrilov
4b7ca736d6 WiFi board: fixed update script on Windows (unfortunately also Mac and Linux) (#3485)
* WiFi board update: windows fix

* Scripts: add python\Scripts to the path

* Windows: another way to call esptool

* Aaaaaand once more!

* logz

* wifi board scripts: udev rule, dev channel

* fbt: added ARGS variable for passing extra options to certain scripts; removed `devboard_flash_dev` in favor of `devboard_flash ARGS="-c dev"`

* fbt: fully removed `devboard_flash_dev

* scripts: wifi_board.py: cleanup

* ufbt: ported ARGS for supported targets to ufbt

* docs: updated for ARGS=...

---------

Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: hedger <hedger@users.noreply.github.com>
2024-03-01 15:58:15 +04:00
HaxSam
695fe03f80 forgot api_symbols for expansion 2024-03-01 09:56:59 +01:00
HaxSam
25d686fdfb add is_connected api for expansion \w @Willy-JL 2024-03-01 09:49:39 +01:00
HaxSam
adfcc3ba9e fixing always updating rainbow mode 2024-03-01 09:38:03 +01:00
Willy-JL
ab8264a52c Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev 2024-03-01 06:25:42 +00: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
6531104ee0 Improve logic in FBT asset pack support 2024-03-01 06:13:44 +00:00
Willy-JL
59fe2376c2 Fix crash on frequency remove for leftmost index 2024-03-01 06:12:34 +00:00
Willy-JL
bdb4b599f5 Add AssetPacks docs 2024-03-01 06:11:51 +00:00
Willy-JL
64dedf4d1d Add back documentation folder from upstream 2024-03-01 06:11:39 +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