Commit Graph

7802 Commits

Author SHA1 Message Date
RogueMaster
646d32f798 Update CHANGELOG.md 2022-09-19 17:20:16 -04:00
RogueMaster
6946b3dede Update CHANGELOG.md 2022-09-19 17:20:00 -04:00
RogueMaster
769b37e60b Update CHANGELOG.md 2022-09-19 17:19:44 -04:00
RogueMaster
d2ea7bd911 Donation links for unleashed 2022-09-19 17:18:38 -04:00
RogueMaster
d44d42eee9 Update ReadMe.md 2022-09-19 17:11:30 -04:00
RogueMaster
515f52a268 Update ReadMe.md 2022-09-19 17:10:57 -04:00
RogueMaster
22bc0c8154 Update ReadMe.md 2022-09-19 16:53:21 -04:00
RogueMaster
c604e68e72 Update ReadMe.md 2022-09-19 16:52:19 -04:00
RogueMaster
1cb4ce8716 Update ReadMe.md 2022-09-19 16:49:10 -04:00
RogueMaster
e27aef5606 Update ReadMe.md 2022-09-19 16:48:52 -04:00
RogueMaster
168e26e343 Update ReadMe.md 2022-09-19 16:46:55 -04:00
RogueMaster
feccea7301 Merge branch 'UNLEASHED' into 420 2022-09-19 16:43:43 -04:00
MX
8d68bf62a5 update changelog 2022-09-19 23:34:31 +03:00
SHxKenzuto
40cabd5ecb Merge remote-tracking branch 'upstream/dev' into shutdown_idle 2022-09-19 20:52:18 +02:00
MX
2c85adb270 remove unused icon, update api symbols and unirf 2022-09-19 21:21:31 +03:00
MX
e2123c55bb Merge branch 'fz-dev' into dev 2022-09-19 21:15:04 +03:00
RogueMaster
2b35c49cb3 Merge branch 'dev' into 420 2022-09-19 12:54:40 -04:00
David
f5ff6438d1 NFC user dict list, delete, and de-duplication. (#1533)
* Add MFC user keys list
* Leakey submenu fix
* Set next target for Save/Delete success scenes
* Delete individual user keys
* Update count of total keys
* Fix memory leak
* Check for duplicate keys
* Remove a submodule that I never added?
* Swap and position icons
* Revamp according to design doc
* Rename icons to include size and replace keychain icon with smaller variant
* Fix typos
* Final fixes
* Fufill requested changes
* Cleanup comments
* Merge dev after SD app loading
* Fixing icon names
* Revert merge mistakes and API version
* Scene switching adjustments
* F7: add/change/remove some nfc icons in api_symbols.csv

Co-authored-by: あく <alleteam@gmail.com>
2022-09-20 01:43:53 +09:00
Astra
9f3b80e606 Add new card parsers (#1503)
* Add the "Two cities" parser
* Add plantain and plantain4k parsers
* Add new parsers to the supported list
* United card PoC
* Fix nfc device not sleeping
* Completely read the 4K troika variants
* Correct naming
* Update to reflect upstream changes
* Add support for MfUl info
* Fix parsers
* Card type detection fixes
* Remove debug info
* Fixes for the verification of cards
* nfc: fix verification for supported cards
* nfc: remove unused vars
* Improve card reading reliability and fix plantain
* plantain: change log level

Co-authored-by: gornekich <n.gorbadey@gmail.com>
2022-09-20 01:05:04 +09:00
RogueMaster
4d26e503a8 Update ReadMe.md 2022-09-19 11:54:58 -04:00
MX
111656d2c1 Merge branch 'fz-dev' into dev 2022-09-19 18:50:20 +03:00
MX
2045a29d3f lower frame rate in custom anim to save a bit of battery charge 2022-09-19 18:40:50 +03:00
RogueMaster
52ea0c42dc Update ReadMe.md 2022-09-19 11:34:02 -04:00
RogueMaster
7352a7311a Update ReadMe.md 2022-09-19 11:30:49 -04:00
RogueMaster
5a12022fc2 Update api_symbols.csv 2022-09-19 11:30:23 -04:00
RogueMaster
a7376e4d31 Merge branch 'dev' into 420 2022-09-19 11:28:03 -04:00
RogueMaster
0039eb2642 Merge branch 'ulul' into 420 2022-09-19 11:27:48 -04:00
MX
26e46f9267 Merge pull request #71 from TasyDevilsky/patch-1
Update setting_user
2022-09-19 17:47:12 +03:00
Max Lapan
d003db0404 SubGhz: Oregon v2.1 decoder (#1678)
* Oregon v2.1 decoder
* Refactor FSM to switch
* Refactor headers
* Format strings
* Unit tests of oregon2
* Cleanups
* Add oregon2 raw data to random_test_raw.sub
* Adjust count of packets detected on random test
* Format sources

Co-authored-by: あく <alleteam@gmail.com>
2022-09-19 23:24:24 +09:00
MX
5a31e35dc2 Merge branch 'fz-dev' into dev 2022-09-19 17:21:31 +03:00
Patrick Cunningham
c7cd5721ed Picopass: detect and show SE / SIO (#1701)
* detect and show SE / SIO
* fix fault
* remove bad read check

Co-authored-by: あく <alleteam@gmail.com>
2022-09-19 22:37:12 +09:00
Nikolay Minaylov
fb476c29e6 RFID: fix read info screen (#1723)
* RFID: fix read info screen
* Fix line break for long data string
* Protocol data redecoding before write

Co-authored-by: SG <who.just.the.doctor@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2022-09-19 22:21:40 +09:00
Nikolay Minaylov
d80329b323 [FL-2815, FL-2821] Dummy mode (#1739)
* Dummy mode implementation
* dumb -> dummy
* F7: Add new api_symbols: game icon
* Starting snake game from dummy mode

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-09-19 22:03:42 +09:00
Astra
3d3c422751 [FL-2674] Show error popup when NFC chip is not init/disconnected (#1722)
* Show error popup when NFC chip is not init/disconnected
* Move to dialogs for the error message
* Fix a memory leak and wrap the hal check
* F7: update api_symbols.csv, add furi_hal_nfc_is_init

Co-authored-by: SG <who.just.the.doctor@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2022-09-19 21:46:56 +09:00
hedger
ed385594a3 faploader: more subsystem headers in API table (#1742)
* faploader: more subsystem headers in API table; not counting header entries for SDK version change
* subghz: removed dead function
* Adjusted API version
* hal: removed furi_hal_power_get_system_voltage
* lib: mbedtls: additional flags for .fap linkage
* fbt: rebuilding assets when git commit id changes
* fbt: removed assets rebuild on git commit id change; added explicit dependency for SDK source on compiled assets parts; removed unneeded sdk regeneration runs
* fbt: changed stock plugins to EXTERNAL apps; restored building app as a PLUGIN as a part of main fw as well as a .fap; readme fixes
* fbt: restored certain apps to PLUGIN type
* fbt: app manifests: renamed version->fap_version, added extra fields
* fbt: fixed version processing after rename

Co-authored-by: あく <alleteam@gmail.com>
2022-09-19 21:39:00 +09:00
Astra
787df44c79 [FL-2800] Fix Mifare Classic 4K reading of the last 8 sectors (#1712)
* Fix FURI_BIT_SET

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: SG <who.just.the.doctor@gmail.com>
2022-09-19 21:30:18 +09:00
RogueMaster
10b0b13d18 more 2022-09-19 03:07:48 -04:00
RogueMaster
d86ee8c556 Update ReadMe.md 2022-09-19 03:06:45 -04:00
RogueMaster
9771657a20 Merge remote-tracking branch 'origin/ulululdev' into 420 2022-09-19 03:06:40 -04:00
TasmanDevil
f0eedc3243 Update setting_user
Adding the 868.95 frequency for the Sommer device, the `Sommer(fsk476)` protocol was recently added but Flipper could not read it until now.
2022-09-19 08:59:13 +02:00
MX
365d055dc5 update changelog again 2022-09-19 05:55:54 +03:00
MX
650ba8a91f Update HowToInstall.md 2022-09-19 05:53:23 +03:00
MX
654d6dc6ec update changelog 2022-09-19 05:51:10 +03:00
MX
18b70ac6b5 update universal ir assets
by @amec0e
2022-09-19 05:45:58 +03:00
hedger
51369d6219 fbt: removed assets rebuild on git commit id change; added explicit dependency for SDK source on compiled assets parts; removed unneeded sdk regeneration runs 2022-09-19 05:27:21 +03:00
MX
181533df1b fixed bug with power suppress in unirf, removed icon from api 2022-09-19 05:22:50 +03:00
MX
d85731636f move spectrum analyzer into plugins, fix debug builds 2022-09-19 04:59:28 +03:00
Cade
5db6dd79ee Fixed typos in AppManifests.md
This fixes 3 typos in AppManifests.md.
mandatoty -> mandatory
applicaiton's -> application's
applicaions -> applications
2022-09-18 20:28:53 -04:00
RogueMaster
3878acbf08 fix back to external 2022-09-18 19:57:30 -04:00
RogueMaster
426084dd07 Merge branch 'hedger/faploader-api-1' into 420 2022-09-18 19:54:27 -04:00