Added TODO
This commit is contained in:
parent
556e046264
commit
d1bf25b9c9
3 changed files with 24 additions and 4 deletions
22
TODO
Normal file
22
TODO
Normal 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
|
||||||
|
|
||||||
|
|
@ -3,7 +3,6 @@ package com.mirenkov.ktheightmap
|
||||||
import android.app.Application
|
import android.app.Application
|
||||||
import android.content.Intent
|
import android.content.Intent
|
||||||
import android.os.Bundle
|
import android.os.Bundle
|
||||||
import android.util.Log
|
|
||||||
import androidx.activity.ComponentActivity
|
import androidx.activity.ComponentActivity
|
||||||
import androidx.activity.compose.setContent
|
import androidx.activity.compose.setContent
|
||||||
import androidx.activity.enableEdgeToEdge
|
import androidx.activity.enableEdgeToEdge
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,8 @@ import android.content.Context
|
||||||
import androidx.compose.foundation.Canvas
|
import androidx.compose.foundation.Canvas
|
||||||
import androidx.compose.foundation.gestures.detectDragGestures
|
import androidx.compose.foundation.gestures.detectDragGestures
|
||||||
import androidx.compose.foundation.layout.fillMaxSize
|
import androidx.compose.foundation.layout.fillMaxSize
|
||||||
import androidx.compose.runtime.Composable import androidx.compose.runtime.getValue
|
import androidx.compose.runtime.Composable
|
||||||
import androidx.compose.runtime.mutableStateOf
|
import androidx.compose.runtime.getValue
|
||||||
import androidx.compose.runtime.remember
|
|
||||||
import androidx.compose.runtime.saveable.rememberSaveable
|
import androidx.compose.runtime.saveable.rememberSaveable
|
||||||
import androidx.compose.runtime.setValue
|
import androidx.compose.runtime.setValue
|
||||||
import androidx.compose.ui.Modifier
|
import androidx.compose.ui.Modifier
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue