MX
b3f96306ed
oooooops, added forgotten thing
2022-10-12 04:35:36 +03:00
MX
022315e93d
Improve keeloq, add JCM support, fix Nice Smilo, MHouse, and more
...
now manufacturer name is saved into file, and will not change randomly,
added support for JCM
fixed Nice Smilo, MHouse
2022-10-12 04:18:29 +03:00
MX
82b9d74b38
new animation :)
...
by @Svaarich
2022-10-10 16:47:15 +03:00
hardcod3d
b1f8073333
Turkish language support
2022-10-09 22:34:37 +03:00
MX
91d7a38ca6
update changelog and fix subghz issues
2022-10-09 04:24:51 +03:00
MX
90eefeb2ed
Merge pull request #88 from jd-raymaker/dev
...
Added norwegian keyboard layout
2022-10-06 18:56:33 +03:00
MX
c76fcf5072
Merge branch 'fz-dev' into dev
2022-10-06 15:50:59 +03:00
Matvey Gerasimov
f16cdd1477
fix: typo badusb demo windows ( #1824 )
...
Fix a typo in the badusb demo script for Windows.
Co-authored-by: あく <alleteam@gmail.com>
2022-10-06 20:18:40 +09:00
MX
5a2719663f
fix archive, update changelog
2022-10-06 00:55:26 +03:00
JayDee Raymaker
adccb87499
Added norwegian keyboard layout
2022-10-05 23:26:24 +02:00
MX
1424878d65
update assets and changelog
2022-10-04 21:40:07 +03:00
MX
2288855163
update assets and changelog
2022-10-04 03:29:02 +03:00
MX
c0765c1114
rfid fuzzer H10301 support and bug fixes
2022-10-04 03:15:28 +03:00
MX
667be798fc
rfid fuzzer, fix bugs, improve gui, add PAC/Stanley support
...
add more example files
2022-10-04 02:33:39 +03:00
MX
41c93431c8
update changelog, readme, assets
2022-09-30 03:46:06 +03:00
MX
9176387b9f
update assets and changelog
2022-09-29 09:14:47 +03:00
MX
6bcc6f363b
add 868.8 mhz for sommer systems
2022-09-28 16:35:40 +03:00
MX
9ad7f7825d
update projector asset
...
by @Amec0e
2022-09-28 07:50:43 +03:00
Georgii Surkov
12a6290e91
[FL-2853] Reorganise Universal A/C library ( #1792 )
...
* Reorganise A/C universal remote library file
* Refactor infrared brute force code
* Update UniversalRemotes.md
Co-authored-by: あく <alleteam@gmail.com>
2022-09-28 02:11:28 +09:00
phreakocious
f201062819
Add Hisense A/C IR signals.. ( #1773 )
...
* add Hisense A/C IR signals.. note that using any will toggle the power and apply the settings
* re-order the entries to be grouped by function
Co-authored-by: あく <alleteam@gmail.com>
2022-09-27 00:42:29 +09:00
MX
97e6fe8f4e
update universal remote assets
...
by @amec0e
2022-09-25 20:39:22 +03:00
Skorpionm
bc777b2eff
SubGhz: fix config menu ( #1748 )
...
* SubGhz: fix config menu
* SubGhz: fix gui Magellen protocol
* SubGhz: fix gui Transmit SubGhz
* SubGhz: keeloq, new gen manufacture code
* SubGhz: Update keeloq_mfcodes
Co-authored-by: あく <alleteam@gmail.com>
2022-09-25 23:34:52 +09:00
MX
e6bcba6959
update changelog, minor fixes
2022-09-22 18:23:32 +03:00
MX
e13edc2f70
keeeloq update
2022-09-22 18:01:54 +03:00
Georgii Surkov
066da4080b
[FL-2792] AC Universal Remote ( #1725 )
...
* Add Universal AC Remote scene
* Implement AC gui
* Basic working implemetation
* Another Universal AC Remote implementation
* Update icons
* Adjust button positions
* Revert old ButtonPanel class
* Update resource manifest
* [FL-2627] Flipper applications: SDK, build and debug system (#1387 )
* Update api definitions
* Add UniversalRemotes documentation
* Use more Flipper-friendly signal names
Co-authored-by: SG <who.just.the.doctor@gmail.com>
2022-09-20 14:09:37 +09:00
MX
2045a29d3f
lower frame rate in custom anim to save a bit of battery charge
2022-09-19 18:40:50 +03: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
18b70ac6b5
update universal ir assets
...
by @amec0e
2022-09-19 05:45:58 +03:00
MX
6f66f87fab
add new frequency to user config
2022-09-18 21:10:08 +03:00
MX
0a4cddb84c
update assets
2022-09-18 01:53:50 +03:00
MX
1413d7c937
secret
...
special secret animation by @Svaarich
2022-09-16 21:14:00 +03:00
MX
07301935b5
update universal ac asset
...
by @amec0e
2022-09-16 02:56:58 +03:00
MX
3fbaad1488
Merge branch 'fz-dev' into dev
2022-09-14 21:04:04 +03: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
MX
ee6b59ab9d
update universal ac asset
...
by @Amec0e
2022-09-14 02:01:58 +03:00
MX
bd594c7134
update mf classic dict and ir universal remote assets
2022-09-13 16:53:48 +03:00
MX
1b6794ce7c
update manifest
2022-09-12 02:06:44 +03:00
Mancha
bcb5af1813
Added Brazilian Portuguese keyboard layout
...
Created the BadUSB keyboard layout for the Brazilian Portuguese ABNT-2 keyboard layout configuration
2022-09-11 14:40:00 -03:00
MX
7930f73a4e
introduce example, update changelog/readme
2022-09-10 17:51:13 +03:00
MX
8e986c58c3
disable some debug tools in releases, actually fix tv.ir
2022-09-09 15:25:12 +03:00
MX
bbe5c9cae1
fix universal tv, lfrfid gui
2022-09-09 14:33:18 +03:00
MX
a3193e3bbd
update assets
2022-09-09 02:04:55 +03:00
MX
123bd6fc65
assets
2022-09-08 05:56:58 +03:00
MX
120b5d7c90
update changelog and readme
2022-09-05 19:00:33 +03:00
MX
ca8217b692
some fixes for rfid fuzzer
2022-09-05 14:05:43 +03:00
MX
9ff35c9fc3
update audio asset, fix some things
...
audio asset by @Amec0e
2022-08-31 01:37:01 +03:00
MX
23217f4a6a
update audio manifest
...
by @Amec0e
2022-08-30 14:37:44 +03:00
MX
f70ec8f70e
update assets and subghz settings
...
assets by @Amec0e
2022-08-30 13:15:46 +03:00
MX
db4976c501
update ac asset
...
by @Amec0e
2022-08-27 05:15:49 +03:00