Added TODO

This commit is contained in:
Alexey 2025-11-05 15:55:29 +03:00
commit d1bf25b9c9
3 changed files with 24 additions and 4 deletions

22
TODO Normal file
View file

@ -0,0 +1,22 @@
functionality:
sasplanet zipped sqlitedbs parser
refactor:
extract file opener from settings activity
extract zip parser from settings activity
make use of Config.kt (maybe move consts here?)
fix:
app rotation with placed point
ui:
proper file loading menu
translation usage
test:
khm:
read header
get height
get multiple heights
merc:
offset from coords
coords from offset
parsers:
read values into inner db

View file

@ -3,7 +3,6 @@ package com.mirenkov.ktheightmap
import android.app.Application
import android.content.Intent
import android.os.Bundle
import android.util.Log
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge

View file

@ -4,9 +4,8 @@ import android.content.Context
import androidx.compose.foundation.Canvas
import androidx.compose.foundation.gestures.detectDragGestures
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.runtime.Composable import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
import androidx.compose.runtime.Composable
import androidx.compose.runtime.getValue
import androidx.compose.runtime.saveable.rememberSaveable
import androidx.compose.runtime.setValue
import androidx.compose.ui.Modifier