Skip to content

Commit

Permalink
fixed implementation of repeats & irp
Browse files Browse the repository at this point in the history
  • Loading branch information
regulad committed Nov 23, 2024
1 parent 3db2987 commit 3ae1891
Show file tree
Hide file tree
Showing 9 changed files with 666 additions and 580 deletions.
15 changes: 13 additions & 2 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import kotlinx.coroutines.flow.toList
import kotlinx.coroutines.test.runTest
import org.junit.Test
import org.junit.runner.RunWith
import xyz.regulad.supir.ir.loadAllBrands
import xyz.regulad.supir.irdb.loadAllBrands
import kotlin.time.Duration
import kotlin.time.measureTimedValue

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/xyz/regulad/supir/SupIRViewModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import android.app.Application
import androidx.lifecycle.AndroidViewModel
import com.obd.infrared.transmit.Transmitter
import kotlinx.coroutines.flow.MutableStateFlow
import xyz.regulad.supir.ir.loadAllBrands
import xyz.regulad.supir.irdb.loadAllBrands

class SupIRViewModel(application: Application) : AndroidViewModel(application) {
val transmitter: Transmitter? = Transmitter.getTransmitterForDevice(application)
Expand Down
Loading

0 comments on commit 3ae1891

Please sign in to comment.