zjs81
f4ec732de8
feat: Add community management features with QR code scanning
...
- Implement Community model for managing community data, including secret handling and PSK derivation.
- Create CommunityQrScannerScreen for scanning and joining communities via QR codes.
- Develop CommunityStore for persisting community data using SharedPreferences.
- Introduce QrCodeDisplay widget for displaying QR codes with customizable options.
- Add QrScannerWidget for reusable QR code scanning functionality with validation and controls.
6 months ago
zjs81
f790604d23
Merge pull request #42 from wel97459/dev-neighbours
...
Added Neighbors to the repeater hub and a screen to display the Neighbors
6 months ago
zjs81
8e3b563aba
revert translate.py
6 months ago
zjs81
ee3b0a3126
Add untranslated messages file and update localization keys
...
- Added `untranslated.json` to track untranslated messages.
- Updated localization keys in various language files to use camelCase format for consistency.
- Modified `neighbours_screen.dart` to reference updated localization keys.
6 months ago
zjs81
31d633ee0b
Merge main into dev-neighbours
6 months ago
zjs81
c269365d81
Merge pull request #48 from wel97459/dev-gps
...
Added GPS enable and GPS interval settings.
6 months ago
zjs81
9a9f59e53f
localization: update GPS settings messages for clarity and consistency across multiple languages
6 months ago
zjs81
9cb667fad0
localization: fix punctuation in GPS interval settings for Spanish and Portuguese
6 months ago
zjs81
3fef594fe5
localization: update GPS settings messages and improve handling of custom variables
6 months ago
zjs81
8387304d2a
Merge main into dev-gps
...
- Resolved localization conflicts by keeping both GPS settings and room management strings
- Merged room management features from main
- Merged map and contacts screen updates from main
6 months ago
zjs81
2acba9eb84
Merge pull request #51 from wel97459/dev-roomManagement
...
Added room server management
6 months ago
zjs81
30ba1799e1
localization: update room management strings in multiple languages and refactor room login handling
6 months ago
zjs81
13f9c5058a
Merge branch 'main' into dev-roomManagement
6 months ago
Winston Lowe
98fc2d6e0a
Updated gps setting to follow state of companion.
6 months ago
Winston Lowe
2becbb342c
Added buildGetCustomVarsFrame
...
And added update to refreshDeviceInfo and _requestDeviceInfo.
Added parsing of Custom Vars
6 months ago
zjs81
5b2d5a494c
Merge pull request #47 from ericszimmermann/main
...
Disable Map rotation
6 months ago
Winston Lowe
153736d36e
added roomserver management
6 months ago
Winston Lowe
6c8a149e1b
fix a few translations and used _neighbourCount
6 months ago
Winston Lowe
b41ccee4f9
Merge branch 'main' into dev-neighbours
6 months ago
Winston Lowe
04a713bb76
Added a basic neighbours screen for repeaters
6 months ago
Winston Lowe
714aecd7e6
Added GPS enable and interval settings
6 months ago
Winston Lowe
2e1a5e0fbf
added CMD_SET_CUSTOM_VAR to BLE debug
6 months ago
Winston Lowe
1f0b7d8d7b
added buildSetCustomVarFrame and setCustomVar
6 months ago
ericszimmermann
dffea23ce2
Merge branch 'zjs81:main' into main
6 months ago
zjs81
e0a8fb7ec0
Merge pull request #44 from mtlynch/gh-build
...
Add a Github Action to build code in CI
6 months ago
zjs81
06fc08c41f
Merge pull request #45 from mtlynch/flutter-analyze
...
Fix issues flagged by flutter analyze
6 months ago
ericz
c22bfed680
Merge branch 'disable_map_rotation'
...
Disable Map Rotation.
6 months ago
zjs81
316c76e5b4
Merge pull request #46 from ericszimmermann/main
...
German translation V2
6 months ago
ericz
4b215ad574
Disable Map rotation
6 months ago
ericz
09e60cebd9
German translation V2
6 months ago
Michael Lynch
6782347cf4
Fix issues flagged by flutter analyze
...
This fixes code quality issues that flutter analyze catches and adds a CI step to Github Actions to flag on any future issues.
6 months ago
Michael Lynch
1726119c3e
Add a Github Action to build code in CI
...
This adds a CI workflow in Github Actions to verify that the flutter builds compile for all supported platforms.
I tried adding Windows, but it currently fails, so I excluded it from this initial set.
6 months ago
zjs81
988806dccd
Merge pull request #41 from mtlynch/show-error
...
Show repeater login error in login dialog
6 months ago
zjs81
14ff8250c0
Add support for private and hashtag channels in localization and channel management
...
- Updated Polish, Portuguese, Slovak, Slovenian, Swedish, and Chinese localization files to include new strings for creating and joining private channels, as well as joining hashtag channels.
- Enhanced the channel management UI to allow users to create and join private channels, join public channels, and join channels via hashtags.
- Implemented PSK derivation from hashtags using SHA256 in the Channel model.
- Improved the translation script to handle missing keys and translate all locales efficiently.
6 months ago
Michael Lynch
2a04ebb8b6
Show repeater login error in login dialog
6 months ago
zjs81
a14462978d
Replace Column with SingleChildScrollView in RepeaterLoginDialog for better layout handling
6 months ago
zjs81
df7fb45683
Merge pull request #38 from wel97459/dev-contactsPubkey
...
Added public key in contacts list and in the repeater hub
6 months ago
zjs81
f01eff07ff
Merge pull request #37 from wel97459/dev-map
...
Fix map centering
6 months ago
zjs81
7cc7183e0c
Refactor map initialization and zoom calculation logic in MapScreen
6 months ago
zjs81
a6b2756d0d
Ran flutter format on the file
6 months ago
zjs81
614f3d4601
Add signing configuration support in build.gradle.kts
6 months ago
zjs81
7c33647119
Add key.properties support for signing configuration in build.gradle.kts
6 months ago
zjs81
fde8b686f5
Merge pull request #28 from spfmoby/better-french-translations
...
Replace Publicité by Annonce in the french translations
6 months ago
zjs81
9bc3a27b53
Merge pull request #30 from dennis1248/main
...
Update Dutch translations
6 months ago
Winston Lowe
a8f387b0da
Fix map centering weirdly
...
When nodes or markers are outside of the main area of interest.
6 months ago
Winston Lowe
dd1a73c247
Repeater hub now show public key at the top
6 months ago
Winston Lowe
e36f6b7eb9
changed contects list to show public keys of contect
6 months ago
Dennis ten Hoove
fcef82be63
Update Dutch translations
...
This solves many of the most obvious errors and inconsistensies in the initial translation.
6 months ago
spfmoby
6ddb8f1a3d
more fr translations / .arb and .dart synced
6 months ago
spfmoby
7a22223756
Replace Publicité by Annonce in the french translations
6 months ago