chromoxdor
950d05d196
as good as it gets :)
...
- support for chrome, vivaldi and firefox on android (hopefully)
2025-07-27 20:25:38 +02:00
chromoxdor
9a9f9e5293
replace: scroll to top too
2025-07-25 19:27:02 +02:00
chromoxdor
cc8494e6e1
Update codemirror.min.css
2025-07-25 19:20:45 +02:00
chromoxdor
086eed28e7
scroll to top when found
2025-07-25 19:15:21 +02:00
chromoxdor
e6d27c2ba1
removed unnecessary function
2025-07-25 11:28:21 +02:00
chromoxdor
9afd774fe8
more robust live search handling
2025-07-25 11:24:21 +02:00
chromoxdor
69778085e6
fix replace
2025-07-24 22:31:33 +02:00
chromoxdor
89c7285b8d
find while typing
2025-07-24 20:51:41 +02:00
chromoxdor
9ec837b06f
forgot someting to change
2025-07-24 19:55:27 +02:00
chromoxdor
ea0e7f40d7
fixed broken replace function
2025-07-24 19:53:28 +02:00
chromoxdor
d3aeb206bf
Readded search bar and enhanced it.
...
- also added android hinting support
2025-07-24 19:20:45 +02:00
chromoxdor
1f7224be4e
make it work for android non color rules again
2025-07-22 01:52:14 +02:00
chromoxdor
ac45e1fce5
jump to line of first error and keep history
2025-07-22 01:03:02 +02:00
chromoxdor
f865035f01
more robust block checks
2025-07-21 22:07:00 +02:00
chromoxdor
b476243224
format even without colorcode enabled
2025-07-21 19:13:18 +02:00
chromoxdor
d5f3b9f830
added a format button if on mobile device
2025-07-21 18:35:12 +02:00
chromoxdor
120ea954d3
no indentation for comments....
2025-07-21 17:25:53 +02:00
chromoxdor
dc8e6dcbce
some unessecary commas removed
2025-07-21 16:48:33 +02:00
chromoxdor
cc31c5af19
forgot the "f" and the minified version
2025-07-21 15:58:58 +02:00
chromoxdor
1f59c79a50
Update espeasy.js
...
simple On-Do-Endon and If-Endif checks
2025-07-21 15:54:19 +02:00
chromoxdor
5d9b31128a
ColorCode Additions
...
- Minor correction in the "commandlist“.
- Added Android enable confirmation.
- Auto format and correct the words in the "commandlist“.
2025-07-21 15:07:07 +02:00
TD-er and GitHub
c0eba97755
Merge pull request #5353 from TD-er/bugfix/JS_error_TXbuff_end_chunked
...
[Cleanup] Fix JS issues + correctly end chunked transfer
2025-07-09 12:37:37 +02:00
TD-er
ce3e0b485a
[Cleanup] Fix JS issues + correctly end chunked transfer
2025-07-09 12:31:39 +02:00
TD-er and GitHub
6ae0a58b8c
Merge pull request #5352 from letscontrolit/bugfix/end_chunked_transfers
...
[WebServer] Properly close chunked transfer
2025-07-09 09:04:59 +02:00
TD-er and GitHub
333fedd71b
Merge pull request #5350 from tonhuisman/feature/P095-add-ili9342-variants
...
[P095] Add ILI9342 display variants
2025-07-09 09:04:24 +02:00
TD-er and GitHub
88ef03e9fb
[WebServer] Properly close chunked transfer
...
Does speed up ending serving chunked transfer, like serving a web page or JSON
2025-07-09 08:48:38 +02:00
Ton Huisman
6ce0649963
[P095] Update documentation
2025-07-08 22:03:41 +02:00
TD-er and GitHub
792a1c28b4
Merge pull request #5351 from jfmennedy/dev
...
Fix horizontal vane not working
2025-07-08 21:51:28 +02:00
jfmennedy
cbc3954e4a
Fix horizantal vane not working
2025-07-08 15:42:37 +02:00
Ton Huisman
3426dde3c8
[P095] ILI9342 added configurations, set resolution correctly
2025-07-08 10:42:50 +02:00
Ton Huisman
b59cdc58a3
[P095] Add ILI9342 display variants
2025-07-07 22:06:56 +02:00
TD-er and GitHub
5d5e58eeb6
Merge pull request #5348 from TD-er/bugfix/crash_MQTT_callback
...
[Controller] Fix crashes on MQTT callback calls
2025-07-03 14:09:29 +02:00
TD-er
d1d8ef48fb
[Controller] Fix crashes on MQTT callback calls
2025-07-03 14:08:39 +02:00
TD-er and GitHub
d0a74127ed
Merge pull request #5347 from letscontrolit/dependabot/pip/cryptography-44.0.1
...
Bump cryptography from 43.0.1 to 44.0.1
2025-07-03 11:41:57 +02:00
dependabot[bot] and GitHub
1bef5d4cee
Bump cryptography from 43.0.1 to 44.0.1
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 43.0.1 to 44.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 44.0.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-03 09:38:39 +00:00
TD-er and GitHub
fc0c00eeeb
Merge pull request #5345 from TD-er/feature/updatePubSubClient3
...
[PubSubClient] Update to new fork PubSubClient3
2025-07-03 11:28:55 +02:00
TD-er
d6b083cd09
[PubSubClient3] Add check for nullptr in CHECK_STRING_LENGTH
...
strnlen will cause a crash when called with a nullptr. Where this macro is called, there are already some checks for optional fields, however it is a bit 'not so nice' for the device to crash when accidentally a nullptr is given for for example the id or will message. (will topic is checked, will message is not)
See: https://github.com/hmueller01/pubsubclient3/pull/48
2025-07-03 11:28:06 +02:00
TD-er and GitHub
740972cdf1
Merge branch 'mega' into feature/updatePubSubClient3
2025-07-02 22:33:54 +02:00
TD-er and GitHub
653691dec1
Merge pull request #5199 from tonhuisman/feature/MQTT-discovery
...
[MQTT] (Auto)Discovery implementation
2025-07-02 22:33:32 +02:00
TD-er and GitHub
f71b3665bd
Merge pull request #5091 from tonhuisman/feature/P073-add-support-for-74hc595-displays
...
[P073] Add support for 74HC595 displays
2025-07-02 22:25:40 +02:00
Ton Huisman
6deae2c3d6
Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P073-add-support-for-74hc595-displays
2025-07-02 21:00:03 +02:00
Ton Huisman
53061aaaaa
[Docs] Update documentation for C005
2025-07-01 22:42:35 +02:00
Ton Huisman
8e89f9db95
[AutoDiscovery] Make start delay compiletime configurable, and extend max delay from 10 to 30 sec.
2025-07-01 22:35:15 +02:00
Ton Huisman
a94de3c8b5
[AutoDiscovery] Remove unused code
2025-07-01 22:32:23 +02:00
TD-er
66c12ebbff
[PubSubClient3] Speedup publish large messages using buffer
...
As discussed here: https://github.com/hmueller01/pubsubclient3/issues/29#issuecomment-2727644476
2025-06-29 00:18:39 +02:00
TD-er
c48ffdf0b2
[PubSubClient] Update to new fork PubSubClient3
2025-06-28 23:31:54 +02:00
Ton Huisman
c759ba1263
[AutoDiscovery] Embed setting for online message in /config setting
2025-06-28 23:05:30 +02:00
Ton Huisman
e4f774edc5
[AutoDiscovery] Update PluginTemplate
2025-06-28 22:05:20 +02:00
Ton Huisman
9485a01106
[Docs] Update documentation for C005
2025-06-28 21:35:09 +02:00
Ton Huisman
1ecad1edc8
[AutoDiscovery] Embed setting for online message in /config setting
2025-06-28 21:34:31 +02:00