Wykres commitów

2661 Commity (6b93f86b521219051b017d5a9932f9333e83b84e)

Autor SHA1 Wiadomość Data
andrekir 6b93f86b52 refactor: use `OutlinedButtons` in `PreferenceFooter` 2023-09-16 07:32:38 -03:00
andrekir 88aa1c69a7 2.2.5 2023-09-11 21:42:40 -03:00
andrekir 4fa9c8f3cb refactor: change default map source to `Mapnik` 2023-09-11 21:39:55 -03:00
andrekir b3629b6342 feat: add `TopAppBar` with back button to radio configs 2023-09-11 21:37:53 -03:00
andrekir b93098cbce fix: remove constructor from `DeviceSettingsFragment` 2023-09-11 21:26:42 -03:00
andrekir e20e66b7f7 refactor: handle range test messages when module enabled 2023-09-11 19:39:49 -03:00
renovate[bot] 2a65f0b54d chore(deps): update androidx.core:core-ktx to v1.12.0 2023-09-11 19:03:58 -03:00
renovate[bot] 0a1f521015 chore(deps): update protobuf_version to v3.24.3 2023-09-11 19:03:16 -03:00
renovate[bot] f4d7ea3f64 chore(deps): update com.github.mik3y:usb-serial-for-android to v3.6.0 2023-09-11 19:02:54 -03:00
renovate[bot] e20271d829 chore(deps): update lifecycle_version to v2.6.2 2023-09-11 18:44:15 -03:00
renovate[bot] f8b00c3416 chore(deps): update nav_version to v2.7.2 2023-09-11 18:43:59 -03:00
renovate[bot] d8cd7f9080 chore(deps): update androidx.compose:compose-bom to v2023.09.00 2023-09-11 18:43:43 -03:00
andrekir b2102c7b4c chore: update proto submodule to v2.2.5 2023-09-11 18:26:24 -03:00
andrekir 33c16de0d5 refactor: reorder modemPreset enum 2023-09-08 16:37:41 -03:00
andrekir 86cdb0106f refactor: replace focusManager parameter with `LocalFocusManager` 2023-09-08 16:05:40 -03:00
andrekir 0f372b8947 chore: enable gradle cache 2023-09-06 19:20:05 -03:00
andrekir 347d1db6cc 2.2.4 2023-09-05 08:55:10 -03:00
andrekir b034f371fc refactor(map): move Marker updates to Composable 2023-09-05 08:41:29 -03:00
Andre K 83722159be
refactor: migrate `nodeDB` to Room database (#717) 2023-09-05 08:19:26 -03:00
andrekir 99d7147efe refactor: add Kotlin JVM plugin 2023-09-05 07:39:19 -03:00
andrekir 9a8010f32f refactor: migrate from kapt to ksp 2023-09-05 06:42:42 -03:00
renovate[bot] 43176d2aaa chore(deps): update hilt_version to v2.48 2023-09-05 06:07:46 -03:00
renovate[bot] 409265c9bf chore(deps): update org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.0 2023-09-05 06:07:32 -03:00
renovate[bot] aae3fe91f3 chore(deps): update actions/checkout action to v4 2023-09-05 05:56:53 -03:00
renovate[bot] 62587e9524 chore(deps): update com.suddenh4x.ratingdialog:awesome-app-rating to v2.7.0 2023-09-05 05:56:40 -03:00
andrekir 1fabf8922d chore: update proto submodule to v2.2.4 2023-09-05 05:30:49 -03:00
renovate[bot] bf0f07f9a9 chore(deps): update nav_version to v2.7.1 2023-09-04 22:07:04 -03:00
renovate[bot] 6ee22f06ba chore(deps): update androidx.emoji2:emoji2-emojipicker to v1.4.0 2023-09-04 22:06:47 -03:00
renovate[bot] 30868a6608 chore(deps): update com.google.accompanist:accompanist-themeadapter-appcompat to v0.32.0 2023-09-04 21:47:34 -03:00
renovate[bot] 1fa6d35680 chore(deps): update androidx.compose:compose-bom to v2023.08.00 2023-09-04 21:47:18 -03:00
andrekir ec9883d39c chore: update compileSdk to API 34 2023-09-04 21:24:51 -03:00
renovate[bot] 5f99a73dbe chore(deps): update composeoptions to v1.5.3 2023-09-04 21:17:17 -03:00
renovate[bot] 2bbd46a5df chore(deps): update kotlin monorepo to v1.9.10 2023-09-04 21:16:46 -03:00
renovate[bot] 57221a50ce chore(deps): update com.github.appintro:appintro to v6.3.1 2023-09-04 19:22:27 -03:00
renovate[bot] 973cc373dc chore(deps): update protobuf_version to v3.24.2 2023-09-04 19:22:12 -03:00
renovate[bot] 2589ec521d chore(deps): update com.google.firebase:firebase-bom to v32.2.3 2023-09-04 19:21:37 -03:00
renovate[bot] 8fa16fecce chore(deps): update com.google.firebase:firebase-crashlytics-gradle to v2.9.9 2023-09-04 19:21:19 -03:00
renovate[bot] 6387e75a59 chore(deps): update gradle to v8.3 2023-09-04 19:07:11 -03:00
andrekir e72b046c53 refactor: convert `gpsString` to `Position` extension 2023-09-04 18:40:21 -03:00
andrekir b25bdb6ff8 refactor(map): use `getBitmapFromVectorDrawable`
from BonusPack for `myLocationOverlay` icons
2023-09-04 18:29:19 -03:00
andrekir ae949ad784 fix: limit number of parameters per delete operation
Splits the list of message UUIDs into smaller chunks to perform batch deletions with a maximum of 500 UUIDs per operation, avoiding `SQLiteException: too many SQL variables (code 1 SQLITE_ERROR)`.

fixes #711
2023-09-04 18:17:49 -03:00
andrekir afce253514 refactor: lock configs when device or app is too old 2023-08-31 15:47:11 -03:00
andrekir 7e63b55ac5 fix: menu item `isEnabled` logic for `ignore` option 2023-08-31 15:43:30 -03:00
renovate[bot] 1e2b365756
feat: configure Renovate (#693) 2023-08-27 22:06:56 -03:00
andrekir 348a5ac810 2.2.3 2023-08-27 07:31:42 -03:00
andrekir 15ed09680f chore: update compileSdk and targetSdk to API 33 2023-08-27 07:03:36 -03:00
Andre K ef11af6e0b
refactor(map): remove fixed zoom level for offline downloads (#694) 2023-08-27 06:31:27 -03:00
andrekir 80cee441c6 chore: update proto submodule to v2.2.3 2023-08-27 05:37:48 -03:00
andrekir ac3190e944 feat: add menu item to add/remove nodes from `ignoreIncomingList` 2023-08-25 19:39:52 -03:00
andrekir c3ec67a9ba feat: add waypoint notifications
closes #665
2023-08-25 17:19:39 -03:00