Commit Graph

  • 4f5a07926e refactor: remove debug message andrekir 2023-07-20 18:58:37 -03:00
  • 2d30fd89bc feat: add network availability monitoring andrekir 2023-07-20 18:42:50 -03:00
  • dabbcf6ef4 fix: workaround to prevent stale nodes.observeAsState() andrekir 2023-07-20 18:39:50 -03:00
  • b0f990e42a refactor: improve packetResponse performance andrekir 2023-07-20 18:35:03 -03:00
  • 15fe0b7cc1 refactor: change FusedLocationProvider interval to 30s andrekir 2023-07-20 18:27:39 -03:00
  • 527d94d32a feat: calculate default values for LoRa channel_num and frequency (#664) Andre K 2023-07-18 22:28:16 -03:00
  • f27ae8feba refactor: hoist SnackbarHost to Scaffold andrekir 2023-07-18 18:28:49 -03:00
  • 2f078113fa refactor: simplify map updates for observeAsState variables andrekir 2023-07-18 18:27:12 -03:00
  • c7222bc8e9 feat: add mqtt.proxy_to_client_enabled config andrekir 2023-07-18 18:04:22 -03:00
  • fc17c59996 fix: change gas resistance unit to MOhms andrekir 2023-07-18 18:00:29 -03:00
  • d3548b16b1 chore: update proto submodule to v2.1.19 andrekir 2023-07-18 17:54:27 -03:00
  • bbb9ca3921 feat: Adds Field to Specify Device IP (#663) Jonathan Bennett 2023-07-17 18:28:32 -05:00
  • 4e410622d8 feat: Honor radio's option to use Fahrenheit (#658) Jonathan Bennett 2023-07-16 03:46:54 -05:00
  • 04e8a6a514 feat: add wake lock to map screen andrekir 2023-07-15 09:23:37 -03:00
  • d1e06e21bf feat: add preferred LocationManager providers andrekir 2023-07-15 09:14:43 -03:00
  • fefb2f821b fix: close Socket from onDeviceDisconnect andrekir 2023-07-15 08:59:41 -03:00
  • b3fc5ad223 2.1.18 2.1.18 andrekir 2023-07-09 09:32:16 -03:00
  • 3663eb4bd1 refactor: update Socket handling with use function andrekir 2023-07-09 09:16:52 -03:00
  • 6f4a10e963 refactor: replace thread with coroutines andrekir 2023-07-09 09:15:52 -03:00
  • da28c2a3bc feat: update Polish localization strings andrekir 2023-07-09 09:00:24 -03:00
  • 89b7ad2468 feat: update Hungarian localization strings andrekir 2023-07-09 08:58:33 -03:00
  • b7901692a5 feat: update German localization strings andrekir 2023-07-09 08:55:32 -03:00
  • f793ec9d70 chore: update proto submodule to v2.1.18 andrekir 2023-07-09 08:34:54 -03:00
  • 6bd3683743 refactor: use getter with IntentFilter andrekir 2023-07-09 08:19:30 -03:00
  • 64a4051e0f chore: update Compose Compiler to 1.4.8 andrekir 2023-07-09 08:17:57 -03:00
  • 6600d63868 chore: update Compose BOM to 2023.06.01 andrekir 2023-07-09 08:17:12 -03:00
  • e2cd66d3a0 chore: clean up com.j256.ormlite exclusion andrekir 2023-07-09 08:15:00 -03:00
  • 9f4bc172ff chore: update Firebase BOM to 32.1.1 andrekir 2023-07-09 08:08:46 -03:00
  • 780c5b181c chore: update Kotlin Coroutines to 1.7.2 andrekir 2023-07-09 08:06:53 -03:00
  • 90e6a876c0 chore: update Protobuf to 3.23.4 andrekir 2023-07-09 08:06:11 -03:00
  • 9b3a1e75ce chore: update Room to 2.5.2 andrekir 2023-07-09 08:05:33 -03:00
  • b2333041e9 chore: update usb-serial-for-android to 3.5.1 andrekir 2023-07-09 08:04:45 -03:00
  • 5abf141033 chore: update play-services-location to 21.0.1 andrekir 2023-07-09 08:03:59 -03:00
  • fae444b9a1 docs: add Crowdin translations link andrekir 2023-07-08 07:25:11 -03:00
  • 9a8f169e86 test: update distanceStrGood() andrekir 2023-07-08 07:24:00 -03:00
  • 2c6b35dbdf fix: revert zoomToNodes removal andrekir 2023-07-08 07:11:08 -03:00
  • 37762f300b feat: Add option for Miles and Feet for distance (#651) Jonathan Bennett 2023-07-06 16:26:38 -05:00
  • 05327d2c05 fix: increase JVM heap size 2.1.17 andrekir 2023-06-30 00:34:26 -03:00
  • 4af4e82de7 chore: update proguard rules andrekir 2023-06-30 00:33:52 -03:00
  • 4f7438edf2 2.1.17 andrekir 2023-06-29 21:57:50 -03:00
  • b41d92be32 refactor: improve BluetoothState.bondedDevices updates andrekir 2023-06-29 21:29:38 -03:00
  • cdea292169 refactor: clean up unused code andrekir 2023-06-29 21:16:40 -03:00
  • 60b13fd020 refactor: replace InputStream handling with use function andrekir 2023-06-29 21:16:18 -03:00
  • 8d52664010 refactor: move setTileSource() out of defaultMapSettings() andrekir 2023-06-29 21:12:58 -03:00
  • 674d56cb1b refactor: move showDownloadButton logic into loadOnlineTileSourceBase() andrekir 2023-06-29 21:12:09 -03:00
  • 998aa6fcc4 chore: update proto submodule to v2.1.17 andrekir 2023-06-28 22:17:35 -03:00
  • d4879ceea9 refactor: migrate MapFragment to Composable (#647) Andre K 2023-06-24 07:58:01 -03:00
  • e15cdc42f1 ci: update workflows to JDK 17 andrekir 2023-06-21 23:12:48 -03:00
  • 113ccfcc26 refactor: replace Activity with Context parameter andrekir 2023-06-21 23:12:31 -03:00
  • 7c9e15f35e 2.1.16 2.1.16 andrekir 2023-06-20 08:37:51 -03:00
  • 952bca3b14 refactor: replace lowercase() with equals() andrekir 2023-06-20 08:35:08 -03:00
  • bb3b1eaa85 fix: replace duplicate packet IDs before sending queue (#646) Andre K 2023-06-20 08:22:10 -03:00
  • 9970ced53b chore: update proto submodule to v2.1.16 andrekir 2023-06-19 06:34:52 -03:00
  • 8543150e16 feat: add air_quality_enabled & air_quality_interval andrekir 2023-06-18 17:50:18 -03:00
  • 379da332e1 fix: remove CompanionDeviceManagerCompat extension andrekir 2023-06-18 17:39:04 -03:00
  • 07c847ea68 refactor: update startForeground() with explicit service type andrekir 2023-06-18 17:33:06 -03:00
  • 744ff2054d chore: update Fragment to 1.6.0 andrekir 2023-06-18 17:25:33 -03:00
  • 44ed4a0c63 chore: update Navigation to 2.6.0 andrekir 2023-06-18 17:25:13 -03:00
  • ed3d64d026 feat: add Bulgarian language (#644) Nanko Geshkov 2023-06-18 20:21:03 +00:00
  • 00f4876f60 feat: update Czech localization strings (#645) Andre K 2023-06-18 17:20:06 -03:00
  • 35090429f5 2.1.15 2.1.15 andrekir 2023-06-04 19:29:37 -03:00
  • 4c9b7d0ed3 chore: switch to Firebase BOM 32.1.0 and KTX libraries andrekir 2023-06-04 19:27:59 -03:00
  • 883769922d chore: suppress unused parameter warnings andrekir 2023-06-03 10:01:38 -03:00
  • fc64167f59 chore: update proto submodule to v2.1.15 andrekir 2023-06-03 09:09:22 -03:00
  • d297a5e364 fix: ignore packetResponse implicit ACKs andrekir 2023-06-02 17:29:20 -03:00
  • 10bb93e6aa fix: add null-safety to BLEDeviceListEntry name parameter andrekir 2023-06-02 17:23:11 -03:00
  • 5f7bc4c904 2.1.14 2.1.14 andrekir 2023-05-30 19:12:55 -03:00
  • 8ac6aa8126 refactor: change screenOrientation to sensorPortrait (closes #640) andrekir 2023-05-30 18:46:04 -03:00
  • 80153f7543 add "sdk_gphone64_arm64" to isEmulator detection (#639) Huston Hedinger 2023-05-31 00:43:54 +03:00
  • 271124dc9c refactor: implement CompatExtensions (#641) Andre K 2023-05-30 18:30:46 -03:00
  • f7a895e62e chore: update Protobuf to 3.23.2 andrekir 2023-05-30 17:00:34 -03:00
  • a20c48599a chore: update Firebase Analytics to 21.3.0 andrekir 2023-05-30 17:00:17 -03:00
  • ef4ac34b92 feat: update Russian localization strings andrekir 2023-05-30 16:57:02 -03:00
  • 10099dc2fa feat: add new proto configs andrekir 2023-05-30 16:53:02 -03:00
  • 7e73c51711 fix: use getDeviceAddress() for selectedBluetooth andrekir 2023-05-30 16:50:28 -03:00
  • 66af38a585 fix: consolidate duplicated buildFeatures block andrekir 2023-05-30 16:47:31 -03:00
  • 2b24e40c11 chore: update proto submodule to v2.1.14 andrekir 2023-05-30 16:42:05 -03:00
  • 72f02b0deb 2.1.13 2.1.13 andrekir 2023-05-26 17:56:17 -03:00
  • 1fe669fb73 feat: add RemoteHardwarePin config andrekir 2023-05-26 17:45:25 -03:00
  • 8bc628de9f feat: add Raspberry Pi usb-device vendor-id andrekir 2023-05-26 17:25:33 -03:00
  • 1380924a37 refactor: remove BTScanModel from MainActivity andrekir 2023-05-26 17:24:23 -03:00
  • 206d153c55 chore: update proto submodule to v2.1.13 andrekir 2023-05-26 16:29:43 -03:00
  • 7ca724142f refactor: simplify setOwner logic andrekir 2023-05-26 16:18:02 -03:00
  • 956db658e9 refactor: remove RadioInterfaceService from MainActivity andrekir 2023-05-24 06:43:58 -03:00
  • d01e8e8e74 refactor: clean up myNodeInfo from UsersFragment andrekir 2023-05-24 06:39:26 -03:00
  • 0f84804f9f chore: update Compose Compiler to 1.4.7 andrekir 2023-05-24 06:27:45 -03:00
  • 6fa8023bf7 chore: update Protobuf to 3.23.1 andrekir 2023-05-24 06:25:49 -03:00
  • e244aa4b9b chore: update Hilt to 2.46.1 andrekir 2023-05-24 06:25:09 -03:00
  • 5214add39c chore: update Kotlin Serialization to 1.5.1 andrekir 2023-05-24 06:24:34 -03:00
  • 70f30b8f39 chore: update Kotlin Coroutines to 1.7.1 andrekir 2023-05-24 06:23:58 -03:00
  • d38320ada6 chore: update Firebase Crashlytics Gradle to 2.9.5 andrekir 2023-05-24 06:22:16 -03:00
  • 93ac0186fe fix: incorrect admin channel index retrieval logic andrekir 2023-05-24 06:17:32 -03:00
  • 9869a9208b refactor: improve service admin channel index logic andrekir 2023-05-21 19:46:40 -03:00
  • 6a72c65a83 fix: channel config request logic andrekir 2023-05-21 19:31:18 -03:00
  • 7da958578b refactor: improve channel editor isEditing logic andrekir 2023-05-21 19:09:00 -03:00
  • 0a3a07f9ed fix: channel list display issues andrekir 2023-05-21 18:32:33 -03:00
  • d58e092333 fix: show modem preset name if channel name is empty andrekir 2023-05-21 09:19:55 -03:00
  • 8643d50425 feat: update German localization strings andrekir 2023-05-21 06:12:06 -03:00
  • e2f63e015c fix: reindex node list when local node isn't first (index 0) andrekir 2023-05-21 06:08:34 -03:00
  • 8151aceea4 fix: ensure proper channel updates to ChannelSetRepository andrekir 2023-05-21 06:04:53 -03:00