andrekir
c0a22cdc3a
add network service discovery
2022-05-17 00:41:41 -03:00
andrekir
841ea515ba
expand interface options beyond BLE
2022-05-16 23:32:49 -03:00
andrekir
99dfc8014a
use standard IM text input convention
2022-05-06 17:25:35 -03:00
Andre Kirchhoff
4b3427fe8c
Merge pull request #428 from andrekir/ble-scan
...
bluetooth scan & connect UI rework
2022-05-03 18:14:59 -03:00
andrekir
9e3bab8367
update deprecated IntentIntegrator
2022-05-03 17:32:01 -03:00
andrekir
ef9114ddc1
bluetooth scan & connect UI rework
2022-05-03 12:16:44 -03:00
andrekir
0294da844b
update UI when started with BLE disabled
2022-04-30 00:06:49 -03:00
andrekir
b6410dd162
disassociate devices when not bonded
2022-04-29 23:34:03 -03:00
andrekir
0950e12bd0
add BLE associations to devices list
2022-04-28 23:09:06 -03:00
andrekir
aaa5c1cf04
move hasCompanionDeviceApi out of BluetoothInterface
2022-04-28 21:40:34 -03:00
andrekir
34e240d7fa
update deprecated intent method
2022-04-28 11:53:32 -03:00
andrekir
27c1817a59
rename isConnected --> connectionState
2022-04-24 12:12:13 -03:00
andrekir
8bde3d2ba4
make MutableLiveData private
2022-04-22 17:22:06 -03:00
Andre Kirchhoff
25a67ec4b3
Merge pull request #418 from meshtastic/users
...
improve users fragment
2022-04-22 17:04:57 -03:00
andrekir
9227ce3ba5
improve users fragment
2022-04-22 16:56:27 -03:00
Andre Kirchhoff
dbea9fbbe7
Merge pull request #416 from wkawecki/master
...
#413 Add Satellite Map Layers
2022-04-22 16:47:30 -03:00
Mike Cumings
4f6357103b
Move radio service code verbatim into repository/radio
2022-04-22 10:22:03 -07:00
wkawecki
c997440f75
meshtastic#413 Add Satellite Map Layers - correct after remove offline regions
2022-04-22 15:00:17 +02:00
wkawecki
8b5b33bcd5
meshtastic#413 Add Satellite Map Layers
2022-04-22 12:28:04 +02:00
andrekir
def08cde75
include resendButton in changes
2022-04-19 16:15:47 -03:00
andrekir
89811d4aa4
cleanup actionmode
2022-04-19 15:10:17 -03:00
wkawecki
7e1e78fb64
meshtastic#73 change icon, bugfixes
2022-04-19 16:01:01 +02:00
wkawecki
6f9f2c4b04
meshtastic#73 'Resend Button' on message selection
2022-04-12 17:00:49 +02:00
andrekir
bcf0d5be97
remove crashlytics report
2022-04-08 18:37:22 -03:00
Mike Cumings
dd41527bbc
Initial step in refactoring RadioInterfaceService for dependency injection
...
Extracts USB device management into a `UsbRepository`.
In order for `SerialInterface to gain access to this prior to
the `RadioInterfaceService` being fully natively dependency
injected, all `InterfaceFactory` implementations needed
to be modified to accept the `UsbRepository` via argument. This
will go away in a future PR.
Changed `assumePermission` constant to `false` as it was preventing
the request for permission from occurring, breaking serial connectivity.
Minor improvement: SerialInterface re-bonding by device name is
now supported.
2022-04-08 11:34:44 -07:00
Andre Kirchhoff
26b6081e9c
Merge pull request #409 from mcumings/mapfragment
...
MapFragment crashes if analytics are not allowed
2022-04-08 14:41:47 -03:00
Mike Cumings
df47169997
MapFragment crashes is analytics are not allowed
...
`binding` is only set in `onCreateView` when analytics are
enabled, leading to a crash in `onViewCreated` when
`binding` - a lateinit var - is attempted to be accessed.
2022-04-08 08:56:30 -07:00
andrekir
1bc843897d
use keyboard capitalization settings
2022-04-07 23:21:12 -03:00
andrekir
78f7477c85
promote device metrics
2022-04-04 19:10:15 -03:00
andrekir
ba2a6e0573
add contacts
2022-04-03 11:25:50 -03:00
Andre Kirchhoff
8de9a90c8f
Merge pull request #396 from meshtastic/refactor-protos
...
add telemetry.protos
2022-03-28 15:59:15 -03:00
andrekir
143bb255d1
update nodelist to telemetry deviceMetrics
2022-03-28 15:52:32 -03:00
andrekir
a6fb214852
remove isAlwaysPowered
2022-03-28 09:11:06 -03:00
andrekir
291e54c275
use locationShareDisabled boolean
2022-03-26 17:09:05 -03:00
Jackson Rosenthal
b42149de05
Merge branch 'master' into feature/offline-maps
2022-03-12 17:10:59 -05:00
Jackson Rosenthal
448fe99cf5
setup "dev option" for offline maps
2022-03-12 17:09:20 -05:00
PWRxPSYCHO
0ebcf185a8
More tweaks
2022-03-11 10:08:21 -05:00
andrekir
b8b2a8a86c
improve firmware update
2022-03-11 00:12:48 -03:00
PWRxPSYCHO
262808e952
Looking into why boolean is not being set
2022-03-10 09:38:56 -05:00
PWRxPSYCHO
e58e12ad5e
Added hard-coded strings to translations
2022-03-10 08:52:23 -05:00
PWRxPSYCHO
58a20dc326
Updating UI flow
2022-03-10 08:17:00 -05:00
PWRxPSYCHO
0df9f8f587
Removed un-used UI layout & related code.
2022-03-09 10:24:03 -05:00
PWRxPSYCHO
0cb30171c1
Trying to keep layers persistent across multiple styles
2022-03-09 10:12:53 -05:00
Jackson Rosenthal
85140e486f
syncing changes
2022-03-08 14:05:12 -05:00
Jackson Rosenthal
2f945545e5
syncing changes
2022-03-08 13:58:21 -05:00
PWRxPSYCHO
71724a6fd2
Cleaning up some code
2022-03-08 13:49:34 -05:00
PWRxPSYCHO
3fde01588c
Working on "view region" flow
2022-03-07 09:44:29 -05:00
PWRxPSYCHO
cc295d0fb3
Simplified some logic
2022-03-07 08:10:06 -05:00
Jackson Rosenthal
217806f93e
Simplifying offline flow
2022-03-06 19:52:49 -05:00
Jackson Rosenthal
cee1b0e9f3
Testing map with custom style pack
2022-03-02 18:46:50 -05:00