andrekir
0095fc95d7
feat: add ChannelSettings position_precision config
2024-02-28 07:49:24 -03:00
andrekir
804e8487af
refactor: revert OutlinedTextField custom cursor color
...
reverts: f4a2100be9
2024-02-26 19:27:37 -03:00
andrekir
1990dfbabf
fix: clear focus before deleting ignore_incoming
...
closes #872
2024-02-26 19:22:12 -03:00
andrekir
44d260abff
refactor: rename channel_num to frequency slot
2024-02-25 07:44:53 -03:00
andrekir
ada2f14a78
refactor: update PositionConfigItemList
2024-02-12 17:56:00 -03:00
andrekir
b972cab214
feat: add ignore_mqtt to LoRa config
...
ref.: https://github.com/meshtastic/firmware/pull/3117
2024-01-21 06:37:27 -03:00
andrekir
104e6ef25e
feat: add paxcounter module config
2024-01-17 19:06:37 -03:00
andrekir
f4a2100be9
fix: OutlinedTextField cursor visibility
2024-01-10 12:29:12 -03:00
andrekir
e9f63b4e80
refactor: add channel hash function
2024-01-10 05:33:19 -03:00
andrekir
1691acb59d
fix: channel PSK validation
2024-01-10 05:27:05 -03:00
andrekir
23966b173b
refactor: change length of wifi_psk
...
ref.: https://github.com/meshtastic/protobufs/pull/402
2023-11-22 07:33:37 -03:00
andrekir
c6ad5dcfdf
feat: add new configs
2023-11-06 07:50:25 -03:00
andrekir
d71a9171ec
fix: import config missing data
2023-10-11 18:38:06 -03:00
andrekir
7c30d86e39
feat: add feedback for configuration changes
2023-10-03 18:32:44 -03:00
andrekir
d4659eca61
refactor: animate ResponseState.Loading progress bar
2023-10-01 11:09:08 -03:00
andrekir
e02ecaec6e
refactor: set random PSK on default channel name change
2023-10-01 11:05:42 -03:00
andrekir
a10fe75f64
refactor: single-page channel editing
2023-10-01 10:50:19 -03:00
andrekir
3188706776
feat: add new configs
2023-09-29 22:31:22 -03:00
andrekir
7869243290
refactor(config): move business logic to ViewModel
2023-09-17 06:18:46 -03:00
andrekir
e8b0f1584b
refactor: replace enum values() with entries property
...
https://kotlinlang.org/docs/whatsnew19.html#stable-replacement-of-the-enum-class-values-function
2023-09-16 08:27:01 -03:00
andrekir
d7d856a4a8
refactor(channels): use clickable OutlinedTextField
2023-09-16 07:35:20 -03:00
andrekir
6b93f86b52
refactor: use OutlinedButtons in PreferenceFooter
2023-09-16 07:32:38 -03:00
andrekir
86cdb0106f
refactor: replace focusManager parameter with LocalFocusManager
2023-09-08 16:05:40 -03:00
andrekir
06b78cd997
feat: add new module configs
2023-08-19 07:44:54 -03:00
andrekir
1cdfe59137
refactor: update @Previews to private functions
2023-08-19 07:30:47 -03:00
andrekir
e9ae0c66d9
refactor: updates for 2.2 release
...
reference https://github.com/meshtastic/protobufs/pull/368
2023-08-05 07:04:37 -03:00
Andre K
377c6a18e0
feat: add option to show phone GPS location on map
2023-07-31 22:56:15 -03:00
andrekir
79bf8d1536
feat: add password TextField
2023-07-27 06:47:34 -03:00
Andre K
527d94d32a
feat: calculate default values for LoRa channel_num and frequency ( #664 )
2023-07-18 22:28:16 -03:00
andrekir
c7222bc8e9
feat: add mqtt.proxy_to_client_enabled config
2023-07-18 18:04:22 -03:00
andrekir
8543150e16
feat: add air_quality_enabled & air_quality_interval
2023-06-18 17:50:18 -03:00
andrekir
10099dc2fa
feat: add new proto configs
2023-05-30 16:53:02 -03:00
andrekir
1fe669fb73
feat: add RemoteHardwarePin config
2023-05-26 17:45:25 -03:00
andrekir
7da958578b
refactor: improve channel editor isEditing logic
2023-05-21 19:09:00 -03:00
andrekir
0a3a07f9ed
fix: channel list display issues
...
- show modem preset name if channel name is empty for remote nodes
- fix channel list not showing last channel (index 7)
2023-05-21 18:32:33 -03:00
andrekir
d58e092333
fix: show modem preset name if channel name is empty
...
(or "Default" if not available)
2023-05-21 09:19:55 -03:00
andrekir
e116a8a97c
refactor: update EditListPreference
2023-05-16 17:47:59 -03:00
Andre K
c3ab3c5ae9
feat: implement PacketResponseState.Success ( #634 )
2023-05-15 17:49:13 -03:00
andrekir
0c78bc4e49
feat: add managed mode
2023-05-13 18:18:49 -03:00
andrekir
6297cf2b62
fix: set fixed position for local node only
2023-05-12 18:34:29 -03:00
Andre K
068f5e7544
feat: implement PacketResponseState.Error ( #633 )
2023-05-12 18:29:31 -03:00
andrekir
8a750c122e
fix: ensure FAB layer above LazyColumn in ChannelSettingsItemList
2023-05-10 21:43:18 -03:00
Andre K
70f7ffb5fc
feat: implement PacketResponseState.Loading ( #630 )
2023-05-08 17:31:07 -03:00
andrekir
d1ce014a88
fix: allow empty (no crypto) and 128 bit PSKs
2023-05-06 08:18:56 -03:00
andrekir
4a6c0c0b40
fix: prevent clicking through composable background
2023-05-02 07:24:01 -03:00
andrekir
a39390254a
refactor: revert PreferenceFooter to default theme colors
2023-05-02 07:22:51 -03:00
Andre K
9e78e516da
feat: add configs import/export ( #628 )
2023-05-02 07:18:22 -03:00
andrekir
16787b23c8
fix: BitwisePreference trailing icons
2023-04-29 07:19:22 -03:00
Andre K
e5a860cb36
feat: add channel editor ( #627 )
2023-04-29 07:14:30 -03:00
andrekir
c821eb3681
fix #625 : handle Samsung Keyboard dot-minus key in TextField validation
...
Samsung Keyboard numerical keypad features a combined '.-' key that outputs a dot (.) on first press and replaces it with a minus (-) on second press. there is no option to output each symbol separately (short or long press, etc).
updated validation logic to handle dot symbol at the start of the input string.
2023-04-26 18:21:27 -03:00