Commit graph

177 commits

Author SHA1 Message Date
Davis
2de49c143b
Remove UI for firmware update (button and progress) and accompanying logic (#870)
Use non-deprecated method for checking IP address format
2024-02-25 07:38:51 -03:00
Davis
2bfda9784f
Feature: Jump to node info from message (#844)
* Highlight the node in the node list tab when the user taps on the node chip in messages

* Represent main tabs as enum for more reliable referencing

* Extract tab labels to string resources for easier translation
Annotate resource IDs with their corresponding Android types

* Index off nodes actually in the adapter since they are sorted

* Update viewmodel when tab changes to prevent jumping to other tabs in onResume

* Mark strings as non-translatable for now
2024-02-13 18:32:52 -03:00
kristofer
a98ca72614
fix #783: quick chat dialog inputType and maxLength (#788) 2023-12-01 06:02:26 -03:00
andrekir
0330b8ff80 refactor: adjust for landscape 2023-11-18 05:51:42 -03:00
andrekir
fdb94fb547 refactor(messages): add back button 2023-09-30 06:40:05 -03:00
andrekir
2fa01b4c4c chore: remove unused layout file 2023-08-22 22:51:01 -03:00
Jonathan Bennett
bbb9ca3921
feat: Adds Field to Specify Device IP (#663) 2023-07-17 20:28:32 -03:00
Andre K
5bf4c9c184
refactor: migrate ChannelFragment to Composable (#615) 2023-04-07 12:43:29 -03:00
andrekir
af287c2e6f feat: update Compose in Fragments to use ComposeView 2023-03-02 21:59:22 -03:00
andrekir
62420132f1 feat: waypoints 2023-02-01 12:49:30 -03:00
Andre K
99a42b1aa1
export hardcoded strings (#547) 2022-12-28 17:37:25 -03:00
Andre K
689e7e7eca
add ModuleConfig settings (#526) 2022-11-22 22:01:37 -03:00
Andre K
4bcd408dce
add user & device config settings (#520)
* add MeshUser & LocalConfig prefs
2022-11-08 23:11:18 -03:00
andrekir
aa8596da2a fix nodes card layout 2022-10-30 17:19:10 -03:00
andrekir
6c37b451c3 clean up view bindings 2022-10-16 19:16:33 -03:00
PWRxPSYCHO
d9a6efe5d4 removed hard-coded strings 2022-10-07 17:33:12 -04:00
PWRxPSYCHO
b1291e28a7 Moving right along 2022-10-06 17:08:35 -04:00
PWRxPSYCHO
63bee8a3d8 Removed duplicate method and cleaned up some code 2022-10-06 13:16:51 -04:00
PWRxPSYCHO
6bb2a59977 Getting close :) 2022-10-05 22:56:27 -04:00
PWRxPSYCHO
93664a9bb9 cleaning up map fragment and cache download 2022-10-02 21:50:01 -04:00
PWRxPSYCHO
491798f86c Updated download button icon 2022-10-01 22:47:53 -04:00
PWRxPSYCHO
640737adeb
Merge branch 'meshtastic:master' into osmdroid-phase2 2022-09-30 16:37:24 -04:00
andrekir
1a58896dcc remove resources lint 2022-09-30 16:21:30 -03:00
andrekir
11d1a61854 fixed width for contacts short name chip 2022-09-30 16:18:36 -03:00
andrekir
b401c8bac3 move admin messages to nodes tab 2022-09-30 15:57:04 -03:00
andrekir
a60013e2dd refactor node list card layout 2022-09-27 16:29:41 -03:00
PWRxPSYCHO
9b1dfb0d02 Working on cache downloader 2022-09-22 08:35:33 -04:00
andrekir
a93d4e1dcd rename Packet to MeshLog 2022-09-13 22:49:38 -03:00
andrekir
7be67ec2d4 add EnvironmentMetrics to nodes tab 2022-09-12 18:23:59 -03:00
andrekir
b579baf678 better map location pin 2022-09-06 18:31:14 -03:00
andrekir
5d95017efa add osm map features 2022-08-30 17:25:11 -03:00
andrekir
4bb8e2f0e4 remove redundant color resource 2022-08-30 17:10:11 -03:00
PWRxPSYCHO
af78188d6e clean up unused files. (Patch from Andre) 2022-08-27 12:38:42 -04:00
PWRxPSYCHO
4d809a3cd7
Merge branch 'meshtastic:master' into feature/osmand-migration 2022-08-26 13:44:48 +00:00
PWRxPSYCHO
0648ccad4b Moved Map Source menu to MapFragment 2022-08-24 12:16:57 -04:00
PWRxPSYCHO
017095d171 Working on migrating to OSMdroid from Mapbox 2022-08-23 20:05:19 -04:00
Douile
7adf3cd0f5
Add factory reset button 2022-08-23 11:13:47 +01:00
Andre Kirchhoff
25de235a93
Merge branch 'master' into dev-app-intro 2022-08-16 19:13:19 -03:00
Douile
b1b554d97d
Add icon and colours to quick chat settings 2022-08-16 12:25:10 +01:00
Douile
8c2d3a4041
Add basic quick chat action settings 2022-08-10 17:34:18 +01:00
Douile
483eca94e9
Use QuickChatAction model to add buttons in message fragment
Also fix replace the vertical scroll view with horizontal
2022-08-10 17:31:16 +01:00
Ayub
51f78a3328 Added App Introduction Screens
Added three screens explaining Meshtastic and how to use the app. This is only shown on the first launch of the app.
2022-08-10 17:12:49 +01:00
Douile
ed88170c42
Quick chat 2022-08-09 15:26:52 +01:00
andrekir
14110d433f add shutdown & reboot strings 2022-06-06 17:36:40 -03:00
andrekir
47793a2086 add shutdown & reboot admin commands 2022-06-06 17:29:09 -03:00
andrekir
48fd657d8a update protobufs 2022-05-26 16:23:47 -03:00
andrekir
99dfc8014a use standard IM text input convention 2022-05-06 17:25:35 -03:00
andrekir
1bc843897d use keyboard capitalization settings 2022-04-07 23:21:12 -03:00
andrekir
ba2a6e0573 add contacts 2022-04-03 11:25:50 -03:00
Andre Kirchhoff
1abfc77112
Merge pull request #399 from meshtastic/is_always_powered
remove isAlwaysPowered
2022-03-28 09:13:11 -03:00