Kevin Hester
5c19b2649f
1.1.50
2021-03-02 14:19:44 +08:00
Kevin Hester
0fe6c91a4e
fix #254 typo changed != to ==. fix rxtime displays
2021-03-02 14:16:57 +08:00
Kevin Hester
ae402e8fd2
add warning text for downrev apps
2021-03-02 13:22:55 +08:00
Kevin Hester
d33defb502
oops - I nuked a string by accident
2021-03-02 12:01:34 +08:00
Kevin Hester
b86e11a8c2
Merge remote-tracking branch 'root/master' into dev
2021-03-02 11:30:40 +08:00
Kevin Hester
d34efb46b4
Merge pull request #252 from paulmandal/task/expose-hoplimit-on-datapacket
...
Add hopLimit to the DataPacket class
2021-03-02 10:35:49 +08:00
Paul Mandal
a6c80cc203
Add hopLimit to the DataPacket class, update MeshService to use hopLimit when building its MeshPackets
2021-02-27 22:36:06 -07:00
Kevin Hester
2f4be7bb23
update libs
2021-02-27 09:49:25 +08:00
Kevin Hester
1c7d1c7ea9
Merge pull request #250 from vfurman-gh/master
...
Do not use windowSoftInputMode=adjustPan
2021-02-23 09:02:09 +08:00
Vadim Furman
ead36b2fc6
Do not use windowSoftInputMode=adjustPan, as the toolbar hides when input is active.
2021-02-22 15:00:32 -08:00
Kevin Hester
efbc61eaf2
fix mroe lint warnings
2021-02-21 12:27:13 +08:00
Kevin Hester
5bef2fc9cf
don't build release builds in CI, because it wants to upload to crashlytics
2021-02-21 12:12:55 +08:00
Kevin Hester
3ec0c5fd32
fix lint warnings
2021-02-21 12:07:53 +08:00
Kevin Hester
64cfa8675a
fixing CI by remote control is so tedious!
2021-02-21 11:56:28 +08:00
Kevin Hester
8e1a31f128
this time ci will work I hope!
2021-02-21 11:52:45 +08:00
Kevin Hester
01100e67e1
don't corrupt mbox token xml
2021-02-21 11:51:21 +08:00
Kevin Hester
034484c2d3
fix ci build?
2021-02-21 11:40:19 +08:00
Kevin Hester
9e4b120c24
more lint errors
2021-02-21 11:40:12 +08:00
Kevin Hester
4a90bb2fc0
fix various lint warnings
2021-02-21 11:34:43 +08:00
Kevin Hester
09fb7f220d
use latest libs
2021-02-21 11:06:47 +08:00
Kevin Hester
a2d37e0343
fix lint error about tranlsation
2021-02-21 11:00:46 +08:00
Kevin Hester
9d75c6f062
fix missing crashlytics permission
2021-02-21 11:00:11 +08:00
Kevin Hester
3f50cab92d
make lint failures non fatal
2021-02-21 10:59:51 +08:00
Kevin Hester
b8f9d70548
Merge remote-tracking branch 'root/master' into dev
...
# Conflicts:
# .github/workflows/android.yml
2021-02-21 10:48:23 +08:00
Kevin Hester
0c4be072db
make ci build use mapbox download key per #218 (thanks to @hpsaturn)
2021-02-21 10:47:23 +08:00
Kevin Hester
81ce163527
clean up ci build
2021-02-21 10:36:03 +08:00
Kevin Hester
217d5acd91
Merge pull request #1 from hpsaturn/av/fix_ci_issue_218
...
Av/fix ci issue 218
2021-02-21 10:19:00 +08:00
Antonio Vanegas
16a5827962
fixed identation issue reported for CI check
2021-02-19 18:43:50 +01:00
Antonio Vanegas
ce9e402109
added mapbox and gservices secrets from github secrets
2021-02-19 17:04:48 +01:00
Kevin Hester
24358fa3c9
add step for getting a mapbox token
...
for https://github.com/meshtastic/Meshtastic-Android/issues/246
2021-02-16 12:40:12 +08:00
Kevin Hester
acd43b29f5
don't (incorrectly) set want_replies
2021-02-15 09:48:44 +08:00
Kevin Hester
b4b1099e76
fix layout error now that fields moved out of settings
2021-02-14 17:00:56 +08:00
Kevin Hester
d13fa11dc8
Merge pull request #245 from geeksville/dev
...
dev
2021-02-14 16:23:57 +08:00
Kevin Hester
05a75f0900
1.1.48
2021-02-14 16:20:02 +08:00
Kevin Hester
6eaec63df9
fix another autobug - don't crash if firmware update can't start
2021-02-14 16:11:55 +08:00
Kevin Hester
50dc26b36d
fix autobug if user tries to change settings during an update
...
cc @vfurman-gh
Caused by android.os.RemoteException: Operation prohibited during firmware update
at com.geeksville.util.ExceptionsKt.toRemoteExceptions(ExceptionsKt.java:61)
at com.geeksville.mesh.service.MeshService$binder$1.setRadioConfig(MeshService.java:1589)
at com.geeksville.mesh.model.UIViewModel.setRadioConfig(UIViewModel.java:163)
at com.geeksville.mesh.model.UIViewModel.setLsSleepSecs(UIViewModel.java:148)
at com.geeksville.mesh.ui.SettingsFragment$initCommonUI$8.invoke(SettingsFragment.java:637)
at com.geeksville.mesh.ui.SettingsFragment$initCommonUI$8.invoke(SettingsFragment.java:464)
at com.geeksville.mesh.ui.MessagesFragmentKt$on$1.onEditorAction(MessagesFragmentKt.java:35)
at android.widget.TextView.onEditorAction(TextView.java:7042)
at com.android.internal.widget.EditableInputConnection.performEditorAction(EditableInputConnection.java:138)
at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:357)
at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:89)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:224)
at android.app.ActivityThread.main(ActivityThread.java:7562)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
2021-02-14 16:07:49 +08:00
Kevin Hester
e482d074c7
fix an autobug with some shit phone
2021-02-14 15:52:16 +08:00
Kevin Hester
c32a35833f
Merge pull request #244 from vfurman-gh/min_broadcast
...
Advanced settings
2021-02-14 14:20:41 +08:00
Kevin Hester
254073c6a8
Merge branch 'master' into min_broadcast
2021-02-14 14:20:33 +08:00
Vadim Furman
2f7ce57015
Formatting
2021-02-13 22:02:24 -08:00
Vadim Furman
757c3867f2
Moved broadcast and ls_sleep in advanced settings
2021-02-13 21:35:57 -08:00
Vadim Furman
380ca1017f
Use snackbar
2021-02-13 18:53:59 -08:00
Kevin Hester
5b6c043496
Merge pull request #243 from vfurman-gh/master
...
Fixed swapped short <-> medium channel names
2021-02-13 14:58:55 +08:00
Vadim Furman
8a065c5b88
Per-channel minimum broadcast period enforcement
2021-02-12 19:07:14 -08:00
Vadim Furman
a8d095d1d7
Fixed swapped short <-> medium channel names
2021-02-12 17:40:47 -08:00
Kevin Hester
edaf4c76ae
Merge pull request #242 from geeksville/dev
...
1.1.46
2021-02-12 13:51:40 +08:00
Kevin Hester
221738603b
1.1.46
2021-02-12 13:50:39 +08:00
Kevin Hester
11bc8ef5f0
add logging in support of https://github.com/meshtastic/Meshtastic-device/issues/681
2021-02-11 16:54:17 +08:00
Kevin Hester
23ab6c7048
fix my ping change
2021-02-11 16:32:33 +08:00
Kevin Hester
2736a01d4b
change stress test to a checkbox and only show for debug builds
2021-02-11 16:29:26 +08:00