Commit Graph

1155 Commits

Author SHA1 Message Date
Willy-JL c058d740ec Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-03-05 23:08:47 +00:00
Kevin f1f2718598 Blackjack game: fix bug counting more than one ace
Take into account how many aces there are before using 11 as the value for an ace
2023-03-04 19:46:14 -10:00
Willy-JL 876229db51 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-03-04 02:55:19 +00:00
Willy-JL 6493821a27 Move subplaylist to plugins 2023-03-04 00:05:55 +00:00
MX 7e80ed6693 Add forgotten check 2023-03-04 01:04:59 +03:00
MX db0c34f63e Update pocsag pager app to new error system 2023-03-04 01:03:14 +03:00
MX b90060e574 Merge branch 'fz-dev' into dev 2023-03-03 23:22:40 +03:00
Skorpionm 72ca6b25e9 [FL-3106] SubGhz: better and more verbose error handling in protocols, stricter CAME validation (#2443)
* SubGhz: add error protocol
* WS: add error protocol
* SubGhz: error processing
* SubGhz: more stringent CAME protocol restrictions
* SubGhz: fix header duration CAME protocol
* SubGhz: delete comments
* SubGhz: sync SubGhzProtocolStatus with FuriStatus
* SubGhz: update documentation and bump api_version

Co-authored-by: あく <alleteam@gmail.com>
2023-03-04 00:09:13 +09:00
MX 12b760e2e3 Revert music player changes (see desc)
Many users have a big library of music files downloaded on their microSD, migration will stuck for unknown amount of times, so app will hang up for super long time, migration is acceptable for other apps, for this one it will be reverted and it will work as before the app data changes
2023-03-03 08:52:27 +03:00
MX 3bdd171ce2 Update ibutton fuzzer to new ibutton system 2023-03-03 07:23:48 +03:00
Willy-JL 2984128d64 Move spi mem mgr and swd probe to gpio section 2023-03-03 01:19:21 +00:00
Willy-JL 8c05c5dca5 Move subghz apps to own folder 2023-03-03 00:04:23 +00:00
Willy-JL b7d1dbf52e Move wifi apps to own folder 2023-03-02 23:59:14 +00:00
Willy-JL 4928bcf22a Why is clock app still here? 2023-03-02 23:57:27 +00:00
MX f3ab4bc292 Merge branch 'fz-dev' into dev 2023-03-02 21:18:35 +03:00
Sergey Gavrilov 777a4d109d [FL-3055] Getter for application data path (#2181)
* Threads: application id
* Unit tests: appsdata getter test
* Unit tests: moar test cases for appsdata getter
* Unit tests: remove folders after test
* Storage: dir_is_exist, migrate, + unit_tests
* Plugins: migration
* Storage: common_exists, moar unit_tests 4 "common_migrate", "common_migrate" and "common_merge" bugfixes
* Storage: use FuriString for path handling
* Storage API: send caller thread id with path
* Storage: remove StorageType field in storage file list
* Storage: simplify processing
* Storage API: send caller thread id with path everywhere
* Storage: /app alias, unit tests and path creation
* Storage, path helper: remove unused
* Examples: app data example
* App plugins: use new VFS path
* Storage: file_info_is_dir
* Services: handle alias if the service accepts a path.
* App plugins: fixes
* Make PVS happy
* Storage: fix storage_merge_recursive
* Storage: rename process_aliases to resolve_path. Rename APPS_DATA to APP_DATA.
* Apps: use predefined macro instead of raw paths. Example Apps Data: README fixes.
* Storage: rename storage_common_resolve_path to storage_common_resolve_path_and_ensure_app_directory
* Api: fix version
* Storage: rename alias message
* Storage: do not create app folders in path resolving process in certain cases.

---------

Co-authored-by: Astra <93453568+Astrrra@users.noreply.github.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-03-02 03:57:27 +10:00
Willy-JL 2d9c6d5bb9 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware 2023-02-28 21:01:06 +00:00
Willy-JL fa8ed7f6e4 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware 2023-02-28 20:34:44 +00:00
MX 75a8f0a7b4 Update changelog 2023-02-28 07:05:55 +03:00
MX caa4ba67d6 Merge pull request #367 from clashlab/improve_hc-sr
hc_sr04: Improve accuracy by measuring microseconds
2023-02-28 06:59:17 +03:00
MX 21c52df090 bft programming mode & run fbt format 2023-02-28 00:10:16 +03:00
MX 568176d775 App categories 2023-02-27 23:13:52 +03:00
Willy-JL 14ed0e24b1 Format 2023-02-27 19:16:45 +00:00
MX 04250632d7 Merge branch 'fz-dev' into dev 2023-02-27 21:34:30 +03:00
あく e6d1bcc421 Plugins: move to designated categories (#2438) 2023-02-27 23:33:45 +10:00
Clashlab 4439a83733 hc_sr04: Improve accuracy by measuring micro-seconds 2023-02-27 13:38:43 +01:00
matthisc cd14380dba Correcting bug on DEL and DELETE 2023-02-26 20:09:05 +01:00
matthisc 905273e066 Adding function to detect end of altcode 2023-02-26 10:38:40 +01:00
matthisc 16fe62e98d Adding ALTSTRING feature for non-qwerty keyboards 2023-02-26 10:29:56 +01:00
matthisc 958797062d Improving logic of mod keys when releasing a key 2023-02-26 10:23:33 +01:00
matthisc 2bb76e09c6 Adding TAB command 2023-02-26 10:14:14 +01:00
matthisc 33dd256dfb Correcting bug on DEL and DELETE key 2023-02-26 10:10:00 +01:00
MX efdf24d711 Merge branch 'fz-dev' into dev 2023-02-26 11:11:00 +03:00
Eric Betts 03f889962b Picopass: factory key support, app rename and move to NFC category, minor code cleanup (#2417)
* message on successful card write
* auth using factory key
* auth using factory default
* factory default screen
* write standard iclass key
* pass block explicitly
* Fix array indexing, add empty detection
* PicoPass: rename app and move to NFC group, minor code cleanup

Co-authored-by: あく <alleteam@gmail.com>
2023-02-26 16:59:50 +09:00
MX 39329eb422 Update lightmeter plugin 2023-02-26 05:46:50 +03:00
Willy-JL 991d49733f Format 2023-02-26 01:44:32 +00:00
MX ba09da107a Worst code ever
subghz imporvements

- hold right to delete signal in read
- extra buttons in saved signals
- ability to change counter increase value in debug
2023-02-25 22:28:35 +03:00
Willy-JL 568e271599 Remove game xp from SWD probe (fix build) 2023-02-24 01:17:14 +00:00
Willy-JL d3f3bf1e11 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-02-24 01:05:31 +00:00
MX 72fd448541 replace paths 2023-02-24 03:04:12 +03:00
MX 07ff0c7d97 Add SWD Probe into main FW
Moved from extra pack to main FW

https://github.com/g3gg0/flipper-swd_probe
2023-02-24 02:43:42 +03:00
MX f9db06b781 fbt format 2023-02-21 23:42:12 +03:00
MX 7d4bffb575 Merge branch 'fz-dev' into dev 2023-02-21 03:00:48 +03:00
Willy-JL 85e77d82db Remove dolphin deeds (xp) from games 2023-02-20 20:30:40 +00:00
MX 0a3ff7f85a Show RSSI in Weather Station app (#2395)
* Show RSSI in weather station app: copy changes from main SubGHz app
* WeatherStation: remove dead code
* WeatherStation: sync naming schema with current code.

Co-authored-by: あく <alleteam@gmail.com>
2023-02-21 00:19:53 +09:00
Willy-JL 6ec93b46ce Move some apps, fix some app names 2023-02-20 03:19:56 +00:00
Willy-JL f4b5c172d2 Move morse code to misc (doesnt belong in music) 2023-02-20 02:49:01 +00:00
Willy-JL 1ef497df6d Remove old namechanger app 2023-02-19 23:25:22 +00:00
Willy-JL 2b6fbb161b Remove old mouse jiggler 2023-02-18 08:36:17 +00:00
Willy-JL 87963417aa Merge unleashed + general cleanup 2023-02-18 07:41:51 +00:00