Douile
7da224a1ce
Store QuickChatActions in the database
2022-08-11 16:43:26 +01:00
Douile
8c2d3a4041
Add basic quick chat action settings
2022-08-10 17:34:18 +01:00
Douile
483eca94e9
Use QuickChatAction model to add buttons in message fragment
...
Also fix replace the vertical scroll view with horizontal
2022-08-10 17:31:16 +01:00
Douile
ed88170c42
Quick chat
2022-08-09 15:26:52 +01:00
andrekir
0ef0e965dd
only use mlkit for playstore installs
2022-08-05 00:05:19 -03:00
andrekir
ea0a69524c
move fragment ActivityResults to onViewCreated
2022-08-04 23:56:52 -03:00
andrekir
1196eb6cc5
improve room database flow
2022-07-29 21:28:09 -03:00
andrekir
6071fec804
improve settings tab UI
2022-07-29 19:33:40 -03:00
andrekir
4556464b32
register ActivityResult before launch()
2022-07-26 23:49:10 -03:00
andrekir
1f60c4ddf4
move region logic out of service
2022-07-26 23:01:28 -03:00
andrekir
c368c1b562
disable ownerName text input if isNullOrEmpty
2022-07-26 22:33:03 -03:00
andrekir
9cdaf6f79a
fix region changes not updating UI
2022-07-26 22:28:19 -03:00
andrekir
92776f7f84
patch debug fragment not loading new packets
2022-06-17 02:02:45 -03:00
andrekir
0e65f504ef
fix advanced settings & defaults
2022-06-17 02:00:18 -03:00
andrekir
6cc67594c2
enable shutdown button for AXP192 only
2022-06-13 18:13:47 -03:00
andrekir
8e32ad81c0
fix DebugFragment ViewModel
2022-06-13 17:43:50 -03:00
andrekir
6dbfda0e8f
move BTScanModel out of SettingsFragment
2022-06-12 16:32:06 -03:00
andrekir
73da709bb1
Revert "fix isESP32 logic"
...
This reverts commit d939f9784b .
2022-06-12 00:23:45 -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
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
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
andrekir
875939931e
add localonly & update apponly protobufs
2022-05-30 17:43:05 -03:00
andrekir
48fd657d8a
update protobufs
2022-05-26 16:23:47 -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
andrekir
6bda993851
move location service to repository
2022-05-20 09:13:59 -03:00
andrekir
a4e1f0de77
add mlkit barcode scanner
2022-05-17 17:29:21 -03:00
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