Skip to content

Releases: meshtastic/Meshtastic-Android

Meshtastic Android 2.6.26 alpha (Branch main)

27 Jun 16:15
b28de3d
Compare
Choose a tag to compare

Release built from branch: main
Version: 2.6.26 (Code: 30626)

What's Changed

🛠️Fixes & Features

👷Dependencies

  • chore(deps): update com.google.gms:google-services to v4.4.3 by @renovate in #2260
  • chore(deps): update com.google.firebase:firebase-bom to v33.16.0 by @renovate in #2261
  • chore(deps): update app/src/main/proto digest to 2097da9 by @renovate in #2255
  • chore(deps): update mesh_service_example/src/main/proto digest to 2097da9 by @renovate in #2256
  • chore(deps): update org.jetbrains.kotlinx:kotlinx-serialization-json to v1.9.0 by @renovate in #2271

Full Changelog: 2.6.25...2.6.26

Meshtastic Android 2.6.25 alpha

25 Jun 21:13
d507161
Compare
Choose a tag to compare
Pre-release

What's Changed

🛠️Fixes & Features

  • Refactor Connections screen and add new strings by @jamesarich in #2236
  • chore(l10n): New Crowdin Translations by @github-actions in #2232
  • fix: unread message count not updating when opening conversations by @jeremiah-k in #2239
  • chore(l10n): New Crowdin Translations by @github-actions in #2238
  • Fix waypoints by @RCGV1 in #2237
  • Refactor: Improve network availability observation by @jamesarich in #2247
  • 2.6.25 by @jamesarich in #2245

👷Dependencies

  • chore(deps): update kotlin to v2.2.0 by @renovate in #2234
  • chore(deps): update com.android.tools.build:gradle to v8.11.0 by @renovate in #2243
  • chore(deps): ksp 2.2.0-2.0.2 by @jamesarich in #2246
  • chore(deps): update app/src/main/proto digest to 386fa53 by @renovate in #2248
  • chore(deps): update mesh_service_example/src/main/proto digest to 386fa53 by @renovate in #2249

Full Changelog: 2.6.24...2.6.25

Meshtastic Android 2.6.24 beta

23 Jun 02:57
ee03213
Compare
Choose a tag to compare

2.6.24 beta

Get ready for a node-worthy update! We've packed in new features and squashed bugs for a smoother experience.

  • Node Details on Tap: Long-press map markers for info & distance! 🗺️
  • Message Replies: Respond directly in chats. 💬
  • Smarter Filters: Find nodes by ID/number. 🔍
  • Security Boosts: Key export & regeneration prompts. 🔑
  • Plus, tons of fixes & performance tweaks! 🛠️⚡

What's Changed

