Commit Graph

  • 8b1228bf8d Add GPX export functionality and related UI components Winston Lowe 2026-02-05 13:38:49 -08:00
  • ddee76ced2 add flutter test to actions 446564 2026-02-05 09:36:43 -08:00
  • 6a3c59fa2c remove rotation in path map 446564 2026-02-05 09:24:24 -08:00
  • a54cc78691 Merge pull request #129 from zjs81/remove-msg-prefix Ded 2026-02-05 08:58:43 -08:00
  • 05fb5a13fa remove direct msg notification prefix 446564 2026-02-05 08:33:07 -08:00
  • c320378be1 Refactor unread message tracking and implement channel caching (#126) zjs81 2026-02-04 20:34:03 -07:00
  • b3645481c7 Merge pull request #125 from zjs81/reduce-build-steps Ded 2026-02-04 12:42:24 -08:00
  • 589707aa13 Merge pull request #123 from zjs81/dart-format Ded 2026-02-04 12:41:46 -08:00
  • 6070802213 stop building twice for pull requests 446564 2026-02-04 09:02:03 -08:00
  • 2525b9425b reduce jobs for flutter and dart 446564 2026-02-04 08:59:29 -08:00
  • b786c90514 combine flutter and dart actions 446564 2026-02-04 08:56:40 -08:00
  • a35590a407 fix dart format workflow install deps step 446564 2026-02-04 08:36:56 -08:00
  • 8d15f7cef6 wrap returns from if blocks 446564 2026-02-04 08:34:37 -08:00
  • e449f5e1d5 add dart format workflow 446564 2026-02-04 08:33:09 -08:00
  • b34d684e67 format dart files 446564 2026-02-04 08:32:35 -08:00
  • 488a286701 Merge pull request #59 from 446564/community-#-names Ded 2026-02-03 20:08:42 -08:00
  • c742d98fbb issue #112 fixes and more Zach 2026-02-01 18:37:14 -07:00
  • 1d4c9ad9bd Merge pull request #115 from zjs81/advert-intervals zjs81 2026-02-01 17:10:46 -07:00
  • 818f514702 The first issue was that the toggle switch states weren't being initialized when settings were refreshed from the device. The code would correctly update the interval values themselves, but failed to set the corresponding boolean flags that control whether the toggles appear as "on" or "off". This meant that if you refreshed settings from a device that had advertisements disabled (with an interval of zero), the toggles would incorrectly show as enabled even though the device was actually broadcasting no advertisements. We fixed this by adding two lines that explicitly set _advertEnable = _advertInterval > 0 and _floodAdvertEnable = _floodAdvertInterval > 0 after parsing the interval values from device responses. Zach 2026-02-01 17:08:53 -07:00
  • be54419e5b Merge remote-tracking branch 'origin/main' into advert-intervals Zach 2026-02-01 17:03:53 -07:00
  • 00eb1a68a6 Merge pull request #118 from wel97459/dev-shareContact zjs81 2026-02-01 16:59:21 -07:00
  • 79ffc21bd6 fix commit Zach 2026-02-01 16:57:17 -07:00
  • 0374f4f5da Merge remote-tracking branch 'origin/main' into dev-shareContact Zach 2026-02-01 14:18:35 -07:00
  • 4650584f9b Merge pull request #117 from wel97459/dev-reconnection Winston Lowe 2026-01-31 22:28:35 -08:00
  • 8d8b938878 Ran translation script Winston Lowe 2026-01-31 22:19:01 -08:00
  • e3a0bd3b13 Merge pull request #114 from zjs81/obtainum-btn Ded 2026-01-31 20:07:08 -08:00
  • 4f83d87f8c use switch for advert enable/disable 446564 2026-01-31 17:07:24 -08:00
  • 6d7d51f0a4 _requestDeviceInfo added isConnected not already _awaitingSelfInfo Winston Lowe 2026-01-31 16:03:05 -08:00
  • 33680f0cb9 Replace action buttons with a popup menu for better UI/UX on channels and map screens Winston Lowe 2026-01-31 15:25:34 -08:00
  • 5115d8bbe3 Added zero-hop contact sharing functionality and related UI updates Winston Lowe 2026-01-31 15:00:33 -08:00
  • d30e7c4e2c Prevent disconnection handling when already disconnected, curing a race condition. Winston Lowe 2026-01-31 14:55:55 -08:00
  • 8470171e88 Merge branch 'dev-shareContacts' into dev-shareContact Winston Lowe 2026-01-31 08:02:35 -08:00
  • ede3142d40 allow disable repeater adverts 446564 2026-01-30 11:05:57 -08:00
  • 6712088fcd add obtainium badge 446564 2026-01-30 08:44:03 -08:00
  • 7b519854d7 Merge branch 'main' into community-#-names Ded 2026-01-29 08:07:05 -08:00
  • 90ce46392a feat: optimize reaction message format to reduce airtime Zach 2026-01-28 23:21:04 -07:00
  • d61ec217fc feat: add Russian and Ukrainian to language selector Zach 2026-01-28 22:26:14 -07:00
  • 3ac81a5448 Merge origin/main into pr-106 Zach 2026-01-28 22:22:26 -07:00
  • 7004067839 Merge pull request #108 from wel97459/dev-pathtrace zjs81 2026-01-28 22:07:14 -07:00
  • 935b7b07eb Add path trace localizations for all languages Zach 2026-01-28 22:05:04 -07:00
  • cdacc54421 Merge remote-tracking branch 'origin/main' into dev-pathtrace Zach 2026-01-28 21:43:07 -07:00
  • bf8f002d55 Merge pull request #111 from wel97459/dev-reconntion zjs81 2026-01-28 21:39:42 -07:00
  • 998ff50495 fix: restore _handleDisconnection() on battery request failure Zach 2026-01-28 21:34:13 -07:00
  • 92d2b224e7 fix: address PR review issues dev-reconntion Zach 2026-01-28 21:28:28 -07:00
  • 34a6b5d895 Added error catching to requestBatteryStatus to call _handleDisconnection when it fails update. Winston Lowe 2026-01-28 19:55:08 -08:00
  • c953a1a798 Merge pull request #105 from erikklavora/main zjs81 2026-01-28 20:53:49 -07:00
  • 42115bf200 Refactor contact handling and enhance UI with new advert options and localized strings Winston Lowe 2026-01-28 11:04:34 -08:00
  • d0c8fab6fb Add contact import functionality and update UI feedback for import status Winston Lowe 2026-01-27 18:43:59 -08:00
  • eeb8ff34e8 Implement contact import functionality from clipboard and add relevant UI options Winston Lowe 2026-01-26 16:11:21 -08:00
  • 641307a316 Added response code for exporting contacts and implement frame listener in contacts_screen.dart Winston Lowe 2026-01-26 12:19:45 -08:00
  • c37abb63e3 add export and import contact frame builders in meshcore_protocol.dart and implement contact export functionality in contacts_screen.dart Winston Lowe 2026-01-26 11:56:42 -08:00
  • 898ef1c11c Refactor autofocus logic in login dialogs for better platform handling Winston Lowe 2026-01-26 10:40:10 -08:00
  • 749f9d4dfd cleaned up. Winston Lowe 2026-01-25 12:00:38 -08:00
  • 9c1b5899fb Added scroll view to room server login. Disabled autofocus of password. Winston Lowe 2026-01-25 11:55:55 -08:00
  • cacb9bc677 Moved all the path tracing logic to the dialog. refactored repeater hub along with contacts screen to use shortPubKeyHex. Added localization strings for path tracing, english only. Winston Lowe 2026-01-25 10:55:42 -08:00
  • 0ebd688787 Added shortPubKeyHex and added a trace route builder traceRouteBytes Winston Lowe 2026-01-25 10:53:28 -08:00
  • bb18038f60 removed truncation of notification as in Issue #107 ericz 2026-01-25 11:40:02 +01:00
  • fcf741b20a Got the basic path tracing working. Winston Lowe 2026-01-24 20:36:14 -08:00
  • 88aa104ae5 further translation fixes for german ericz 2026-01-24 18:05:10 +01:00
  • 90f90ad7cf Updated Slovenian lang erikklavora 2026-01-24 17:05:01 +01:00
  • 8b0bdd9a46 fix: update PRODUCT_BUNDLE_IDENTIFIER to com.monitormx.meshcoreopen Alpha5 Zach 2026-01-24 01:37:19 -07:00
  • 45d914de57 chore: update version to 5.0.0+5 in pubspec.yaml zjs81 2026-01-24 01:17:12 -07:00
  • 2c49534955 feat: add url_launcher_ios dependency and update project configuration Zach 2026-01-24 01:24:56 -07:00
  • c56cf9c3ed feat: add CocoaPods support for macOS and iOS, including necessary configurations and dependencies Zach 2026-01-24 01:07:18 -07:00
  • fee4cd13be chore: update version to 0.4.5+4 in pubspec.yaml zjs81 2026-01-24 00:52:15 -07:00
  • a53d5ccfb6 Merge pull request #69 from spfmoby/better-french-translations2 zjs81 2026-01-24 00:50:11 -07:00
  • e5d06b1c7e Merge pull request #102 from zjs81/pr-94 zjs81 2026-01-24 00:46:48 -07:00
  • e95a55e4f0 feat: add Ukrainian localization support and improve string formatting zjs81 2026-01-24 00:45:01 -07:00
  • 422ca941c2 Merge remote-tracking branch 'origin/main' into pr-94 zjs81 2026-01-24 00:42:29 -07:00
  • 3098d860e9 Merge pull request #101 from zjs81/anupoh/main zjs81 2026-01-24 00:32:29 -07:00
  • f0d34f7503 Update Russian localization for improved pluralization and add new chat link handling messages zjs81 2026-01-24 00:27:45 -07:00
  • daa0c3f9c3 Merge branch 'main' into anupoh/main zjs81 2026-01-24 00:22:28 -07:00
  • 09e1cd2b8d fix: improve BLE scanning reliability and filter out own node from contacts list improve text scaling zjs81 2026-01-24 00:17:18 -07:00
  • fa514533eb feat: add ChatScrollController and JumpToBottomButton for improved chat scrolling experience zjs81 2026-01-23 17:56:06 -07:00
  • 75b8b8af70 Merge pull request #60 from 446564/missing-tooltips zjs81 2026-01-23 16:47:31 -07:00
  • 115667a27c More french translation updates6 spfmoby 2026-01-23 17:39:59 +01:00
  • cfb51d96ff More french translation updates6 spfmoby 2026-01-23 17:39:49 +01:00
  • 75356fe20d Russian translation for the app anupoh 2026-01-23 16:58:16 +07:00
  • 2089613696 Added the basics for path tracing Winston Lowe 2026-01-22 23:42:10 -08:00
  • c43df67fac Ukrainian localization files megadimich 2026-01-22 15:08:42 +00:00
  • e2b9b58d7d More french translation updates5 spfmoby 2026-01-22 10:25:42 +01:00
  • d6794bc8d7 More french translation updates4 spfmoby 2026-01-22 08:45:54 +01:00
  • 72216e2cf7 More french translation updates3 spfmoby 2026-01-22 08:21:09 +01:00
  • 2a2275ec31 More french translation updates2 spfmoby 2026-01-22 08:16:58 +01:00
  • dff037535d More french translation updates spfmoby 2026-01-21 18:13:24 +01:00
  • 297e609b3e fix: replace RadioListTile with RadioGroup for better state management in community selection zjs81 2026-01-20 22:40:42 -07:00
  • 20171c491f fix: update iOS platform version and enable sentence capitalization in chat input fields zjs81 2026-01-20 22:28:37 -07:00
  • cc43f4d198 Merge pull request #65 from zjs81/fix/message-length-safety-margin zjs81 2026-01-20 21:51:53 -07:00
  • 537384ea5b fix: add safety margin to text message overhead calculations zjs81 2026-01-20 21:50:35 -07:00
  • a0be63b2e7 feat: integrate link handling in chat screen with linkify support zjs81 2026-01-20 21:42:54 -07:00
  • 1cc887e5bb Merge pull request #61 from 446564/remove-rcvd zjs81 2026-01-20 21:11:08 -07:00
  • 26d9029538 remove msg notify prefix when preview avail 446564 2026-01-20 17:35:14 -08:00
  • 30bcbedf5e update tooltips 446564 2026-01-20 17:21:44 -08:00
  • 4003519deb add community to hashtag channel name 446564 2026-01-20 15:26:41 -08:00
  • 3fdd8f5eaf chore: Update version to 0.4.0+4 in pubspec.yaml Alpha4 zjs81 2026-01-19 20:58:11 -07:00
  • f4ec732de8 feat: Add community management features with QR code scanning zjs81 2026-01-19 20:56:07 -07:00
  • f790604d23 Merge pull request #42 from wel97459/dev-neighbours zjs81 2026-01-19 19:17:00 -07:00
  • 8e3b563aba revert translate.py zjs81 2026-01-19 19:14:48 -07:00
  • ee3b0a3126 Add untranslated messages file and update localization keys zjs81 2026-01-19 19:13:22 -07:00
  • 31d633ee0b Merge main into dev-neighbours zjs81 2026-01-19 19:09:03 -07:00