Skip to content

Commit

Permalink
Update code version
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Oct 31, 2023
1 parent bf21279 commit 241f558
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @author Armin Schnabel
* @author Klemens Muthmann
* @version 2.10.0
* @version 2.11.0
* @since 1.0.0
*/

Expand Down
2 changes: 1 addition & 1 deletion datacapturing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @author Armin Schnabel
* @author Klemens Muthmann
* @version 3.3.0
* @version 3.4.0
* @since 1.0.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import java.util.concurrent.locks.ReentrantLock
*
* @author Klemens Muthmann
* @author Armin Schnabel
* @version 5.6.4
* @version 5.6.5
* @since 1.0.0
*/
@RunWith(AndroidJUnit4::class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import org.junit.runner.RunWith
*
* @author Klemens Muthmann
* @author Armin Schnabel
* @version 1.5.7
* @version 1.5.8
* @since 2.0.3
*/
@RunWith(AndroidJUnit4::class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import java.util.concurrent.TimeUnit
* [Measurement]s.
*
* @author Armin Schnabel
* @version 2.1.1
* @version 2.1.2
* @since 3.0.0
*/
class CapturingPersistenceBehaviour : PersistenceBehaviour {
Expand Down
2 changes: 1 addition & 1 deletion persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* @author Armin Schnabel
* @author Klemens Muthmann
* @version 3.4.0
* @version 3.5.0
* @since 1.0.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import java.lang.Double.min
* It's the only class which (still) uses the Cursor database interface for locations.
*
* @author Armin Schnabel
* @version 1.0.0
* @version 1.0.1
* @since 3.2.0
*/
@RunWith(AndroidJUnit4::class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import org.junit.Test
* Tests the CRUD operations of the [EventDao].
*
* @author Armin Schnabel
* @version 1.0.1
* @version 1.0.2
* @since 7.5.0
*/
class EventDaoTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import java.util.UUID
* Tests the CRUD operations of the [IdentifierDao].
*
* @author Armin Schnabel
* @version 1.0.0
* @version 1.0.1
* @since 7.5.0
*/
class IdentifierDaoTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import org.junit.Test
* Tests the CRUD operations of the [LocationDao].
*
* @author Armin Schnabel
* @version 1.0.0
* @version 1.0.1
* @since 7.5.0
*/
class LocationDaoTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import org.junit.runner.RunWith
* Tests the CRUD operations of the [MeasurementDao].
*
* @author Armin Schnabel
* @version 1.0.0
* @version 1.0.1
* @since 7.5.0
*/
@RunWith(AndroidJUnit4::class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import org.junit.Test
* Tests the CRUD operations of the [LocationDao].
*
* @author Armin Schnabel
* @version 1.0.0
* @version 1.0.1
* @since 7.5.0
*/
class PressureDaoTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import kotlin.io.path.Path
* Utility methods used in different [de.cyface.persistence.dao] `androidTest`s.
*
* @author Armin Schnabel
* @version 1.0.0
* @version 1.1.0
* @since 7.5.0
*/
class TestUtils {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import java.nio.ByteBuffer
* provide a Migration object to the builder*!
*
* @author Armin Schnabel
* @version 1.0.1
* @version 1.1.0
* @since 7.5.0
* @property context The `Context` required to import data from a secondary data source.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import java.io.File
* Interface for [DefaultPersistenceLayer] created to be able to mock [DefaultPersistenceLayer] in `DataCapturingLocalTest`.
*
* @author Armin Schnabel
* @version 1.1.0
* @version 1.2.0
* @since 7.5.0
* @property context The [Context] required to locate the app's internal storage directory.
* @property fileIOHandler The [FileIOHandler] used to interact with files.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import de.cyface.persistence.model.GeoLocation
* stored on this device.
*
* @author Armin Schnabel
* @version 5.0.0
* @version 5.0.1
* @since 1.0.0
*/
class MeasurementTable : AbstractCyfaceTable(URI_PATH) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import kotlinx.coroutines.flow.Flow
* [de.cyface.persistence.model.GeoLocation] database table.
*
* @author Armin Schnabel
* @version 1.1.0
* @version 2.0.0
* @since 7.5.0
*/
@Dao
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import de.cyface.persistence.model.Identifier
* Data access object which provides the API to interact with the [Identifier] database table.
*
* @author Armin Schnabel
* @version 1.0.0
* @version 2.0.0
* @since 7.5.0
*/
@Dao
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import de.cyface.persistence.model.GeoLocation
* Data access object which provides the API to interact with the [GeoLocation] database table.
*
* @author Armin Schnabel
* @version 1.0.0
* @version 2.0.0
* @since 7.5.0
*/
@Dao
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import kotlinx.coroutines.flow.Flow
* Data access object which provides the API to interact with the [Measurement] database table.
*
* @author Armin Schnabel
* @version 1.1.0
* @version 2.0.0
* @since 7.5.0
*/
@Dao
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import de.cyface.persistence.model.Pressure
* Data access object which provides the API to interact with the [Pressure] database table.
*
* @author Armin Schnabel
* @version 1.0.0
* @version 2.0.0
* @since 7.5.0
*/
@Dao
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import kotlinx.coroutines.flow.Flow
* decides which data source to load the data from.
*
* @author Armin Schnabel
* @version 1.0.0
* @version 1.0.1
* @since 7.5.0
* @property dao The object to access data from the local persistence layer.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import kotlinx.coroutines.flow.Flow
* decides which data source to load the data from.
*
* @author Armin Schnabel
* @version 1.0.0
* @version 1.0.1
* @since 7.5.0
* @property dao The object to access data from the local persistence layer.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import java.util.zip.DeflaterOutputStream
*
* @author Klemens Muthmann
* @author Armin Schnabel
* @version 9.0.0
* @version 9.1.0
* @since 2.0.0
*/
class MeasurementSerializer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import java.io.File
* The file format to persist [Point3D]s such as accelerations, rotations and directions.
*
* @author Armin Schnabel
* @version 6.0.0
* @version 6.0.1
* @since 3.0.0
*/
class Point3DFile {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import java.io.IOException
* Serializes [MeasurementSerializer.TRANSFER_FILE_FORMAT_VERSION] files.
*
* @author Armin Schnabel
* @version 3.0.0
* @version 3.1.0
* @since 5.0.0
*/
object TransferFileSerializer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import kotlinx.coroutines.runBlocking
* beginning of the track.
*
* @author Armin Schnabel
* @version 1.1.1
* @version 1.1.2
* @since 4.1.0
*/
class DefaultLocationCleaning : LocationCleaningStrategy {
Expand Down
2 changes: 1 addition & 1 deletion synchronization/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
*
* @author Armin Schnabel
* @author Klemens Muthmann
* @version 3.3.0
* @version 3.4.0
* @since 1.0.0
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import java.util.zip.Inflater
*
* @author Klemens Muthmann
* @author Armin Schnabel
* @version 4.0.0
* @version 4.0.1
* @since 2.0.0
*/
class MeasurementSerializerTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ import java.nio.file.Path
*
* @author Klemens Muthmann
* @author Armin Schnabel
* @version 1.0.1
* @version 1.1.0
* @since 7.7.0
*/
@RunWith(AndroidJUnit4::class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import kotlin.math.log
*
* @author Klemens Muthmann
* @author Armin Schnabel
* @version 2.4.0
* @version 2.4.2
* @since 2.1.0
*/
object TestUtils {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import java.nio.file.Paths
*
* @author Armin Schnabel
* @author Klemens Muthmann
* @version 2.4.6
* @version 2.5.0
* @since 2.4.0
*/
@RunWith(AndroidJUnit4::class) // To notice errors with the short running testOnPerformSync before the large
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import java.util.LinkedList
*
* @author Klemens Muthmann
* @author Armin Schnabel
* @version 1.4.7
* @version 1.4.8
* @since 2.0.0
*/
@RunWith(AndroidJUnit4::class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ class SyncAdapter private constructor(
} else {
val fileName =
"${metaData.deviceIdentifier}_${metaData.measurementIdentifier}_$fileId.${TRANSFER_FILE_EXTENSION}"
val result = syncPerformer.sendData( // FIXME: Needs to go to another endpoint
val result = syncPerformer.sendData(
uploader,
syncResult,
metaData,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import java.net.URL
*
* @author Klemens Muthmann
* @author Armin Schnabel
* @version 8.0.0
* @version 8.1.0
* @since 2.0.0
* @property context The Android `Context` to use for setting the correct server certification information.
* @property fromBackground `true` if the error was caused without user interaction, e.g. to avoid
Expand Down
2 changes: 1 addition & 1 deletion testutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Gradle's build file for the module which contains cross cutting code used by all other modules.
*
* @author Armin Schnabel
* @version 1.2.0
* @version 1.3.0
* @since 3.0.0
*/
plugins {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import java.util.UUID
* It's located in the main folder to be compiled and imported as dependency in the testImplementations.
*
* @author Armin Schnabel
* @version 8.0.0
* @version 9.0.0
* @since 3.0.0
*/
object SharedTestUtils {
Expand Down

0 comments on commit 241f558

Please sign in to comment.