Wykres commitów

1915 Commity (3e81abb6383be9ffcbacdc32a1d27da9941bd54c)

Autor SHA1 Wiadomość Data
andrekir ba57e95f52 updating proto submodule to latest 2022-06-13 17:36:38 -03:00
Andre Kirchhoff 165da224ac
Merge pull request #446 from meshtastic/scanmodel
move BTScanModel out of SettingsFragment
2022-06-12 16:38:30 -03:00
andrekir 6dbfda0e8f move BTScanModel out of SettingsFragment 2022-06-12 16:32:06 -03:00
andrekir e5030d2100 update korean translations by @blabel 2022-06-12 10:01:26 -03:00
andrekir 73da709bb1 Revert "fix isESP32 logic"
This reverts commit d939f9784b.
2022-06-12 00:23:45 -03:00
Andre Kirchhoff a536410798
Merge pull request #444 from andrekir/datastore
create LocalConfig DataStore
2022-06-11 18:47:51 -03:00
andrekir 54f6112908 create LocalConfig DataStore 2022-06-11 18:36:57 -03:00
andrekir bf8bdd24bd updating proto submodule to latest 2022-06-11 18:06:42 -03:00
Andre Kirchhoff 42755e350e
Merge pull request #443 from andrekir/localconfig
update configs to LocalConfig
2022-06-10 22:04:27 -03:00
andrekir ce83c84723 update configs to LocalConfig 2022-06-10 21:55:26 -03:00
andrekir d939f9784b fix isESP32 logic 2022-06-10 20:22:06 -03:00
andrekir 4784e8d14b disable sleep prefs for non-ESP32 devices 2022-06-10 19:22:34 -03:00
Andre Kirchhoff bc6aae394b
include nano firmware 2022-06-07 14:49:02 -03:00
andrekir 624a098390 1.3.16 2022-06-07 08:32:39 -03:00
andrekir c4e220f1a0 update gradle 2022-06-07 08:31:29 -03:00
Andre Kirchhoff 801b132d4e
Merge pull request #441 from andrekir/loc-check
improve location checks
2022-06-07 08:22:17 -03:00
andrekir 6184e9f30c improve location permission check 2022-06-07 00:33:24 -03:00
andrekir 9b45ba84f7 improve location enabled check 2022-06-07 00:33:24 -03:00
Andre Kirchhoff 13fcf61cf4
Merge pull request #440 from andrekir/admin_msg
add shutdown & reboot buttons
2022-06-06 17:49:22 -03:00
andrekir 14110d433f add shutdown & reboot strings 2022-06-06 17:36:40 -03:00
andrekir 47793a2086 add shutdown & reboot admin commands 2022-06-06 17:29:09 -03:00
Andre Kirchhoff 6c6b22ad7d
1.3.12 2022-05-30 17:59:54 -03:00
Andre Kirchhoff 1dd53b73e1
Merge pull request #439 from andrekir/localconfig
localonly & apponly protobuf updates
2022-05-30 17:59:17 -03:00
andrekir 875939931e add localonly & update apponly protobufs 2022-05-30 17:43:05 -03:00
andrekir 96c0f0ac79 updating proto submodule to latest 2022-05-30 16:08:10 -03:00
Andre Kirchhoff d7aa79edc6
1.3.11 2022-05-26 18:17:02 -03:00
Andre Kirchhoff 16becf1f3f
disable ChannelSetTest 2022-05-26 17:57:34 -03:00
Andre Kirchhoff a9c5e65717
Merge pull request #435 from andrekir/refactor-protos
update protobufs
2022-05-26 17:32:23 -03:00
andrekir 48fd657d8a update protobufs 2022-05-26 16:23:47 -03:00
andrekir 4898a54bd2 updating proto submodule to latest 2022-05-26 16:19:14 -03:00
Jm Casler 60f6e0a96f updating proto submodule to latest 2022-05-21 17:10:20 -07:00
Andre Kirchhoff 63db5f61dc
Merge pull request #434 from mcumings/radioservice-companion
Extract `RadioInterfaceService` companion object functions
2022-05-20 19:12:15 -03:00
Mike Cumings 5546e74b46 Extract `RadioInterfaceService` companion object functions
In preparation for replacing the `InterfaceFactory` with an
injectable form we need to convert static methods that call
`InterfaceFactory` into non-static, injected forms.

Also:
- Updated kotlin `-Xopt-in` to `-opt-in` to remove build
  time warnings.
- Removed some unused `RadioInterfaceService` code.
2022-05-20 14:27:39 -07:00
andrekir 2389c222a0 move LocationUtils into utils 2022-05-20 11:20:13 -03:00
Andre Kirchhoff 425372f2cc
Merge pull request #433 from meshtastic/locationflow
move location service to repository
2022-05-20 09:33:39 -03:00
andrekir 6bda993851 move location service to repository 2022-05-20 09:13:59 -03:00
andrekir d50e9e1644 meshservice cleanup 2022-05-20 09:12:55 -03:00
Andre Kirchhoff 747ce82a7b
Merge pull request #431 from meshtastic/mlkit-scan
add mlkit barcode scanner
2022-05-17 17:42:26 -03:00
andrekir a4e1f0de77 add mlkit barcode scanner 2022-05-17 17:29:21 -03:00
Andre Kirchhoff 7e8b7bc833
Merge pull request #430 from meshtastic/nsd
add network service discovery
2022-05-17 00:54:21 -03:00
andrekir c0a22cdc3a add network service discovery 2022-05-17 00:41:41 -03:00
Andre Kirchhoff f2b0ac7c3b
Merge pull request #429 from meshtastic/multi-if
expand interface options beyond Bluetooth
2022-05-17 00:08:38 -03:00
andrekir 841ea515ba expand interface options beyond BLE 2022-05-16 23:32:49 -03:00
Andre Kirchhoff 5fb2be0591
Merge pull request #420 from mcumings/de-radio-service
`RadioInterfaceService` is no longer an Android `Service`
2022-05-06 23:29:18 -03:00
andrekir 99dfc8014a use standard IM text input convention 2022-05-06 17:25:35 -03:00
Mike Cumings 7cd1e7fc96 Mesh service needs to collect on Flow instances 2022-05-06 12:17:17 -07:00
Mike Cumings 0acf037000 Merge remote-tracking branch 'remotes/origin/master' 2022-05-06 11:19:11 -07:00
Mike Cumings 678a0358a5 Fix local props being uninitialized prior to constructor execution 2022-05-06 11:18:24 -07: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