• v1.1 013211c103

    karti v1.1 Stable

    evamaid released this 2026-08-10 16:47:26 +03:00 | 0 commits to master since this release

    Yandex and Google map providers, one-handed zoom, honest GPS button.

    • Layers dialog gains Яндекс Карты/Спутник and Google Карты/Спутник/Гибрид
    • Yandex renders in EPSG:3395, where the same tile index lands ~20 km off in latitude at 55°N; its tiles are fetched and resampled row by row onto the EPSG:3857 grid the map draws in. Only reprojected tiles are cached and archived, so offline archives (including "download a city") work on Yandex layers too
    • Zoom one-handed: double-tap and hold, drag up to zoom in, down to zoom out, anchored at the tapped point
    • GPS button reports progress in the status line, names the provider in use, gives up after 45 s with a clear message, and recenters the map on the fix instantly

    Note: a fix needs a view of the sky. Indoors the app waits for satellites rather than locating you by Wi-Fi the way the big map apps do.

    APK is a release build (gradle assembleRelease, commit 013211c), signed with the same debug key as v1.0 so it installs over it.

    Downloads
  • v1.0 a5fa7d4343

    karti v1.0 Stable

    evamaid released this 2026-07-28 20:49:08 +03:00 | 4 commits to master since this release

    Dead-reckoning walking navigator.

    • Position by step counting + compass, no continuous GPS; one-shot GPS fix and re-anchoring
    • GPS stride calibration and height-based stride estimate
    • Path recording, freehand drawing (recognized into lines/arcs), editing (drag vertices, crop, redraw sections)
    • Compact path export: ~15-40 ASCII chars for a typical walk (Z85, cartesian/polar best-of codec)
    • Selectable tile providers, custom XYZ servers, offline tile archives (zero-network mode)

    APK is a debug-signed build (gradle assembleDebug, commit a5fa7d4).

    Downloads