Commit graph

2094 commits

Author SHA1 Message Date
James Rich
34e10b0032
fix: Only show DM button if node is messageable (#1992) 2025-05-31 17:19:12 +00:00
James Rich
88d74642ae
refactor: FirmwareReleaseDao to return non-nullable lists (#1991) 2025-05-31 12:09:57 -05:00
James Rich
569b2767b4
Fix: Update isUnmessageable based on userInput.role for older firmware (#1990) 2025-05-31 10:21:22 -05:00
James Rich
72900a7909
feat: add Direct Message button to Node Detail screen (#1988) 2025-05-31 06:35:25 -05:00
Robert-0410
5edc2a8d57
refactor: channel qr clean (#1983) 2025-05-30 19:50:45 -05:00
James Rich
7dc2147169
feat: add cooldown to Traceroute action button (#1987) 2025-05-30 17:55:53 -05:00
James Rich
25ecdc912e
fix: clear data when changing devices (#1985) 2025-05-30 13:17:09 -05:00
James Rich
b861d07aba
Refactor: Settings to Connections, ui updates (#1984)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-30 12:56:49 -05:00
James Rich
ad1897c564
Refactor: organize ui screens to separate packages (#1982) 2025-05-29 18:18:45 -05:00
James Rich
f48e127019
feat: host metrics part 2 (#1972) 2025-05-28 16:10:35 -05:00
James Rich
e31d4170b6
feat: add Host Metrics Log screen (#1969) 2025-05-28 20:57:38 +00:00
James Rich
ef1c71722a
fix: respect keyboard, edgeToEdge tweaks (#1968) 2025-05-28 12:33:00 -05:00
James Rich
091607da08
Fix: Handle null or empty release list in getLatestRelease (#1967) 2025-05-28 12:32:42 -05:00
James Rich
1f2254f98b
fix: update LoraSignalIndicator GOOD color (#1966) 2025-05-28 12:32:26 -05:00
James Rich
0a91464cfc
refactor: use is_unmessagable flag (#1965) 2025-05-28 12:32:08 -05:00
James Rich
808992e3b3
Refactor: clean up sharedTransition from more places (#1963) 2025-05-28 09:47:28 -05:00
James Rich
3eefe4b66c
refactor: edgeToEdge tweaks, chip elevation (#1962) 2025-05-28 09:34:08 -05:00
James Rich
9f0765526d
refactor: settings screen ui updates (#1955) 2025-05-28 01:02:53 +00:00
James Rich
41349ad9cc
refactor(#1940): Improve firmware version comparison (#1952) 2025-05-27 16:19:03 -05:00
James Rich
77ca2d62f0
refactor: Move MIN_DEVICE_VERSION to build config (#1946) 2025-05-27 08:45:57 -05:00
James Rich
6332b3bd42
feat(node): consolidate node chip and menu (#1941) 2025-05-26 19:36:32 -05:00
emp3r0r7
f6f3cf5c20
fix : prevent crash on geo: intent when no compatible map app is inst… (#1936)
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-05-26 07:09:56 -05:00
James Rich
139a17f22f
fix: Distinguish between an empty response and a network error (#1938) 2025-05-26 01:41:49 +00:00
James Rich
9b1f27cf17
refactor: add tooltips, unmessageable tweaks (#1925) 2025-05-23 18:08:45 -05:00
Benjamin Faershtein
3982497f94
refactor: Improved Node List Items (#1904)
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-05-23 14:14:47 -05:00
James Rich
4545777b8a
feat: Update osmdroid-android to 6.1.20 and adjust map view (#1922) 2025-05-23 17:47:46 +00:00
James Rich
46ba3eb3fd
feat(#1755): Add setting to display time in 12h format (#1918) 2025-05-23 14:44:14 +00:00
James Rich
d04378a026
feat: filter visibility, add unmessageable toggle (#1915) 2025-05-23 02:39:46 +00:00
James Rich
4c805666a8
Potential fix for code scanning alert no. 30: Improper verification of intent by broadcast receiver (#1914)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-05-22 15:54:09 -05:00
James Rich
11224b84cb
Refactor: Move ApiModule to flavor specific directories (#1913) 2025-05-22 14:53:00 -05:00
James Rich
d091e549a1
feat(mqtt): Generate more specific client ID for MQTT proxy (#1912) 2025-05-22 14:32:28 -05:00
James Rich
02bb3f02e4
feat: network module (#1905) 2025-05-22 08:30:08 -05:00
James Rich
76cdb83406
feat: Add node to favorites when sending a direct message (#1899) 2025-05-21 17:48:02 +00:00
James Rich
e99c31d418
Refactor: Adjust padding and sizes in MessageItem and Reaction compon… (#1898) 2025-05-21 17:38:18 +00:00
James Rich
0057a6f2de
feat: Add request metadata action to NodeDetail (#1896) 2025-05-21 15:50:33 +00:00
James Rich
6fa329751d
fix: NodeMenu hiding details action (#1894) 2025-05-21 09:05:49 -05:00
James Rich
2f13aee171
feat: Use node colors for contact chip (#1891) 2025-05-21 04:30:11 +00:00
James Rich
9e2fb3792f
fix(#1874): Check that Meshtastic URL is for a channel set (#1890) 2025-05-21 03:42:29 +00:00
James Rich
e1c1cef79b
fix: Ensure handleReceivedUser is called when adding contacts (#1886) 2025-05-21 03:34:52 +00:00
James Rich
f6e75e970b
Refactor: Remove "include unmessageable" filter (#1889) 2025-05-21 03:08:40 +00:00
James Rich
990cd103d7
Refactor: Improve shared contact import dialog (#1888) 2025-05-20 21:57:14 -05:00
Robert-0410
5a52239721
feat: Channel Configuration ui (#1873) 2025-05-20 21:22:30 -05:00
James Rich
87076321ba
feat: Unmessageable (#1858) 2025-05-20 21:05:40 +00:00
James Rich
c99fe642b5
feat: Add Contact Sharing via QR code (#1859) 2025-05-20 13:36:11 -05:00
James Rich
38b9515fca
refactor: Move "provide location" preference to DataStore (#1877) 2025-05-19 21:23:29 +00:00
Benjamin Faershtein
de49f6a48b
feat: Create a resend option for failed messages (#1876)
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-05-19 16:11:05 -05:00
James Rich
6941b6f9df
fix: M3 bug squashing (#1872) 2025-05-19 07:03:01 -05:00
Slush
e90aa6c5ed
fix #1567: Allow using a different TCP port than default 4403 (#1861) 2025-05-19 06:30:23 -05:00
James Rich
4cba13ea14
feat: material3 (#1862) 2025-05-17 11:39:53 -05:00
James Rich
d5a5efdcf4
fix: Messages UI Tweaks (#1856) 2025-05-15 18:09:46 +00:00