🛠️Fixes & Features

  • feat: filter node list by user id or node number by @lkosson in #2078
  • Fixed nodeDB reset even on remote nodeDB reset by @RCGV1 in #2087
  • chore(l10n): New Crowdin Translations by @github-actions in #2074
  • chore: update device hardware list from Meshtastic API by @github-actions in #2081
  • refactor: Client Notification Support by @jamesarich in #2095
  • feat: adaptive nav by @jamesarich in #2079
  • Added connection indicator by @RCGV1 in #2073
  • Fix: Device selection lags by @jeremiah-k in #2086
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2096
  • Refactor: split position precision constants by @jamesarich in #2099
  • chore(l10n): New Crowdin Translations by @github-actions in #2101
  • feat: show node details by long-pressing a node marker on map by @lkosson in #2104
  • Refactor: Use Alt+Enter to send messages by @jamesarich in #2108
  • Refactor: unwrap map graph by @jamesarich in #2111
  • Persist node sort preference across app restarts by @jeremiah-k in #2115
  • Refactor: Remove unused dependencies by @jamesarich in #2116
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2106
  • chore(l10n): New Crowdin Translations by @github-actions in #2107
  • refactor: NodeDetail screen and firmware version display by @jamesarich in #2120
  • feat: show distance to the node on node details screen by @lkosson in #2122
  • add copy button to pbk for node status icon by @DaneEvans in #2119
  • Refactor: Implement global cooldown for Traceroute button by @jamesarich in #2129
  • Fix node removal hang by adding navigation callback by @jeremiah-k in #2134
  • Fix bottom navigation back stack accumulation by @jeremiah-k in #2133
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2130
  • chore(l10n): New Crowdin Translations by @github-actions in #2117
  • fix (#2128): MQTT map reporting interval input by @jamesarich in #2135
  • feat: prompt user to regenerate compromised keys by @jamesarich in #2131
  • feat: generate random PSK on clear by @jamesarich in #2136
  • Increase MIN_SDK_VERSION to 26 by @jamesarich in #2140
  • Refactor: Improve MessageItem layout and display of reactions by @jamesarich in #2141
  • chore(l10n): New Crowdin Translations by @github-actions in #2138
  • fix(#2094): remove redundant mapView.onDetach() call by @jamesarich in #2143
  • Update Node.kt by @rcarteraz in #2146
  • feat: Implement message reply functionality by @jamesarich in #2147
  • chore(l10n): New Crowdin Translations by @github-actions in #2144
  • fix: Fetch original message when displaying a reply by @jamesarich in #2152
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2151
  • fix: refactor MainActivity to use lifecycleScope for coroutines by @jamesarich in #2153
  • feat: Add key export functionality by @jamesarich in #2158
  • detekt cleanup by @jamesarich in #2159
  • Fix: Ensure valid private key generation by @jamesarich in #2160
  • Fix text input not clearing after sending message by @jeremiah-k in #2161
  • chore(l10n): New Crowdin Translations by @github-actions in #2163
  • Fix hidden client freeze issue when viewing node details by @jeremiah-k in #2164
  • feat (#2105): debug panel by @DaneEvans in #2148
  • chore(l10n): New Crowdin Translations by @github-actions in #2166
  • [chore] Restrict GH action runs to the main repository by @jsoberg in #2170
  • chore(l10n): New Crowdin Translations by @github-actions in #2168
  • fix (#2165): position exchange not working by @jeremiah-k in #2169
  • fix (#2172): replace string template for Hops Away: by @jamesarich in #2173
  • fix: Propagate reply ID for DataPackets by @jamesarich in #2177
  • fix: Use string template for hops away by @jamesarich in #2184
  • fix: Drop text buttons in favor of icons by @DaneEvans in #2185
  • feat:add extra filters, including own address by @DaneEvans in #2183
  • Fix/2100 graph labels by @DaneEvans in #2182
  • fix: add workflow_dispatch to enable manual CI runs & readme fix by @jeremiah-k in #2186
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2181
  • Revert "Fix/2100 graph labels" by @jamesarich in #2187
  • chore(l10n): New Crowdin Translations by @github-actions in #2171
  • fix: clear public key when private key edited by @jamesarich in #2190
  • Refactor message item actions and reactions by @jamesarich in #2191
  • feat: Allow unlocking excluded modules by @jamesarich in #2180
  • fix: unintended line break in node chip by @lkosson in #2199
  • refactor: Add remote node indicator and node chip to app bar by @jamesarich in #2195
  • chore(l10n): New Crowdin Translations by @github-actions in #2189
  • feat: Add send message service example by @jamesarich in #2203
  • fix: message input clearing with proper state management (#1474 & #2150) by @jeremiah-k in #2208
  • fix: ignore non-local localStats telemetry by @lkosson in #2206
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2204
  • chore(l10n): New Crowdin Translations by @github-actions in #2200
  • feat: show online and total node count in the title bar by @jamesarich in #2209
  • Refactor: Use default FAB shape for MapButton by @jamesarich in #2211
  • Refactor node count display in MainAppBar by @jamesarich in #2210
  • Fix/2100 graph labels by @jamesarich in #2188
  • feat: split message notifications into direct- and broadcast messages by @lkosson in https://github.com/meshtastic/Meshtastic-...
Read more

Meshtastic Android 2.6.23 alpha

22 Jun 14:43
65cf08d
Compare
Choose a tag to compare
Pre-release

What's Changed

🛠️Fixes & Features

  • fix: Use string template for hops away by @jamesarich in #2184
  • fix: Drop text buttons in favor of icons by @DaneEvans in #2185
  • feat:add extra filters, including own address by @DaneEvans in #2183
  • Fix/2100 graph labels by @DaneEvans in #2182
  • fix: add workflow_dispatch to enable manual CI runs & readme fix by @jeremiah-k in #2186
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2181
  • Revert "Fix/2100 graph labels" by @jamesarich in #2187
  • chore(l10n): New Crowdin Translations by @github-actions in #2171
  • fix: clear public key when private key edited by @jamesarich in #2190
  • Refactor message item actions and reactions by @jamesarich in #2191
  • feat: Allow unlocking excluded modules by @jamesarich in #2180
  • fix: unintended line break in node chip by @lkosson in #2199
  • refactor: Add remote node indicator and node chip to app bar by @jamesarich in #2195
  • chore(l10n): New Crowdin Translations by @github-actions in #2189
  • feat: Add send message service example by @jamesarich in #2203
  • fix: message input clearing with proper state management (#1474 & #2150) by @jeremiah-k in #2208
  • fix: ignore non-local localStats telemetry by @lkosson in #2206
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2204
  • chore(l10n): New Crowdin Translations by @github-actions in #2200
  • feat: show online and total node count in the title bar by @jamesarich in #2209
  • Refactor: Use default FAB shape for MapButton by @jamesarich in #2211
  • Refactor node count display in MainAppBar by @jamesarich in #2210
  • Fix/2100 graph labels by @jamesarich in #2188
  • feat: split message notifications into direct- and broadcast messages by @lkosson in #2217
  • Refactor DebugSearch.kt by @jamesarich in #2219
  • chore(l10n): New Crowdin Translations by @github-actions in #2215

👷Dependencies

  • chore(deps): update app/src/main/proto digest to b818a00 by @renovate in #2178
  • chore(deps): update mesh_service_example/src/main/proto digest to b818a00 by @renovate in #2179
  • chore(deps): update app/src/main/proto digest to 6791138 by @renovate in #2196
  • chore(deps): update mesh_service_example/src/main/proto digest to 6791138 by @renovate in #2197

Full Changelog: 2.6.22...2.6.23

Meshtastic Android 2.6.22 alpha

20 Jun 01:06
15ba57b
Compare
Choose a tag to compare
Pre-release

What's Changed

🛠️Fixes & Features

👷Dependencies

  • chore(deps): update androidx.compose:compose-bom to v2025.06.01 by @renovate in #2176

Full Changelog: 2.6.21...2.6.22

Meshtastic Android 2.6.21 alpha

19 Jun 17:34
67ffaca
Compare
Choose a tag to compare
Pre-release

What's Changed

🛠️Fixes & Features

  • Fix: Ensure valid private key generation by @jamesarich in #2160
  • Fix text input not clearing after sending message by @jeremiah-k in #2161
  • chore(l10n): New Crowdin Translations by @github-actions in #2163
  • Fix hidden client freeze issue when viewing node details by @jeremiah-k in #2164
  • feat (#2105): debug panel by @DaneEvans in #2148
  • chore(l10n): New Crowdin Translations by @github-actions in #2166
  • [chore] Restrict GH action runs to the main repository by @jsoberg in #2170
  • chore(l10n): New Crowdin Translations by @github-actions in #2168
  • fix (#2165): position exchange not working by @jeremiah-k in #2169

Full Changelog: 2.6.20...2.6.21

Meshtastic Android 2.6.20 alpha

18 Jun 22:11
1556019
Compare
Choose a tag to compare
Pre-release

What's Changed

🛠️Fixes & Features

  • fix: Fetch original message when displaying a reply by @jamesarich in #2152
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2151
  • fix: refactor MainActivity to use lifecycleScope for coroutines by @jamesarich in #2153
  • feat: Add key export functionality by @jamesarich in #2158
  • detekt cleanup by @jamesarich in #2159

👷Dependencies

  • chore(deps): update adaptive to v1.2.0-alpha07 by @renovate in #2154
  • chore(deps): update androidx.compose.material3:material3 to v1.4.0-alpha16 by @renovate in #2155
  • chore(deps): update androidx.work:work-runtime-ktx to v2.10.2 by @renovate in #2156
  • chore(deps): update room to v2.7.2 by @renovate in #2157

Full Changelog: 2.6.19...2.6.20

Meshtastic Android 2.6.19 alpha

18 Jun 02:48
0799122
Compare
Choose a tag to compare
Pre-release

What's Changed

🛠️Fixes & Features

Full Changelog: 2.6.18...2.6.19

Meshtastic Android 2.6.18 alpha

16 Jun 23:38
6b3ae27
Compare
Choose a tag to compare
Pre-release

What's Changed

🛠️Fixes & Features

  • Refactor: Use Alt+Enter to send messages by @jamesarich in #2108
  • Refactor: unwrap map graph by @jamesarich in #2111
  • Persist node sort preference across app restarts by @jeremiah-k in #2115
  • Refactor: Remove unused dependencies by @jamesarich in #2116
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2106
  • chore(l10n): New Crowdin Translations by @github-actions in #2107
  • refactor: NodeDetail screen and firmware version display by @jamesarich in #2120
  • feat: show distance to the node on node details screen by @lkosson in #2122
  • add copy button to pbk for node status icon by @DaneEvans in #2119
  • Refactor: Implement global cooldown for Traceroute button by @jamesarich in #2129
  • Fix node removal hang by adding navigation callback by @jeremiah-k in #2134
  • Fix bottom navigation back stack accumulation by @jeremiah-k in #2133
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2130
  • chore(l10n): New Crowdin Translations by @github-actions in #2117
  • fix (#2128): MQTT map reporting interval input by @jamesarich in #2135
  • feat: prompt user to regenerate compromised keys by @jamesarich in #2131
  • feat: generate random PSK on clear by @jamesarich in #2136
  • Increase MIN_SDK_VERSION to 26 by @jamesarich in #2140
  • Refactor: Improve MessageItem layout and display of reactions by @jamesarich in #2141
  • chore(l10n): New Crowdin Translations by @github-actions in #2138

👷Dependencies

  • chore(deps): update app/src/main/proto digest to c758376 by @renovate in #2123
  • chore(deps): update mesh_service_example/src/main/proto digest to c758376 by @renovate in #2124

New Contributors

Full Changelog: 2.6.16...2.6.18

Meshtastic Android 2.6.16 alpha

13 Jun 13:08
e403a96
Compare
Choose a tag to compare
Pre-release

Release 2.6.16: Adapt-able and Detail-oriented!

What's Changed

🛠️Fixes & Features

  • feat: filter node list by user id or node number by @lkosson in #2078
  • Fixed nodeDB reset even on remote nodeDB reset by @RCGV1 in #2087
  • chore(l10n): New Crowdin Translations by @github-actions in #2074
  • chore: update device hardware list from Meshtastic API by @github-actions in #2081
  • refactor: Client Notification Support by @jamesarich in #2095
  • feat: adaptive nav by @jamesarich in #2079
  • Added connection indicator by @RCGV1 in #2073
  • Fix: Device selection lags by @jeremiah-k in #2086
  • chore: update firmware releases list from Meshtastic API by @github-actions in #2096
  • Refactor: split position precision constants by @jamesarich in #2099
  • chore(l10n): New Crowdin Translations by @github-actions in #2101
  • feat: show node details by long-pressing a node marker on map by @lkosson in #2104

👷Dependencies

  • chore(deps): update mesh_service_example/src/main/proto digest to 0c11288 by @renovate in #2085
  • chore(deps): update app/src/main/proto digest to 0c11288 - autoclosed by @renovate in #2084

New Contributors

Full Changelog: 2.6.15...2.6.16