Zach
0374f4f5da
Merge remote-tracking branch 'origin/main' into dev-shareContact
2026-02-01 14:18:35 -07:00
Winston Lowe
4650584f9b
Merge pull request #117 from wel97459/dev-reconnection
...
This cures a race condition that was messing up the disconnection handler.
Before the bluetooth device was fully connected _handleDisconnection() was being called from the lisener.
2026-01-31 22:28:35 -08:00
Winston Lowe
8d8b938878
Ran translation script
2026-01-31 22:19:01 -08:00
Ded
e3a0bd3b13
Merge pull request #114 from zjs81/obtainum-btn
...
add obtainium badge
2026-01-31 20:07:08 -08:00
Winston Lowe
6d7d51f0a4
_requestDeviceInfo added isConnected not already _awaitingSelfInfo
2026-01-31 16:03:05 -08:00
Winston Lowe
33680f0cb9
Replace action buttons with a popup menu for better UI/UX on channels and map screens
2026-01-31 15:25:34 -08:00
Winston Lowe
5115d8bbe3
Added zero-hop contact sharing functionality and related UI updates
2026-01-31 15:00:33 -08:00
Winston Lowe
d30e7c4e2c
Prevent disconnection handling when already disconnected, curing a race condition.
2026-01-31 14:55:55 -08:00
Winston Lowe
8470171e88
Merge branch 'dev-shareContacts' into dev-shareContact
2026-01-31 08:02:35 -08:00
446564
6712088fcd
add obtainium badge
...
allow users to easily add app to obtainium
https://apps.obtainium.imranr.dev
2026-01-30 08:44:03 -08:00
Zach
90ce46392a
feat: optimize reaction message format to reduce airtime
...
- Reduce reaction payload from ~44 bytes to 9 bytes (5x smaller)
- Use 4-char hex hash (timestamp + sender + first 5 chars) for message ID
- Use 2-char hex emoji index instead of multi-byte UTF-8 emoji
- Format: r:HASH:INDEX (e.g., r:a1b2:00)
- For 1:1 chats, sender is implicit (null) for shorter hash
- Prevent users from reacting to their own messages
- Add room server reaction support with sender identification
- Make emoji lists public in EmojiPicker for shared indexing
- Add 💪 and 🚀 emojis to picker
- Add comprehensive unit tests for reaction helpers
- Update minor dependencies
2026-01-28 23:21:04 -07:00
Zach
d61ec217fc
feat: add Russian and Ukrainian to language selector
...
These languages had translation files but were missing from the
settings UI. Adds appSettings_languageRu and appSettings_languageUk
strings and corresponding RadioListTile entries.
Fixes missing languages in app settings.
2026-01-28 22:26:14 -07:00
Zach
3ac81a5448
Merge origin/main into pr-106
...
Resolve conflict in app_de.arb: keep improved German translation
for community_updateSecret while adding path trace strings from main.
2026-01-28 22:22:43 -07:00
zjs81
7004067839
Merge pull request #108 from wel97459/dev-pathtrace
...
Path tracing. This adds support to ping and trace route repeaters and room server.
2026-01-28 22:07:14 -07:00
Zach
935b7b07eb
Add path trace localizations for all languages
...
- Translate path trace strings to all 14 supported locales
- Regenerate localization Dart files
- Fix translate.py to also detect empty string values as missing
2026-01-28 22:05:04 -07:00
Zach
cdacc54421
Merge remote-tracking branch 'origin/main' into dev-pathtrace
2026-01-28 21:43:07 -07:00
zjs81
bf8f002d55
Merge pull request #111 from wel97459/dev-reconntion
...
Added disconnection handling, and fixed state changing of navigation on connection.
2026-01-28 21:39:42 -07:00
Zach
998ff50495
fix: restore _handleDisconnection() on battery request failure
...
This was the author's original intent - use battery request failure
as a signal that the connection is lost.
2026-01-28 21:34:13 -07:00
Zach
92d2b224e7
fix: address PR review issues
...
- Fix memory leak by adding dispose() to remove connection listener
- Fix typo: changedNavgation -> _changedNavigation
- Add mounted check before navigation to prevent errors
- Remove overly aggressive _handleDisconnection() call on battery request failure
- Only reset battery flag on error to allow retry without disconnecting
2026-01-28 21:29:18 -07:00
Winston Lowe
34a6b5d895
Added error catching to requestBatteryStatus
...
to call _handleDisconnection when it fails update.
Updated ScannerScreen to manage navigation state logic on connection.
2026-01-28 20:13:40 -08:00
zjs81
c953a1a798
Merge pull request #105 from erikklavora/main
...
Updated Slovenian lang
2026-01-28 20:53:49 -07:00
Winston Lowe
42115bf200
Refactor contact handling and enhance UI with new advert options and localized strings
2026-01-28 11:04:34 -08:00
Winston Lowe
d0c8fab6fb
Add contact import functionality and update UI feedback for import status
2026-01-28 10:19:42 -08:00
Winston Lowe
eeb8ff34e8
Implement contact import functionality from clipboard and add relevant UI options
2026-01-26 16:11:21 -08:00
Winston Lowe
641307a316
Added response code for exporting contacts and implement frame listener in contacts_screen.dart
2026-01-26 12:19:45 -08:00
Winston Lowe
c37abb63e3
add export and import contact frame builders in meshcore_protocol.dart and implement contact export functionality in contacts_screen.dart
2026-01-26 11:56:42 -08:00
Winston Lowe
898ef1c11c
Refactor autofocus logic in login dialogs for better platform handling
2026-01-26 10:40:10 -08:00
Winston Lowe
749f9d4dfd
cleaned up.
2026-01-25 12:00:38 -08:00
Winston Lowe
9c1b5899fb
Added scroll view to room server login.
...
Disabled autofocus of password.
2026-01-25 11:55:55 -08:00
Winston Lowe
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.
2026-01-25 10:58:00 -08:00
Winston Lowe
0ebd688787
Added shortPubKeyHex
...
and added a trace route builder traceRouteBytes
2026-01-25 10:53:28 -08:00
ericz
bb18038f60
removed truncation of notification as in Issue #107
2026-01-25 11:40:02 +01:00
Winston Lowe
fcf741b20a
Got the basic path tracing working.
2026-01-24 20:36:14 -08:00
ericz
88aa104ae5
further translation fixes for german
2026-01-24 18:05:10 +01:00
erikklavora
90f90ad7cf
Updated Slovenian lang
2026-01-24 17:05:01 +01:00
Zach
8b0bdd9a46
fix: update PRODUCT_BUNDLE_IDENTIFIER to com.monitormx.meshcoreopen
2026-01-24 01:37:19 -07:00
zjs81
45d914de57
chore: update version to 5.0.0+5 in pubspec.yaml
2026-01-24 01:26:23 -07:00
Zach
2c49534955
feat: add url_launcher_ios dependency and update project configuration
2026-01-24 01:24:56 -07:00
Zach
c56cf9c3ed
feat: add CocoaPods support for macOS and iOS, including necessary configurations and dependencies
2026-01-24 01:07:18 -07:00
zjs81
fee4cd13be
chore: update version to 0.4.5+4 in pubspec.yaml
2026-01-24 00:52:15 -07:00
zjs81
a53d5ccfb6
Merge pull request #69 from spfmoby/better-french-translations2
...
More french translation updates
2026-01-24 00:50:11 -07:00
zjs81
e5d06b1c7e
Merge pull request #102 from zjs81/pr-94
...
Pr 94
2026-01-24 00:46:48 -07:00
zjs81
e95a55e4f0
feat: add Ukrainian localization support and improve string formatting
2026-01-24 00:45:01 -07:00
zjs81
422ca941c2
Merge remote-tracking branch 'origin/main' into pr-94
2026-01-24 00:42:29 -07:00
zjs81
3098d860e9
Merge pull request #101 from zjs81/anupoh/main
...
Anupoh/main
2026-01-24 00:32:29 -07:00
zjs81
f0d34f7503
Update Russian localization for improved pluralization and add new chat link handling messages
...
- Enhanced pluralization rules for "hops" in various contexts to better reflect Russian grammar.
- Added new localization strings for chat link handling, including error messages and confirmation prompts.
- Ensured consistency in the use of plural forms across the application.
2026-01-24 00:27:45 -07:00
zjs81
daa0c3f9c3
Merge branch 'main' into anupoh/main
2026-01-24 00:22:28 -07:00
zjs81
09e1cd2b8d
fix: improve BLE scanning reliability and filter out own node from contacts list improve text scaling
2026-01-24 00:17:18 -07:00
zjs81
fa514533eb
feat: add ChatScrollController and JumpToBottomButton for improved chat scrolling experience
...
- Implemented ChatScrollController to manage scroll behavior and visibility of jump-to-bottom button.
- Added functionality to automatically scroll to the bottom when the keyboard opens.
- Created JumpToBottomButton widget that appears when the user scrolls up, allowing quick navigation back to the bottom of the chat.
2026-01-23 17:56:06 -07:00
zjs81
75b8b8af70
Merge pull request #60 from 446564/missing-tooltips
...
update tooltips
2026-01-23 16:47:31 -07:00