Commit Graph

65 Commits

Author SHA1 Message Date
Andre Kirchhoff
5106a4a49b Update build.gradle
update libs
2022-04-24 10:31:44 -03:00
andrekir
ba0c48b762 update libs 2022-04-19 16:41:34 -03:00
andrekir
961e5a174f update libs 2022-03-08 10:12:59 -03:00
Andre Kirchhoff
9cd1856bb9 Merge pull request #372 from meshtastic/release
1.2.57
2022-02-09 23:15:27 -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
9d5066bf9d move mapbox auth back to build gradle 2022-02-05 21:11:53 -05:00
Jackson Rosenthal
ed98232263 Migrating to Mapbox API V10 2022-02-04 21:58:00 -05:00
andrekir
2bd5354059 update gradle 2022-01-31 22:01:33 -03:00
andrekir
37f9783467 update libs 2022-01-26 17:34:46 -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
Andre Kirchhoff
72cec7c81e update gradle unmockplugin:0.7.9 2021-11-28 16:42:51 -03:00
Kevin Hester
33dd04ecca fix build 2021-11-17 11:13:02 -08:00
Kevin Hester
37c22786e5 update libs 2021-11-16 17:36:02 -08:00
Kevin Hester
3ada630e25 update libs 2021-08-29 15:14:01 -07:00
Kevin Hester
8ffa35376e remove jcenter 2021-07-26 09:34:42 -07:00
Kevin Hester
b6d9217d8a update libs 2021-07-26 09:30:02 -07:00
Kevin Hester
f00fe5c441 WIP update to android 30 2021-06-10 10:02:28 -07: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
6c8aab5a43 update libs 2021-04-05 15:17:53 +08:00
Kevin Hester
23a0590186 update libs 2021-03-27 13:14:28 +08:00
Kevin Hester
699d5076b5 use unmock to test and fix the channel suffix generation to match device 2021-03-19 17:42:26 +08:00
Kevin Hester
0271587a65 fix #256: transparent holes in advanced tabs 2021-03-10 12:19:20 +08:00
Kevin Hester
2f4be7bb23 update libs 2021-02-27 09:49:25 +08:00
Kevin Hester
a209d3b585 update to latest kotlin 2021-02-04 09:20:19 +08:00
Kevin Hester
99cb8db970 update libs 2021-01-29 13:44:30 +08:00
Kevin Hester
0f63835a7f get ready for the new short channelsettings 2020-12-14 21:30:00 +08:00
Kevin Hester
d6ef473cc2 1.1.21 hmm it seems that mapbox changed how they distribute their jars in March
so we haven't been getting new versions of their code since then.
Change to use their new (ugly) signin based system.  I bet this breaks
CI but for now I just want to make sure I have fixes they mention in their
github issues.

Upgrade from 9.2.1 to 9.5.0

In particular issues with Samsung devices - possibly related to
https://github.com/meshtastic/Meshtastic-Android/issues/206
2020-12-11 20:00:45 +08:00
Kevin Hester
663ac774de update libs 2020-11-28 08:24:32 +08:00
Kevin Hester
3afbc76c63 1.1.8 generate an APK for github fix #200 (sorry for laziness ;-)) 2020-11-11 12:50:27 +08:00
Kevin Hester
f61cd45847 update to new gradle/android studio 4.1 2020-10-21 17:50:54 +08:00
geeksville
4daca12061 update libs 2020-09-20 20:53:42 -07:00
geeksville
9a73da562c Update to kotlin 1.4 2020-08-18 11:25:16 -07:00
geeksville
4e6c0140dd 0.9.03 2020-08-15 12:24:17 -07:00
geeksville
be6372a0b2 0.8.03 2020-07-20 12:08:46 -07:00
geeksville
c212604010 0.7.80 2020-06-20 14:51:52 -07:00
geeksville
d1a3d98de4 change to use @mik3y /usb-serial-for-android (WIP) 2020-06-05 20:22:45 -07:00
geeksville
85033d5d83 Thanks to @NEKLAN for Japanese translations! 2020-05-29 14:00:25 -07:00
geeksville
a031a551c5 gradle update 2020-05-12 20:38:51 -07:00
geeksville
e302848607 0.5.5 only try to set max MTU once, if it fails consider phone buggy 2020-04-24 15:49:34 -07:00
geeksville
aeac27d3b6 update kotlin version 2020-04-20 11:17:16 -07:00
geeksville
39eb6664da we now save node & msg db across service invocations 2020-04-19 17:25:20 -07:00
geeksville
7fa168ab2c 0.3.9 - fix channel setting autobug and update to latest google libs 2020-04-15 07:52:00 -07:00
geeksville
db0656f7b9 new channel view now works at least as well as the old channel view 2020-04-08 10:55:28 -07:00
geeksville
012139cb01 remove compose completely and stub out temp broken things 2020-04-08 09:53:04 -07:00
geeksville
17a1631892 wip decomposing channel 2020-04-07 16:04:58 -07:00
geeksville
d11cf34b3f do most of the steps to upgrade to compose dev08 2020-04-05 22:17:40 -07:00
geeksville
84e3ff9c3f update crashlytics 2020-04-05 12:56:57 -07:00