Commit Graph

20 Commits

Author SHA1 Message Date
RogueMaster
7ff3fa09da Merge branch 'UNLEASHED' into 420 2022-10-06 12:58:47 -04:00
nminaylov
8f1812655e CLI loader shows app name, rfid edit fix 2022-10-06 18:26:15 +03:00
Sergey Gavrilov
4bf29827f8 M*LIB: non-inlined strings, FuriString primitive (#1795)
* Quicksave 1
* Header stage complete
* Source stage complete
* Lint & merge fixes
* Includes
* Documentation step 1
* FBT: output free size considering BT STACK
* Documentation step 2
* py lint
* Fix music player plugin
* unit test stage 1: string allocator, mem, getters, setters, appends, compare, search.
* unit test: string equality
* unit test: string replace
* unit test: string start_with, end_with
* unit test: string trim
* unit test: utf-8
* Rename
* Revert fw_size changes
* Simplify CLI backspace handling
* Simplify CLI character insert
* Merge fixes
* Furi: correct filenaming and spelling
* Bt: remove furi string include

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-10-06 00:15:23 +09:00
RogueMaster
d391187a7a Update loader.c 2022-09-21 13:14:05 -04:00
ESurge
bb4a5cea57 Fixed CLI loader list entries if FAP is being used with "loader_app" method 2022-09-21 03:23:58 -07:00
ESurge
244a8456ef Changed the way loader.c loads Clock/iButton/U2F
Added a new variable in application.fam file to add the link to the FAP. It now supports any FAP as long as the application.fam file is formatted correctly and you create a loader "app".

If no link is specified in the application.fam file, it doesn't attempt to load a FAP.
2022-09-21 03:08:32 -07:00
RogueMaster
0bfa8768e1 More loader fixes 2022-09-21 02:07:21 -04:00
RogueMaster
672af908f0 Loader Cleanup! 2022-09-21 02:01:33 -04:00
RogueMaster
6dd38fac0d Clock, iButton and u2f in Menu 2022-09-21 01:47:13 -04:00
RogueMaster
daee9db366 Clock in menu from fap 2022-09-20 17:43:59 -04:00
RogueMaster
ace182c2e1 Update loader.c 2022-09-16 15:18:52 -04:00
RogueMaster
b67bfdf7d9 Update loader.c 2022-09-16 15:17:59 -04:00
RogueMaster
a9991ddad8 Update loader.c 2022-09-16 15:16:58 -04:00
RogueMaster
1313d3dde6 Update loader.c 2022-09-16 15:16:09 -04:00
RogueMaster
22e33c1e8c Revert "Revert "games menu issue, removing""
This reverts commit f4c04e8249.
2022-09-16 15:10:04 -04:00
RogueMaster
f4c04e8249 Revert "games menu issue, removing"
This reverts commit ecc60cda2c.
2022-09-16 14:11:46 -04:00
RogueMaster
ecc60cda2c games menu issue, removing 2022-09-16 14:07:49 -04:00
RogueMaster
2ec2493e9e Desktop, Dolphin, Loader, Passport and Power Settings 2022-09-16 13:59:45 -04:00
SG
b9a766d909 [FL-2627] Flipper applications: SDK, build and debug system (#1387)
* Added support for running applications from SD card (FAPs - Flipper Application Packages)
* Added plugin_dist target for fbt to build FAPs
* All apps of type FlipperAppType.EXTERNAL and FlipperAppType.PLUGIN are built as FAPs by default
* Updated VSCode configuration for new fbt features - re-deploy stock configuration to use them
* Added debugging support for FAPs with fbt debug & VSCode
* Added public firmware API with automated versioning

Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: SG <who.just.the.doctor@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2022-09-15 02:21:03 +09:00
SG
873e1f114b [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 01:11:38 +09:00