mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-09 02:28:51 -06:00
Move sync package to org.isoron.uhabits.core
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package org.isoron.uhabits.sync
|
||||
package org.isoron.uhabits.core.sync
|
||||
|
||||
interface AbstractSyncServer {
|
||||
/**
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
@file:Suppress("UnstableApiUsage")
|
||||
|
||||
package org.isoron.uhabits.sync
|
||||
package org.isoron.uhabits.core.sync
|
||||
|
||||
import com.google.common.io.*
|
||||
import kotlinx.coroutines.*
|
||||
@@ -17,7 +17,7 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package org.isoron.uhabits.sync
|
||||
package org.isoron.uhabits.core.sync
|
||||
|
||||
data class SyncData(
|
||||
val version: Long,
|
||||
@@ -17,7 +17,7 @@
|
||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package org.isoron.uhabits.sync
|
||||
package org.isoron.uhabits.core.sync
|
||||
|
||||
open class SyncException: RuntimeException()
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
package org.isoron.uhabits.core.ui.screens.sync
|
||||
|
||||
import org.isoron.uhabits.core.preferences.*
|
||||
import org.isoron.uhabits.sync.*
|
||||
import org.isoron.uhabits.core.sync.*
|
||||
|
||||
class SyncBehavior(
|
||||
val screen: Screen,
|
||||
|
||||
Reference in New Issue
Block a user