Commit Graph

5112 Commits

Author SHA1 Message Date
Andre Kirchhoff
788a133999 Merge pull request #424 from andrekir/settings-ui
add device association list
2022-04-30 16:18:43 -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
eaff87eed3 update debug message reference 2022-04-28 11:54:04 -03:00
andrekir
34e240d7fa update deprecated intent method 2022-04-28 11:53:32 -03:00
andrekir
8d6a9a9ec2 update localization links to docs 2022-04-24 20:35:07 -03:00
Andre Kirchhoff
78d3618582 update link to android docs 2022-04-24 20:10:36 -03:00
Andre Kirchhoff
638b681b4b Merge pull request #421 from andrekir/connstate
rename isConnected
2022-04-24 12:34:38 -03:00
andrekir
27c1817a59 rename isConnected --> connectionState 2022-04-24 12:12:13 -03:00
andrekir
5c75a54d46 updating androidlib submodule to latest 2022-04-24 10:35:17 -03:00
Andre Kirchhoff
5106a4a49b Update build.gradle
update libs
2022-04-24 10:31:44 -03:00
Andre Kirchhoff
2c34126a51 Update AndroidManifest.xml
disable Auto Backup
2022-04-24 10:30:41 -03:00
Mike Cumings
9687fb7370 RadioInterfaceService is no longer an Android Service
Removes the AIDL and associated support for the `IRadioInterfaceService`.
This should give some performance benefit since radio data no longer
has to round-trip through the platform.
2022-04-22 17:40:01 -07:00
Andre Kirchhoff
a44758e28d Merge pull request #419 from andrekir/model
make MutableLiveData private
2022-04-22 18:18:00 -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
Andre Kirchhoff
392a08a5a6 Merge pull request #417 from mcumings/radioservice-prep
Prep work for radio service repository
2022-04-22 16:41:26 -03:00
Mike Cumings
4f6357103b Move radio service code verbatim into repository/radio 2022-04-22 10:22:03 -07:00
Mike Cumings
166a56a75d Extract RadioNotConnectedException out of RadioInterfaceService 2022-04-22 10:09:30 -07:00
wkawecki
2f7d189040 Merge branch 'feature/new-preferences' 2022-04-22 15:03:04 +02:00
wkawecki
c997440f75 meshtastic#413 Add Satellite Map Layers - correct after remove offline regions 2022-04-22 15:00:17 +02:00
wkawecki
53e6b3a8b2 Merge branch 'feature/new-preferences' 2022-04-22 14:40:05 +02:00
wkawecki
8b5b33bcd5 meshtastic#413 Add Satellite Map Layers 2022-04-22 12:28:04 +02:00
Jm Casler
0d4ddaf9a0 updating proto submodule to latest 2022-04-20 18:01:36 -07:00
andrekir
ba0c48b762 update libs 2022-04-19 16:41:34 -03:00
Andre Kirchhoff
e17cec93c1 Merge pull request #415 from meshtastic/cleanup
clean up contacts & messages fragments
2022-04-19 16:32:56 -03: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
Andre Kirchhoff
627299c6db Merge pull request #412 from wkawecki/master
meshtastic#73 'Resend Button' on message selection
2022-04-19 14:59:37 -03:00
Andre Kirchhoff
0a033584e0 Merge pull request #414 from meshtastic/strings-pl
update pl translations by @aloisy
2022-04-19 14:48:26 -03:00
andrekir
603af182df update pl translations by @aloisy 2022-04-19 13:01:50 -03:00
wkawecki
7e1e78fb64 meshtastic#73 change icon, bugfixes 2022-04-19 16:01:01 +02:00
Jm Casler
9587ef926e updating proto submodule to latest 2022-04-18 12:29:18 -07:00
Jm Casler
78842d815c updating proto submodule to latest 2022-04-15 22:30:19 -07:00
Wojciech Kawecki
b6056c4e52 Merge branch 'meshtastic:master' into master 2022-04-13 22:35:07 +02:00
Jm Casler
ebc88dfa01 updating proto submodule to latest 2022-04-12 21:10:43 -07:00
wkawecki
6f9f2c4b04 meshtastic#73 'Resend Button' on message selection 2022-04-12 17:00:49 +02:00
Andre Kirchhoff
1ca1642cb9 Merge pull request #411 from mcumings/serialC
Extract USB serial communication into USB repository
2022-04-09 08:27:03 -03:00
Mike Cumings
15f0e3bd5b Extract USB serial communication into USB repository
This separates the USB serial connectivity implementation
out of the radio service.  `SerialInterface` now only deals with
radio service concerns.
2022-04-08 15:41:58 -07:00
Andre Kirchhoff
b561d4c128 fix south korean locale reference 2022-04-08 19:37:53 -03:00
andrekir
bcf0d5be97 remove crashlytics report 2022-04-08 18:37:22 -03:00
Andre Kirchhoff
56293874f9 Merge pull request #410 from mcumings/usbrepo
Initial step in refactoring RadioInterfaceService for dependency injection
2022-04-08 16:30:17 -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
Andre Kirchhoff
caae04c2ff Merge pull request #408 from meshtastic/connection-sleep
Issue #392 - fix connected but sleeping text to reflect actual device state
2022-04-07 23:53:05 -03:00