mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
move to geeksville/mesh
This commit is contained in:
parent
0903bfab6f
commit
3551eedb8a
15 changed files with 30 additions and 32 deletions
|
|
@ -1,4 +1,4 @@
|
|||
package com.geeksville.meshutil
|
||||
package com.geeksville.mesh
|
||||
|
||||
import android.content.BroadcastReceiver
|
||||
import android.content.Context
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.geeksville.meshutil
|
||||
package com.geeksville.mesh
|
||||
|
||||
import android.Manifest
|
||||
import android.bluetooth.*
|
||||
|
|
@ -6,9 +6,6 @@ import android.content.Context
|
|||
import android.content.Intent
|
||||
import android.content.pm.PackageManager
|
||||
import android.os.Bundle
|
||||
import android.os.Handler
|
||||
import android.util.Log
|
||||
import com.google.android.material.snackbar.Snackbar
|
||||
import androidx.appcompat.app.AppCompatActivity
|
||||
import android.view.Menu
|
||||
import android.view.MenuItem
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.geeksville.meshutil
|
||||
package com.geeksville.mesh
|
||||
|
||||
import android.app.Service
|
||||
import android.content.Intent
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.geeksville.meshutil
|
||||
package com.geeksville.mesh
|
||||
|
||||
import com.geeksville.android.GeeksvilleApplication
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.geeksville.meshutil
|
||||
package com.geeksville.mesh
|
||||
|
||||
import android.bluetooth.*
|
||||
import android.bluetooth.le.*
|
||||
|
|
@ -8,7 +8,6 @@ import android.os.Handler
|
|||
import android.os.ParcelUuid
|
||||
import android.os.SystemClock
|
||||
import android.widget.Toast
|
||||
import androidx.appcompat.app.AppCompatActivity
|
||||
import androidx.core.app.JobIntentService
|
||||
import com.geeksville.android.Logging
|
||||
import java.io.InputStream
|
||||
|
|
@ -248,10 +247,10 @@ class SoftwareUpdateService : JobIntentService(), Logging {
|
|||
*/
|
||||
const val JOB_ID = 1000
|
||||
|
||||
val scanDevicesIntent = Intent("com.geeksville.meshutil.SCAN_DEVICES")
|
||||
val startUpdateIntent = Intent("com.geeksville.meshutil.START_UPDATE")
|
||||
private val sendNextBlockIntent = Intent("com.geeksville.meshutil.SEND_NEXT_BLOCK")
|
||||
private val finishUpdateIntent = Intent("com.geeksville.meshutil.FINISH_UPDATE")
|
||||
val scanDevicesIntent = Intent("com.geeksville.com.geeeksville.mesh.SCAN_DEVICES")
|
||||
val startUpdateIntent = Intent("com.geeksville.com.geeeksville.mesh.START_UPDATE")
|
||||
private val sendNextBlockIntent = Intent("com.geeksville.com.geeeksville.mesh.SEND_NEXT_BLOCK")
|
||||
private val finishUpdateIntent = Intent("com.geeksville.com.geeeksville.mesh.FINISH_UPDATE")
|
||||
|
||||
private const val SCAN_PERIOD: Long = 10000
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue