Commit Graph

268 Commits

Author SHA1 Message Date
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
Kevin Hester 7efaf56f4f location warnings are now much cleaner 2021-06-23 11:40:15 -07:00
Kevin Hester d32f8ad99e Add Polish translations contributed by @Fido 2021-06-14 10:42:45 -07:00
Kevin Hester 9c1316ea09 WIP - work with background location being optional 2021-06-10 10:58:45 -07:00
Kevin Hester e0bbbb3c14 fix stdlib warning 2021-06-10 10:14:45 -07:00
Kevin Hester f00fe5c441 WIP update to android 30 2021-06-10 10:02:28 -07:00
Kevin Hester 0c7dac8cb2 1.2.31 2021-05-09 11:18:04 +08:00
Kevin Hester c8b09df650 1.2.30 2021-05-09 09:41:38 +08:00
Kevin Hester 59e430d30d WIP color fixes 2021-05-09 09:02:53 +08:00
Kevin Hester 041a04afc1 1.2.28 2021-04-15 12:37:14 +08:00
Kevin Hester a8ef752564 update libs 2021-04-15 12:17:23 +08:00
Kevin Hester 479f242e06 1.2.22 2021-04-05 15:35:19 +08:00
Kevin Hester a52e3db87b 1.2.21 2021-04-03 09:06:57 +08:00
Kevin Hester be06353267 1.2.20 2021-04-03 08:26:47 +08:00
Kevin Hester 39ffb6def5 update libs 2021-04-02 13:56:19 +08:00
Kevin Hester 804a9f8886 1.2.17 2021-03-28 12:31:48 +08:00