amec0e
c89a594d30
Updated audio.ir
2023-01-13 17:37:44 +00:00
amec0e
70f0ab1442
Updated ac.ir
2023-01-13 17:37:13 +00:00
gid9798
073fb3861a
Add the ability to turn pages in infrared ( #2271 )
...
Co-authored-by: あく <alleteam@gmail.com>
2023-01-13 17:11:12 +03:00
Georgii Surkov
75e9de12b0
[FL-3078] Per protocol signal repeat count ( #2293 )
...
* Better Infrared protocol file structure
* Rename InfraredProtocolSpec to InfraredProtocolVariant
* Slightly better names
* Add repeat count field to protocol variant description
* Repeat the signal the appropriate number of times when brute-forcing
* Repeat the signal the appropriate number of times when sending via worker
* Better signal count logic in infrared_transmit
* Better variable names
* Convert some raw signals to messages in tv.ir
Co-authored-by: あく <alleteam@gmail.com>
2023-01-13 16:50:19 +03:00
Fasjeit
78139c5936
drawing own battery (Bar %) charging display
2023-01-12 11:35:42 +03:00
Nikolay Minaylov
ad9d746a27
BadUSB backspace/delete fix ( #2288 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com>
2023-01-11 16:58:51 +03:00
Giacomo Ferretti
20621da8ac
Fix typos in source code ( #2285 )
...
* Fix typo in TextInput module
* Fix typo in Widget comment
* Fix typo in comment
Co-authored-by: hedger <hedger@users.noreply.github.com>
2023-01-11 16:41:57 +03:00
TQMatvey
b30aa890e6
initial Somfy Telis Encoder (doesnt work)
2023-01-11 19:47:45 +07:00
Stephen Kent
d2df35a35b
fbt: add fap_deploy
target to build and copy all .fap apps to flipper ( #2146 )
...
* fbt: add `faps_copy` target to build and copy all .fap apps to flipper
* fbt: restore default runfap.py invocation behavior, use -n for copy only
* fbt: proper implementation of fap_deploy target
Co-authored-by: hedger <hedger@nanode.su>
2023-01-11 13:13:07 +03:00
あく
8d2143add5
Fix various issues reported on github ( #2280 )
...
* Desktop: Fix use after free in slideshow view
* Gui: long press toggles first letter case too
* Desktop: remove debug logging
2023-01-10 03:15:03 +09:00
Fasjeit
4dc2a7f212
New battery display (Bar %)
2023-01-09 17:50:38 +03:00
Liam Droog
b7046b2179
Change broken BadUSB link to Hak5 duckyscript quick reference webpage ( #2270 )
...
* Change broken link to Hak5 duckyscript quick reference webpage
* Update BadUSB syntax link
2023-01-09 15:03:51 +09:00
Daniel
4ec5dbcee8
feat: allow disabling automatic signal decoding
2023-01-08 02:05:17 +01:00
MX
78c64737aa
Fix readme
2023-01-08 03:17:00 +03:00
MX
76047e6e48
Merge pull request #272 from amec0e/dev
...
Updated infrared assets
2023-01-08 02:42:06 +03:00
amec0e
cd4f719783
Updated tv.ir
...
New additions and removed 2 mislabelled buttons CH- and VOL- which in fact was Pre_ch and Num_Input
2023-01-07 22:21:48 +00:00
amec0e
b3f32b6938
Updated projectors.ir last checked
2023-01-07 22:20:51 +00:00
amec0e
3a4b5e6445
Updated fans.ir
2023-01-07 22:20:16 +00:00
amec0e
754a29009d
Updated audio.ir
2023-01-07 22:19:56 +00:00
amec0e
8c791a998a
Updated ac.ir
2023-01-07 22:19:27 +00:00
MX
797ddc0755
Update Unitemp
...
and remove old temp sensor app, unitemp now supports all sensors from that app
2023-01-07 20:05:37 +03:00
MX
bc99538ca8
Update UniTemp
...
https://github.com/quen0n/unitemp-flipperzero
2023-01-07 18:42:38 +03:00
MX
b6442f2971
Fix readme links
2023-01-07 18:40:47 +03:00
MX
c3b8d3cef4
Testing 2 repeats in infrared
2023-01-07 04:56:45 +03:00
MX
3fa11aa4a0
Update UniTemp
...
https://github.com/quen0n/unitemp-flipperzero/tree/dev
2023-01-07 02:08:15 +03:00
MX
ddf4f268ea
Update TOTP
...
https://github.com/akopachov/flipper-zero_authenticator
2023-01-07 02:07:26 +03:00
MX
a921a828e5
Fix Dolphin animations manifests
2023-01-07 02:00:39 +03:00
MX
a94c553c5a
Merge branch 'fz-dev' into dev
2023-01-07 01:59:20 +03:00
Maksim Derbasov
2c450bd835
Show region information in sub-GHz app ( #2249 )
...
* Show region info in sub-GHz app
* SubGhz: reset widget on region info scene exit
* Format sources
Co-authored-by: あく <alleteam@gmail.com>
2023-01-07 04:28:28 +09:00
knrn-ai
c24bea6b06
Documentation: edit texts, markdown linting ( #2226 )
...
Co-authored-by: konerini <25254561+konerini@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-01-07 03:18:43 +09:00
knrn-ai
fa223a4f4b
ReadMe: edit text, move Links to the end ( #2219 )
...
* Edit text, move Links to the end
* ReadMe: can to must
Co-authored-by: あく <alleteam@gmail.com>
2023-01-07 03:05:58 +09:00
Astra
5e74622b2a
[FL-3072] Add the sleigh ride animation ( #2224 )
...
* Add sleigh animation
* Fix manifest
Co-authored-by: あく <alleteam@gmail.com>
2023-01-07 01:16:58 +09:00
yan0f
9740dd8c75
Fix typos in source code ( #2258 )
2023-01-07 01:06:50 +09:00
あく
41c43f4805
Various improvements: Toolbox, Updater and Unit Tests. ( #2250 )
...
* Toolbox: add seek to character stream method. UpdateUtils: reverse manifest iterator. UnitTests: more unit tests.
* Target: bump API version. Updater: delete empty folders from manifest before resource deployment.
* UnitTests: use manifest from unit_tests folder instead of global one
* Make PVS happy
* sector cache: allocate always
* Better PVS config for manifest.c
* PVS: Move exception outside of condition
* PVS: remove confusing condition
Co-authored-by: SG <who.just.the.doctor@gmail.com>
2023-01-06 16:31:17 +10:00
MX
890419864c
Update links in readme
2023-01-06 06:55:09 +03:00
MX
604b93645e
Merge pull request #267 from amec0e/dev
...
Updated infrared assets
2023-01-06 02:55:51 +03:00
MX
7d4d2e19a9
Infrared: Fix not enough signal repeats in brute
2023-01-06 02:23:03 +03:00
amec0e
ecf7dfd8fd
Updated audio.ir
2023-01-05 21:39:09 +00:00
amec0e
c8fb64ce22
Updated fans.ir
2023-01-05 21:38:19 +00:00
amec0e
11c6d2d0be
Updated projectors.ir
2023-01-05 21:37:26 +00:00
amec0e
23155f9891
Updated ac.ir
2023-01-05 21:36:40 +00:00
amec0e
9248de50d1
Updated tv.ir
2023-01-05 21:34:55 +00:00
Jack Webb-Heller
b8dd75884c
Add Dyson Purifier Hot+Cool support to IR AC Library ( #2252 )
2023-01-05 22:39:42 +03:00
MX
f7dfe77aaf
Apply source code formatting
...
./fbt format
2023-01-03 19:07:58 +03:00
MX
ed5b2da9ad
Merge pull request #252 from X-Stuff/dev-advanced-config
...
Bandwidth, Datarate and Macnhester Enable decoding configuration
2023-01-03 19:06:39 +03:00
MX
4571dd25a3
Merge branch 'dev' into dev-advanced-config
2023-01-03 18:48:33 +03:00
MX
5d4dcc925d
Merge branch 'fz-dev' into dev
2023-01-03 18:42:03 +03:00
MX
28345b2fbd
Update TOTP
...
https://github.com/akopachov/flipper-zero_authenticator
2023-01-03 18:41:22 +03:00
MX
82f8ad4540
Add 350Mhz to default range
...
Actually this frequency is used by some part of home devices like ceiling fans
2023-01-03 18:40:03 +03:00
Dimitry
df88a805a0
Removing AM*
preset if launching regular read mode
2023-01-02 23:54:04 +02:00