Commit graph

6231 commits

Author SHA1 Message Date
PWRxPSYCHO
38b6fe04ef Moved Custom Map classes to new folder.
Removed NOAA source from Map Source Arrays
Looking at drawing overlay on long press
2022-10-05 10:37:11 -04:00
andrekir
18c8e1253f updating proto submodule to latest 2022-10-04 16:23:56 -03:00
andrekir
801bc2dd6c remove GeeksvilleApplication constructors with default parameters 2022-10-04 00:22:41 -03:00
andrekir
43652f4742 organize build.gradle 2022-10-04 00:12:39 -03:00
andrekir
ce8e67eb5d update workflow JDK 2022-10-03 23:57:28 -03:00
PWRxPSYCHO
7d386583ff working on updates 2022-10-03 09:21:06 -04:00
PWRxPSYCHO
93664a9bb9 cleaning up map fragment and cache download 2022-10-02 21:50:01 -04:00
PWRxPSYCHO
a537335f8c Adding more tile sources (will look into "layering") 2022-10-01 23:02:33 -04:00
PWRxPSYCHO
491798f86c Updated download button icon 2022-10-01 22:47:53 -04:00
PWRxPSYCHO
c8e19c1fc5 Merge branch 'osmdroid-phase2' of github.com:ScriptTactics/Meshtastic-Android into osmdroid-phase2 2022-10-01 22:37:36 -04:00
PWRxPSYCHO
5019cc39ce Updated some download policies and the rendering of the download button 2022-10-01 22:37:21 -04:00
PWRxPSYCHO
640737adeb
Merge branch 'meshtastic:master' into osmdroid-phase2 2022-09-30 16:37:24 -04:00
PWRxPSYCHO
d32a0aa069 Added some WMS TileOverlays, custom NOAAWmsTileSource.kt and updated copywrite overlay 2022-09-30 16:25:27 -04:00
andrekir
1a58896dcc remove resources lint 2022-09-30 16:21:30 -03:00
andrekir
347f5ad24e change waypoint icons & add description 2022-09-30 16:20:06 -03:00
andrekir
11d1a61854 fixed width for contacts short name chip 2022-09-30 16:18:36 -03:00
Andre K
b7cee4cc88
Merge pull request #486 from meshtastic/nodelist
improve Nodes tab
2022-09-30 16:16:23 -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
b03d2ea542 Updated cachemanager to create .sqlite files for permanent offline maps 2022-09-25 12:59:23 -04:00
PWRxPSYCHO
dae89d349a up to date with master and fixed CacheManager 2022-09-22 15:22:58 -04:00
PWRxPSYCHO
3061fe9ded Fixed download by setting CacheManager after map has been fully setup 2022-09-22 14:56:09 -04:00
PWRxPSYCHO
4e61eac1cf Fixed click listener for download 2022-09-22 09:49:08 -04:00
Andre K
74f463c09e
Merge pull request #485 from ScriptTactics/map-waypoints
Display waypoints on map
2022-09-22 09:47:53 -03:00
PWRxPSYCHO
d9afd3104f Display waypoints on map 2022-09-22 08:38:24 -04:00
PWRxPSYCHO
e156bf1f6e Merge branch 'osmdroid-phase2' of github.com:ScriptTactics/Meshtastic-Android into osmdroid-phase2 2022-09-22 08:35:49 -04:00
PWRxPSYCHO
9b1dfb0d02 Working on cache downloader 2022-09-22 08:35:33 -04:00
andrekir
86c9ca55dd fix activity call outside MainActivity 2022-09-19 18:11:07 -03:00
andrekir
706c7d120e fix findDataPacket null object reference 2022-09-19 18:08:54 -03:00
Andre K
4d81689f21
1.3.41 2022-09-18 20:30:26 -03:00
andrekir
99dc509b6f fix channel settings 2022-09-18 20:23:34 -03:00
andrekir
5382fdae49 update for proto changes 2022-09-18 18:35:13 -03:00
andrekir
5c586526da change gas resistance unit to mOhm 2022-09-18 18:30:40 -03:00
andrekir
2d7ad1c75a updating proto submodule to latest 2022-09-18 11:00:56 -03:00
andrekir
5612d7d7c9 convert channel builders to dsl 2022-09-16 18:17:47 -03:00
andrekir
68558e4078 remove DataPacket storage from MeshService 2022-09-16 18:17:19 -03:00
andrekir
a9f9be0981 add placeholders for broadcast channels 2022-09-16 18:03:00 -03:00
andrekir
2b8b10a8cf observe waypoints livedata in map fragment 2022-09-15 22:44:30 -03:00
Andre K
80a2f2601c
Merge pull request #484 from meshtastic/room
#464: refactor messages to Room database
2022-09-15 22:35:47 -03:00
andrekir
65e982ddd5 refactor messages to Room database 2022-09-15 22:24:04 -03:00
andrekir
ab7bf4922b create Room database for DataPacket 2022-09-14 01:54:13 -03:00
andrekir
9427eec72f add module config fromRadio 2022-09-13 22:59:50 -03:00
andrekir
a93d4e1dcd rename Packet to MeshLog 2022-09-13 22:49:38 -03:00
andrekir
c2d681b11e fix null currentActivity 2022-09-13 01:25:36 -03:00
Andre K
99e9502a29
Merge pull request #483 from meshtastic/channelset
create ChannelSet datastore
2022-09-12 19:34:54 -03:00
andrekir
2ed5548abb create ChannelSet datastore 2022-09-12 19:07:30 -03:00
Andre K
382535da47
Merge pull request #482 from meshtastic/env
add EnvironmentMetrics to nodes tab
2022-09-12 18:30:02 -03:00
andrekir
7be67ec2d4 add EnvironmentMetrics to nodes tab 2022-09-12 18:23:59 -03:00
andrekir
d9d46236dc use LocationListenerCompat 2022-09-12 18:20:36 -03:00
andrekir
fd0c8ef9b8 refactor config get and set methods 2022-09-12 00:26:12 -03:00