Commit Graph

1732 Commits

Author SHA1 Message Date
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
Andre Kirchhoff
850aa0a491 Merge pull request #407 from meshtastic/text-input
use keyboard capitalization settings
2022-04-07 23:40:33 -03:00
andrekir
b1ad9c1d0e update not_connected string 2022-04-07 23:38:28 -03:00
andrekir
bcc46f36e6 only consider device sleep when isPowerSaving enabled 2022-04-07 23:31:43 -03:00
andrekir
1bc843897d use keyboard capitalization settings 2022-04-07 23:21:12 -03:00
Andre Kirchhoff
9220435b9a Merge pull request #401 from wkawecki/master
add an option to force language X
2022-04-07 20:52:35 -03:00
Wojciech Kawecki
eed53cb714 Merge branch 'meshtastic:master' into master 2022-04-07 15:34:36 +02:00
Jm Casler
f686517d17 Merge pull request #406 from meshtastic/mc-hamster-patch-1
Update README.md
2022-04-05 22:24:26 -07:00
Jm Casler
57c0586443 Update README.md 2022-04-05 22:23:19 -07:00
Andre Kirchhoff
bcadeada25 Merge pull request #405 from meshtastic/refactor-protos
promote device metrics
2022-04-04 19:24:12 -03:00
andrekir
78f7477c85 promote device metrics 2022-04-04 19:10:15 -03:00
Andre Kirchhoff
b1f2a83c23 Update README.md 2022-04-04 00:10:50 -03:00
andrekir
393d296a52 updating proto submodule to latest 2022-04-03 12:11:24 -03:00
Andre Kirchhoff
54b4e90578 Merge pull request #404 from meshtastic/contacts
add Contacts
2022-04-03 11:51:42 -03:00
andrekir
ba2a6e0573 add contacts 2022-04-03 11:25:50 -03:00
wkawecki
bcbe36009f Correct pt_BR translation 2022-04-01 23:58:52 +02:00
wkawecki
c23c584ad3 Correct SL translation 2022-03-30 23:19:12 +02:00
wkawecki
f0cd86b7a5 #13 add an option to force language X 2022-03-30 23:14:02 +02:00
Jm Casler
aa1893c36c updating proto submodule to latest 2022-03-29 21:44:47 -07:00
Jm Casler
ebde1854d6 updating proto submodule to latest 2022-03-29 20:04:38 -07:00
Andre Kirchhoff
2965738fcc Merge pull request #400 from meshtastic/bugfix278
insert sent messages in Packet
2022-03-29 11:07:23 -03:00
andrekir
7c1c449dd3 insert sent messages in Packet 2022-03-29 10:58:34 -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
0c135c4502 handle received telemetry portnums 2022-03-28 15:50:33 -03:00
andrekir
d8a5fff86e fix NodeInfo telemetry proto 2022-03-28 15:48:27 -03:00
Andre Kirchhoff
1abfc77112 Merge pull request #399 from meshtastic/is_always_powered
remove isAlwaysPowered
2022-03-28 09:13:11 -03:00
andrekir
a6fb214852 remove isAlwaysPowered 2022-03-28 09:11:06 -03:00
Andre Kirchhoff
0fdc47fbb9 Merge pull request #398 from wkawecki/master
Correct pl transtations
2022-03-28 09:00:42 -03:00
wkawecki
e45310257d Correct pl translations 2022-03-28 12:52:52 +02:00
wkawecki
f3d43674a7 Rename 'Scan' button to add translation 2022-03-28 09:06:53 +02:00