Commit Graph
1815 Commits
Author SHA1 Message Date
johan12345 34329e1ecc update MapLibre with Vulkan+OpenGL ES 3.0 support 2026-08-21 13:16:55 +02:00
johan12345 1ce1fd9256 EnBW: move to new host 2026-08-21 12:58:04 +02:00
Hosted Weblateandmcliquid 4495c4fb92 Translated using Weblate (German)
Currently translated at 100.0% (381 of 381 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: mcliquid <info@mcliquid.de>
Translate-URL: https://hosted.weblate.org/projects/evmap/android/de/
Translation: EVMap/Android
2026-08-20 22:59:44 +02:00
johan12345 37ede73295 update Mastodon instance
fixes #444
2026-08-20 21:49:57 +02:00
johan12345 6d351d4fa9 update Google Maps & Places 2026-08-03 22:29:42 +02:00
johan12345 e342f3e424 update AnyMaps & MapLibre
fixes #443
2026-08-03 22:12:54 +02:00
johan12345 305eb5fe65 update Google Play Billing library 2026-08-03 21:51:09 +02:00
johan12345 10053bcc00 update Maplibre 2026-07-11 13:29:53 +02:00
Hosted WeblateandRobert Högberg 87cef478a0 Translated using Weblate (Swedish)
Currently translated at 100.0% (381 of 381 strings)

Translated using Weblate (Swedish)

Currently translated at 100.0% (380 of 380 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Robert Högberg <robert.hogberg@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/evmap/android/sv/
Translation: EVMap/Android
2026-07-11 13:29:08 +02:00
Hosted WeblateandThomas Di Cristofaro c8907c8b1c Translated using Weblate (Italian)
Currently translated at 100.0% (379 of 379 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Thomas Di Cristofaro <hostedweblate.8347@tdc.akamail.it>
Translate-URL: https://hosted.weblate.org/projects/evmap/android/it/
Translation: EVMap/Android
2026-07-11 13:29:08 +02:00
Hosted WeblateandFjuro ab5125ede9 Translated using Weblate (Czech)
Currently translated at 100.0% (381 of 381 strings)

Translated using Weblate (Czech)

Currently translated at 100.0% (380 of 380 strings)

Co-authored-by: Fjuro <fjuro@users.noreply.hosted.weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/evmap/android/cs/
Translation: EVMap/Android
2026-07-11 13:29:07 +02:00
Hosted WeblateandPriit Jõerüüt cb3433828c Translated using Weblate (Estonian)
Currently translated at 100.0% (381 of 381 strings)

Translated using Weblate (Estonian)

Currently translated at 100.0% (380 of 380 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Priit Jõerüüt <jrthwlate@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/evmap/android/et/
Translation: EVMap/Android
2026-07-11 13:29:07 +02:00
dependabot[bot] 3ae8f8ddf0 Bump faraday from 1.10.5 to 1.10.6
Bumps [faraday](https://github.com/lostisland/faraday) from 1.10.5 to 1.10.6.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v1.10.5...v1.10.6)

---
updated-dependencies:
- dependency-name: faraday
  dependency-version: 1.10.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-11 13:26:39 +02:00
dependabot[bot] b9760dafd1 Bump excon from 0.76.0 to 1.5.0
Bumps [excon](https://github.com/excon/excon) from 0.76.0 to 1.5.0.
- [Changelog](https://github.com/excon/excon/blob/master/changelog.txt)
- [Commits](https://github.com/excon/excon/compare/v0.76.0...v1.5.0)

---
updated-dependencies:
- dependency-name: excon
  dependency-version: 1.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-11 13:24:07 +02:00
Robert Högberg 0043f57e2e Add support for Megawatt Charging System (MCS) connector
So far only used by the Nobil data source
2026-06-18 19:10:28 +02:00
johan12345 7488dbf100 upgrade MapLibre 2026-06-04 17:53:04 +02:00
johan12345 89231c99f6 Improve DataSourceSelectFragment UI
Tablet layout: scroll down automatically to reveal "Let's go" button
2026-06-01 19:17:14 +02:00
johan12345 6aeede295e UiSettingsFragment: avoid crash when APP_OPEN_BY_DEFAULT_SETTINGS is not supported 2026-06-01 18:55:56 +02:00
johan12345 9125ff133b Merge branch 'master' of github.com:johan12345/EVMap 2026-06-01 18:52:17 +02:00
Robert Högberg 0cbb2d82c0 Limit download progress percentage to range 0-100
For nobil the percentage reaches 101. I haven't figured out why nobil's data
is out of sync.

When querying nobil for the total number of chargers we get:
Norway: 4957
Sweden: 9108
------------
       14065

.. but the data dump we download has:
Norway: 5168
Sweden: 9059
------------
       14227
2026-06-01 18:44:48 +02:00
Robert Högberg abb00f144b Fix app crash when downloading full charger list from data source
R.string.downloading_chargers_percent expects a Float argument, but an Int
was supplied.
2026-05-31 23:13:37 +02:00
johan12345 e31a83377f upgrade Material Components 2026-05-30 17:30:41 +02:00
johan12345 a0e645886e Tesla: catch and clear invalid refresh tokens 2026-05-30 17:25:31 +02:00
johan12345 b57bb5d884 catch non-IOExceptions in Retrofit interceptors 2026-05-30 17:07:45 +02:00
johan12345 b7571acc9e upgrade ACRA 2026-05-30 14:28:02 +02:00
johan12345 757c8589fb remove old logging call 2026-05-30 14:19:40 +02:00
johan12345 bbebc9fc20 fix typo in README 2026-05-26 00:10:12 +02:00
johan12345 40d894a270 GitHub Actions update 2026-05-26 00:02:53 +02:00
johan12345 88ab03e681 aboutLibraries update 2026-05-25 23:49:25 +02:00
johan12345 6b751a7371 use Gradle configuration cache 2026-05-25 23:39:52 +02:00
johan12345 edd451d61e fix missing view id 2026-05-25 23:34:28 +02:00
johan12345 15e0e6d6ae upgrade some dependencies 2026-05-25 23:33:44 +02:00
johan12345 2e9b7c941b viewbinding migration cleanup 2026-05-25 23:23:04 +02:00
johan12345 dda491c34f migrate from databinding to viewbinding
fixes #144
2026-05-25 17:23:10 +02:00
johan12345 f6c39e1bdc update GitHub Action versions 2026-05-25 13:07:27 +02:00
johan12345 f03dc0ebdb update AGP to 9.2.1 2026-05-25 13:05:06 +02:00
johan12345 640057e0ef remove unused jsonapi-retrofit library
was part of Chargeprice integration
2026-05-25 13:00:16 +02:00
johan12345 4fa4831fcb migrate to libs.versions.toml version catalog 2026-05-25 12:59:31 +02:00
johan12345 bb50f0bcc4 upgrade AGP to 9.0.1 2026-05-25 12:48:28 +02:00
johan12345 637f8dbfad fix insets handling on Android <=10
fixes #423
2026-05-23 01:01:48 +02:00
johan12345 fa21ffd7ff upgrade AnyMaps, MapLibre uses OpenGL ES 3.0 now
#345
2026-05-23 00:45:44 +02:00
johan12345 53809b55fb upgrade Kotlin and KSP, switch to Moshi-IR 2026-05-23 00:32:07 +02:00
johan12345 63a10d7f68 Release 2.1.3 2.1.3 2026-05-10 13:30:24 +02:00
johan12345 e117c844ed Merge branch 'car-app-library-1.8' 2026-05-10 13:25:22 +02:00
johan12345 36174297e5 fix Tesla login
redirect URI changed
fixes #422
2026-05-06 20:35:26 +02:00
johan12345 ac37cdde32 new map screen: keep scroll position on refresh 2026-04-24 22:12:40 +02:00
johan12345 4345ee6550 Upgrade Car App Library to 1.8.0-beta01 2026-04-24 22:12:40 +02:00
johan12345 562f2f2192 Release 2.1.2 2.1.2 2026-04-24 22:02:55 +02:00
johan12345 80b4ab3011 Remove NewMotionAvailabilityDetectorTest 2026-04-20 23:52:05 +02:00
johan12345 178fe804dc Remove NewMotionAvailabilityDetector
old Shell Recharge/NewMotion map doesn't exist anymore, the new one is limited to Shell's own chargers
2026-04-20 23:45:50 +02:00