Meshtastic-Android/app/src/main/java/com/geeksville/mesh/model
geeksville 6a3a763f71 workaround a kotlin(?!) bug
// FIXME - possible kotlin bug in 1.3.72 - it seems that if we start with the (globally shared) emptyList,
// then adding items are affecting that shared list rather than a copy.   This was causing aliasing of
// recentDataPackets with messages.value in the GUI.  So if the current list is empty we are careful to make a new list
2020-06-04 08:53:37 -07:00
..
Channel.kt oops - fix build - default channel name should never be localized 2020-05-29 14:16:16 -07:00
MessagesState.kt workaround a kotlin(?!) bug 2020-06-04 08:53:37 -07:00
NodeDB.kt don't let users try to send texts if we don't have a node id 2020-04-19 12:31:27 -07:00
UIState.kt firmware update button is kinda in 2020-05-13 17:00:23 -07:00