Kevin Hester
aa79ee4335
make our simulator work like 1.2
2021-03-03 14:43:29 +08:00
Kevin Hester
b53acd206b
region GUI wip
2021-03-03 13:51:33 +08:00
Kevin Hester
dbc91e4ac5
remove deprecations
2021-03-03 08:14:40 +08:00
Kevin Hester
55d0110ff2
optimize channel rx
2021-03-03 07:49:23 +08:00
Kevin Hester
da95b4f0c2
basic settings and channel stuff works for android
2021-03-03 07:30:05 +08:00
Kevin Hester
02198864c5
WIP on getting new style settings/channels
2021-03-02 22:12:42 +08:00
Kevin Hester
a800bd1319
cleanup admin packet generation
2021-03-02 16:27:43 +08:00
Kevin Hester
ba86d3e88f
localization
2021-03-02 16:27:34 +08:00
Kevin Hester
e27a3d937d
show alert for old firmware
2021-03-02 15:12:57 +08:00
Kevin Hester
2fc4099bfc
Merge branch 'dev' into dev1.2
...
# Conflicts:
# app/src/main/java/com/geeksville/mesh/MainActivity.kt
# app/src/main/java/com/geeksville/mesh/service/MeshService.kt
2021-03-02 14:38:55 +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
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
850358e103
channel setting is healthier
2021-02-27 14:31:52 +08:00
Kevin Hester
1eaabfc216
fix java paths for protos
2021-02-27 13:43:55 +08:00
Kevin Hester
bd796524b9
channelset wip
2021-02-27 12:04:44 +08:00
Kevin Hester
0743feadc4
wip adding channelset
2021-02-27 11:44:05 +08:00
Kevin Hester
31a106039b
impl set owner/set radio
2021-02-27 11:13:30 +08:00
Kevin Hester
85a0ea7286
1.2 wip
2021-02-27 10:18:00 +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
3ec0c5fd32
fix lint warnings
2021-02-21 12:07:53 +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
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
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
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
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
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
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
Kevin Hester
1bff87977e
Merge remote-tracking branch 'root/master' into dev
2021-02-11 16:13:44 +08:00
Kevin Hester
c46b6f3c96
change alpha to beta in strings
2021-02-11 13:47:46 +08:00
Kevin Hester
705e0deae3
make settings layout work on even the tiniest of screens
2021-02-11 13:44:30 +08:00
Vadim Furman
36b478b263
Added comments
2021-02-10 21:36:45 -08:00
Vadim Furman
91912741ae
Added "Ping" menu option for testing repeated message send.
2021-02-10 21:34:26 -08:00
Kevin Hester
d290555aba
fix notification to include text message even when not expanded
2021-02-08 13:25:29 +08:00
Kevin Hester
d6f759cabc
stop using device currentpacketid, first send message could be discarded as dup
2021-02-08 12:33:16 +08:00
Kevin Hester
486a3444fc
update to latest protobufs
2021-02-08 12:29:40 +08:00