Commit graph

283 commits

Author SHA1 Message Date
Andre Kirchhoff
767ddb9a76
1.3.27 2022-07-27 00:49:18 -03:00
Peter Lawrence
4f793684f2 usb-serial-for-android to v3.4.6; adopt more comprehensive device_filter.xml 2022-07-22 21:24:41 -05:00
andrekir
97e9679f03 1.3.25 2022-07-12 00:10:56 -03:00
andrekir
ce2fcc3a95 update libs 2022-07-12 00:05:47 -03:00
andrekir
3239867523 remove okhttp3 lib 2022-07-11 23:19:49 -03:00
Andre Kirchhoff
93a0ee1180
1.3.21 2022-06-21 11:31:38 -03:00
Mike Cumings
fc5ce7c2c6 Bump protobuf-gradle-plugin to 0.8.18 and protoc to 3.21.1 2022-06-17 09:55:04 -07:00
Andre Kirchhoff
a5ca044ec7
1.3.19 2022-06-17 09:04:29 -03:00
andrekir
36dc5d41e9 1.3.17 2022-06-13 22:03:12 -03:00
andrekir
54f6112908 create LocalConfig DataStore 2022-06-11 18:36:57 -03:00
andrekir
624a098390 1.3.16 2022-06-07 08:32:39 -03:00
Andre Kirchhoff
6c6b22ad7d
1.3.12 2022-05-30 17:59:54 -03:00
Andre Kirchhoff
d7aa79edc6
1.3.11 2022-05-26 18:17:02 -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
a4e1f0de77 add mlkit barcode scanner 2022-05-17 17:29:21 -03:00
andrekir
ba0c48b762 update libs 2022-04-19 16:41:34 -03:00
Andre Kirchhoff
b561d4c128
fix south korean locale reference 2022-04-08 19:37:53 -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
andrekir
5c5c8be6ce 1.3.3 2022-03-08 10:16:22 -03:00
andrekir
961e5a174f update libs 2022-03-08 10:12:59 -03:00
andrekir
130808f6ea 1.2.58 2022-02-12 20:08:20 -03:00
Andre Kirchhoff
9cd1856bb9
Merge pull request #372 from meshtastic/release
1.2.57
2022-02-09 23:15:27 -03:00
andrekir
7ff28abd33 1.2.57 2022-02-09 22:49:55 -03:00
andrekir
b075de057e update libs 2022-02-09 22:48:59 -03:00
Mike Cumings
654a32c01c Introduce Hilt dependency injection
Uses Hilt to get the database initialization off of the
main thread.

The initial introduction always has a disproportionate
fan-out of boilerplate. In this case, all entry points which
were using UIViewModel needed to be annotated in order to let
the code gen know that they needed to support it.

The PacketRepository is injected into things via the main
thread (e.g., the MeshService) but due to the lazy declaration,
the database isn't hydrated until the DAO is access while on an
IO thread.
2022-02-08 13:57:04 -08:00
Jackson Rosenthal
f4bfcb85f7 Removed old dependency of MapBox V9.x.x 2022-02-05 22:28:14 -05:00
Jackson Rosenthal
9d5066bf9d move mapbox auth back to build gradle 2022-02-05 21:11:53 -05:00
Jackson Rosenthal
7fd3cbba69 Merge remote-tracking branch 'origin/master' into feature/mapbox-v10-migration 2022-02-05 13:22:09 -05:00
Jackson Rosenthal
ed98232263 Migrating to Mapbox API V10 2022-02-04 21:58:00 -05:00
andrekir
239a22c1bc add splash screen 2022-02-04 00:57:27 -03:00
andrekir
2bed56809b 1.2.56 2022-02-03 10:29:17 -03:00
andrekir
066027c56b 1.2.55 2022-01-31 23:34:12 -03:00
andrekir
2bd5354059 update gradle 2022-01-31 22:01:33 -03:00
andrekir
fd4d2dc5f9 1.2.54 2022-01-26 17:35:39 -03:00
andrekir
37f9783467 update libs 2022-01-26 17:34:46 -03:00
andrekir
10e820d31e 1.2.53 2022-01-10 17:42:00 -03:00
andrekir
e8e389930e downgrade zxing:core for minSdkVersion 21 2022-01-10 00:33:26 -03:00
andrekir
2bc12fe9d6 update play-services-location 2022-01-09 23:22:47 -03:00
andrekir
0d5a2be18a 1.2.52 2021-12-26 23:27:26 -03:00
andrekir
890676e7e5 update libs 2021-12-26 23:25:38 -03:00
andrekir
6d42110769 update libs 2021-12-15 12:42:12 -03:00
andrekir
ca5182f6e7 1.2.51 2021-12-15 12:29:42 -03:00
Andre Kirchhoff
0570277ceb
add Gradle app-signing
https://developer.android.com/studio/publish/app-signing#secure-shared-keystore
2021-12-09 14:53:33 -03:00
Kevin Hester
57e1c4847e 1.2.50 2021-11-17 12:36:22 -08:00
Kevin Hester
37c22786e5 update libs 2021-11-16 17:36:02 -08:00
Kevin Hester
c9dd7a8061 1.2.45 2021-08-29 15:14:01 -07:00
Kevin Hester
3ada630e25 update libs 2021-08-29 15:14:01 -07:00
andrekir
27f8e3d389 Fix: Localization for pt-BR 2021-07-27 23:42:54 -03:00
Kevin Hester
0d2004dc48 1.2.43 2021-07-26 16:19:33 -07:00
Kevin Hester
b6d9217d8a update libs 2021-07-26 09:30:02 -07:00