Commit Graph

455 Commits

Author SHA1 Message Date
MX b872a12517 Merge branch 'fz-dev' into dev 2023-03-07 14:47:05 +03:00
Eric Betts eefca9f498 Support reseting iCx cards (#2451)
* Support reseting iCx cards
* add submenu
* Fix auth
* switch key derivation to use same method
* test system keys using both elite and standard kdf

Co-authored-by: あく <alleteam@gmail.com>
2023-03-07 19:53:52 +09:00
MX e0905597fc Merge branch 'fz-dev' into dev 2023-03-07 13:09:06 +03:00
MX 6511252140 Fix external module power init 2023-03-06 14:23:59 +03:00
GuruSteve 9dd1fb64b7 Fixed picopass load save file overrun (#2464)
Co-authored-by: あく <alleteam@gmail.com>
2023-03-06 16:59:48 +09:00
MX f25af91d23 Fix issues with external module 5v power 2023-03-06 10:08:59 +03: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
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
Ethanol0001 0b7d205253 Update clock_app.c (#2446)
Co-authored-by: あく <alleteam@gmail.com>
2023-03-04 01:15:17 +09: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
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
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
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
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
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
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
MX 5b0f74bffa Add missing buttons into hid app, remove old app
Now its all in one app, compiles as two apps that will be placed in misc folder
2023-02-17 04:27:01 +03:00
p3ngu19z a52f64acfd Improve fall speed algorithm 2023-02-16 11:23:46 +02:00
MX 842b497829 Show RSSI in weather station app and in pocsag pager app 2023-02-14 01:44:02 +03:00
MX 928d57b050 Small fixes and updates 2023-02-13 22:06:01 +03:00
MX db012807f5 Merge branch 'fz-dev' into dev 2023-02-10 22:53:51 +03:00
MX 97087fadb9 Merge pull request #316 from notmarek/dev
Fix CTRL-SHIFT in mousejacker
2023-02-10 16:51:51 +03:00
Pierce 3eacb0c715 Fixed typo in nfc_magic_scene_wrong_card.c (#2382) 2023-02-10 21:52:53 +09:00
MX b9351649ed Merge branch 'fz-dev' into dev 2023-02-09 17:48:50 +03:00
Patrick Cunningham 71871949ec Picopass: show elite key used from dictionary (#2119)
* show elite key used from dictionary
* remove space so it fits on screen

Co-authored-by: あく <alleteam@gmail.com>
2023-02-09 12:47:16 +09:00
MX 3890c7f9fa Merge branch 'fz-dev' into dev 2023-02-08 21:26:56 +03:00
Eric Betts 8f2f2d810a Move CSN space to revent overflow (#2232)
Co-authored-by: あく <alleteam@gmail.com>
2023-02-09 03:06:42 +09:00
MX 2006bd1c95 Add linear delta 3 support to bruteforcer 2023-02-08 20:21:15 +03:00