Commit Graph

977 Commits (602776c601c3214dcee31630b4e4dfedf48ad556)
 

Author SHA1 Message Date
Ded 488a286701
Merge pull request #59 from 446564/community-#-names
6 months ago
Zach c742d98fbb issue #112 fixes and more
6 months ago
zjs81 1d4c9ad9bd
Merge pull request #115 from zjs81/advert-intervals
6 months ago
Zach 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.
6 months ago
Zach be54419e5b Merge remote-tracking branch 'origin/main' into advert-intervals
6 months ago
zjs81 00eb1a68a6
Merge pull request #118 from wel97459/dev-shareContact
6 months ago
Zach 79ffc21bd6 fix commit
6 months ago
Zach 0374f4f5da Merge remote-tracking branch 'origin/main' into dev-shareContact
6 months ago
Winston Lowe 4650584f9b
Merge pull request #117 from wel97459/dev-reconnection
6 months ago
Winston Lowe 8d8b938878 Ran translation script
6 months ago
Ded e3a0bd3b13
Merge pull request #114 from zjs81/obtainum-btn
6 months ago
446564 4f83d87f8c use switch for advert enable/disable
6 months ago
Winston Lowe 6d7d51f0a4 _requestDeviceInfo added isConnected not already _awaitingSelfInfo
6 months ago
Winston Lowe 33680f0cb9 Replace action buttons with a popup menu for better UI/UX on channels and map screens
6 months ago
Winston Lowe 5115d8bbe3 Added zero-hop contact sharing functionality and related UI updates
6 months ago
Winston Lowe d30e7c4e2c Prevent disconnection handling when already disconnected, curing a race condition.
6 months ago
Winston Lowe 8470171e88 Merge branch 'dev-shareContacts' into dev-shareContact
6 months ago
446564 ede3142d40 allow disable repeater adverts
6 months ago
446564 6712088fcd add obtainium badge
6 months ago
Ded 7b519854d7
Merge branch 'main' into community-#-names
6 months ago
Zach 90ce46392a feat: optimize reaction message format to reduce airtime
6 months ago
Zach d61ec217fc feat: add Russian and Ukrainian to language selector
6 months ago
Zach 3ac81a5448 Merge origin/main into pr-106
6 months ago
zjs81 7004067839
Merge pull request #108 from wel97459/dev-pathtrace
6 months ago
Zach 935b7b07eb Add path trace localizations for all languages
6 months ago
Zach cdacc54421 Merge remote-tracking branch 'origin/main' into dev-pathtrace
6 months ago
zjs81 bf8f002d55
Merge pull request #111 from wel97459/dev-reconntion
6 months ago
Zach 998ff50495 fix: restore _handleDisconnection() on battery request failure
6 months ago
Zach 92d2b224e7 fix: address PR review issues
6 months ago
Winston Lowe 34a6b5d895 Added error catching to requestBatteryStatus
6 months ago
zjs81 c953a1a798
Merge pull request #105 from erikklavora/main
6 months ago
Winston Lowe 42115bf200 Refactor contact handling and enhance UI with new advert options and localized strings
6 months ago
Winston Lowe d0c8fab6fb Add contact import functionality and update UI feedback for import status
6 months ago
Winston Lowe eeb8ff34e8 Implement contact import functionality from clipboard and add relevant UI options
6 months ago
Winston Lowe 641307a316 Added response code for exporting contacts and implement frame listener in contacts_screen.dart
6 months ago
Winston Lowe c37abb63e3 add export and import contact frame builders in meshcore_protocol.dart and implement contact export functionality in contacts_screen.dart
6 months ago
Winston Lowe 898ef1c11c Refactor autofocus logic in login dialogs for better platform handling
6 months ago
Winston Lowe 749f9d4dfd cleaned up.
6 months ago
Winston Lowe 9c1b5899fb Added scroll view to room server login.
6 months ago
Winston Lowe cacb9bc677 Moved all the path tracing logic to the dialog.
6 months ago
Winston Lowe 0ebd688787 Added shortPubKeyHex
6 months ago
ericz bb18038f60 removed truncation of notification as in Issue #107
6 months ago
Winston Lowe fcf741b20a Got the basic path tracing working.
6 months ago
ericz 88aa104ae5 further translation fixes for german
6 months ago
erikklavora 90f90ad7cf
Updated Slovenian lang
6 months ago
Zach 8b0bdd9a46 fix: update PRODUCT_BUNDLE_IDENTIFIER to com.monitormx.meshcoreopen
6 months ago
zjs81 45d914de57 chore: update version to 5.0.0+5 in pubspec.yaml
6 months ago
Zach 2c49534955 feat: add url_launcher_ios dependency and update project configuration
6 months ago
Zach c56cf9c3ed feat: add CocoaPods support for macOS and iOS, including necessary configurations and dependencies
6 months ago
zjs81 fee4cd13be chore: update version to 0.4.5+4 in pubspec.yaml
6 months ago

Powered by TurnKey Linux.